Build Information
Successful build of swift-openapi-urlsession, reference main (279aa6
), with Swift 6.1 for Android on 10 Sep 2025 22:27:39 UTC.
Swift 6 data race errors: 8
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-openapi-urlsession.git
Reference: main
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-urlsession
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 279aa6b Android support (#70)
Cloned https://github.com/apple/swift-openapi-urlsession.git
Revision (git rev-parse @):
279aa6b77be6aa842a4bf3c45fa79fa15edf3e07
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-openapi-urlsession.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/apple/swift-openapi-urlsession.git
https://github.com/apple/swift-openapi-urlsession.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-openapi-runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-runtime"
},
{
"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"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.62.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio"
}
],
"manifest_display_name" : "swift-openapi-urlsession",
"name" : "swift-openapi-urlsession",
"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" : "OpenAPIURLSession",
"targets" : [
"OpenAPIURLSession"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OpenAPIURLSessionTests",
"module_type" : "SwiftTarget",
"name" : "OpenAPIURLSessionTests",
"path" : "Tests/OpenAPIURLSessionTests",
"product_dependencies" : [
"NIOTestUtils"
],
"sources" : [
"AsyncSyncSequence.swift",
"BufferedStreamTests/BufferedStreamTests.swift",
"NIOAsyncHTTP1TestServer.swift",
"TaskCancellationTests.swift",
"TestUtils.swift",
"URLSessionBidirectionalStreamingTests/HTTPBodyOutputStreamTests.swift",
"URLSessionBidirectionalStreamingTests/MockAsyncSequence.swift",
"URLSessionBidirectionalStreamingTests/MockInputStreamDelegate.swift",
"URLSessionBidirectionalStreamingTests/URLSessionBidirectionalStreamingTests.swift",
"URLSessionTransportTests.swift"
],
"target_dependencies" : [
"OpenAPIURLSession"
],
"type" : "test"
},
{
"c99name" : "OpenAPIURLSession",
"module_type" : "SwiftTarget",
"name" : "OpenAPIURLSession",
"path" : "Sources/OpenAPIURLSession",
"product_dependencies" : [
"DequeModule",
"OpenAPIRuntime",
"HTTPTypes"
],
"product_memberships" : [
"OpenAPIURLSession"
],
"sources" : [
"BufferedStream/BufferedStream.swift",
"BufferedStream/Lock.swift",
"URLSessionBidirectionalStreaming/BidirectionalStreamingURLSessionDelegate.swift",
"URLSessionBidirectionalStreaming/HTTPBodyOutputStreamBridge.swift",
"URLSessionBidirectionalStreaming/URLSession+Extensions.swift",
"URLSessionTransport.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio
Fetching https://github.com/apple/swift-http-types
Fetching https://github.com/apple/swift-openapi-runtime
Fetching https://github.com/apple/swift-collections
[1/923] Fetching swift-http-types
[445/6640] Fetching swift-http-types, swift-openapi-runtime
[6641/24101] Fetching swift-http-types, swift-openapi-runtime, swift-collections
[10832/102163] Fetching swift-http-types, swift-openapi-runtime, swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections from cache (1.54s)
[49575/84702] Fetching swift-http-types, swift-openapi-runtime, swift-nio
Fetched https://github.com/apple/swift-http-types from cache (7.14s)
Fetched https://github.com/apple/swift-openapi-runtime from cache (7.14s)
Fetched https://github.com/apple/swift-nio from cache (7.25s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.2 (7.77s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (0.73s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.1 (1.22s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.86.0 (3.05s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1814] Fetching swift-atomics
[110/6751] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.77s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.78s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.17s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (1.08s)
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
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.86.0
Creating working copy for https://github.com/apple/swift-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.8.2
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.1
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/28] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[8/29] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[9/29] Compiling InternalCollectionsUtilities Debugging.swift
[10/29] Compiling InternalCollectionsUtilities Descriptions.swift
[11/29] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[12/29] Compiling HTTPTypes ISOLatin1String.swift
[13/30] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[14/30] Compiling InternalCollectionsUtilities Integer rank.swift
[15/30] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[16/30] Compiling InternalCollectionsUtilities _SortedCollection.swift
[17/30] Emitting module InternalCollectionsUtilities
[18/30] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[19/30] Compiling InternalCollectionsUtilities UInt+reversed.swift
[20/30] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[21/30] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[22/30] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[24/31] Compiling HTTPTypes HTTPResponse.swift
[25/31] Compiling HTTPTypes HTTPRequest.swift
[26/31] Compiling HTTPTypes HTTPParsedFields.swift
[27/31] Compiling HTTPTypes NIOLock.swift
[28/46] Compiling DequeModule _DequeBuffer.swift
[29/46] Compiling DequeModule _DequeBufferHeader.swift
[30/48] Compiling DequeModule _DequeSlot.swift
[31/48] Compiling DequeModule _UnsafeWrappedBuffer.swift
[32/48] Compiling DequeModule Deque+Testing.swift
[33/48] Compiling DequeModule Deque._Storage.swift
[34/48] Compiling DequeModule Deque+Equatable.swift
[35/48] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[36/48] Compiling DequeModule Deque._UnsafeHandle.swift
[37/48] Compiling DequeModule Deque.swift
[38/48] Compiling DequeModule Deque+CustomReflectable.swift
[39/48] Compiling DequeModule Deque+Descriptions.swift
[40/48] Compiling DequeModule Deque+Extras.swift
[41/48] Compiling DequeModule Deque+Hashable.swift
[42/48] Compiling DequeModule Deque+Codable.swift
[43/48] Compiling DequeModule Deque+Collection.swift
[44/48] Emitting module DequeModule
[46/49] Compiling HTTPTypes HTTPFieldName.swift
[47/49] Compiling HTTPTypes HTTPFields.swift
[48/49] Emitting module HTTPTypes
[49/49] Compiling HTTPTypes HTTPField.swift
[51/111] Emitting module OpenAPIRuntime
[52/119] Compiling OpenAPIRuntime FoundationExtensions.swift
[53/119] Compiling OpenAPIRuntime ParameterStyles.swift
[54/119] Compiling OpenAPIRuntime ServerVariable.swift
[55/119] Compiling OpenAPIRuntime URLExtensions.swift
[56/119] Compiling OpenAPIRuntime Deprecated.swift
[57/119] Compiling OpenAPIRuntime ClientError.swift
[58/119] Compiling OpenAPIRuntime CodingErrors.swift
[59/119] Compiling OpenAPIRuntime RuntimeError.swift
[60/119] Compiling OpenAPIRuntime ServerError.swift
[61/119] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[62/119] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[63/119] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[64/119] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[65/119] Compiling OpenAPIRuntime ServerSentEvents.swift
[66/119] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[67/119] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[68/119] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[69/119] Compiling OpenAPIRuntime ClientTransport.swift
[70/119] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[71/119] Compiling OpenAPIRuntime CodableExtensions.swift
[72/119] Compiling OpenAPIRuntime Configuration.swift
[73/119] Compiling OpenAPIRuntime Converter+Client.swift
[74/119] Compiling OpenAPIRuntime Converter+Common.swift
[75/119] Compiling OpenAPIRuntime Converter+Server.swift
[76/119] Compiling OpenAPIRuntime Converter.swift
[77/119] Compiling OpenAPIRuntime CurrencyExtensions.swift
[78/119] Compiling OpenAPIRuntime ErrorExtensions.swift
[79/119] Compiling OpenAPIRuntime URICodeCodingKey.swift
[80/119] Compiling OpenAPIRuntime URICoderConfiguration.swift
[81/119] Compiling OpenAPIRuntime URIEncodedNode.swift
[82/119] Compiling OpenAPIRuntime URIParsedTypes.swift
[83/119] Compiling OpenAPIRuntime URIDecoder.swift
[84/119] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[85/119] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[86/119] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[87/119] Compiling OpenAPIRuntime Acceptable.swift
[88/119] Compiling OpenAPIRuntime Base64EncodedData.swift
[89/119] Compiling OpenAPIRuntime ByteUtilities.swift
[90/119] Compiling OpenAPIRuntime ContentDisposition.swift
[91/119] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[92/119] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[93/119] Compiling OpenAPIRuntime OpenAPIValue.swift
[94/119] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[95/119] Compiling OpenAPIRuntime UndocumentedPayload.swift
[96/119] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[97/119] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[98/119] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[99/119] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[100/119] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[101/119] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[102/119] Compiling OpenAPIRuntime MultipartValidation.swift
[103/119] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[104/119] Compiling OpenAPIRuntime CurrencyTypes.swift
[105/119] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[106/119] Compiling OpenAPIRuntime HTTPBody.swift
[107/119] Compiling OpenAPIRuntime ServerTransport.swift
[108/119] Compiling OpenAPIRuntime UniversalClient.swift
[109/119] Compiling OpenAPIRuntime UniversalServer.swift
[110/119] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[111/119] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[112/119] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[113/119] Compiling OpenAPIRuntime URIEncoder.swift
[114/119] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[115/119] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[116/119] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[117/119] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[118/119] Compiling OpenAPIRuntime URIParser.swift
[119/119] Compiling OpenAPIRuntime URISerializer.swift
[121/127] Compiling OpenAPIURLSession HTTPBodyOutputStreamBridge.swift
[122/127] Compiling OpenAPIURLSession BidirectionalStreamingURLSessionDelegate.swift
[123/127] Compiling OpenAPIURLSession Lock.swift
[124/127] Compiling OpenAPIURLSession URLSession+Extensions.swift
[125/127] Compiling OpenAPIURLSession URLSessionTransport.swift
[126/127] Emitting module OpenAPIURLSession
/host/spi-builder-workspace/Sources/OpenAPIURLSession/BufferedStream/BufferedStream.swift:820:30: warning: sending value of non-Sendable type 'Element' risks causing data races; this is an error in the Swift 6 language mode
818 |
819 | case .resumeConsumerAndReturnProduceMore(let continuation, let element):
820 | continuation.resume(returning: element)
| |- warning: sending value of non-Sendable type 'Element' risks causing data races; this is an error in the Swift 6 language mode
| `- note: Passing task-isolated value of non-Sendable type 'Element' as a 'sending' parameter risks causing races inbetween task-isolated uses and uses reachable from the callee
821 | return .produceMore
822 |
/host/spi-builder-workspace/Sources/OpenAPIURLSession/BufferedStream/BufferedStream.swift:824:30: warning: sending value of non-Sendable type 'Element' risks causing data races; this is an error in the Swift 6 language mode
822 |
823 | case .resumeConsumerAndReturnEnqueue(let continuation, let element, let callbackToken):
824 | continuation.resume(returning: element)
| |- warning: sending value of non-Sendable type 'Element' risks causing data races; this is an error in the Swift 6 language mode
| `- note: Passing task-isolated value of non-Sendable type 'Element' as a 'sending' parameter risks causing races inbetween task-isolated uses and uses reachable from the callee
825 | return .enqueueCallback(callbackToken)
826 |
/host/spi-builder-workspace/Sources/OpenAPIURLSession/BufferedStream/BufferedStream.swift:954:38: warning: sending value of non-Sendable type 'Element' risks causing data races; this is an error in the Swift 6 language mode
952 | let producerContinuations
953 | ):
954 | continuation.resume(returning: element)
| |- warning: sending value of non-Sendable type 'Element' risks causing data races; this is an error in the Swift 6 language mode
| `- note: Passing value of non-Sendable type 'Element' as a 'sending' argument risks causing races in between local and caller code
955 | for producerContinuation in producerContinuations {
| `- note: access can happen concurrently
956 | producerContinuation(Result<Void, any Error>.success(()))
957 | }
[127/127] Compiling OpenAPIURLSession BufferedStream.swift
/host/spi-builder-workspace/Sources/OpenAPIURLSession/BufferedStream/BufferedStream.swift:820:30: warning: sending value of non-Sendable type 'Element' risks causing data races; this is an error in the Swift 6 language mode
818 |
819 | case .resumeConsumerAndReturnProduceMore(let continuation, let element):
820 | continuation.resume(returning: element)
| |- warning: sending value of non-Sendable type 'Element' risks causing data races; this is an error in the Swift 6 language mode
| `- note: Passing task-isolated value of non-Sendable type 'Element' as a 'sending' parameter risks causing races inbetween task-isolated uses and uses reachable from the callee
821 | return .produceMore
822 |
/host/spi-builder-workspace/Sources/OpenAPIURLSession/BufferedStream/BufferedStream.swift:824:30: warning: sending value of non-Sendable type 'Element' risks causing data races; this is an error in the Swift 6 language mode
822 |
823 | case .resumeConsumerAndReturnEnqueue(let continuation, let element, let callbackToken):
824 | continuation.resume(returning: element)
| |- warning: sending value of non-Sendable type 'Element' risks causing data races; this is an error in the Swift 6 language mode
| `- note: Passing task-isolated value of non-Sendable type 'Element' as a 'sending' parameter risks causing races inbetween task-isolated uses and uses reachable from the callee
825 | return .enqueueCallback(callbackToken)
826 |
/host/spi-builder-workspace/Sources/OpenAPIURLSession/BufferedStream/BufferedStream.swift:954:38: warning: sending value of non-Sendable type 'Element' risks causing data races; this is an error in the Swift 6 language mode
952 | let producerContinuations
953 | ):
954 | continuation.resume(returning: element)
| |- warning: sending value of non-Sendable type 'Element' risks causing data races; this is an error in the Swift 6 language mode
| `- note: Passing value of non-Sendable type 'Element' as a 'sending' argument risks causing races in between local and caller code
955 | for producerContinuation in producerContinuations {
| `- note: access can happen concurrently
956 | producerContinuation(Result<Void, any Error>.success(()))
957 | }
Build complete! (56.08s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-openapi-runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-runtime"
},
{
"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"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.62.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio"
}
],
"manifest_display_name" : "swift-openapi-urlsession",
"name" : "swift-openapi-urlsession",
"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" : "OpenAPIURLSession",
"targets" : [
"OpenAPIURLSession"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OpenAPIURLSessionTests",
"module_type" : "SwiftTarget",
"name" : "OpenAPIURLSessionTests",
"path" : "Tests/OpenAPIURLSessionTests",
"product_dependencies" : [
"NIOTestUtils"
],
"sources" : [
"AsyncSyncSequence.swift",
"BufferedStreamTests/BufferedStreamTests.swift",
"NIOAsyncHTTP1TestServer.swift",
"TaskCancellationTests.swift",
"TestUtils.swift",
"URLSessionBidirectionalStreamingTests/HTTPBodyOutputStreamTests.swift",
"URLSessionBidirectionalStreamingTests/MockAsyncSequence.swift",
"URLSessionBidirectionalStreamingTests/MockInputStreamDelegate.swift",
"URLSessionBidirectionalStreamingTests/URLSessionBidirectionalStreamingTests.swift",
"URLSessionTransportTests.swift"
],
"target_dependencies" : [
"OpenAPIURLSession"
],
"type" : "test"
},
{
"c99name" : "OpenAPIURLSession",
"module_type" : "SwiftTarget",
"name" : "OpenAPIURLSession",
"path" : "Sources/OpenAPIURLSession",
"product_dependencies" : [
"DequeModule",
"OpenAPIRuntime",
"HTTPTypes"
],
"product_memberships" : [
"OpenAPIURLSession"
],
"sources" : [
"BufferedStream/BufferedStream.swift",
"BufferedStream/Lock.swift",
"URLSessionBidirectionalStreaming/BidirectionalStreamingURLSessionDelegate.swift",
"URLSessionBidirectionalStreaming/HTTPBodyOutputStreamBridge.swift",
"URLSessionBidirectionalStreaming/URLSession+Extensions.swift",
"URLSessionTransport.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.