Build Information
Successful build of swift-openapi-runtime, reference 1.8.2 (8f33cc
), with Swift 6.2 (beta) for Linux on 23 Jun 2025 13:50:14 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-openapi-runtime.git
Reference: 1.8.2
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/apple/swift-openapi-runtime
* tag 1.8.2 -> FETCH_HEAD
HEAD is now at 8f33cc5 Add support for Windows (#148)
Cloned https://github.com/apple/swift-openapi-runtime.git
Revision (git rev-parse @):
8f33cc5dfe81169fb167da73584b9c72c3e8bc23
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-openapi-runtime.git at 1.8.2
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/apple/swift-openapi-runtime.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
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.42s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (0.95s)
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
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/11] Compiling HTTPTypes ISOLatin1String.swift
[5/12] Compiling HTTPTypes HTTPParsedFields.swift
[6/12] Compiling HTTPTypes HTTPResponse.swift
[7/12] Compiling HTTPTypes HTTPRequest.swift
[8/12] Compiling HTTPTypes HTTPField.swift
[9/12] Emitting module HTTPTypes
[10/12] Compiling HTTPTypes HTTPFieldName.swift
[11/12] Compiling HTTPTypes NIOLock.swift
[12/12] Compiling HTTPTypes HTTPFields.swift
[14/74] Emitting module OpenAPIRuntime
[15/82] Compiling OpenAPIRuntime URICodeCodingKey.swift
[16/82] Compiling OpenAPIRuntime URICoderConfiguration.swift
[17/82] Compiling OpenAPIRuntime URIEncodedNode.swift
[18/82] Compiling OpenAPIRuntime URIParsedTypes.swift
[19/82] Compiling OpenAPIRuntime URIDecoder.swift
[20/82] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[21/82] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[22/82] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[23/82] Compiling OpenAPIRuntime JSONLinesDecoding.swift
/host/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 | }
/host/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 | }
/host/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 |
[24/82] Compiling OpenAPIRuntime JSONLinesEncoding.swift
/host/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 | }
/host/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 | }
/host/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 |
[25/82] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
/host/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 | }
/host/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 | }
/host/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 |
[26/82] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
/host/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 | }
/host/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 | }
/host/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 |
[27/82] Compiling OpenAPIRuntime ServerSentEvents.swift
/host/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 | }
/host/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 | }
/host/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 |
[28/82] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
/host/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 | }
/host/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 | }
/host/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 |
[29/82] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
/host/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 | }
/host/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 | }
/host/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 |
[30/82] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
/host/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 | }
/host/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 | }
/host/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 |
[31/82] Compiling OpenAPIRuntime ClientTransport.swift
/host/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 | }
/host/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 | }
/host/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 |
[32/82] Compiling OpenAPIRuntime FoundationExtensions.swift
[33/82] Compiling OpenAPIRuntime ParameterStyles.swift
[34/82] Compiling OpenAPIRuntime ServerVariable.swift
[35/82] Compiling OpenAPIRuntime URLExtensions.swift
[36/82] Compiling OpenAPIRuntime Deprecated.swift
[37/82] Compiling OpenAPIRuntime ClientError.swift
[38/82] Compiling OpenAPIRuntime CodingErrors.swift
[39/82] Compiling OpenAPIRuntime RuntimeError.swift
[40/82] Compiling OpenAPIRuntime ServerError.swift
[41/82] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[42/82] Compiling OpenAPIRuntime CodableExtensions.swift
[43/82] Compiling OpenAPIRuntime Configuration.swift
[44/82] Compiling OpenAPIRuntime Converter+Client.swift
[45/82] Compiling OpenAPIRuntime Converter+Common.swift
[46/82] Compiling OpenAPIRuntime Converter+Server.swift
[47/82] Compiling OpenAPIRuntime Converter.swift
[48/82] Compiling OpenAPIRuntime CurrencyExtensions.swift
[49/82] Compiling OpenAPIRuntime ErrorExtensions.swift
[50/82] Compiling OpenAPIRuntime Acceptable.swift
[51/82] Compiling OpenAPIRuntime Base64EncodedData.swift
[52/82] Compiling OpenAPIRuntime ByteUtilities.swift
[53/82] Compiling OpenAPIRuntime ContentDisposition.swift
[54/82] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[55/82] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[56/82] Compiling OpenAPIRuntime OpenAPIValue.swift
[57/82] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[58/82] Compiling OpenAPIRuntime UndocumentedPayload.swift
[59/82] Compiling OpenAPIRuntime CurrencyTypes.swift
[60/82] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[61/82] Compiling OpenAPIRuntime HTTPBody.swift
[62/82] Compiling OpenAPIRuntime ServerTransport.swift
[63/82] Compiling OpenAPIRuntime UniversalClient.swift
[64/82] Compiling OpenAPIRuntime UniversalServer.swift
[65/82] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[66/82] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[67/82] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
/host/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
[68/82] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
/host/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
[69/82] Compiling OpenAPIRuntime MultipartInternalTypes.swift
/host/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
[70/82] Compiling OpenAPIRuntime MultipartPublicTypes.swift
/host/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
[71/82] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
/host/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
[72/82] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
/host/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
[73/82] Compiling OpenAPIRuntime MultipartValidation.swift
/host/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
[74/82] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
/host/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
[75/82] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[76/82] Compiling OpenAPIRuntime URIEncoder.swift
[77/82] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[78/82] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[79/82] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[80/82] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[81/82] Compiling OpenAPIRuntime URIParser.swift
[82/82] Compiling OpenAPIRuntime URISerializer.swift
Build complete! (34.38s)
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" : "/host/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"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.