Build Information
Successful build of swift-openapi-urlsession, reference 1.1.0 (6fac6f
), with Swift 6.1 for Linux on 1 May 2025 06:09:59 UTC.
Swift 6 data race errors: 8
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-openapi-urlsession.git
Reference: 1.1.0
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
* tag 1.1.0 -> FETCH_HEAD
HEAD is now at 6fac6f7 Add support for Windows (#71)
Cloned https://github.com/apple/swift-openapi-urlsession.git
Revision (git rev-parse @):
6fac6f7c428d5feea2639b5f5c8b06ddfb79434b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-openapi-urlsession.git at 1.1.0
========================================
Build
========================================
Selected platform: linux
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.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-http-types
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/apple/swift-nio
Fetching https://github.com/apple/swift-openapi-runtime
[1/5672] Fetching swift-openapi-runtime
[5673/6576] Fetching swift-openapi-runtime, swift-http-types
[6577/22882] Fetching swift-openapi-runtime, swift-http-types, swift-collections
Fetched https://github.com/apple/swift-http-types from cache (0.36s)
[6977/21978] Fetching swift-openapi-runtime, swift-collections
[8446/97547] Fetching swift-openapi-runtime, swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections from cache (1.52s)
[54792/81241] Fetching swift-openapi-runtime, swift-nio
Fetched https://github.com/apple/swift-openapi-runtime from cache (4.77s)
Fetched https://github.com/apple/swift-nio from cache (4.85s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.2 (5.99s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (0.45s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (0.67s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.82.1 (0.71s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/4367] Fetching swift-system
[264/6072] Fetching swift-system, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.54s)
Fetched https://github.com/apple/swift-system.git from cache (0.54s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.07s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.69s)
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.82.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.4
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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/31] Emitting module InternalCollectionsUtilities
[8/33] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[9/33] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[10/33] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[11/33] Compiling InternalCollectionsUtilities Specialize.swift
[12/33] Compiling HTTPTypes ISOLatin1String.swift
[13/34] Compiling InternalCollectionsUtilities _SortedCollection.swift
[14/34] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[15/34] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[16/34] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[17/34] Compiling InternalCollectionsUtilities UInt+reversed.swift
[18/34] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[19/34] Compiling InternalCollectionsUtilities Debugging.swift
[20/34] Compiling InternalCollectionsUtilities Descriptions.swift
[21/34] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[22/34] Compiling InternalCollectionsUtilities Integer rank.swift
[23/34] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[24/34] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[25/34] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[26/34] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[28/35] Compiling HTTPTypes HTTPRequest.swift
[29/35] Compiling HTTPTypes HTTPParsedFields.swift
[30/35] Compiling HTTPTypes HTTPResponse.swift
[31/50] Compiling DequeModule Deque+Equatable.swift
[32/50] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[33/52] Compiling DequeModule _DequeBuffer.swift
[34/52] Compiling DequeModule _DequeBufferHeader.swift
[35/52] Compiling HTTPTypes NIOLock.swift
[36/52] Compiling DequeModule _DequeSlot.swift
[37/52] Compiling DequeModule _UnsafeWrappedBuffer.swift
[38/52] Compiling DequeModule Deque+Extras.swift
[39/52] Compiling DequeModule Deque+Hashable.swift
[40/52] Compiling DequeModule Deque+Testing.swift
[41/52] Compiling DequeModule Deque._Storage.swift
[42/52] Compiling DequeModule Deque._UnsafeHandle.swift
[43/52] Compiling DequeModule Deque.swift
[44/52] Compiling DequeModule Deque+CustomReflectable.swift
[45/52] Compiling DequeModule Deque+Descriptions.swift
[46/52] Compiling DequeModule Deque+Codable.swift
[47/52] Compiling DequeModule Deque+Collection.swift
[48/52] Emitting module DequeModule
[50/53] Compiling HTTPTypes HTTPFieldName.swift
[51/53] Compiling HTTPTypes HTTPField.swift
[52/53] Emitting module HTTPTypes
[53/53] Compiling HTTPTypes HTTPFields.swift
[55/115] Emitting module OpenAPIRuntime
[56/123] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[57/123] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[58/123] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[59/123] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[60/123] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[61/123] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[62/123] Compiling OpenAPIRuntime MultipartValidation.swift
[63/123] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[64/123] Compiling OpenAPIRuntime FoundationExtensions.swift
[65/123] Compiling OpenAPIRuntime ParameterStyles.swift
[66/123] Compiling OpenAPIRuntime ServerVariable.swift
[67/123] Compiling OpenAPIRuntime URLExtensions.swift
[68/123] Compiling OpenAPIRuntime Deprecated.swift
[69/123] Compiling OpenAPIRuntime ClientError.swift
[70/123] Compiling OpenAPIRuntime CodingErrors.swift
[71/123] Compiling OpenAPIRuntime RuntimeError.swift
[72/123] Compiling OpenAPIRuntime ServerError.swift
[73/123] Compiling OpenAPIRuntime URICodeCodingKey.swift
[74/123] Compiling OpenAPIRuntime URICoderConfiguration.swift
[75/123] Compiling OpenAPIRuntime URIEncodedNode.swift
[76/123] Compiling OpenAPIRuntime URIParsedTypes.swift
[77/123] Compiling OpenAPIRuntime URIDecoder.swift
[78/123] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[79/123] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[80/123] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[81/123] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[82/123] Compiling OpenAPIRuntime CodableExtensions.swift
[83/123] Compiling OpenAPIRuntime Configuration.swift
[84/123] Compiling OpenAPIRuntime Converter+Client.swift
[85/123] Compiling OpenAPIRuntime Converter+Common.swift
[86/123] Compiling OpenAPIRuntime Converter+Server.swift
[87/123] Compiling OpenAPIRuntime Converter.swift
[88/123] Compiling OpenAPIRuntime CurrencyExtensions.swift
[89/123] Compiling OpenAPIRuntime ErrorExtensions.swift
[90/123] Compiling OpenAPIRuntime CurrencyTypes.swift
[91/123] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[92/123] Compiling OpenAPIRuntime HTTPBody.swift
[93/123] Compiling OpenAPIRuntime ServerTransport.swift
[94/123] Compiling OpenAPIRuntime UniversalClient.swift
[95/123] Compiling OpenAPIRuntime UniversalServer.swift
[96/123] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[97/123] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[98/123] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[99/123] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[100/123] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[101/123] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[102/123] Compiling OpenAPIRuntime ServerSentEvents.swift
[103/123] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[104/123] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[105/123] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[106/123] Compiling OpenAPIRuntime ClientTransport.swift
[107/123] Compiling OpenAPIRuntime Acceptable.swift
[108/123] Compiling OpenAPIRuntime Base64EncodedData.swift
[109/123] Compiling OpenAPIRuntime ByteUtilities.swift
[110/123] Compiling OpenAPIRuntime ContentDisposition.swift
[111/123] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[112/123] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[113/123] Compiling OpenAPIRuntime OpenAPIValue.swift
[114/123] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[115/123] Compiling OpenAPIRuntime UndocumentedPayload.swift
[116/123] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[117/123] Compiling OpenAPIRuntime URIEncoder.swift
[118/123] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[119/123] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[120/123] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[121/123] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[122/123] Compiling OpenAPIRuntime URIParser.swift
[123/123] Compiling OpenAPIRuntime URISerializer.swift
[125/131] Compiling OpenAPIURLSession BidirectionalStreamingURLSessionDelegate.swift
[126/131] Compiling OpenAPIURLSession HTTPBodyOutputStreamBridge.swift
[127/131] Compiling OpenAPIURLSession URLSessionTransport.swift
[128/131] Compiling OpenAPIURLSession URLSession+Extensions.swift
[129/131] 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 | }
[130/131] 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 | }
[131/131] Compiling OpenAPIURLSession Lock.swift
Build complete! (26.80s)
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.9"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.