The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-openapi-urlsession, reference 1.2.0 (279aa6), with Swift 6.1 for Linux on 30 Sep 2025 19:49:50 UTC.

Swift 6 data race errors: 8

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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: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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-openapi-urlsession.git
Reference: 1.2.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.2.0      -> FETCH_HEAD
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 1.2.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.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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: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:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-openapi-runtime
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/apple/swift-http-types
Fetching https://github.com/apple/swift-nio
[1/5745] Fetching swift-openapi-runtime
[748/6681] Fetching swift-openapi-runtime, swift-http-types
[3128/24657] Fetching swift-openapi-runtime, swift-http-types, swift-collections
[8739/103271] Fetching swift-openapi-runtime, swift-http-types, swift-collections, swift-nio
Fetched https://github.com/apple/swift-openapi-runtime from cache (1.65s)
[46215/97526] Fetching swift-http-types, swift-collections, swift-nio
Fetched https://github.com/apple/swift-http-types from cache (6.37s)
Fetched https://github.com/apple/swift-collections from cache (6.41s)
Fetched https://github.com/apple/swift-nio from cache (6.49s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.3 (7.19s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (0.67s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (1.18s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.86.2 (1.02s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1814] Fetching swift-atomics
[691/6836] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.69s)
Fetched https://github.com/apple/swift-system.git from cache (0.72s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.71s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.22s)
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.86.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.3.0
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.3
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.3
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/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/30] Emitting module HTTPTypes
[8/31] Compiling HTTPTypes HTTPRequest.swift
[9/31] Compiling HTTPTypes HTTPParsedFields.swift
[10/31] Compiling InternalCollectionsUtilities _SortedCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[11/31] Compiling InternalCollectionsUtilities _UniqueCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[12/31] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[13/31] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[14/33] Emitting module InternalCollectionsUtilities
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[15/33] Compiling HTTPTypes HTTPResponse.swift
[16/33] Compiling HTTPTypes ISOLatin1String.swift
[17/33] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[18/33] Compiling InternalCollectionsUtilities Integer rank.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/33] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/33] Compiling InternalCollectionsUtilities UInt+reversed.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[21/33] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/33] Compiling InternalCollectionsUtilities Debugging.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/33] Compiling InternalCollectionsUtilities Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/33] Compiling HTTPTypes HTTPField.swift
[25/33] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/33] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/33] Compiling InternalCollectionsUtilities LifetimeOverride.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/33] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/33] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/33] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/49] Compiling DequeModule Deque+CustomReflectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/49] Compiling DequeModule Deque+Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[34/51] Compiling DequeModule Deque+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/51] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/51] Compiling DequeModule Deque+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[37/51] Compiling DequeModule Deque+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/51] Compiling DequeModule _DequeBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[39/51] Compiling DequeModule _DequeBufferHeader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/51] Compiling DequeModule _DequeSlot.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/51] Compiling DequeModule _UnsafeWrappedBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[42/51] Compiling DequeModule Deque+Testing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[43/51] Compiling DequeModule Deque._Storage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[44/51] Compiling DequeModule Deque._UnsafeHandle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[45/51] Compiling DequeModule Deque.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[46/51] Compiling HTTPTypes NIOLock.swift
[47/51] Emitting module DequeModule
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[48/51] Compiling DequeModule Deque+Codable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[49/51] Compiling DequeModule Deque+Collection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[51/52] Compiling HTTPTypes HTTPFieldName.swift
[52/52] Compiling HTTPTypes HTTPFields.swift
[54/114] Compiling OpenAPIRuntime FoundationExtensions.swift
[55/114] Compiling OpenAPIRuntime ParameterStyles.swift
[56/114] Compiling OpenAPIRuntime ServerVariable.swift
[57/114] Compiling OpenAPIRuntime URLExtensions.swift
[58/114] Compiling OpenAPIRuntime Deprecated.swift
[59/114] Compiling OpenAPIRuntime ClientError.swift
[60/114] Compiling OpenAPIRuntime CodingErrors.swift
[61/114] Compiling OpenAPIRuntime RuntimeError.swift
[62/114] Compiling OpenAPIRuntime ServerError.swift
[63/122] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[64/122] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[65/122] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[66/122] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[67/122] Compiling OpenAPIRuntime ServerSentEvents.swift
[68/122] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[69/122] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[70/122] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[71/122] Compiling OpenAPIRuntime ClientTransport.swift
[72/122] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[73/122] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[74/122] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[75/122] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[76/122] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[77/122] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[78/122] Compiling OpenAPIRuntime MultipartValidation.swift
[79/122] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[80/122] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[81/122] Compiling OpenAPIRuntime CodableExtensions.swift
[82/122] Compiling OpenAPIRuntime Configuration.swift
[83/122] Compiling OpenAPIRuntime Converter+Client.swift
[84/122] Compiling OpenAPIRuntime Converter+Common.swift
[85/122] Compiling OpenAPIRuntime Converter+Server.swift
[86/122] Compiling OpenAPIRuntime Converter.swift
[87/122] Compiling OpenAPIRuntime CurrencyExtensions.swift
[88/122] Compiling OpenAPIRuntime ErrorExtensions.swift
[89/122] Compiling OpenAPIRuntime URICodeCodingKey.swift
[90/122] Compiling OpenAPIRuntime URICoderConfiguration.swift
[91/122] Compiling OpenAPIRuntime URIEncodedNode.swift
[92/122] Compiling OpenAPIRuntime URIParsedTypes.swift
[93/122] Compiling OpenAPIRuntime URIDecoder.swift
[94/122] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[95/122] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[96/122] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[97/122] Compiling OpenAPIRuntime CurrencyTypes.swift
[98/122] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[99/122] Compiling OpenAPIRuntime HTTPBody.swift
[100/122] Compiling OpenAPIRuntime ServerTransport.swift
[101/122] Compiling OpenAPIRuntime UniversalClient.swift
[102/122] Compiling OpenAPIRuntime UniversalServer.swift
[103/122] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[104/122] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[105/122] Emitting module OpenAPIRuntime
[106/122] Compiling OpenAPIRuntime Acceptable.swift
[107/122] Compiling OpenAPIRuntime Base64EncodedData.swift
[108/122] Compiling OpenAPIRuntime ByteUtilities.swift
[109/122] Compiling OpenAPIRuntime ContentDisposition.swift
[110/122] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[111/122] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[112/122] Compiling OpenAPIRuntime OpenAPIValue.swift
[113/122] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[114/122] Compiling OpenAPIRuntime UndocumentedPayload.swift
[115/122] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[116/122] Compiling OpenAPIRuntime URIEncoder.swift
[117/122] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[118/122] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[119/122] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[120/122] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[121/122] Compiling OpenAPIRuntime URIParser.swift
[122/122] Compiling OpenAPIRuntime URISerializer.swift
[124/130] Compiling OpenAPIURLSession HTTPBodyOutputStreamBridge.swift
[125/130] Compiling OpenAPIURLSession BidirectionalStreamingURLSessionDelegate.swift
[126/130] Compiling OpenAPIURLSession URLSession+Extensions.swift
[127/130] Compiling OpenAPIURLSession URLSessionTransport.swift
[128/130] Compiling OpenAPIURLSession Lock.swift
[129/130] 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/130] 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! (54.75s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.