File tree 2 files changed +16
-11
lines changed
2 files changed +16
-11
lines changed Original file line number Diff line number Diff line change @@ -204,6 +204,11 @@ Package Manager:
204
204
| ` --event-stream-output ` | File system path | Specifies a path to a file, named pipe, etc. to which output should be written. |
205
205
| ` --event-stream-version ` | Integer | Specifies the version of the stable JSON schema to use for output. |
206
206
207
+ The process for adding arguments to Swift Package Manager is separate from the
208
+ process for Swift Testing API changes, so the names of these arguments are
209
+ speculative and are subject to change as part of the Swift Package Manager
210
+ review process.
211
+
207
212
If ` --configuration-path ` is specified, Swift Testing will open it for reading
208
213
and attempt to decode its contents as JSON. If ` --event-stream-output ` is
209
214
specified, Swift Testing will open it for writing and will write a sequence of
Original file line number Diff line number Diff line change 7
7
# See http://swift.org/CONTRIBUTORS.txt for Swift project authors
8
8
9
9
add_library (Testing
10
- EntryPoints/ABIEntryPoint.swift
11
- EntryPoints/ABIv0/ABIv0.Record .swift
12
- EntryPoints/ABIv0/ABIv0.Record+Streaming .swift
13
- EntryPoints/ABIv0 /ABIv0.swift
14
- EntryPoints/ABIv0/Encoded/ ABIv0.EncodedEvent .swift
15
- EntryPoints/ABIv0/Encoded/ ABIv0.EncodedInstant .swift
16
- EntryPoints/ABIv0 /Encoded/ABIv0.EncodedIssue .swift
17
- EntryPoints/ABIv0 /Encoded/ABIv0.EncodedMessage .swift
18
- EntryPoints/ABIv0 /Encoded/ABIv0.EncodedTest .swift
19
- EntryPoints/EntryPoint .swift
20
- EntryPoints/SwiftPMEntryPoint .swift
10
+ ABI/ EntryPoints/ABIEntryPoint.swift
11
+ ABI/ EntryPoints/EntryPoint .swift
12
+ ABI/ EntryPoints/SwiftPMEntryPoint .swift
13
+ ABI/v0 /ABIv0.Record .swift
14
+ ABI/v0/ ABIv0.Record+Streaming .swift
15
+ ABI/v0/ ABIv0.swift
16
+ ABI/v0 /Encoded/ABIv0.EncodedEvent .swift
17
+ ABI/v0 /Encoded/ABIv0.EncodedInstant .swift
18
+ ABI/v0 /Encoded/ABIv0.EncodedIssue .swift
19
+ ABI/v0/Encoded/ABIv0.EncodedMessage .swift
20
+ ABI/v0/Encoded/ABIv0.EncodedTest .swift
21
21
Events/Clock.swift
22
22
Events/Event.swift
23
23
Events/Recorder/Event.ConsoleOutputRecorder.swift
You can’t perform that action at this time.
0 commit comments