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

Failed to build oracle-nio, reference main (c3498f), with Swift 6.1 for Wasm on 10 Nov 2025 17:42:16 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lovetodream/oracle-nio.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/lovetodream/oracle-nio
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c3498fe Enable benchmarks again (#104)
Cloned https://github.com/lovetodream/oracle-nio.git
Revision (git rev-parse @):
c3498feb9a42949da30260e93fc4241db2991c0e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/lovetodream/oracle-nio.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/lovetodream/oracle-nio.git
https://github.com/lovetodream/oracle-nio.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.81.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-transport-services",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.23.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-transport-services.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.29.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.9.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    },
    {
      "identity" : "swift-distributed-tracing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-distributed-tracing.git"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.6.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "601.0.0-latest",
            "upper_bound" : "602.0.1-latest"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "oracle-nio",
  "name" : "oracle-nio",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "OracleNIO",
      "targets" : [
        "OracleNIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OracleNIOMacros",
      "targets" : [
        "OracleNIOMacros"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OracleClient",
      "targets" : [
        "OracleClient"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "OracleConnection",
      "targets" : [
        "OracleConnection"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "OracleNIOMacrosPlugin",
      "targets" : [
        "OracleNIOMacrosPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_OracleConnectionPoolModule",
      "module_type" : "SwiftTarget",
      "name" : "_OracleConnectionPoolModule",
      "path" : "Sources/OracleConnectionPoolModule",
      "product_dependencies" : [
        "Atomics",
        "DequeModule"
      ],
      "product_memberships" : [
        "OracleNIO",
        "OracleNIOMacros",
        "OracleClient",
        "OracleConnection"
      ],
      "sources" : [
        "ConnectionIDGenerator.swift",
        "ConnectionLease.swift",
        "ConnectionPool.swift",
        "ConnectionPoolError.swift",
        "ConnectionPoolObservabilityDelegate.swift",
        "ConnectionRequest.swift",
        "Max2Sequence.swift",
        "NIOLock.swift",
        "NIOLockedValueBox.swift",
        "NoKeepAliveBehavior.swift",
        "PoolStateMachine+ConnectionGroup.swift",
        "PoolStateMachine+ConnectionState.swift",
        "PoolStateMachine+RequestQueue.swift",
        "PoolStateMachine.swift",
        "TinyFastSequence.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OracleNIOTests",
      "module_type" : "SwiftTarget",
      "name" : "OracleNIOTests",
      "path" : "Tests/OracleNIOTests",
      "product_dependencies" : [
        "NIOTestUtils"
      ],
      "sources" : [
        "CapabilitiesTests.swift",
        "ConfigurationTests.swift",
        "ConnectionStateMachine/AuthenticationStateMachineTests.swift",
        "ConnectionStateMachine/ConnectionStateMachineTests.swift",
        "ConnectionStateMachine/StatementStateMachineTests.swift",
        "Data/ArrayKeyTests.swift",
        "Data/OracleJSONDecoderTests.swift",
        "Data/OracleJSONEncoderTests.swift",
        "Data/OracleJSONParserTests.swift",
        "Data/OracleJSONWriterTests.swift",
        "Data/OracleVectorTests.swift",
        "Data/RowIDTests.swift",
        "Data/StringTests.swift",
        "Extensions/ByteBufferExtensionTests.swift",
        "Helper/TinySequenceTests.swift",
        "Messages/AcceptMessageTests.swift",
        "Messages/AuthenticationPhaseTwoMessageTests.swift",
        "Messages/ControlTests.swift",
        "Messages/DataRowTests.swift",
        "Messages/OracleFrontendMessageEncoderTests.swift",
        "Messages/RowDataTests.swift",
        "OracleCodableTests.swift",
        "OracleConnectionTests.swift",
        "OracleNumberTests.swift",
        "OracleRowSequenceTests.swift",
        "OracleRowStreamTests.swift",
        "OracleSQLErrorTests.swift",
        "OracleStatementTests.swift",
        "StatementContextTests.swift",
        "TestUtils/Capabilities+TestUtils.swift",
        "TestUtils/ConnectionAction+TestUtils.swift",
        "TestUtils/Data+Hex.swift",
        "TestUtils/ExtendedQueryContext+TestUtils.swift",
        "TestUtils/OracleBackendMessage+TestUtils.swift",
        "TestUtils/OracleBackendMessageDecoder+TestUtils.swift",
        "TestUtils/OracleBackendMessageEncoder.swift",
        "TestUtils/OracleConnection+TestUtils.swift",
        "TestUtils/OracleFrontendMessage.swift",
        "TestUtils/OracleFrontendMessageDecoder.swift",
        "TestUtils/OraclePartialDecodingError+TestUtils.swift",
        "TestUtils/OracleRowStream+TestUtils.swift",
        "TestUtils/QueryResult+TestUtils.swift",
        "TestUtils/ReverseByteToMessageHandler.swift",
        "TestUtils/ReverseMessageToByteHandler.swift",
        "Utilities/AuthHeaderDateFormatTests.swift",
        "Utilities/OracleHexDumpTests.swift",
        "Utilities/OracleTraceHandlerTests.swift"
      ],
      "target_dependencies" : [
        "OracleNIO"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OracleNIOMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "OracleNIOMacrosTests",
      "path" : "Tests/OracleNIOMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "OracleStatementMacroTests.swift"
      ],
      "target_dependencies" : [
        "OracleNIOMacrosPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OracleNIOMacrosPlugin",
      "module_type" : "SwiftTarget",
      "name" : "OracleNIOMacrosPlugin",
      "path" : "Sources/OracleNIOMacrosPlugin",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "OracleNIOMacros",
        "OracleClient",
        "OracleConnection",
        "OracleNIOMacrosPlugin"
      ],
      "sources" : [
        "OracleNIOMacrosPlugin.swift",
        "StatementMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "OracleNIOMacros",
      "module_type" : "SwiftTarget",
      "name" : "OracleNIOMacros",
      "path" : "Sources/OracleNIOMacros",
      "product_memberships" : [
        "OracleNIOMacros",
        "OracleClient",
        "OracleConnection"
      ],
      "sources" : [
        "Statement.swift"
      ],
      "target_dependencies" : [
        "OracleNIO",
        "OracleNIOMacrosPlugin"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OracleNIO",
      "module_type" : "SwiftTarget",
      "name" : "OracleNIO",
      "path" : "Sources/OracleNIO",
      "product_dependencies" : [
        "Logging",
        "NIO",
        "NIOCore",
        "NIOPosix",
        "NIOTransportServices",
        "NIOSSL",
        "NIOTLS",
        "Crypto",
        "_CryptoExtras",
        "Tracing",
        "ServiceLifecycle"
      ],
      "product_memberships" : [
        "OracleNIO",
        "OracleNIOMacros",
        "OracleClient",
        "OracleConnection"
      ],
      "sources" : [
        "AuthenticationMode.swift",
        "Capabilities.swift",
        "Connection/OracleClient+PooledConnection.swift",
        "Connection/OracleConnection+BatchExecution.swift",
        "Connection/OracleConnection+Configuration.swift",
        "Connection/OracleConnection.swift",
        "Connection/OracleConnectionProtocol.swift",
        "Connection/OracleTransactionConnection.swift",
        "ConnectionParameters.swift",
        "ConnectionStateMachine/AuthenticationStateMachine.swift",
        "ConnectionStateMachine/ConnectionStateMachine.swift",
        "ConnectionStateMachine/RowStreamStateMachine.swift",
        "ConnectionStateMachine/StatementStateMachine.swift",
        "Constants.swift",
        "DBType.swift",
        "Data/Bool+OracleCodable.swift",
        "Data/ByteBuffer+OracleCodable.swift",
        "Data/Bytes+OracleCodable.swift",
        "Data/Cursor.swift",
        "Data/Data+OracleCodable.swift",
        "Data/Date+OracleCodable.swift",
        "Data/Double+OracleCodable.swift",
        "Data/Float+OracleCodable.swift",
        "Data/Int+OracleCodable.swift",
        "Data/IntervalDS+OracleCodable.swift",
        "Data/JSON/OracleJSON+Decoding.swift",
        "Data/JSON/OracleJSON+Encoding.swift",
        "Data/JSON/OracleJSON.swift",
        "Data/JSON/OracleJSONParser.swift",
        "Data/JSON/OracleJSONStorage.swift",
        "Data/JSON/OracleJSONWriter.swift",
        "Data/LOB.swift",
        "Data/OracleNumber.swift",
        "Data/OracleNumeric.swift",
        "Data/OracleObject.swift",
        "Data/OracleRef.swift",
        "Data/OracleVector.swift",
        "Data/OracleXML.swift",
        "Data/RowID.swift",
        "Data/String+OracleCodable.swift",
        "Data/UUID+OracleCodable.swift",
        "DataType.swift",
        "Extensions/Array+Random.swift",
        "Extensions/ByteBuffer/ByteBuffer+EmptyOracleData.swift",
        "Extensions/ByteBuffer/ByteBuffer+OSON.swift",
        "Extensions/ByteBuffer/ByteBuffer+OracleBackendMessageID.swift",
        "Extensions/ByteBuffer/ByteBuffer+PrepareSend.swift",
        "Extensions/ByteBuffer/ByteBuffer+QLocator.swift",
        "Extensions/ByteBuffer/ByteBuffer+ReadOracleBytes.swift",
        "Extensions/ByteBuffer/ByteBuffer+ReadStringWithFormat.swift",
        "Extensions/ByteBuffer/ByteBuffer+SB.swift",
        "Extensions/ByteBuffer/ByteBuffer+ThrowingMoveReaderIndex.swift",
        "Extensions/ByteBuffer/ByteBuffer+ThrowingReadBytes.swift",
        "Extensions/ByteBuffer/ByteBuffer+ThrowingReadInteger.swift",
        "Extensions/ByteBuffer/ByteBuffer+ThrowingReadString.swift",
        "Extensions/ByteBuffer/ByteBuffer+UB.swift",
        "Extensions/Data+hexString.swift",
        "Extensions/Logging+Oracle.swift",
        "Extensions/Optional+ValueOrError.swift",
        "Helper/Crypto.swift",
        "Helper/TinySequence.swift",
        "MessageType.swift",
        "Messages/BackendError.swift",
        "Messages/Coding/MissingDataDecodingError.swift",
        "Messages/Coding/OracleBackendMessageDecoder.swift",
        "Messages/Coding/OracleFrontendMessageEncoder.swift",
        "Messages/Coding/OracleFrontendMessagePostProcessor.swift",
        "Messages/Coding/OracleMessageDecodingError.swift",
        "Messages/Coding/OraclePartialDecodingError.swift",
        "Messages/DataRow.swift",
        "Messages/DescribeInfo.swift",
        "Messages/OracleBackendMessage+Accept.swift",
        "Messages/OracleBackendMessage+BitVector.swift",
        "Messages/OracleBackendMessage+DataTypes.swift",
        "Messages/OracleBackendMessage+InOutVector.swift",
        "Messages/OracleBackendMessage+LOBData.swift",
        "Messages/OracleBackendMessage+Parameter.swift",
        "Messages/OracleBackendMessage+Protocol.swift",
        "Messages/OracleBackendMessage+RowData.swift",
        "Messages/OracleBackendMessage+RowHeader.swift",
        "Messages/OracleBackendMessage+ServerSidePiggyback.swift",
        "Messages/OracleBackendMessage+Status.swift",
        "Messages/OracleBackendMessage.swift",
        "OracleCell.swift",
        "OracleChannelHandler.swift",
        "OracleCodable.swift",
        "OracleColumn.swift",
        "OracleDecodingError.swift",
        "OracleErrorInfo.swift",
        "OracleEventsHandler.swift",
        "OracleRow.swift",
        "OracleRowSequence.swift",
        "OracleRowStream.swift",
        "OracleSQLError.swift",
        "OracleTask.swift",
        "OracleTransactionError.swift",
        "OracleVersion.swift",
        "PacketType.swift",
        "Pool/ConnectionFactory.swift",
        "Pool/OracleClient.swift",
        "Pool/OracleClientMetrics.swift",
        "Purity.swift",
        "Statements/OracleBindings.swift",
        "Statements/OraclePreparedStatement.swift",
        "Statements/OracleStatement.swift",
        "TLSConfiguration+Oracle.swift",
        "Utilities/AuthHeaderDateFormat.swift",
        "Utilities/OracleHexDump.swift",
        "Utilities/OracleTraceHandler.swift",
        "Utilities/SendOnceBox.swift",
        "VariadicGenerics.swift",
        "_TNSDataType.swift"
      ],
      "target_dependencies" : [
        "_OracleConnectionPoolModule"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OracleMockServerTests",
      "module_type" : "SwiftTarget",
      "name" : "OracleMockServerTests",
      "path" : "Tests/OracleMockServerTests",
      "sources" : [
        "ServerTests.swift"
      ],
      "target_dependencies" : [
        "OracleMockServer",
        "OracleNIO"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OracleMockServer",
      "module_type" : "SwiftTarget",
      "name" : "OracleMockServer",
      "path" : "Sources/OracleMockServer",
      "product_dependencies" : [
        "Logging",
        "NIO",
        "NIOCore",
        "NIOPosix",
        "NIOTransportServices"
      ],
      "sources" : [
        "Messages/AuthenticatedMessage.swift",
        "Messages/AuthenticationChallengeMessage.swift",
        "Messages/CloseMessage.swift",
        "Messages/ConnectMessage.swift",
        "Messages/SelectManyFromDualMessage.swift",
        "Messages/SelectOneFromDualMessage.swift",
        "Messages/ServerMessage.swift",
        "Messages/ServerMessageEncoder.swift",
        "OracleMockServer.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "IntegrationTests",
      "path" : "Tests/IntegrationTests",
      "product_dependencies" : [
        "InMemoryTracing"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/IntegrationTests/Data/Isaac_Newton-Opticks.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/IntegrationTests/Data/ewallet.pem",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "BatchExecutionTests.swift",
        "BugReportTests.swift",
        "CustomTypeTests.swift",
        "DistributedTracingTests.swift",
        "IntegrationTest.swift",
        "JSONTests.swift",
        "LOBTests.swift",
        "OracleClientTests.swift",
        "OracleNIOTests.swift",
        "OracleTLSConfigurationTests.swift",
        "PreparedStatementTests.swift",
        "TransactionTests.swift",
        "Utility.swift",
        "VectorTests.swift",
        "XMLTests.swift"
      ],
      "target_dependencies" : [
        "OracleNIO",
        "OracleNIOMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OracleClient",
      "module_type" : "SwiftTarget",
      "name" : "OracleClient",
      "path" : "Snippets",
      "product_memberships" : [
        "OracleClient"
      ],
      "sources" : [
        "OracleClient.swift"
      ],
      "target_dependencies" : [
        "OracleNIOMacros",
        "OracleNIO"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "OracleConnection",
      "module_type" : "SwiftTarget",
      "name" : "OracleConnection",
      "path" : "Snippets",
      "product_memberships" : [
        "OracleConnection"
      ],
      "sources" : [
        "OracleConnection.swift"
      ],
      "target_dependencies" : [
        "OracleNIOMacros",
        "OracleNIO"
      ],
      "type" : "snippet"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-atomics.git
[1/2562] Fetching swift-service-lifecycle
[78/8128] Fetching swift-service-lifecycle, swift-distributed-tracing
[245/9948] Fetching swift-service-lifecycle, swift-distributed-tracing, swift-atomics
[7612/28237] Fetching swift-service-lifecycle, swift-distributed-tracing, swift-atomics, swift-collections
[12336/100970] Fetching swift-service-lifecycle, swift-distributed-tracing, swift-atomics, swift-collections, swift-syntax
Fetched https://github.com/apple/swift-atomics.git from cache (1.20s)
Fetching https://github.com/apple/swift-nio-ssl.git
[14700/99150] Fetching swift-service-lifecycle, swift-distributed-tracing, swift-collections, swift-syntax
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.27s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.28s)
[7669/91022] Fetching swift-collections, swift-syntax
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[15650/93807] Fetching swift-collections, swift-syntax, swift-nio-transport-services
[18382/109095] Fetching swift-collections, swift-syntax, swift-nio-transport-services, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.93s)
Fetching https://github.com/apple/swift-log.git
[23017/106310] Fetching swift-collections, swift-syntax, swift-nio-ssl
[23899/186439] Fetching swift-collections, swift-syntax, swift-nio-ssl, swift-nio
[36538/190901] Fetching swift-collections, swift-syntax, swift-nio-ssl, swift-nio, swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.33s)
[46595/186439] Fetching swift-collections, swift-syntax, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (5.96s)
[145510/171151] Fetching swift-collections, swift-syntax, swift-nio
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/apple/swift-collections.git from cache (18.33s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (18.43s)
[1/17428] Fetching swift-crypto
Fetched https://github.com/apple/swift-nio.git from cache (19.50s)
Fetched https://github.com/apple/swift-crypto.git from cache (3.86s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (22.73s)
Fetching https://github.com/apple/swift-service-context.git
[1/1162] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.27s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.86s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.66s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.2 (0.61s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.54s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.86s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.1 (0.67s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/5681] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.40s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.29s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.88.0 (1.00s)
Fetching https://github.com/apple/swift-system.git
[1/5171] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.41s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.12s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (0.63s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.1.0 (4.13s)
Fetching https://github.com/apple/swift-asn1.git
[1/1653] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.41s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (1.50s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (3.51s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.9.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.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.3.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.88.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.1.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
Building for debugging...
[0/1706] Write sources
[47/1706] Compiling _SwiftSyntaxCShims PlatformMutex.c
[48/1706] Compiling _AtomicsShims.c
[49/1706] Compiling SimpleFIPS202.c
[50/1706] Compiling CXKCPShims shims.c
[51/1706] Compiling KeccakSponge.c
[52/1706] Compiling CNIOWindows WSAStartup.c
[53/1706] Compiling CNIOWindows shim.c
[54/1706] Compiling KeccakHash.c
[55/1706] Compiling CNIOWASI CNIOWASI.c
[56/1706] Compiling CNIOPosix event_loop_id.c
[57/1706] Compiling CNIOLinux liburing_shims.c
[58/1706] Compiling CNIODarwin shim.c
[59/1706] Compiling fiat_p256_adx_sqr.S
[60/1706] Compiling CNIOLinux shim.c
[61/1706] Compiling fiat_p256_adx_mul.S
[62/1706] Compiling fiat_curve25519_adx_square.S
[63/1706] Compiling fiat_curve25519_adx_mul.S
[64/1706] Compiling aes.cc
[65/1706] Compiling KeccakP-1600-opt64.c
[66/1706] Compiling CNIOBoringSSLShims shims.c
[67/1706] Compiling aes.cc
[68/1706] Compiling a_bitstr.cc
[69/1706] Compiling a_strnid.cc
[70/1706] Compiling tls_method.cc
[71/1706] Compiling tls_record.cc
[72/1706] Compiling tls13_client.cc
[73/1706] Compiling t1_enc.cc
[74/1706] Compiling tls13_server.cc
[75/1706] Compiling tls13_both.cc
[76/1706] Compiling tls13_enc.cc
[77/1706] Compiling ssl_x509.cc
[78/1706] Compiling ssl_versions.cc
[79/1706] Compiling ssl_transcript.cc
[80/1706] Compiling ssl_stat.cc
[81/1706] Compiling ssl_session.cc
[82/1706] Compiling ssl_privkey.cc
[83/1706] Compiling ssl_key_share.cc
[84/1706] Compiling ssl_file.cc
[85/1706] Compiling ssl_lib.cc
[86/1706] Compiling ssl_credential.cc
[87/1706] Compiling ssl_cipher.cc
[88/1706] Compiling ssl_buffer.cc
[89/1706] Compiling ssl_cert.cc
[90/1706] Compiling ssl_asn1.cc
[91/1706] Compiling ssl_aead_ctx.cc
[92/1706] Compiling s3_pkt.cc
[93/1706] Compiling s3_lib.cc
[94/1706] Compiling s3_both.cc
[95/1706] Compiling handshake_server.cc
[96/1706] Compiling handshake_client.cc
[97/1706] Compiling handoff.cc
[98/1706] Compiling handshake.cc
[99/1706] Compiling encrypted_client_hello.cc
[100/1706] Compiling extensions.cc
[101/1706] Compiling dtls_record.cc
[102/1706] Compiling md5-x86_64-linux.S
[103/1706] Compiling md5-x86_64-apple.S
[104/1706] Compiling md5-586-linux.S
[105/1706] Compiling md5-586-apple.S
[106/1706] Compiling chacha20_poly1305_x86_64-linux.S
[107/1706] Compiling chacha20_poly1305_x86_64-apple.S
[108/1706] Compiling chacha20_poly1305_armv8-win.S
[109/1706] Compiling dtls_method.cc
[110/1706] Compiling err_data.cc
[111/1706] Compiling chacha20_poly1305_armv8-linux.S
[112/1706] Compiling chacha20_poly1305_armv8-apple.S
[113/1706] Compiling chacha-x86_64-apple.S
[114/1706] Compiling chacha-x86_64-linux.S
[115/1706] Compiling chacha-x86-linux.S
[116/1706] Compiling chacha-x86-apple.S
[117/1706] Compiling chacha-armv8-win.S
[118/1706] Compiling chacha-armv8-linux.S
[119/1706] Compiling chacha-armv8-apple.S
[120/1706] Compiling chacha-armv4-linux.S
[121/1706] Compiling aes128gcmsiv-x86_64-linux.S
[122/1706] Compiling aes128gcmsiv-x86_64-apple.S
[123/1706] Compiling x86_64-mont5-linux.S
[124/1706] Compiling x86_64-mont5-apple.S
[125/1706] Compiling x86_64-mont-linux.S
[126/1706] Compiling x86_64-mont-apple.S
[127/1706] Compiling x86-mont-linux.S
[128/1706] Compiling d1_srtp.cc
[129/1706] Compiling x86-mont-apple.S
[130/1706] Compiling vpaes-x86_64-linux.S
[131/1706] Compiling vpaes-x86_64-apple.S
[132/1706] Compiling vpaes-x86-linux.S
[133/1706] Compiling vpaes-x86-apple.S
[134/1706] Compiling vpaes-armv8-win.S
[135/1706] Compiling vpaes-armv8-linux.S
[136/1706] Compiling vpaes-armv8-apple.S
[137/1706] Compiling bio_ssl.cc
[138/1706] Compiling vpaes-armv7-linux.S
[139/1706] Compiling sha512-armv8-win.S
[140/1706] Compiling sha512-x86_64-apple.S
[141/1706] Compiling sha512-x86_64-linux.S
[142/1706] Compiling d1_pkt.cc
[143/1706] Compiling sha512-armv8-linux.S
[144/1706] Compiling sha512-armv8-apple.S
[145/1706] Compiling sha512-586-linux.S
[146/1706] Compiling sha512-armv4-linux.S
[147/1706] Compiling sha512-586-apple.S
[148/1706] Compiling sha256-x86_64-apple.S
[149/1706] Compiling sha256-x86_64-linux.S
[150/1706] Compiling sha256-armv8-apple.S
[151/1706] Compiling sha256-armv8-win.S
[152/1706] Compiling sha256-armv8-linux.S
[153/1706] Compiling sha256-armv4-linux.S
[154/1706] Compiling sha256-586-linux.S
[155/1706] Compiling sha256-586-apple.S
[156/1706] Compiling sha1-x86_64-apple.S
[157/1706] Compiling sha1-armv8-linux.S
[158/1706] Compiling sha1-x86_64-linux.S
[159/1706] Compiling sha1-armv8-win.S
[160/1706] Compiling sha1-armv8-apple.S
[161/1706] Compiling sha1-armv4-large-linux.S
[162/1706] Compiling sha1-586-linux.S
[163/1706] Compiling rsaz-avx2-linux.S
[164/1706] Compiling rsaz-avx2-apple.S
[164/1706] Compiling sha1-586-apple.S
[164/1706] Compiling rdrand-x86_64-linux.S
[167/1706] Compiling rdrand-x86_64-apple.S
[168/1706] Compiling p256_beeu-x86_64-asm-linux.S
[169/1706] Compiling p256_beeu-armv8-asm-win.S
[170/1706] Compiling p256_beeu-armv8-asm-apple.S
[171/1706] Compiling p256_beeu-x86_64-asm-apple.S
[172/1706] Compiling p256_beeu-armv8-asm-linux.S
[173/1706] Compiling p256-x86_64-asm-apple.S
[174/1706] Compiling p256-armv8-asm-win.S
[175/1706] Compiling p256-x86_64-asm-linux.S
[176/1706] Compiling p256-armv8-asm-linux.S
[177/1706] Compiling p256-armv8-asm-apple.S
[178/1706] Compiling ghashv8-armv8-win.S
[179/1706] Compiling ghashv8-armv8-apple.S
[180/1706] Compiling ghashv8-armv8-linux.S
[181/1706] Compiling ghash-x86_64-linux.S
[182/1706] Compiling ghashv8-armv7-linux.S
[183/1706] Compiling ghash-x86_64-apple.S
[184/1706] Compiling ghash-x86-linux.S
[185/1706] Compiling ghash-ssse3-x86_64-apple.S
[186/1706] Compiling ghash-x86-apple.S
[187/1706] Compiling ghash-ssse3-x86-linux.S
[188/1706] Compiling ghash-ssse3-x86_64-linux.S
[189/1706] Compiling d1_lib.cc
[190/1706] Compiling ghash-neon-armv8-win.S
[191/1706] Compiling ghash-ssse3-x86-apple.S
[192/1706] Compiling ghash-neon-armv8-linux.S
[193/1706] Compiling co-586-linux.S
[194/1706] Compiling ghash-neon-armv8-apple.S
[195/1706] Compiling co-586-apple.S
[196/1706] Compiling bsaes-armv7-linux.S
[197/1706] Compiling ghash-armv4-linux.S
[198/1706] Compiling bn-armv8-win.S
[199/1706] Compiling bn-armv8-linux.S
[200/1706] Compiling bn-586-apple.S
[201/1706] Compiling bn-armv8-apple.S
[202/1706] Compiling bn-586-linux.S
[203/1706] Compiling armv8-mont-win.S
[204/1706] Compiling armv8-mont-linux.S
[205/1706] Compiling armv8-mont-apple.S
[206/1706] Compiling d1_both.cc
[207/1706] Compiling aesv8-gcm-armv8-win.S
[208/1706] Compiling armv4-mont-linux.S
[209/1706] Compiling aesv8-gcm-armv8-linux.S
[210/1706] Compiling aesv8-armv8-linux.S
[211/1706] Compiling aesv8-gcm-armv8-apple.S
[211/1706] Compiling aesv8-armv8-win.S
[213/1706] Compiling aesv8-armv8-apple.S
[214/1706] Compiling aesv8-armv7-linux.S
[215/1706] Compiling aesni-x86_64-apple.S
[216/1706] Compiling aesni-x86_64-linux.S
[217/1706] Compiling aesni-x86-linux.S
[218/1706] Compiling aesni-gcm-x86_64-linux.S
[219/1706] Compiling aesni-x86-apple.S
[220/1706] Compiling aes-gcm-avx2-x86_64-linux.S
[221/1706] Compiling aesni-gcm-x86_64-apple.S
[222/1706] Compiling aes-gcm-avx2-x86_64-apple.S
[223/1706] Compiling aes-gcm-avx10-x86_64-apple.S
[224/1706] Compiling aes-gcm-avx10-x86_64-linux.S
[225/1706] Compiling x_val.cc
[226/1706] Compiling x_spki.cc
[227/1706] Compiling x_sig.cc
[228/1706] Compiling x_pubkey.cc
[229/1706] Compiling x_x509a.cc
[230/1706] Compiling x_req.cc
[231/1706] Compiling x_x509.cc
[232/1706] Compiling x_name.cc
[233/1706] Compiling x_exten.cc
[234/1706] Compiling x_algor.cc
[235/1706] Compiling x_attrib.cc
[236/1706] Compiling x_crl.cc
[237/1706] Compiling x509spki.cc
[238/1706] Compiling x_all.cc
[239/1706] Compiling x509rset.cc
[240/1706] Compiling x509name.cc
[241/1706] Compiling x509cset.cc
[242/1706] Compiling x509_txt.cc
[243/1706] Compiling x509_vpm.cc
[244/1706] Compiling x509_vfy.cc
[245/1706] Compiling x509_trs.cc
[246/1706] Compiling x509_v3.cc
[247/1706] Compiling x509_req.cc
[248/1706] Compiling x509_set.cc
[249/1706] Compiling x509_obj.cc
[250/1706] Compiling x509_def.cc
[251/1706] Compiling x509_d2.cc
[252/1706] Compiling x509_ext.cc
[253/1706] Compiling x509.cc
[254/1706] Compiling x509_cmp.cc
[255/1706] Compiling x509_lu.cc
[256/1706] Compiling x509_att.cc
[257/1706] Compiling v3_utl.cc
[258/1706] Compiling v3_purp.cc
[259/1706] Compiling v3_skey.cc
[260/1706] Compiling v3_pmaps.cc
[261/1706] Compiling v3_ocsp.cc
[262/1706] Compiling v3_prn.cc
[263/1706] Compiling v3_pcons.cc
[264/1706] Compiling v3_ncons.cc
[265/1706] Compiling v3_int.cc
[266/1706] Compiling v3_info.cc
[267/1706] Compiling v3_lib.cc
[268/1706] Compiling v3_ia5.cc
[269/1706] Compiling v3_genn.cc
[270/1706] Compiling v3_extku.cc
[271/1706] Compiling v3_enum.cc
[272/1706] Compiling v3_crld.cc
[273/1706] Compiling v3_cpols.cc
[274/1706] Compiling v3_bitst.cc
[275/1706] Compiling v3_bcons.cc
[276/1706] Compiling v3_conf.cc
[277/1706] Compiling v3_alt.cc
[278/1706] Compiling v3_akey.cc
[279/1706] Compiling v3_akeya.cc
[280/1706] Compiling t_x509a.cc
[281/1706] Compiling i2d_pr.cc
[282/1706] Compiling t_crl.cc
[283/1706] Compiling t_x509.cc
[284/1706] Compiling name_print.cc
[285/1706] Compiling t_req.cc
[286/1706] Compiling rsa_pss.cc
[287/1706] Compiling policy.cc
[288/1706] Compiling by_file.cc
[289/1706] Compiling by_dir.cc
[290/1706] Compiling voprf.cc
[291/1706] Compiling a_verify.cc
[292/1706] Compiling asn1_gen.cc
[293/1706] Compiling algorithm.cc
[294/1706] Compiling a_digest.cc
[295/1706] Compiling a_sign.cc
[296/1706] Compiling trust_token.cc
[297/1706] Compiling thread_win.cc
[298/1706] Compiling thread_none.cc
[299/1706] Compiling thread.cc
[300/1706] Compiling thread_pthread.cc
[301/1706] Compiling stack.cc
[302/1706] Compiling pmbtoken.cc
[303/1706] Compiling sha512.cc
[304/1706] Compiling sha256.cc
[305/1706] Compiling siphash.cc
[306/1706] Compiling sha1.cc
[307/1706] Compiling slhdsa.cc
[308/1706] Compiling rsa_print.cc
[309/1706] Compiling spake2plus.cc
[310/1706] Compiling rsa_extra.cc
[311/1706] Compiling rc4.cc
[312/1706] Compiling refcount.cc
[313/1706] Compiling windows.cc
[314/1706] Compiling rsa_crypt.cc
[315/1706] Compiling trusty.cc
[316/1706] Compiling rand.cc
[317/1706] Compiling urandom.cc
[318/1706] Compiling rsa_asn1.cc
[319/1706] Compiling ios.cc
[320/1706] Compiling getentropy.cc
[321/1706] Compiling passive.cc
[322/1706] Compiling poly1305_arm_asm.S
[323/1706] Compiling deterministic.cc
[324/1706] Compiling forkunsafe.cc
[325/1706] Compiling fork_detect.cc
[326/1706] Compiling poly1305_arm.cc
[327/1706] Compiling poly1305.cc
[328/1706] Compiling poly1305_vec.cc
[329/1706] Compiling pool.cc
[330/1706] Compiling pkcs7.cc
[331/1706] Compiling pkcs8_x509.cc
[332/1706] Compiling p5_pbev2.cc
[333/1706] Compiling pkcs8.cc
[334/1706] Compiling pkcs7_x509.cc
[335/1706] Compiling pem_xaux.cc
[336/1706] Compiling pem_x509.cc
[337/1706] Compiling pem_pkey.cc
[338/1706] Compiling mlkem.cc
[339/1706] Compiling obj_xref.cc
[340/1706] Compiling pem_oth.cc
[341/1706] Compiling pem_pk8.cc
[342/1706] Compiling pem_info.cc
[343/1706] Compiling pem_lib.cc
[344/1706] Compiling mldsa.cc
[345/1706] Compiling obj.cc
[346/1706] Compiling pem_all.cc
[347/1706] Compiling poly_rq_mul.S
[348/1706] Compiling fips_shared_support.cc
[349/1706] Compiling mem.cc
[350/1706] Compiling md5.cc
[351/1706] Compiling md4.cc
[352/1706] Compiling lhash.cc
[353/1706] Compiling ex_data.cc
[354/1706] Compiling kyber.cc
[355/1706] Compiling hrss.cc
[356/1706] Compiling sign.cc
[357/1706] Compiling scrypt.cc
[358/1706] Compiling hpke.cc
[359/1706] Compiling print.cc
[360/1706] Compiling pbkdf.cc
[361/1706] Compiling p_x25519.cc
[362/1706] Compiling p_x25519_asn1.cc
[363/1706] Compiling p_rsa_asn1.cc
[364/1706] Compiling p_rsa.cc
[365/1706] Compiling p_ed25519.cc
[366/1706] Compiling p_hkdf.cc
[367/1706] Compiling p_ed25519_asn1.cc
[368/1706] Compiling p_ec_asn1.cc
[369/1706] Compiling p_ec.cc
[370/1706] Compiling p_dh.cc
[371/1706] Compiling p_dh_asn1.cc
[372/1706] Compiling evp_ctx.cc
[373/1706] Compiling p_dsa_asn1.cc
[374/1706] Compiling evp.cc
[375/1706] Compiling err.cc
[376/1706] Compiling engine.cc
[377/1706] Compiling ecdh.cc
[378/1706] Compiling evp_asn1.cc
[379/1706] Compiling ecdsa_asn1.cc
[380/1706] Compiling ec_derive.cc
[381/1706] Compiling hash_to_curve.cc
[382/1706] Compiling dsa_asn1.cc
[383/1706] Compiling dsa.cc
[384/1706] Compiling ec_asn1.cc
[385/1706] Compiling params.cc
[386/1706] Compiling x25519-asm-arm.S
[387/1706] Compiling digest_extra.cc
[388/1706] Compiling des.cc
[389/1706] Compiling dh_asn1.cc
[390/1706] Compiling cpu_intel.cc
[391/1706] Compiling crypto.cc
[392/1706] Compiling cpu_arm_freebsd.cc
[393/1706] Compiling cpu_arm_linux.cc
[394/1706] Compiling spake25519.cc
[395/1706] Compiling curve25519.cc
[396/1706] Compiling bcm.cc
[397/1706] Compiling cpu_aarch64_win.cc
[398/1706] Compiling cpu_aarch64_openbsd.cc
[399/1706] Compiling cpu_aarch64_sysreg.cc
[400/1706] Compiling cpu_aarch64_fuchsia.cc
[401/1706] Compiling cpu_aarch64_linux.cc
[402/1706] Compiling curve25519_64_adx.cc
[403/1706] Compiling cpu_aarch64_apple.cc
[404/1706] Compiling get_cipher.cc
[405/1706] Compiling e_rc4.cc
[406/1706] Compiling conf.cc
[407/1706] Compiling tls_cbc.cc
[408/1706] Compiling e_tls.cc
[409/1706] Compiling e_rc2.cc
[410/1706] Compiling e_null.cc
[411/1706] Compiling e_des.cc
[412/1706] Compiling derive_key.cc
[413/1706] Compiling e_chacha20poly1305.cc
[414/1706] Compiling e_aesgcmsiv.cc
[415/1706] Compiling chacha.cc
[416/1706] Compiling e_aesctrhmac.cc
[417/1706] Compiling unicode.cc
[418/1706] Compiling buf.cc
[419/1706] Compiling ber.cc
[420/1706] Compiling cbs.cc
[421/1706] Compiling cbb.cc
[422/1706] Compiling bn_asn1.cc
[423/1706] Compiling asn1_compat.cc
[424/1706] Compiling blake2.cc
[425/1706] Compiling convert.cc
[426/1706] Compiling socket_helper.cc
[427/1706] Compiling socket.cc
[428/1706] Compiling printf.cc
[429/1706] Compiling pair.cc
[430/1706] Compiling file.cc
[431/1706] Compiling hexdump.cc
[432/1706] Compiling fd.cc
[433/1706] Compiling errno.cc
[434/1706] Compiling bio_mem.cc
[435/1706] Compiling bio.cc
[436/1706] Compiling connect.cc
[437/1706] Compiling base64.cc
[438/1706] Compiling tasn_typ.cc
[439/1706] Compiling tasn_fre.cc
[440/1706] Compiling tasn_utl.cc
[441/1706] Compiling tasn_new.cc
[442/1706] Compiling posix_time.cc
[443/1706] Compiling f_string.cc
[444/1706] Compiling tasn_enc.cc
[445/1706] Compiling f_int.cc
[446/1706] Compiling asn_pack.cc
[447/1706] Compiling asn1_par.cc
[448/1706] Compiling tasn_dec.cc
[449/1706] Compiling a_utctm.cc
[450/1706] Compiling a_time.cc
[451/1706] Compiling a_type.cc
[452/1706] Compiling asn1_lib.cc
[453/1706] Compiling a_octet.cc
[454/1706] Compiling a_strnid.cc
[455/1706] Compiling a_strex.cc
[456/1706] Compiling a_i2d_fp.cc
[457/1706] Compiling a_object.cc
[458/1706] Compiling a_dup.cc
[459/1706] Compiling a_d2i_fp.cc
[460/1706] Compiling a_mbstr.cc
[461/1706] Compiling a_int.cc
[462/1706] Compiling a_gentm.cc
[463/1706] Compiling fiat_p256_adx_sqr.S
[464/1706] Compiling fiat_p256_adx_mul.S
[465/1706] Compiling fiat_curve25519_adx_square.S
[466/1706] Compiling md5-x86_64-linux.S
[467/1706] Compiling fiat_curve25519_adx_mul.S
[468/1706] Compiling md5-x86_64-apple.S
[469/1706] Compiling md5-586-apple.S
[470/1706] Compiling md5-586-linux.S
[471/1706] Compiling a_bitstr.cc
[472/1706] Compiling chacha20_poly1305_x86_64-apple.S
[473/1706] Compiling a_bool.cc
[474/1706] Compiling CCryptoBoringSSLShims shims.c
[475/1706] Compiling chacha20_poly1305_x86_64-linux.S
[476/1706] Compiling chacha20_poly1305_armv8-win.S
[477/1706] Compiling chacha20_poly1305_armv8-linux.S
[478/1706] Compiling chacha20_poly1305_armv8-apple.S
[479/1706] Compiling chacha-x86_64-linux.S
[480/1706] Compiling chacha-x86_64-apple.S
[481/1706] Compiling chacha-x86-linux.S
[482/1706] Compiling chacha-x86-apple.S
[483/1706] Compiling chacha-armv8-win.S
[484/1706] Compiling chacha-armv8-linux.S
[485/1706] Compiling chacha-armv8-apple.S
[486/1706] Compiling chacha-armv4-linux.S
[487/1706] Compiling aes128gcmsiv-x86_64-apple.S
[488/1706] Compiling aes128gcmsiv-x86_64-linux.S
[489/1706] Compiling x86_64-mont5-linux.S
[490/1706] Compiling x86_64-mont5-apple.S
[491/1706] Compiling x86_64-mont-apple.S
[492/1706] Compiling x86_64-mont-linux.S
[493/1706] Compiling x86-mont-apple.S
[494/1706] Compiling vpaes-x86_64-apple.S
[495/1706] Compiling x86-mont-linux.S
[496/1706] Compiling vpaes-x86_64-linux.S
[497/1706] Compiling vpaes-armv8-win.S
[497/1706] Compiling err_data.cc
[499/1706] Compiling vpaes-x86-apple.S
[500/1706] Compiling vpaes-armv8-linux.S
[501/1706] Compiling vpaes-x86-linux.S
[502/1706] Compiling vpaes-armv8-apple.S
[503/1706] Compiling vpaes-armv7-linux.S
[504/1706] Compiling sha512-armv8-win.S
[505/1706] Compiling sha512-x86_64-linux.S
[506/1706] Compiling sha512-armv8-linux.S
[507/1706] Compiling sha512-x86_64-apple.S
[508/1706] Compiling sha512-armv8-apple.S
[509/1706] Compiling sha512-armv4-linux.S
[510/1706] Compiling sha512-586-apple.S
[511/1706] Compiling sha512-586-linux.S
[512/1706] Compiling sha256-x86_64-apple.S
[513/1706] Compiling sha256-armv8-win.S
[514/1706] Compiling sha256-x86_64-linux.S
[515/1706] Compiling sha256-armv8-linux.S
[516/1706] Compiling sha256-586-linux.S
[517/1706] Compiling sha256-armv4-linux.S
[518/1706] Compiling sha256-armv8-apple.S
[519/1706] Compiling sha256-586-apple.S
[520/1706] Compiling sha1-armv8-apple.S
[521/1706] Compiling sha1-x86_64-linux.S
[522/1706] Compiling sha1-armv8-win.S
[523/1706] Compiling sha1-x86_64-apple.S
[524/1706] Compiling sha1-armv8-linux.S
[525/1706] Compiling sha1-586-linux.S
[526/1706] Compiling rsaz-avx2-linux.S
[527/1706] Compiling sha1-armv4-large-linux.S
[528/1706] Compiling sha1-586-apple.S
[529/1706] Compiling rsaz-avx2-apple.S
[530/1706] Compiling rdrand-x86_64-linux.S
[531/1706] Compiling rdrand-x86_64-apple.S
[532/1706] Compiling p256_beeu-x86_64-asm-apple.S
[533/1706] Compiling p256_beeu-x86_64-asm-linux.S
[534/1706] Compiling p256_beeu-armv8-asm-win.S
[535/1706] Compiling p256_beeu-armv8-asm-linux.S
[536/1706] Compiling p256_beeu-armv8-asm-apple.S
[537/1706] Compiling p256-x86_64-asm-apple.S
[538/1706] Compiling p256-armv8-asm-win.S
[539/1706] Compiling p256-x86_64-asm-linux.S
[540/1706] Compiling ghashv8-armv8-linux.S
[541/1706] Compiling p256-armv8-asm-linux.S
[542/1706] Compiling p256-armv8-asm-apple.S
[543/1706] Compiling ghashv8-armv8-win.S
[544/1706] Compiling ghashv8-armv8-apple.S
[545/1706] Compiling ghash-x86-linux.S
[546/1706] Compiling ghash-x86_64-linux.S
[547/1706] Compiling ghash-x86_64-apple.S
[548/1706] Compiling ghashv8-armv7-linux.S
[549/1706] Compiling ghash-x86-apple.S
[550/1706] Compiling ghash-ssse3-x86_64-linux.S
[551/1706] Compiling ghash-ssse3-x86-linux.S
[552/1706] Compiling ghash-ssse3-x86-apple.S
[553/1706] Compiling ghash-ssse3-x86_64-apple.S
[554/1706] Compiling ghash-neon-armv8-win.S
[555/1706] Compiling ghash-neon-armv8-linux.S
[556/1706] Compiling ghash-neon-armv8-apple.S
[557/1706] Compiling ghash-armv4-linux.S
[558/1706] Compiling co-586-apple.S
[559/1706] Compiling co-586-linux.S
[560/1706] Compiling bsaes-armv7-linux.S
[561/1706] Compiling bn-armv8-win.S
[562/1706] Compiling bn-armv8-apple.S
[563/1706] Compiling bn-586-linux.S
[564/1706] Compiling bn-armv8-linux.S
[565/1706] Compiling bn-586-apple.S
[566/1706] Compiling armv8-mont-win.S
[567/1706] Compiling armv8-mont-linux.S
[568/1706] Compiling armv8-mont-apple.S
[569/1706] Compiling armv4-mont-linux.S
[570/1706] Compiling aesv8-gcm-armv8-win.S
[571/1706] Compiling aesv8-gcm-armv8-linux.S
[572/1706] Compiling aesv8-armv8-win.S
[573/1706] Compiling aesv8-gcm-armv8-apple.S
[574/1706] Compiling aesv8-armv8-linux.S
[575/1706] Compiling aesv8-armv7-linux.S
[576/1706] Compiling aesv8-armv8-apple.S
[577/1706] Compiling aesni-x86_64-apple.S
[578/1706] Compiling aesni-x86_64-linux.S
[579/1706] Compiling aesni-x86-linux.S
[580/1706] Compiling aesni-gcm-x86_64-apple.S
[581/1706] Compiling aesni-x86-apple.S
[582/1706] Compiling aesni-gcm-x86_64-linux.S
[583/1706] Compiling aes-gcm-avx512-x86_64-apple.S
[584/1706] Compiling aes-gcm-avx2-x86_64-apple.S
[585/1706] Compiling aes-gcm-avx512-x86_64-linux.S
[586/1706] Compiling aes-gcm-avx2-x86_64-linux.S
[587/1706] Compiling xwing.cc
[588/1706] Compiling x_req.cc
[589/1706] Compiling x_spki.cc
[590/1706] Compiling x_x509a.cc
[591/1706] Compiling x_sig.cc
[592/1706] Compiling x_x509.cc
[593/1706] Compiling c-nioatomics.c
[594/1706] Compiling x_pubkey.cc
[595/1706] Compiling x_exten.cc
[596/1706] Compiling x_name.cc
[597/1706] Compiling x_attrib.cc
[598/1706] Compiling x_crl.cc
[599/1706] Compiling x_all.cc
[600/1706] Compiling c-atomics.c
[601/1706] Compiling x509spki.cc
[602/1706] Compiling x_algor.cc
[603/1706] Compiling x509rset.cc
[604/1706] Compiling x509name.cc
[605/1706] Compiling x509_vpm.cc
[606/1706] Compiling x509cset.cc
[607/1706] Compiling x509_vfy.cc
[608/1706] Compiling x509_v3.cc
[609/1706] Compiling x509_txt.cc
[610/1706] Compiling x509_trs.cc
[611/1706] Compiling x509_set.cc
[612/1706] Compiling x509_lu.cc
[613/1706] Compiling x509_req.cc
[614/1706] Compiling x509_def.cc
[615/1706] Compiling x509_obj.cc
[616/1706] Compiling x509_ext.cc
[617/1706] Compiling x509_d2.cc
[618/1706] Compiling x509_cmp.cc
[619/1706] Compiling x509_att.cc
[620/1706] Compiling x509.cc
[621/1706] Compiling v3_utl.cc
[622/1706] Compiling v3_skey.cc
[623/1706] Compiling v3_purp.cc
[624/1706] Compiling v3_prn.cc
[625/1706] Compiling v3_pmaps.cc
[626/1706] Compiling v3_pcons.cc
[627/1706] Compiling v3_ocsp.cc
[628/1706] Compiling v3_ncons.cc
[629/1706] Compiling v3_int.cc
[630/1706] Compiling v3_lib.cc
[631/1706] Compiling v3_info.cc
[632/1706] Compiling v3_ia5.cc
[633/1706] Compiling v3_genn.cc
[634/1706] Compiling v3_extku.cc
[635/1706] Compiling v3_enum.cc
[636/1706] Compiling v3_crld.cc
[637/1706] Compiling v3_cpols.cc
[638/1706] Compiling v3_conf.cc
[639/1706] Compiling v3_bitst.cc
[640/1706] Compiling v3_bcons.cc
[641/1706] Compiling v3_alt.cc
[642/1706] Compiling v3_akey.cc
[643/1706] Compiling v3_akeya.cc
[644/1706] Compiling t_x509a.cc
[645/1706] Compiling t_x509.cc
[646/1706] Compiling t_req.cc
[647/1706] Compiling t_crl.cc
[648/1706] Compiling i2d_pr.cc
[649/1706] Compiling rsa_pss.cc
[650/1706] Compiling policy.cc
[651/1706] Compiling name_print.cc
[652/1706] Compiling by_file.cc
[653/1706] Compiling by_dir.cc
[654/1706] Compiling algorithm.cc
[655/1706] Compiling a_verify.cc
[656/1706] Compiling asn1_gen.cc
[657/1706] Compiling a_sign.cc
[658/1706] Compiling voprf.cc
[659/1706] Compiling a_digest.cc
[660/1706] Compiling thread_win.cc
[661/1706] Compiling thread_none.cc
[662/1706] Compiling thread_pthread.cc
[663/1706] Compiling thread.cc
[664/1706] Compiling stack.cc
[665/1706] Compiling pmbtoken.cc
[666/1706] Compiling trust_token.cc
[667/1706] Compiling sha512.cc
[668/1706] Compiling siphash.cc
[669/1706] Compiling sha256.cc
[670/1706] Compiling slhdsa.cc
[671/1706] Compiling spake2plus.cc
[672/1706] Compiling sha1.cc
[673/1706] Compiling rsa_print.cc
[674/1706] Compiling rsa_extra.cc
[675/1706] Compiling refcount.cc
[676/1706] Compiling rc4.cc
[677/1706] Compiling rsa_crypt.cc
[678/1706] Compiling windows.cc
[679/1706] Compiling trusty.cc
[680/1706] Compiling urandom.cc
[681/1706] Compiling rand.cc
[682/1706] Compiling ios.cc
[683/1706] Compiling passive.cc
[684/1706] Compiling poly1305_arm_asm.S
[685/1706] Compiling getentropy.cc
[686/1706] Compiling deterministic.cc
[687/1706] Compiling forkunsafe.cc
[688/1706] Compiling fork_detect.cc
[689/1706] Compiling rsa_asn1.cc
[690/1706] Compiling poly1305.cc
[691/1706] Compiling poly1305_arm.cc
[692/1706] Compiling pool.cc
[693/1706] Compiling poly1305_vec.cc
[694/1706] Compiling pkcs7.cc
[695/1706] Compiling pkcs8.cc
[696/1706] Compiling p5_pbev2.cc
[697/1706] Compiling pkcs8_x509.cc
[698/1706] Compiling pkcs7_x509.cc
[699/1706] Compiling pem_xaux.cc
[700/1706] Compiling pem_x509.cc
[701/1706] Compiling pem_pkey.cc
[702/1706] Compiling mlkem.cc
[703/1706] Compiling pem_pk8.cc
[704/1706] Compiling obj_xref.cc
[705/1706] Compiling pem_oth.cc
[706/1706] Compiling mldsa.cc
[707/1706] Compiling pem_info.cc
[708/1706] Compiling pem_lib.cc
[709/1706] Compiling pem_all.cc
[710/1706] Compiling poly_rq_mul.S
[711/1706] Compiling mem.cc
[712/1706] Compiling obj.cc
[713/1706] Compiling fips_shared_support.cc
[714/1706] Compiling lhash.cc
[715/1706] Compiling md5.cc
[716/1706] Compiling md4.cc
[717/1706] Compiling fuzzer_mode.cc
[718/1706] Compiling kyber.cc
[719/1706] Compiling ex_data.cc
[720/1706] Compiling hrss.cc
[721/1706] Compiling hpke.cc
[722/1706] Compiling scrypt.cc
[723/1706] Compiling pbkdf.cc
[724/1706] Compiling print.cc
[725/1706] Compiling sign.cc
[726/1706] Compiling p_x25519_asn1.cc
[727/1706] Compiling p_x25519.cc
[728/1706] Compiling p_rsa_asn1.cc
[729/1706] Compiling p_hkdf.cc
[730/1706] Compiling p_ed25519.cc
[730/1706] Compiling p_ed25519_asn1.cc
[732/1706] Compiling p_rsa.cc
[733/1706] Compiling p_ec_asn1.cc
[734/1706] Compiling p_ec.cc
[735/1706] Compiling p_dh_asn1.cc
[736/1706] Compiling p_dsa_asn1.cc
[737/1706] Compiling p_dh.cc
[738/1706] Compiling evp_ctx.cc
[739/1706] Compiling err.cc
[740/1706] Compiling evp_asn1.cc
[741/1706] Compiling engine.cc
[742/1706] Compiling evp.cc
[743/1706] Compiling ecdsa_p1363.cc
[744/1706] Compiling ecdh.cc
[745/1706] Compiling ec_derive.cc
[746/1706] Compiling ecdsa_asn1.cc
[747/1706] Compiling hash_to_curve.cc
[748/1706] Compiling dsa.cc
[749/1706] Compiling dsa_asn1.cc
[750/1706] Compiling digest_extra.cc
[751/1706] Compiling ec_asn1.cc
[752/1706] Compiling x25519-asm-arm.S
[753/1706] Compiling des.cc
[754/1706] Compiling params.cc
[755/1706] Compiling dh_asn1.cc
[756/1706] Compiling crypto.cc
[757/1706] Compiling cpu_intel.cc
[758/1706] Compiling spake25519.cc
[759/1706] Compiling curve25519.cc
[760/1706] Compiling cpu_arm_linux.cc
[761/1706] Compiling cpu_arm_freebsd.cc
[762/1706] Compiling cpu_aarch64_sysreg.cc
[763/1706] Compiling cpu_aarch64_win.cc
[764/1706] Compiling cpu_aarch64_openbsd.cc
[765/1706] Compiling cpu_aarch64_linux.cc
[766/1706] Compiling cpu_aarch64_fuchsia.cc
[767/1706] Compiling curve25519_64_adx.cc
[768/1706] Compiling cpu_aarch64_apple.cc
[769/1706] Compiling get_cipher.cc
[770/1706] Compiling tls_cbc.cc
[771/1706] Compiling conf.cc
[772/1706] Compiling e_tls.cc
[773/1706] Compiling e_rc4.cc
[774/1706] Compiling e_rc2.cc
[775/1706] Compiling e_null.cc
[776/1706] Compiling e_des.cc
[777/1706] Compiling e_chacha20poly1305.cc
[778/1706] Compiling cms.cc
[779/1706] Compiling e_aeseax.cc
[780/1706] Compiling e_aesgcmsiv.cc
[781/1706] Compiling derive_key.cc
[782/1706] Compiling e_aesctrhmac.cc
[783/1706] Compiling chacha.cc
[784/1706] Compiling unicode.cc
[785/1706] Compiling buf.cc
[786/1706] Compiling cbb.cc
[787/1706] Compiling sqrt.cc
[788/1706] Compiling ber.cc
[789/1706] Compiling asn1_compat.cc
[790/1706] Compiling cbs.cc
[791/1706] Compiling div.cc
[792/1706] Compiling exponentiation.cc
[793/1706] Compiling printf.cc
[794/1706] Compiling pair.cc
[795/1706] Compiling bn_asn1.cc
[796/1706] Compiling blake2.cc
[797/1706] Compiling convert.cc
[798/1706] Compiling hexdump.cc
[799/1706] Compiling file.cc
[800/1706] Compiling fd.cc
[801/1706] Compiling errno.cc
[802/1706] Compiling bio_mem.cc
[803/1706] Compiling base64.cc
[804/1706] Compiling bio.cc
[805/1706] Compiling tasn_typ.cc
[806/1706] Compiling tasn_fre.cc
[807/1706] Compiling tasn_utl.cc
[808/1706] Compiling tasn_enc.cc
[809/1706] Compiling posix_time.cc
[810/1706] Compiling tasn_new.cc
[811/1706] Compiling f_string.cc
[812/1706] Compiling f_int.cc
[813/1706] Compiling tasn_dec.cc
[814/1706] Compiling asn_pack.cc
[815/1706] Compiling asn1_par.cc
[816/1706] Compiling asn1_lib.cc
[817/1706] Compiling a_utctm.cc
[818/1706] Compiling a_octet.cc
[819/1706] Compiling a_type.cc
[820/1706] Compiling a_time.cc
[821/1706] Compiling a_strex.cc
[822/1706] Compiling a_i2d_fp.cc
[823/1706] Compiling a_object.cc
[824/1706] Write sources
[826/1706] Compiling a_dup.cc
[827/1706] Write sources
[831/1706] Compiling _CWASI _CWASI.c
[832/1706] Compiling a_mbstr.cc
[832/1706] Write sources
[861/1706] Compiling _AtomicsShims.c
[862/1706] Compiling CXKCPShims shims.c
[863/1706] Compiling SimpleFIPS202.c
[864/1706] Compiling a_int.cc
[865/1706] Write swift-version-24593BA9C3E375BF.txt
[866/1706] Compiling CNIOWindows shim.c
[867/1706] Compiling KeccakSponge.c
[868/1706] Compiling KeccakHash.c
[869/1706] Compiling a_d2i_fp.cc
[870/1706] Compiling a_gentm.cc
[871/1720] Compiling a_bool.cc
[873/1722] Emitting module _NIOBase64
<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
[874/1722] Emitting module _NIODataStructures
<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
[875/1722] Emitting module SwiftSyntax602
<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
[876/1722] Compiling SwiftSyntax602 Empty.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
[877/1723] Emitting module _NIOBase64
<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
[878/1723] Compiling _NIOBase64 Base64.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
[879/1724] Emitting module SwiftSyntax601
<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
[880/1724] Compiling SwiftSyntax601 Empty.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
[881/1725] Compiling _NIODataStructures _TinyArray.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
[882/1725] Compiling _NIODataStructures PriorityQueue.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
[886/1725] Compiling _NIODataStructures _TinyArray.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
[887/1725] Compiling _NIODataStructures PriorityQueue.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
[888/1725] Compiling _NIOBase64 Base64.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
[890/1732] Compiling SwiftSyntax600 Empty.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
[891/1732] Emitting module SwiftSyntax600
<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
[892/1733] Compiling SwiftSyntax510 Empty.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
[893/1733] Emitting module SwiftSyntax509
<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
[894/1733] Compiling SwiftSyntax509 Empty.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
[895/1734] Emitting module SwiftSyntax510
<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
[898/1752] Compiling bcm.cc
[900/1838] Compiling _NIODataStructures Heap.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
[901/1839] Compiling ServiceContextModule ServiceContextKey.swift
[903/1839] Emitting module _NIODataStructures
<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
[904/1839] Compiling _NIODataStructures Heap.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
[905/1840] Emitting module ServiceContextModule
[906/1840] Compiling ServiceContextModule ServiceContext.swift
[907/1840] Compiling ServiceContextModule ServiceContextKey.swift
[910/1847] Emitting module ServiceContextModule
[911/1847] Compiling ServiceContextModule ServiceContext.swift
[913/1874] 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
[914/1874] 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
[915/1876] Compiling Logging Locks.swift
[916/1876] Compiling Logging MetadataProvider.swift
[917/1876] Compiling NIOConcurrencyHelpers lock.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
[918/1876] Compiling Logging MetadataProvider.swift
[919/1876] 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
[920/1876] 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
[921/1876] 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
[922/1876] 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
[923/1876] 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
[924/1876] 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
[925/1876] Emitting module NIOConcurrencyHelpers
<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
[926/1876] Compiling NIOConcurrencyHelpers NIOLockedValueBox.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
[927/1876] Compiling NIOConcurrencyHelpers atomics.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
[928/1876] Compiling NIOConcurrencyHelpers NIOLock.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
[929/1876] Compiling NIOConcurrencyHelpers NIOAtomic.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
[930/1876] Emitting module Logging
[931/1876] Compiling Logging Locks.swift
[933/1877] 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
[934/1893] 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
[935/1893] 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
<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
<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
[938/1897] 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
[939/1897] 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
[940/1897] 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
<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
[942/1897] 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
[943/1897] 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
[944/1897] 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
[945/1897] 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
[946/1897] 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
<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
[949/1898] 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
<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
<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
[952/1900] 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
[953/1900] 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
[954/1900] 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
[955/1900] 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
<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
<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
<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
[959/1900] 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
<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
<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
<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
<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
<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
<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
[966/1900] 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
[967/1900] Compiling Logging LogHandler.swift
[968/1900] Compiling Logging Logging.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
<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
<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
<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
[973/1934] Compiling OrderedCollections OrderedDictionary+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
[974/1934] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.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
[975/1934] Compiling OrderedCollections OrderedDictionary+Elements.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
[976/1934] Compiling OrderedCollections OrderedDictionary+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
[977/1934] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.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
[978/1948] Emitting module Logging
[979/1948] Compiling Logging LogHandler.swift
[980/1950] Compiling Logging Logging.swift
[983/1957] 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
[983/1957] Compiling KeccakP-1600-opt64.c
[985/1972] Compiling Instrumentation NoOpInstrument.swift
[986/1984] 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
[987/1984] 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
[988/1984] 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
[989/1984] 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
[990/1984] 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
[991/1984] 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
[992/1984] 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
[993/1985] Compiling Instrumentation MultiplexInstrument.swift
[994/1985] Compiling Instrumentation NoOpInstrument.swift
[995/1985] Compiling Instrumentation MultiplexInstrument.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
<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
<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
[999/1985] Compiling Instrumentation Locks.swift
[1000/1985] Compiling Instrumentation InstrumentationSystem.swift
[1001/1985] Emitting module Instrumentation
[1002/1985] Compiling Instrumentation Instrument.swift
[1003/1985] Emitting module Instrumentation
[1004/1985] Compiling Instrumentation InstrumentationSystem.swift
[1005/1985] Compiling Instrumentation Instrument.swift
[1006/1985] Compiling Instrumentation Locks.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
<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
<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
<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
<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
[1013/1989] 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
[1014/1989] 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
[1015/1989] Compiling OrderedCollections OrderedDictionary.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
[1016/1989] Compiling OrderedCollections OrderedSet+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
<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
<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
[1021/1989] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.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
[1022/1989] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.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
[1023/1989] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.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
[1024/1989] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.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
[1025/1989] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.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
[1026/1989] Compiling OrderedCollections OrderedSet+RandomAccessCollection.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
[1027/1989] Compiling OrderedCollections OrderedSet+ReserveCapacity.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
<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
<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
[1030/1996] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.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
[1031/1996] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.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
[1032/1996] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.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
[1033/1996] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.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
[1034/1996] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.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
[1035/1996] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.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
[1036/1996] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.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
<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
<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
[1039/2059] Compiling OrderedCollections OrderedDictionary+Sequence.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
[1040/2059] Compiling OrderedCollections OrderedDictionary+Values.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
[1041/2059] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.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
[1042/2059] Compiling OrderedCollections OrderedDictionary+Sendable.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
[1043/2059] Compiling OrderedCollections OrderedDictionary+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
[1044/2059] Compiling OrderedCollections OrderedDictionary+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
[1045/2074] Compiling OrderedCollections _HashTable+Bucket.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
[1046/2074] Compiling OrderedCollections _HashTable+BucketIterator.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
[1047/2074] Compiling OrderedCollections _HashTable+Constants.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
[1048/2074] Compiling OrderedCollections _HashTable+CustomStringConvertible.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
[1049/2074] Compiling OrderedCollections _HashTable+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
[1050/2074] Compiling OrderedCollections _HashTable+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
[1051/2074] Compiling OrderedCollections _HashTable.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
[1052/2074] Compiling OrderedCollections _Hashtable+Header.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
[1053/2074] Compiling OrderedCollections OrderedSet+Initializers.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
[1054/2074] Compiling OrderedCollections OrderedSet+Insertions.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
[1055/2074] Compiling OrderedCollections OrderedSet+Invariants.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
[1056/2074] Compiling OrderedCollections OrderedSet+Partial MutableCollection.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
[1057/2074] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.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
[1058/2074] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.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
[1059/2074] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.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
[1060/2074] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.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
[1061/2074] Compiling OrderedCollections OrderedDictionary.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
[1062/2074] Compiling OrderedCollections OrderedSet+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
[1063/2074] Compiling OrderedCollections OrderedSet+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
[1064/2074] Compiling OrderedCollections OrderedSet+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
[1065/2074] Compiling OrderedCollections OrderedSet+Diffing.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
[1066/2074] Compiling OrderedCollections OrderedSet+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
[1067/2074] Compiling OrderedCollections OrderedSet+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
[1068/2074] Compiling OrderedCollections OrderedSet+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
[1069/2074] 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
[1070/2074] 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
[1071/2074] 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
[1072/2074] 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
[1073/2074] 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
[1074/2074] 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
[1075/2074] 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
[1076/2074] 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
[1077/2074] Compiling OrderedCollections OrderedDictionary+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
[1078/2074] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.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
<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
<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
[1081/2076] 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
[1082/2076] 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
[1083/2076] Compiling Tracing TracingTime.swift
[1084/2076] Emitting module SwiftASN1
<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
[1085/2077] Emitting module Tracing
[1086/2077] 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
[1087/2077] 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
[1089/2077] Compiling Tracing TracerProtocol.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
<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
[1092/2077] Emitting module SwiftASN1
<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
[1093/2078] Compiling Tracing TracerProtocol+Legacy.swift
[1094/2078] Compiling Tracing Tracer.swift
[1096/2078] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.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
[1097/2078] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.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
[1098/2078] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.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
[1099/2078] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.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
[1100/2078] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.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
[1101/2078] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.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
[1102/2078] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.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
[1103/2078] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.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
[1104/2078] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.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
[1105/2078] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.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
[1106/2078] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.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
[1107/2078] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.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
[1108/2078] Compiling OrderedCollections OrderedSet+RandomAccessCollection.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
[1109/2078] Compiling OrderedCollections OrderedSet+ReserveCapacity.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
<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
<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
[1112/2093] 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
[1113/2093] 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
[1114/2101] 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
[1115/2102] Compiling Tracing NoOpTracer.swift
[1116/2102] Compiling Tracing SpanProtocol.swift
[1117/2102] Compiling Tracing InstrumentationSystem+Tracing.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
<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
<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
<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
<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
<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
<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
<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
[1126/2103] 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
[1127/2103] 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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
[1166/2103] Compiling Tracing TracingTime.swift
[1167/2103] Compiling Tracing TracerProtocol.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
<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
[1170/2103] Compiling OrderedCollections OrderedSet+Sendable.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
[1171/2103] Compiling OrderedCollections OrderedSet+SubSequence.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
[1172/2103] Compiling OrderedCollections OrderedSet+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
[1173/2103] Compiling OrderedCollections OrderedSet+UnorderedView.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
[1174/2103] Compiling OrderedCollections OrderedSet+UnstableInternals.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
[1175/2103] Compiling OrderedCollections OrderedSet.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
[1176/2103] Compiling OrderedCollections _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
[1177/2109] Compiling Tracing TracerProtocol+Legacy.swift
[1178/2109] Compiling Tracing Tracer.swift
[1179/2109] Compiling ConcurrencyHelpers LockedValueBox.swift
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:47:27: error: cannot find type 'pthread_mutex_t' in scope
 45 | #else
 46 | @usableFromInline
 47 | typealias LockPrimitive = pthread_mutex_t
    |                           `- error: cannot find type 'pthread_mutex_t' in scope
 48 | #endif
 49 |
[1180/2109] 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
[1181/2110] Compiling ConcurrencyHelpers LockedValueBox.swift
[1182/2110] Compiling ConcurrencyHelpers Lock.swift
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:47:27: error: cannot find type 'pthread_mutex_t' in scope
 45 | #else
 46 | @usableFromInline
 47 | typealias LockPrimitive = pthread_mutex_t
    |                           `- error: cannot find type 'pthread_mutex_t' in scope
 48 | #endif
 49 |
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:61:20: error: cannot find 'pthread_mutexattr_t' in scope
 59 |         InitializeSRWLock(mutex)
 60 |         #else
 61 |         var attr = pthread_mutexattr_t()
    |                    `- error: cannot find 'pthread_mutexattr_t' in scope
 62 |         pthread_mutexattr_init(&attr)
 63 |
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:62:9: error: cannot find 'pthread_mutexattr_init' in scope
 60 |         #else
 61 |         var attr = pthread_mutexattr_t()
 62 |         pthread_mutexattr_init(&attr)
    |         `- error: cannot find 'pthread_mutexattr_init' in scope
 63 |
 64 |         let err = pthread_mutex_init(mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:64:19: error: cannot find 'pthread_mutex_init' in scope
 62 |         pthread_mutexattr_init(&attr)
 63 |
 64 |         let err = pthread_mutex_init(mutex, &attr)
    |                   `- error: cannot find 'pthread_mutex_init' in scope
 65 |         precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 66 |         #endif
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:76:19: error: cannot find 'pthread_mutex_destroy' in scope
 74 |         // SRWLOCK does not need to be free'd
 75 |         #else
 76 |         let err = pthread_mutex_destroy(mutex)
    |                   `- error: cannot find 'pthread_mutex_destroy' in scope
 77 |         precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 78 |         #endif
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:88:19: error: cannot find 'pthread_mutex_lock' in scope
 86 |         AcquireSRWLockExclusive(mutex)
 87 |         #else
 88 |         let err = pthread_mutex_lock(mutex)
    |                   `- error: cannot find 'pthread_mutex_lock' in scope
 89 |         precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 90 |         #endif
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:100:19: error: cannot find 'pthread_mutex_unlock' in scope
 98 |         ReleaseSRWLockExclusive(mutex)
 99 |         #else
100 |         let err = pthread_mutex_unlock(mutex)
    |                   `- error: cannot find 'pthread_mutex_unlock' in scope
101 |         precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
102 |         #endif
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:138:27: error: type of expression is ambiguous without a type annotation
136 |     @inlinable
137 |     static func create(value: Value) -> Self {
138 |         let buffer = Self.create(minimumCapacity: 1) { _ in
    |                           `- error: type of expression is ambiguous without a type annotation
139 |             return value
140 |         }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:153:14: error: type of expression is ambiguous without a type annotation
151 |     @inlinable
152 |     func lock() {
153 |         self.withUnsafeMutablePointerToElements { lockPtr in
    |              `- error: type of expression is ambiguous without a type annotation
154 |             LockOperations.lock(lockPtr)
155 |         }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:160:14: error: type of expression is ambiguous without a type annotation
158 |     @inlinable
159 |     func unlock() {
160 |         self.withUnsafeMutablePointerToElements { lockPtr in
    |              `- error: type of expression is ambiguous without a type annotation
161 |             LockOperations.unlock(lockPtr)
162 |         }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:167:14: error: type of expression is ambiguous without a type annotation
165 |     @inlinable
166 |     deinit {
167 |         self.withUnsafeMutablePointerToElements { lockPtr in
    |              `- error: type of expression is ambiguous without a type annotation
168 |             LockOperations.destroy(lockPtr)
169 |         }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:174:18: error: type of expression is ambiguous without a type annotation
172 |     @inlinable
173 |     func withLockPrimitive<T>(_ body: (UnsafeMutablePointer<LockPrimitive>) throws -> T) rethrows -> T {
174 |         try self.withUnsafeMutablePointerToElements { lockPtr in
    |                  `- error: type of expression is ambiguous without a type annotation
175 |             return try body(lockPtr)
176 |         }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:181:18: error: type of expression is ambiguous without a type annotation
179 |     @inlinable
180 |     func withLockedValue<T>(_ mutate: (inout Value) throws -> T) rethrows -> T {
181 |         try self.withUnsafeMutablePointers { valuePtr, lockPtr in
    |                  `- error: type of expression is ambiguous without a type annotation
182 |             LockOperations.lock(lockPtr)
183 |             defer { LockOperations.unlock(lockPtr) }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1183/2110] Emitting module ConcurrencyHelpers
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:47:27: error: cannot find type 'pthread_mutex_t' in scope
 45 | #else
 46 | @usableFromInline
 47 | typealias LockPrimitive = pthread_mutex_t
    |                           `- error: cannot find type 'pthread_mutex_t' in scope
 48 | #endif
 49 |
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:61:20: error: cannot find 'pthread_mutexattr_t' in scope
 59 |         InitializeSRWLock(mutex)
 60 |         #else
 61 |         var attr = pthread_mutexattr_t()
    |                    `- error: cannot find 'pthread_mutexattr_t' in scope
 62 |         pthread_mutexattr_init(&attr)
 63 |
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:62:9: error: cannot find 'pthread_mutexattr_init' in scope
 60 |         #else
 61 |         var attr = pthread_mutexattr_t()
 62 |         pthread_mutexattr_init(&attr)
    |         `- error: cannot find 'pthread_mutexattr_init' in scope
 63 |
 64 |         let err = pthread_mutex_init(mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:64:19: error: cannot find 'pthread_mutex_init' in scope
 62 |         pthread_mutexattr_init(&attr)
 63 |
 64 |         let err = pthread_mutex_init(mutex, &attr)
    |                   `- error: cannot find 'pthread_mutex_init' in scope
 65 |         precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 66 |         #endif
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:76:19: error: cannot find 'pthread_mutex_destroy' in scope
 74 |         // SRWLOCK does not need to be free'd
 75 |         #else
 76 |         let err = pthread_mutex_destroy(mutex)
    |                   `- error: cannot find 'pthread_mutex_destroy' in scope
 77 |         precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 78 |         #endif
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:88:19: error: cannot find 'pthread_mutex_lock' in scope
 86 |         AcquireSRWLockExclusive(mutex)
 87 |         #else
 88 |         let err = pthread_mutex_lock(mutex)
    |                   `- error: cannot find 'pthread_mutex_lock' in scope
 89 |         precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 90 |         #endif
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:100:19: error: cannot find 'pthread_mutex_unlock' in scope
 98 |         ReleaseSRWLockExclusive(mutex)
 99 |         #else
100 |         let err = pthread_mutex_unlock(mutex)
    |                   `- error: cannot find 'pthread_mutex_unlock' in scope
101 |         precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
102 |         #endif
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:138:27: error: type of expression is ambiguous without a type annotation
136 |     @inlinable
137 |     static func create(value: Value) -> Self {
138 |         let buffer = Self.create(minimumCapacity: 1) { _ in
    |                           `- error: type of expression is ambiguous without a type annotation
139 |             return value
140 |         }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:153:14: error: type of expression is ambiguous without a type annotation
151 |     @inlinable
152 |     func lock() {
153 |         self.withUnsafeMutablePointerToElements { lockPtr in
    |              `- error: type of expression is ambiguous without a type annotation
154 |             LockOperations.lock(lockPtr)
155 |         }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:160:14: error: type of expression is ambiguous without a type annotation
158 |     @inlinable
159 |     func unlock() {
160 |         self.withUnsafeMutablePointerToElements { lockPtr in
    |              `- error: type of expression is ambiguous without a type annotation
161 |             LockOperations.unlock(lockPtr)
162 |         }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:167:14: error: type of expression is ambiguous without a type annotation
165 |     @inlinable
166 |     deinit {
167 |         self.withUnsafeMutablePointerToElements { lockPtr in
    |              `- error: type of expression is ambiguous without a type annotation
168 |             LockOperations.destroy(lockPtr)
169 |         }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:174:18: error: type of expression is ambiguous without a type annotation
172 |     @inlinable
173 |     func withLockPrimitive<T>(_ body: (UnsafeMutablePointer<LockPrimitive>) throws -> T) rethrows -> T {
174 |         try self.withUnsafeMutablePointerToElements { lockPtr in
    |                  `- error: type of expression is ambiguous without a type annotation
175 |             return try body(lockPtr)
176 |         }
/host/spi-builder-workspace/.build/checkouts/swift-service-lifecycle/Sources/ConcurrencyHelpers/Lock.swift:181:18: error: type of expression is ambiguous without a type annotation
179 |     @inlinable
180 |     func withLockedValue<T>(_ mutate: (inout Value) throws -> T) rethrows -> T {
181 |         try self.withUnsafeMutablePointers { valuePtr, lockPtr in
    |                  `- error: type of expression is ambiguous without a type annotation
182 |             LockOperations.lock(lockPtr)
183 |             defer { LockOperations.unlock(lockPtr) }
<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
<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
[1184/2110] Compiling Tracing NoOpTracer.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
[1185/2110] Compiling Tracing InstrumentationSystem+Tracing.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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/832] Write sources
[2/833] Compiling CNIOWindows WSAStartup.c
[2/833] Compiling CNIOLinux liburing_shims.c
[2/832] Compiling CNIOLinux shim.c
[2/832] Compiling CNIOPosix event_loop_id.c
[2/832] Compiling CNIOWASI CNIOWASI.c
[2/833] Compiling CNIODarwin shim.c
[2/833] Compiling fiat_p256_adx_sqr.S
[9/833] Compiling fiat_p256_adx_mul.S
[10/833] Compiling fiat_curve25519_adx_square.S
[11/833] Compiling fiat_curve25519_adx_mul.S
[12/833] Compiling CNIOBoringSSLShims shims.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_server.cc:32:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
1 error generated.
[13/833] Compiling tls13_server.cc
[13/833] Compiling t1_enc.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_method.cc:17:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
1 error generated.
[13/833] Compiling tls_method.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_enc.cc:34:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
[13/833] Compiling tls13_enc.cc
[13/833] Write swift-version-24593BA9C3E375BF.txt
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_client.cc:30:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
[13/833] Compiling tls13_client.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_both.cc:29:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
[13/833] Compiling tls13_both.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_record.cc:19:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
[13/833] Compiling tls_record.cc
BUILD FAILURE 6.1 wasm