Build Information
Successful build of swift-openapi-runtime, reference main (7cf0cf
), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 13:51:11 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-openapi-runtime.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/swift-openapi-runtime
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7cf0cf2 Fix typo in MultiError (#154)
Cloned https://github.com/apple/swift-openapi-runtime.git
Revision (git rev-parse @):
7cf0cf2bc44a09dbdba493f8761f25f4758a76a0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-openapi-runtime.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/apple/swift-openapi-runtime.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/12] Compiling HTTPTypes HTTPRequest.swift
[5/12] Compiling HTTPTypes NIOLock.swift
[6/12] Compiling HTTPTypes ISOLatin1String.swift
[7/12] Compiling HTTPTypes HTTPResponse.swift
[8/12] Compiling HTTPTypes HTTPParsedFields.swift
[9/12] Compiling HTTPTypes HTTPField.swift
[10/12] Compiling HTTPTypes HTTPFields.swift
[11/12] Compiling HTTPTypes HTTPFieldName.swift
[12/12] Emitting module HTTPTypes
[13/75] Emitting module OpenAPIRuntime
[14/81] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[15/81] Compiling OpenAPIRuntime UndocumentedPayload.swift
[16/81] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[17/81] Compiling OpenAPIRuntime CodableExtensions.swift
[18/81] Compiling OpenAPIRuntime Configuration.swift
[19/81] Compiling OpenAPIRuntime Converter+Client.swift
[20/81] Compiling OpenAPIRuntime Converter+Common.swift
[21/81] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[22/81] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[23/81] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[24/81] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[25/81] Compiling OpenAPIRuntime URIParser.swift
[26/81] Compiling OpenAPIRuntime URISerializer.swift
[27/81] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIRuntime/Multipart/MultipartFramesToRawPartsSequence.swift:36:86: warning: capture of non-sendable type 'Upstream.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
34 | /// - Returns: An instance of the `AsyncIterator` type used to produce
35 | /// elements of the asynchronous sequence.
36 | func makeAsyncIterator() -> Iterator { Iterator(makeUpstreamIterator: { upstream.makeAsyncIterator() }) }
| `- warning: capture of non-sendable type 'Upstream.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
37 |
38 | /// An iterator that pulls frames from the upstream iterator and provides
[28/81] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIRuntime/Multipart/MultipartFramesToRawPartsSequence.swift:36:86: warning: capture of non-sendable type 'Upstream.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
34 | /// - Returns: An instance of the `AsyncIterator` type used to produce
35 | /// elements of the asynchronous sequence.
36 | func makeAsyncIterator() -> Iterator { Iterator(makeUpstreamIterator: { upstream.makeAsyncIterator() }) }
| `- warning: capture of non-sendable type 'Upstream.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
37 |
38 | /// An iterator that pulls frames from the upstream iterator and provides
[29/81] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIRuntime/Multipart/MultipartFramesToRawPartsSequence.swift:36:86: warning: capture of non-sendable type 'Upstream.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
34 | /// - Returns: An instance of the `AsyncIterator` type used to produce
35 | /// elements of the asynchronous sequence.
36 | func makeAsyncIterator() -> Iterator { Iterator(makeUpstreamIterator: { upstream.makeAsyncIterator() }) }
| `- warning: capture of non-sendable type 'Upstream.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
37 |
38 | /// An iterator that pulls frames from the upstream iterator and provides
[30/81] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIRuntime/Multipart/MultipartFramesToRawPartsSequence.swift:36:86: warning: capture of non-sendable type 'Upstream.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
34 | /// - Returns: An instance of the `AsyncIterator` type used to produce
35 | /// elements of the asynchronous sequence.
36 | func makeAsyncIterator() -> Iterator { Iterator(makeUpstreamIterator: { upstream.makeAsyncIterator() }) }
| `- warning: capture of non-sendable type 'Upstream.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
37 |
38 | /// An iterator that pulls frames from the upstream iterator and provides
[31/81] Compiling OpenAPIRuntime MultipartInternalTypes.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIRuntime/Multipart/MultipartFramesToRawPartsSequence.swift:36:86: warning: capture of non-sendable type 'Upstream.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
34 | /// - Returns: An instance of the `AsyncIterator` type used to produce
35 | /// elements of the asynchronous sequence.
36 | func makeAsyncIterator() -> Iterator { Iterator(makeUpstreamIterator: { upstream.makeAsyncIterator() }) }
| `- warning: capture of non-sendable type 'Upstream.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
37 |
38 | /// An iterator that pulls frames from the upstream iterator and provides
[32/81] Compiling OpenAPIRuntime MultipartPublicTypes.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIRuntime/Multipart/MultipartFramesToRawPartsSequence.swift:36:86: warning: capture of non-sendable type 'Upstream.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
34 | /// - Returns: An instance of the `AsyncIterator` type used to produce
35 | /// elements of the asynchronous sequence.
36 | func makeAsyncIterator() -> Iterator { Iterator(makeUpstreamIterator: { upstream.makeAsyncIterator() }) }
| `- warning: capture of non-sendable type 'Upstream.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
37 |
38 | /// An iterator that pulls frames from the upstream iterator and provides
[33/81] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIRuntime/Multipart/MultipartFramesToRawPartsSequence.swift:36:86: warning: capture of non-sendable type 'Upstream.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
34 | /// - Returns: An instance of the `AsyncIterator` type used to produce
35 | /// elements of the asynchronous sequence.
36 | func makeAsyncIterator() -> Iterator { Iterator(makeUpstreamIterator: { upstream.makeAsyncIterator() }) }
| `- warning: capture of non-sendable type 'Upstream.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
37 |
38 | /// An iterator that pulls frames from the upstream iterator and provides
[34/81] Compiling OpenAPIRuntime Acceptable.swift
[35/81] Compiling OpenAPIRuntime Base64EncodedData.swift
[36/81] Compiling OpenAPIRuntime ByteUtilities.swift
[37/81] Compiling OpenAPIRuntime ContentDisposition.swift
[38/81] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[39/81] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[40/81] Compiling OpenAPIRuntime OpenAPIValue.swift
[41/81] Compiling OpenAPIRuntime ClientTransport.swift
[42/81] Compiling OpenAPIRuntime CurrencyTypes.swift
[43/81] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[44/81] Compiling OpenAPIRuntime HTTPBody.swift
[45/81] Compiling OpenAPIRuntime ServerTransport.swift
[46/81] Compiling OpenAPIRuntime UniversalClient.swift
[47/81] Compiling OpenAPIRuntime UniversalServer.swift
[48/81] Compiling OpenAPIRuntime URLExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIRuntime/EventStreams/JSONLinesDecoding.swift:87:40: warning: capture of non-sendable type 'Event.Type' in an isolated closure
85 | ) -> AsyncThrowingMapSequence<JSONLinesDeserializationSequence<Self>, Event> {
86 | JSONLinesDeserializationSequence(upstream: self)
87 | .map { line in try decoder.decode(Event.self, from: Data(line)) }
| `- warning: capture of non-sendable type 'Event.Type' in an isolated closure
88 | }
89 | }
[49/81] Compiling OpenAPIRuntime Deprecated.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIRuntime/EventStreams/JSONLinesDecoding.swift:87:40: warning: capture of non-sendable type 'Event.Type' in an isolated closure
85 | ) -> AsyncThrowingMapSequence<JSONLinesDeserializationSequence<Self>, Event> {
86 | JSONLinesDeserializationSequence(upstream: self)
87 | .map { line in try decoder.decode(Event.self, from: Data(line)) }
| `- warning: capture of non-sendable type 'Event.Type' in an isolated closure
88 | }
89 | }
[50/81] Compiling OpenAPIRuntime ClientError.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIRuntime/EventStreams/JSONLinesDecoding.swift:87:40: warning: capture of non-sendable type 'Event.Type' in an isolated closure
85 | ) -> AsyncThrowingMapSequence<JSONLinesDeserializationSequence<Self>, Event> {
86 | JSONLinesDeserializationSequence(upstream: self)
87 | .map { line in try decoder.decode(Event.self, from: Data(line)) }
| `- warning: capture of non-sendable type 'Event.Type' in an isolated closure
88 | }
89 | }
[51/81] Compiling OpenAPIRuntime CodingErrors.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIRuntime/EventStreams/JSONLinesDecoding.swift:87:40: warning: capture of non-sendable type 'Event.Type' in an isolated closure
85 | ) -> AsyncThrowingMapSequence<JSONLinesDeserializationSequence<Self>, Event> {
86 | JSONLinesDeserializationSequence(upstream: self)
87 | .map { line in try decoder.decode(Event.self, from: Data(line)) }
| `- warning: capture of non-sendable type 'Event.Type' in an isolated closure
88 | }
89 | }
[52/81] Compiling OpenAPIRuntime RuntimeError.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIRuntime/EventStreams/JSONLinesDecoding.swift:87:40: warning: capture of non-sendable type 'Event.Type' in an isolated closure
85 | ) -> AsyncThrowingMapSequence<JSONLinesDeserializationSequence<Self>, Event> {
86 | JSONLinesDeserializationSequence(upstream: self)
87 | .map { line in try decoder.decode(Event.self, from: Data(line)) }
| `- warning: capture of non-sendable type 'Event.Type' in an isolated closure
88 | }
89 | }
[53/81] Compiling OpenAPIRuntime ServerError.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIRuntime/EventStreams/JSONLinesDecoding.swift:87:40: warning: capture of non-sendable type 'Event.Type' in an isolated closure
85 | ) -> AsyncThrowingMapSequence<JSONLinesDeserializationSequence<Self>, Event> {
86 | JSONLinesDeserializationSequence(upstream: self)
87 | .map { line in try decoder.decode(Event.self, from: Data(line)) }
| `- warning: capture of non-sendable type 'Event.Type' in an isolated closure
88 | }
89 | }
[54/81] Compiling OpenAPIRuntime JSONLinesDecoding.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIRuntime/EventStreams/JSONLinesDecoding.swift:87:40: warning: capture of non-sendable type 'Event.Type' in an isolated closure
85 | ) -> AsyncThrowingMapSequence<JSONLinesDeserializationSequence<Self>, Event> {
86 | JSONLinesDeserializationSequence(upstream: self)
87 | .map { line in try decoder.decode(Event.self, from: Data(line)) }
| `- warning: capture of non-sendable type 'Event.Type' in an isolated closure
88 | }
89 | }
[55/81] Compiling OpenAPIRuntime URIDecoder.swift
[56/81] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[57/81] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[58/81] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[59/81] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[60/81] Compiling OpenAPIRuntime URIEncoder.swift
[61/81] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[62/81] Compiling OpenAPIRuntime MultipartValidation.swift
[63/81] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[64/81] Compiling OpenAPIRuntime URICodeCodingKey.swift
[65/81] Compiling OpenAPIRuntime URICoderConfiguration.swift
[66/81] Compiling OpenAPIRuntime URIEncodedNode.swift
[67/81] Compiling OpenAPIRuntime URIParsedTypes.swift
[68/81] Compiling OpenAPIRuntime JSONLinesEncoding.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIRuntime/EventStreams/JSONSequenceDecoding.swift:107:40: warning: capture of non-sendable type 'Event.Type' in an isolated closure
105 | ) -> AsyncThrowingMapSequence<JSONSequenceDeserializationSequence<Self>, Event> {
106 | JSONSequenceDeserializationSequence(upstream: self)
107 | .map { line in try decoder.decode(Event.self, from: Data(line)) }
| `- warning: capture of non-sendable type 'Event.Type' in an isolated closure
108 | }
109 | }
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIRuntime/Interface/AsyncSequenceCommon.swift:66:35: warning: capture of non-sendable type 'Upstream.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
64 | @usableFromInline init<Upstream: AsyncSequence>(_ sequence: Upstream)
65 | where Upstream.Element == Element, Upstream: Sendable {
66 | self.produceIterator = { .init(sequence.makeAsyncIterator()) }
| `- warning: capture of non-sendable type 'Upstream.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
67 | }
68 |
[69/81] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIRuntime/EventStreams/JSONSequenceDecoding.swift:107:40: warning: capture of non-sendable type 'Event.Type' in an isolated closure
105 | ) -> AsyncThrowingMapSequence<JSONSequenceDeserializationSequence<Self>, Event> {
106 | JSONSequenceDeserializationSequence(upstream: self)
107 | .map { line in try decoder.decode(Event.self, from: Data(line)) }
| `- warning: capture of non-sendable type 'Event.Type' in an isolated closure
108 | }
109 | }
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIRuntime/Interface/AsyncSequenceCommon.swift:66:35: warning: capture of non-sendable type 'Upstream.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
64 | @usableFromInline init<Upstream: AsyncSequence>(_ sequence: Upstream)
65 | where Upstream.Element == Element, Upstream: Sendable {
66 | self.produceIterator = { .init(sequence.makeAsyncIterator()) }
| `- warning: capture of non-sendable type 'Upstream.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
67 | }
68 |
[70/81] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIRuntime/EventStreams/JSONSequenceDecoding.swift:107:40: warning: capture of non-sendable type 'Event.Type' in an isolated closure
105 | ) -> AsyncThrowingMapSequence<JSONSequenceDeserializationSequence<Self>, Event> {
106 | JSONSequenceDeserializationSequence(upstream: self)
107 | .map { line in try decoder.decode(Event.self, from: Data(line)) }
| `- warning: capture of non-sendable type 'Event.Type' in an isolated closure
108 | }
109 | }
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIRuntime/Interface/AsyncSequenceCommon.swift:66:35: warning: capture of non-sendable type 'Upstream.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
64 | @usableFromInline init<Upstream: AsyncSequence>(_ sequence: Upstream)
65 | where Upstream.Element == Element, Upstream: Sendable {
66 | self.produceIterator = { .init(sequence.makeAsyncIterator()) }
| `- warning: capture of non-sendable type 'Upstream.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
67 | }
68 |
[71/81] Compiling OpenAPIRuntime ServerSentEvents.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIRuntime/EventStreams/JSONSequenceDecoding.swift:107:40: warning: capture of non-sendable type 'Event.Type' in an isolated closure
105 | ) -> AsyncThrowingMapSequence<JSONSequenceDeserializationSequence<Self>, Event> {
106 | JSONSequenceDeserializationSequence(upstream: self)
107 | .map { line in try decoder.decode(Event.self, from: Data(line)) }
| `- warning: capture of non-sendable type 'Event.Type' in an isolated closure
108 | }
109 | }
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIRuntime/Interface/AsyncSequenceCommon.swift:66:35: warning: capture of non-sendable type 'Upstream.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
64 | @usableFromInline init<Upstream: AsyncSequence>(_ sequence: Upstream)
65 | where Upstream.Element == Element, Upstream: Sendable {
66 | self.produceIterator = { .init(sequence.makeAsyncIterator()) }
| `- warning: capture of non-sendable type 'Upstream.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
67 | }
68 |
[72/81] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIRuntime/EventStreams/JSONSequenceDecoding.swift:107:40: warning: capture of non-sendable type 'Event.Type' in an isolated closure
105 | ) -> AsyncThrowingMapSequence<JSONSequenceDeserializationSequence<Self>, Event> {
106 | JSONSequenceDeserializationSequence(upstream: self)
107 | .map { line in try decoder.decode(Event.self, from: Data(line)) }
| `- warning: capture of non-sendable type 'Event.Type' in an isolated closure
108 | }
109 | }
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIRuntime/Interface/AsyncSequenceCommon.swift:66:35: warning: capture of non-sendable type 'Upstream.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
64 | @usableFromInline init<Upstream: AsyncSequence>(_ sequence: Upstream)
65 | where Upstream.Element == Element, Upstream: Sendable {
66 | self.produceIterator = { .init(sequence.makeAsyncIterator()) }
| `- warning: capture of non-sendable type 'Upstream.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
67 | }
68 |
[73/81] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIRuntime/EventStreams/JSONSequenceDecoding.swift:107:40: warning: capture of non-sendable type 'Event.Type' in an isolated closure
105 | ) -> AsyncThrowingMapSequence<JSONSequenceDeserializationSequence<Self>, Event> {
106 | JSONSequenceDeserializationSequence(upstream: self)
107 | .map { line in try decoder.decode(Event.self, from: Data(line)) }
| `- warning: capture of non-sendable type 'Event.Type' in an isolated closure
108 | }
109 | }
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIRuntime/Interface/AsyncSequenceCommon.swift:66:35: warning: capture of non-sendable type 'Upstream.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
64 | @usableFromInline init<Upstream: AsyncSequence>(_ sequence: Upstream)
65 | where Upstream.Element == Element, Upstream: Sendable {
66 | self.produceIterator = { .init(sequence.makeAsyncIterator()) }
| `- warning: capture of non-sendable type 'Upstream.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
67 | }
68 |
[74/81] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIRuntime/EventStreams/JSONSequenceDecoding.swift:107:40: warning: capture of non-sendable type 'Event.Type' in an isolated closure
105 | ) -> AsyncThrowingMapSequence<JSONSequenceDeserializationSequence<Self>, Event> {
106 | JSONSequenceDeserializationSequence(upstream: self)
107 | .map { line in try decoder.decode(Event.self, from: Data(line)) }
| `- warning: capture of non-sendable type 'Event.Type' in an isolated closure
108 | }
109 | }
/Users/admin/builder/spi-builder-workspace/Sources/OpenAPIRuntime/Interface/AsyncSequenceCommon.swift:66:35: warning: capture of non-sendable type 'Upstream.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
64 | @usableFromInline init<Upstream: AsyncSequence>(_ sequence: Upstream)
65 | where Upstream.Element == Element, Upstream: Sendable {
66 | self.produceIterator = { .init(sequence.makeAsyncIterator()) }
| `- warning: capture of non-sendable type 'Upstream.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
67 | }
68 |
[75/81] Compiling OpenAPIRuntime Converter+Server.swift
[76/81] Compiling OpenAPIRuntime Converter.swift
[77/81] Compiling OpenAPIRuntime CurrencyExtensions.swift
[78/81] Compiling OpenAPIRuntime ErrorExtensions.swift
[79/81] Compiling OpenAPIRuntime FoundationExtensions.swift
[80/81] Compiling OpenAPIRuntime ParameterStyles.swift
[81/81] Compiling OpenAPIRuntime ServerVariable.swift
Build complete! (7.95s)
Fetching https://github.com/apple/swift-http-types
[1/904] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.79s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (1.23s)
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.4.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-http-types",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-http-types"
}
],
"manifest_display_name" : "swift-openapi-runtime",
"name" : "swift-openapi-runtime",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "OpenAPIRuntime",
"targets" : [
"OpenAPIRuntime"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OpenAPIRuntimeTests",
"module_type" : "SwiftTarget",
"name" : "OpenAPIRuntimeTests",
"path" : "Tests/OpenAPIRuntimeTests",
"sources" : [
"Base/Test_Acceptable.swift",
"Base/Test_ContentDisposition.swift",
"Base/Test_CopyOnWriteBox.swift",
"Base/Test_OpenAPIMIMEType.swift",
"Base/Test_OpenAPIValue.swift",
"Conversion/Test_CodableExtensions.swift",
"Conversion/Test_Configuration.swift",
"Conversion/Test_Converter+Client.swift",
"Conversion/Test_Converter+Common.swift",
"Conversion/Test_Converter+Server.swift",
"Conversion/Test_ServerVariable.swift",
"Deprecated/Test_Deprecated.swift",
"Errors/Test_ClientError.swift",
"Errors/Test_RuntimeError.swift",
"Errors/Test_ServerError.swift",
"EventStreams/Test_JSONLinesDecoding.swift",
"EventStreams/Test_JSONLinesEncoding.swift",
"EventStreams/Test_JSONSequenceDecoding.swift",
"EventStreams/Test_JSONSequenceEncoding.swift",
"EventStreams/Test_ServerSentEventsDecoding.swift",
"EventStreams/Test_ServerSentEventsEncoding.swift",
"Interface/Test_ErrorHandlingMiddleware.swift",
"Interface/Test_HTTPBody.swift",
"Interface/Test_MultipartBody.swift",
"Interface/Test_UniversalClient.swift",
"Interface/Test_UniversalServer.swift",
"Multipart/Test_MultipartBoundaryGenerator.swift",
"Multipart/Test_MultipartBytesToFramesSequence.swift",
"Multipart/Test_MultipartFramesToBytesSequence.swift",
"Multipart/Test_MultipartFramesToRawPartsSequence.swift",
"Multipart/Test_MultipartRawPartsToFramesSequence.swift",
"Multipart/Test_MultipartValidationSequence.swift",
"Test_Runtime.swift",
"URICoder/Decoder/Test_URIDecoder.swift",
"URICoder/Decoder/Test_URIValueFromNodeDecoder.swift",
"URICoder/Encoding/Test_URIEncoder.swift",
"URICoder/Encoding/Test_URIValueToNodeEncoder.swift",
"URICoder/Parsing/Test_URIParser.swift",
"URICoder/Serialization/Test_URISerializer.swift",
"URICoder/Test_URICodingRoundtrip.swift",
"URICoder/URICoderTestUtils.swift"
],
"target_dependencies" : [
"OpenAPIRuntime"
],
"type" : "test"
},
{
"c99name" : "OpenAPIRuntime",
"module_type" : "SwiftTarget",
"name" : "OpenAPIRuntime",
"path" : "Sources/OpenAPIRuntime",
"product_dependencies" : [
"HTTPTypes"
],
"product_memberships" : [
"OpenAPIRuntime"
],
"sources" : [
"Base/Acceptable.swift",
"Base/Base64EncodedData.swift",
"Base/ByteUtilities.swift",
"Base/ContentDisposition.swift",
"Base/CopyOnWriteBox.swift",
"Base/OpenAPIMIMEType.swift",
"Base/OpenAPIValue.swift",
"Base/PrettyStringConvertible.swift",
"Base/UndocumentedPayload.swift",
"Base/WarningSuppressingAnnotations.swift",
"Conversion/CodableExtensions.swift",
"Conversion/Configuration.swift",
"Conversion/Converter+Client.swift",
"Conversion/Converter+Common.swift",
"Conversion/Converter+Server.swift",
"Conversion/Converter.swift",
"Conversion/CurrencyExtensions.swift",
"Conversion/ErrorExtensions.swift",
"Conversion/FoundationExtensions.swift",
"Conversion/ParameterStyles.swift",
"Conversion/ServerVariable.swift",
"Conversion/URLExtensions.swift",
"Deprecated/Deprecated.swift",
"Errors/ClientError.swift",
"Errors/CodingErrors.swift",
"Errors/RuntimeError.swift",
"Errors/ServerError.swift",
"EventStreams/JSONLinesDecoding.swift",
"EventStreams/JSONLinesEncoding.swift",
"EventStreams/JSONSequenceDecoding.swift",
"EventStreams/JSONSequenceEncoding.swift",
"EventStreams/ServerSentEvents.swift",
"EventStreams/ServerSentEventsDecoding.swift",
"EventStreams/ServerSentEventsEncoding.swift",
"Interface/AsyncSequenceCommon.swift",
"Interface/ClientTransport.swift",
"Interface/CurrencyTypes.swift",
"Interface/ErrorHandlingMiddleware.swift",
"Interface/HTTPBody.swift",
"Interface/ServerTransport.swift",
"Interface/UniversalClient.swift",
"Interface/UniversalServer.swift",
"Multipart/MultipartBoundaryGenerator.swift",
"Multipart/MultipartBytesToFramesSequence.swift",
"Multipart/MultipartFramesToBytesSequence.swift",
"Multipart/MultipartFramesToRawPartsSequence.swift",
"Multipart/MultipartInternalTypes.swift",
"Multipart/MultipartPublicTypes.swift",
"Multipart/MultipartPublicTypesExtensions.swift",
"Multipart/MultipartRawPartsToFramesSequence.swift",
"Multipart/MultipartValidation.swift",
"Multipart/OpenAPIMIMEType+Multipart.swift",
"URICoder/Common/URICodeCodingKey.swift",
"URICoder/Common/URICoderConfiguration.swift",
"URICoder/Common/URIEncodedNode.swift",
"URICoder/Common/URIParsedTypes.swift",
"URICoder/Decoding/URIDecoder.swift",
"URICoder/Decoding/URIValueFromNodeDecoder+Keyed.swift",
"URICoder/Decoding/URIValueFromNodeDecoder+Single.swift",
"URICoder/Decoding/URIValueFromNodeDecoder+Unkeyed.swift",
"URICoder/Decoding/URIValueFromNodeDecoder.swift",
"URICoder/Encoding/URIEncoder.swift",
"URICoder/Encoding/URIValueToNodeEncoder+Keyed.swift",
"URICoder/Encoding/URIValueToNodeEncoder+Single.swift",
"URICoder/Encoding/URIValueToNodeEncoder+Unkeyed.swift",
"URICoder/Encoding/URIValueToNodeEncoder.swift",
"URICoder/Parsing/URIParser.swift",
"URICoder/Serialization/URISerializer.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.