The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift-openapi-urlsession, reference 1.1.0 (6fac6f), with Swift 6.0 for Linux on 5 Apr 2025 02:27:43 UTC.

Swift 6 data race errors: 8

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.60.1
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.0
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-nio
Fetching https://github.com/apple/swift-openapi-runtime
Fetching https://github.com/apple/swift-http-types
Fetching https://github.com/apple/swift-collections
[1/5646] Fetching swift-openapi-runtime
[5647/6536] Fetching swift-openapi-runtime, swift-http-types
[6537/22439] Fetching swift-openapi-runtime, swift-http-types, swift-collections
Fetched https://github.com/apple/swift-http-types from cache (0.32s)
Fetched https://github.com/apple/swift-openapi-runtime from cache (0.32s)
[1750/15903] Fetching swift-collections
[4295/90612] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections from cache (1.05s)
[40343/74709] Fetching swift-nio
Fetched https://github.com/apple/swift-nio from cache (4.41s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.2 (0.54s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (0.54s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (0.81s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.81.0 (0.80s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/4224] Fetching swift-system
[2367/5929] Fetching swift-system, swift-atomics
Fetched https://github.com/apple/swift-system.git from cache (0.33s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.38s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.56s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.53s)
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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
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-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.81.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
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/31] Emitting module HTTPTypes
[8/32] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[9/32] Compiling InternalCollectionsUtilities Specialize.swift
[10/34] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[11/34] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[12/34] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[13/34] Compiling InternalCollectionsUtilities _SortedCollection.swift
[14/34] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[15/34] Compiling InternalCollectionsUtilities Debugging.swift
[16/34] Compiling InternalCollectionsUtilities Descriptions.swift
[17/34] Compiling InternalCollectionsUtilities UInt+reversed.swift
[18/34] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[19/34] Emitting module InternalCollectionsUtilities
[20/34] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[21/34] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[22/34] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[23/34] Compiling InternalCollectionsUtilities Integer rank.swift
[24/34] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[25/34] Compiling HTTPTypes HTTPRequest.swift
[26/34] Compiling HTTPTypes ISOLatin1String.swift
[27/34] Compiling HTTPTypes HTTPResponse.swift
[28/34] Compiling HTTPTypes HTTPParsedFields.swift
[29/34] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[30/34] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[32/50] Compiling HTTPTypes NIOLock.swift
[33/50] Compiling DequeModule Deque+Equatable.swift
[34/50] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[35/52] Compiling DequeModule _DequeSlot.swift
[36/52] Compiling DequeModule _UnsafeWrappedBuffer.swift
[37/52] Compiling DequeModule _DequeBuffer.swift
[38/52] Compiling DequeModule _DequeBufferHeader.swift
[39/52] Compiling DequeModule Deque+Testing.swift
[40/52] Compiling DequeModule Deque._Storage.swift
[41/52] Compiling DequeModule Deque._UnsafeHandle.swift
[42/52] Compiling DequeModule Deque.swift
[43/52] Compiling DequeModule Deque+Extras.swift
[44/52] Compiling DequeModule Deque+Hashable.swift
[45/52] Compiling DequeModule Deque+CustomReflectable.swift
[46/52] Compiling DequeModule Deque+Descriptions.swift
[47/52] Compiling DequeModule Deque+Codable.swift
[48/52] Compiling DequeModule Deque+Collection.swift
[49/52] Emitting module DequeModule
[51/53] Compiling HTTPTypes HTTPFieldName.swift
[52/53] Compiling HTTPTypes HTTPField.swift
[53/53] Compiling HTTPTypes HTTPFields.swift
[55/115] Emitting module OpenAPIRuntime
[56/123] Compiling OpenAPIRuntime URICodeCodingKey.swift
[57/123] Compiling OpenAPIRuntime URICoderConfiguration.swift
[58/123] Compiling OpenAPIRuntime URIEncodedNode.swift
[59/123] Compiling OpenAPIRuntime URIParsedTypes.swift
[60/123] Compiling OpenAPIRuntime URIDecoder.swift
[61/123] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[62/123] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[63/123] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[64/123] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[65/123] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[66/123] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[67/123] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[68/123] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[69/123] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[70/123] Compiling OpenAPIRuntime MultipartValidation.swift
[71/123] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[72/123] Compiling OpenAPIRuntime FoundationExtensions.swift
[73/123] Compiling OpenAPIRuntime ParameterStyles.swift
[74/123] Compiling OpenAPIRuntime ServerVariable.swift
[75/123] Compiling OpenAPIRuntime URLExtensions.swift
[76/123] Compiling OpenAPIRuntime Deprecated.swift
[77/123] Compiling OpenAPIRuntime ClientError.swift
[78/123] Compiling OpenAPIRuntime CodingErrors.swift
[79/123] Compiling OpenAPIRuntime RuntimeError.swift
[80/123] Compiling OpenAPIRuntime ServerError.swift
[81/123] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[82/123] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[83/123] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[84/123] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[85/123] Compiling OpenAPIRuntime ServerSentEvents.swift
[86/123] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[87/123] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[88/123] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[89/123] Compiling OpenAPIRuntime ClientTransport.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 Acceptable.swift
[99/123] Compiling OpenAPIRuntime Base64EncodedData.swift
[100/123] Compiling OpenAPIRuntime ByteUtilities.swift
[101/123] Compiling OpenAPIRuntime ContentDisposition.swift
[102/123] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[103/123] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[104/123] Compiling OpenAPIRuntime OpenAPIValue.swift
[105/123] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[106/123] Compiling OpenAPIRuntime UndocumentedPayload.swift
[107/123] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[108/123] Compiling OpenAPIRuntime CodableExtensions.swift
[109/123] Compiling OpenAPIRuntime Configuration.swift
[110/123] Compiling OpenAPIRuntime Converter+Client.swift
[111/123] Compiling OpenAPIRuntime Converter+Common.swift
[112/123] Compiling OpenAPIRuntime Converter+Server.swift
[113/123] Compiling OpenAPIRuntime Converter.swift
[114/123] Compiling OpenAPIRuntime CurrencyExtensions.swift
[115/123] Compiling OpenAPIRuntime ErrorExtensions.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 URLSession+Extensions.swift
[126/131] Compiling OpenAPIURLSession HTTPBodyOutputStreamBridge.swift
[127/131] Compiling OpenAPIURLSession BidirectionalStreamingURLSessionDelegate.swift
[128/131] Compiling OpenAPIURLSession URLSessionTransport.swift
[129/131] Emitting module OpenAPIURLSession
/host/spi-builder-workspace/Sources/OpenAPIURLSession/BufferedStream/BufferedStream.swift:820:30: warning: task-isolated value of type 'Element' passed as a strongly transferred parameter; later accesses could race; this is an error in the Swift 6 language mode
 818 |
 819 |             case .resumeConsumerAndReturnProduceMore(let continuation, let element):
 820 |                 continuation.resume(returning: element)
     |                              `- warning: task-isolated value of type 'Element' passed as a strongly transferred parameter; later accesses could race; this is an error in the Swift 6 language mode
 821 |                 return .produceMore
 822 |
/host/spi-builder-workspace/Sources/OpenAPIURLSession/BufferedStream/BufferedStream.swift:824:30: warning: task-isolated value of type 'Element' passed as a strongly transferred parameter; later accesses could race; 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: task-isolated value of type 'Element' passed as a strongly transferred parameter; later accesses could race; this is an error in the Swift 6 language mode
 825 |                 return .enqueueCallback(callbackToken)
 826 |
/host/spi-builder-workspace/Sources/OpenAPIURLSession/BufferedStream/BufferedStream.swift:954:38: warning: value of non-Sendable type 'Optional<Element>' accessed after being transferred; later accesses could race; this is an error in the Swift 6 language mode
 952 |                         let producerContinuations
 953 |                     ):
 954 |                         continuation.resume(returning: element)
     |                                      `- warning: value of non-Sendable type 'Optional<Element>' accessed after being transferred; later accesses could race; this is an error in the Swift 6 language mode
 955 |                         for producerContinuation in producerContinuations {
     |                                                     `- note: access can happen concurrently
 956 |                             producerContinuation(Result<Void, any Error>.success(()))
 957 |                         }
[130/131] Compiling OpenAPIURLSession Lock.swift
[131/131] Compiling OpenAPIURLSession BufferedStream.swift
/host/spi-builder-workspace/Sources/OpenAPIURLSession/BufferedStream/BufferedStream.swift:820:30: warning: task-isolated value of type 'Element' passed as a strongly transferred parameter; later accesses could race; this is an error in the Swift 6 language mode
 818 |
 819 |             case .resumeConsumerAndReturnProduceMore(let continuation, let element):
 820 |                 continuation.resume(returning: element)
     |                              `- warning: task-isolated value of type 'Element' passed as a strongly transferred parameter; later accesses could race; this is an error in the Swift 6 language mode
 821 |                 return .produceMore
 822 |
/host/spi-builder-workspace/Sources/OpenAPIURLSession/BufferedStream/BufferedStream.swift:824:30: warning: task-isolated value of type 'Element' passed as a strongly transferred parameter; later accesses could race; 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: task-isolated value of type 'Element' passed as a strongly transferred parameter; later accesses could race; this is an error in the Swift 6 language mode
 825 |                 return .enqueueCallback(callbackToken)
 826 |
/host/spi-builder-workspace/Sources/OpenAPIURLSession/BufferedStream/BufferedStream.swift:954:38: warning: value of non-Sendable type 'Optional<Element>' accessed after being transferred; later accesses could race; this is an error in the Swift 6 language mode
 952 |                         let producerContinuations
 953 |                     ):
 954 |                         continuation.resume(returning: element)
     |                                      `- warning: value of non-Sendable type 'Optional<Element>' accessed after being transferred; later accesses could race; this is an error in the Swift 6 language mode
 955 |                         for producerContinuation in producerContinuations {
     |                                                     `- note: access can happen concurrently
 956 |                             producerContinuation(Result<Void, any Error>.success(()))
 957 |                         }
Build complete! (46.69s)
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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.