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 (0686e4), with Swift 6.1 for Wasm on 29 May 2025 22:57:39 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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.63.1
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 0686e48 Improve test utilities (#85)
Cloned https://github.com/lovetodream/oracle-nio.git
Revision (git rev-parse @):
0686e484583c01ad63ec5077669066a8088e3f44
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-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" : "509.0.0-latest",
            "upper_bound" : "601.0.2-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" : "_OracleMockServer",
      "targets" : [
        "OracleMockServer"
      ],
      "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" : "_ConnectionPoolModule",
      "module_type" : "SwiftTarget",
      "name" : "_ConnectionPoolModule",
      "path" : "Sources/VendoredConnectionPoolModule",
      "product_dependencies" : [
        "Atomics",
        "DequeModule"
      ],
      "product_memberships" : [
        "OracleNIO",
        "OracleNIOMacros",
        "OracleClient",
        "OracleConnection"
      ],
      "sources" : [
        "ConnectionIDGenerator.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",
        "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",
        "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",
        "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/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",
        "ServiceLifecycle"
      ],
      "product_memberships" : [
        "OracleNIO",
        "OracleNIOMacros",
        "OracleClient",
        "OracleConnection"
      ],
      "sources" : [
        "AuthenticationMode.swift",
        "Capabilities.swift",
        "Connection/OracleConnection+BatchExecution.swift",
        "Connection/OracleConnection+Configuration.swift",
        "Connection/OracleConnection.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/OracleRef.swift",
        "Data/OracleVector.swift",
        "Data/RowID.swift",
        "Data/String+OracleCodable.swift",
        "Data/UUID+OracleCodable.swift",
        "DataType.swift",
        "Deprecations.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/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+BackendError.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",
        "Messages/OracleColumn.swift",
        "OracleCell.swift",
        "OracleChannelHandler.swift",
        "OracleCodable.swift",
        "OracleDecodingError.swift",
        "OracleErrorInfo.swift",
        "OracleEventsHandler.swift",
        "OracleRow.swift",
        "OracleRowSequence.swift",
        "OracleRowStream.swift",
        "OracleSQLError.swift",
        "OracleTask.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/OracleHexDump.swift",
        "Utilities/OracleTraceHandler.swift",
        "VariadicGenerics.swift",
        "_TNSDataType.swift"
      ],
      "target_dependencies" : [
        "_ConnectionPoolModule"
      ],
      "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"
      ],
      "product_memberships" : [
        "_OracleMockServer",
        "OracleClient",
        "OracleConnection"
      ],
      "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",
      "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",
        "IntegrationTest.swift",
        "JSONTests.swift",
        "LOBTests.swift",
        "OracleClientTests.swift",
        "OracleNIOTests.swift",
        "OracleTLSConfigurationTests.swift",
        "PreparedStatementTests.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",
        "OracleMockServer"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "OracleConnection",
      "module_type" : "SwiftTarget",
      "name" : "OracleConnection",
      "path" : "Snippets",
      "product_memberships" : [
        "OracleConnection"
      ],
      "sources" : [
        "OracleConnection.swift"
      ],
      "target_dependencies" : [
        "OracleNIOMacros",
        "OracleNIO",
        "OracleMockServer"
      ],
      "type" : "snippet"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/1710] Fetching swift-atomics
[566/4136] Fetching swift-atomics, swift-service-lifecycle
[4137/20727] Fetching swift-atomics, swift-service-lifecycle, swift-collections
[4801/34663] Fetching swift-atomics, swift-service-lifecycle, swift-collections, swift-crypto
[9540/49506] Fetching swift-atomics, swift-service-lifecycle, swift-collections, swift-crypto, swift-nio-ssl
Fetched https://github.com/apple/swift-atomics.git from cache (0.77s)
[10455/47796] Fetching swift-service-lifecycle, swift-collections, swift-crypto, swift-nio-ssl
Fetching https://github.com/apple/swift-nio-transport-services.git
[15353/118248] Fetching swift-service-lifecycle, swift-collections, swift-crypto, swift-nio-ssl, swift-syntax
[18396/120915] Fetching swift-service-lifecycle, swift-collections, swift-crypto, swift-nio-ssl, swift-syntax, swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.45s)
[32608/118248] Fetching swift-service-lifecycle, swift-collections, swift-crypto, swift-nio-ssl, swift-syntax
Fetching https://github.com/apple/swift-nio.git
[68229/194356] Fetching swift-service-lifecycle, swift-collections, swift-crypto, swift-nio-ssl, swift-syntax, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.64s)
[94561/179513] Fetching swift-service-lifecycle, swift-collections, swift-crypto, swift-syntax, swift-nio
Fetching https://github.com/apple/swift-log.git
[123339/183349] Fetching swift-service-lifecycle, swift-collections, swift-crypto, swift-syntax, swift-nio, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.49s)
[144730/179513] Fetching swift-service-lifecycle, swift-collections, swift-crypto, swift-syntax, swift-nio
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (7.66s)
Fetched https://github.com/apple/swift-collections.git from cache (7.73s)
Fetched https://github.com/apple/swift-crypto.git from cache (7.74s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (7.79s)
Fetched https://github.com/apple/swift-nio.git from cache (7.38s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (9.27s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.17s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (1.15s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (4.00s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.73s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (2.96s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.06s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.93s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4985] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.45s)
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.40s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.98s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.82s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.30s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.92s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (0.78s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
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.31.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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.24.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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.8.0
Building for debugging...
[0/1666] Compiling f_string.cc
[0/1666] Compiling a_dup.cc
[0/1666] Write sources
[6/1666] Compiling a_bool.cc
[6/1666] Write sources
[45/1666] Compiling _SwiftSyntaxCShims dummy.c
[45/1666] Compiling a_d2i_fp.cc
[45/1666] Compiling _AtomicsShims.c
[45/1666] Compiling a_bitstr.cc
[49/1666] Compiling CNIOWindows WSAStartup.c
[50/1666] Compiling CNIOWindows shim.c
[51/1666] Compiling CNIOWASI CNIOWASI.c
[52/1666] Compiling CNIODarwin shim.c
[53/1666] Compiling CNIOLinux liburing_shims.c
[54/1666] Compiling fiat_p256_adx_sqr.S
[55/1666] Compiling fiat_p256_adx_mul.S
[56/1666] Compiling CNIOLinux shim.c
[57/1666] Compiling a_bitstr.cc
[58/1666] Compiling fiat_curve25519_adx_mul.S
[58/1666] Compiling fiat_curve25519_adx_square.S
[60/1666] Compiling a_bool.cc
[61/1666] Compiling a_dup.cc
[62/1666] Compiling CNIOBoringSSLShims shims.c
[63/1666] Compiling tls_record.cc
[64/1666] Compiling tls_method.cc
[65/1666] Compiling tls13_client.cc
[66/1666] Compiling t1_enc.cc
[67/1666] Compiling tls13_both.cc
[68/1666] Compiling tls13_enc.cc
[69/1666] Compiling tls13_server.cc
[70/1666] Compiling ssl_x509.cc
[71/1666] Compiling ssl_stat.cc
[72/1666] Compiling ssl_session.cc
[73/1666] Compiling ssl_versions.cc
[74/1666] Compiling ssl_transcript.cc
[75/1666] Compiling ssl_privkey.cc
[76/1666] Compiling ssl_file.cc
[77/1666] Compiling ssl_key_share.cc
[78/1666] Compiling ssl_credential.cc
[79/1666] Compiling ssl_lib.cc
[80/1666] Compiling ssl_cert.cc
[81/1666] Compiling ssl_cipher.cc
[82/1666] Compiling ssl_buffer.cc
[83/1666] Compiling ssl_asn1.cc
[84/1666] Compiling ssl_aead_ctx.cc
[85/1666] Compiling s3_both.cc
[86/1666] Compiling s3_pkt.cc
[87/1666] Compiling s3_lib.cc
[88/1666] Compiling handshake_server.cc
[89/1666] Compiling handshake_client.cc
[90/1666] Compiling handshake.cc
[91/1666] Compiling handoff.cc
[92/1666] Compiling dtls_record.cc
[93/1666] Compiling encrypted_client_hello.cc
[94/1666] Compiling dtls_method.cc
[95/1666] Compiling md5-x86_64-linux.S
[96/1666] Compiling md5-x86_64-apple.S
[97/1666] Compiling d1_srtp.cc
[98/1666] Compiling md5-586-linux.S
[99/1666] Compiling extensions.cc
[100/1666] Compiling md5-586-apple.S
[101/1666] Compiling chacha20_poly1305_x86_64-apple.S
[102/1666] Compiling chacha20_poly1305_armv8-win.S
[103/1666] Compiling chacha20_poly1305_x86_64-linux.S
[104/1666] Compiling chacha20_poly1305_armv8-linux.S
[105/1666] Compiling chacha20_poly1305_armv8-apple.S
[106/1666] Compiling err_data.cc
[107/1666] Compiling chacha-x86_64-linux.S
[108/1666] Compiling chacha-x86_64-apple.S
[109/1666] Compiling chacha-x86-linux.S
[110/1666] Compiling chacha-x86-apple.S
[111/1666] Compiling chacha-armv8-apple.S
[112/1666] Compiling chacha-armv8-win.S
[113/1666] Compiling chacha-armv8-linux.S
[114/1666] Compiling bio_ssl.cc
[115/1666] Compiling d1_pkt.cc
[116/1666] Compiling d1_lib.cc
[117/1666] Compiling chacha-armv4-linux.S
[118/1666] Compiling aes128gcmsiv-x86_64-apple.S
[119/1666] Compiling x86_64-mont5-apple.S
[120/1666] Compiling aes128gcmsiv-x86_64-linux.S
[121/1666] Compiling x86_64-mont-apple.S
[122/1666] Compiling x86-mont-apple.S
[122/1666] Compiling x86_64-mont-linux.S
[124/1666] Compiling x86_64-mont5-linux.S
[125/1666] Compiling x86-mont-linux.S
[126/1666] Compiling vpaes-x86_64-apple.S
[127/1666] Compiling vpaes-x86-apple.S
[128/1666] Compiling vpaes-x86-linux.S
[129/1666] Compiling vpaes-armv8-linux.S
[129/1666] Compiling vpaes-x86_64-linux.S
[131/1666] Compiling vpaes-armv8-win.S
[132/1666] Compiling d1_both.cc
[133/1666] Compiling vpaes-armv8-apple.S
[134/1666] Compiling vpaes-armv7-linux.S
[135/1666] Compiling sha512-armv8-linux.S
[136/1666] Compiling sha512-armv8-win.S
[137/1666] Compiling sha512-x86_64-apple.S
[138/1666] Compiling sha512-x86_64-linux.S
[139/1666] Compiling sha512-586-linux.S
[140/1666] Compiling sha512-armv8-apple.S
[141/1666] Compiling sha512-armv4-linux.S
[142/1666] Compiling sha512-586-apple.S
[143/1666] Compiling sha256-armv8-apple.S
[144/1666] Compiling sha256-armv8-linux.S
[145/1666] Compiling sha256-x86_64-apple.S
[146/1666] Compiling sha256-armv8-win.S
[147/1666] Compiling sha256-586-linux.S
[148/1666] Compiling sha256-x86_64-linux.S
[149/1666] Compiling sha256-armv4-linux.S
[150/1666] Compiling sha256-586-apple.S
[151/1666] Compiling sha1-armv8-win.S
[152/1666] Compiling sha1-x86_64-apple.S
[152/1666] Compiling sha1-armv8-linux.S
[154/1666] Compiling sha1-armv4-large-linux.S
[155/1666] Compiling sha1-armv8-apple.S
[156/1666] Compiling sha1-586-apple.S
[157/1666] Compiling sha1-586-linux.S
[158/1666] Compiling sha1-x86_64-linux.S
[159/1666] Compiling rsaz-avx2-apple.S
[160/1666] Compiling rdrand-x86_64-linux.S
[161/1666] Compiling rdrand-x86_64-apple.S
[162/1666] Compiling p256_beeu-x86_64-asm-linux.S
[163/1666] Compiling rsaz-avx2-linux.S
[164/1666] Compiling p256_beeu-armv8-asm-win.S
[165/1666] Compiling p256_beeu-x86_64-asm-apple.S
[166/1666] Compiling p256_beeu-armv8-asm-linux.S
[167/1666] Compiling p256_beeu-armv8-asm-apple.S
[168/1666] Compiling p256-x86_64-asm-apple.S
[169/1666] Compiling p256-armv8-asm-win.S
[169/1666] Compiling p256-armv8-asm-linux.S
[171/1666] Compiling p256-x86_64-asm-linux.S
[172/1666] Compiling p256-armv8-asm-apple.S
[173/1666] Compiling ghashv8-armv8-win.S
[174/1666] Compiling ghashv8-armv8-linux.S
[175/1666] Compiling ghashv8-armv7-linux.S
[176/1666] Compiling ghashv8-armv8-apple.S
[177/1666] Compiling ghash-x86-linux.S
[177/1666] Compiling ghash-x86_64-apple.S
[179/1666] Compiling ghash-x86_64-linux.S
[180/1666] Compiling ghash-x86-apple.S
[181/1666] Compiling ghash-ssse3-x86_64-linux.S
[182/1666] Compiling ghash-ssse3-x86-linux.S
[183/1666] Compiling ghash-ssse3-x86_64-apple.S
[184/1666] Compiling ghash-neon-armv8-linux.S
[185/1666] Compiling ghash-ssse3-x86-apple.S
[186/1666] Compiling ghash-neon-armv8-win.S
[187/1666] Compiling ghash-neon-armv8-apple.S
[188/1666] Compiling co-586-linux.S
[189/1666] Compiling ghash-armv4-linux.S
[190/1666] Compiling co-586-apple.S
[191/1666] Compiling bn-armv8-win.S
[192/1666] Compiling bn-armv8-linux.S
[193/1666] Compiling bsaes-armv7-linux.S
[194/1666] Compiling bn-armv8-apple.S
[195/1666] Compiling bn-586-linux.S
[196/1666] Compiling armv8-mont-win.S
[197/1666] Compiling bn-586-apple.S
[198/1666] Compiling armv8-mont-apple.S
[199/1666] Compiling armv8-mont-linux.S
[199/1666] Compiling aesv8-gcm-armv8-win.S
[201/1666] Compiling armv4-mont-linux.S
[202/1666] Compiling aesv8-gcm-armv8-linux.S
[203/1666] Compiling aesv8-gcm-armv8-apple.S
[204/1666] Compiling aesv8-armv8-apple.S
[205/1666] Compiling aesv8-armv8-win.S
[206/1666] Compiling aesv8-armv8-linux.S
[207/1666] Compiling aesni-x86_64-apple.S
[208/1666] Compiling aesni-x86_64-linux.S
[209/1666] Compiling aesni-x86-apple.S
[210/1666] Compiling aesv8-armv7-linux.S
[211/1666] Compiling aesni-x86-linux.S
[212/1666] Compiling aesni-gcm-x86_64-linux.S
[213/1666] Compiling aes-gcm-avx2-x86_64-linux.S
[214/1666] Compiling aes-gcm-avx2-x86_64-apple.S
[215/1666] Compiling aesni-gcm-x86_64-apple.S
[216/1666] Compiling aes-gcm-avx10-x86_64-linux.S
[217/1666] Compiling aes-gcm-avx10-x86_64-apple.S
[218/1666] Compiling x_spki.cc
[219/1666] Compiling x_x509.cc
[220/1666] Compiling x_name.cc
[221/1666] Compiling x_req.cc
[222/1666] Compiling x_val.cc
[223/1666] Compiling x_pubkey.cc
[224/1666] Compiling x_sig.cc
[225/1666] Compiling x_x509a.cc
[226/1666] Compiling x_exten.cc
[227/1666] Compiling x_all.cc
[228/1666] Compiling x509spki.cc
[229/1666] Compiling x_algor.cc
[230/1666] Compiling x509name.cc
[231/1666] Compiling x_crl.cc
[232/1666] Compiling x_attrib.cc
[233/1666] Compiling x509rset.cc
[234/1666] Compiling x509cset.cc
[235/1666] Compiling x509_vpm.cc
[236/1666] Compiling x509_txt.cc
[237/1666] Compiling x509_vfy.cc
[238/1666] Compiling x509_v3.cc
[239/1666] Compiling x509_req.cc
[240/1666] Compiling x509_set.cc
[241/1666] Compiling x509_trs.cc
[242/1666] Compiling x509_obj.cc
[243/1666] Compiling x509_lu.cc
[244/1666] Compiling x509_d2.cc
[245/1666] Compiling x509_ext.cc
[246/1666] Compiling x509_cmp.cc
[247/1666] Compiling x509_def.cc
[248/1666] Compiling x509_att.cc
[249/1666] Compiling v3_utl.cc
[250/1666] Compiling x509.cc
[251/1666] Compiling v3_skey.cc
[252/1666] Compiling v3_pmaps.cc
[253/1666] Compiling v3_prn.cc
[254/1666] Compiling v3_purp.cc
[255/1666] Compiling v3_ncons.cc
[256/1666] Compiling v3_pcons.cc
[257/1666] Compiling v3_ocsp.cc
[258/1666] Compiling v3_int.cc
[259/1666] Compiling v3_lib.cc
[260/1666] Compiling v3_info.cc
[261/1666] Compiling v3_enum.cc
[262/1666] Compiling v3_ia5.cc
[263/1666] Compiling v3_genn.cc
[264/1666] Compiling v3_extku.cc
[265/1666] Compiling v3_crld.cc
[266/1666] Compiling v3_alt.cc
[267/1666] Compiling v3_conf.cc
[268/1666] Compiling v3_cpols.cc
[269/1666] Compiling v3_bitst.cc
[270/1666] Compiling v3_bcons.cc
[271/1666] Compiling t_x509.cc
[272/1666] Compiling v3_akeya.cc
[273/1666] Compiling v3_akey.cc
[274/1666] Compiling t_x509a.cc
[275/1666] Compiling rsa_pss.cc
[276/1666] Compiling name_print.cc
[277/1666] Compiling t_req.cc
[278/1666] Compiling t_crl.cc
[279/1666] Compiling i2d_pr.cc
[280/1666] Compiling policy.cc
[281/1666] Compiling algorithm.cc
[282/1666] Compiling a_digest.cc
[283/1666] Compiling by_file.cc
[284/1666] Compiling asn1_gen.cc
[285/1666] Compiling by_dir.cc
[286/1666] Compiling voprf.cc
[287/1666] Compiling a_sign.cc
[288/1666] Compiling thread_pthread.cc
[289/1666] Compiling thread_win.cc
[290/1666] Compiling a_verify.cc
[291/1666] Compiling pmbtoken.cc
[292/1666] Compiling thread_none.cc
[293/1666] Compiling trust_token.cc
[294/1666] Compiling stack.cc
[295/1666] Compiling thread.cc
[296/1666] Compiling sha512.cc
[297/1666] Compiling siphash.cc
[298/1666] Compiling sha1.cc
[299/1666] Compiling slhdsa.cc
[300/1666] Compiling spake2plus.cc
[301/1666] Compiling sha256.cc
[302/1666] Compiling rsa_print.cc
[303/1666] Compiling rsa_extra.cc
[304/1666] Compiling rsa_crypt.cc
[305/1666] Compiling refcount.cc
[306/1666] Compiling rc4.cc
[307/1666] Compiling windows.cc
[308/1666] Compiling urandom.cc
[309/1666] Compiling getentropy.cc
[310/1666] Compiling ios.cc
[311/1666] Compiling trusty.cc
[312/1666] Compiling rsa_asn1.cc
[313/1666] Compiling passive.cc
[314/1666] Compiling rand.cc
[315/1666] Compiling poly1305_arm_asm.S
[316/1666] Compiling forkunsafe.cc
[317/1666] Compiling deterministic.cc
[318/1666] Compiling fork_detect.cc
[319/1666] Compiling poly1305_arm.cc
[320/1666] Compiling poly1305.cc
[321/1666] Compiling poly1305_vec.cc
[322/1666] Compiling pool.cc
[323/1666] Compiling pkcs8_x509.cc
[324/1666] Compiling pkcs8.cc
[325/1666] Compiling pkcs7.cc
[326/1666] Compiling p5_pbev2.cc
[327/1666] Compiling pem_pkey.cc
[328/1666] Compiling pem_pk8.cc
[329/1666] Compiling pem_xaux.cc
[330/1666] Compiling pkcs7_x509.cc
[331/1666] Compiling pem_x509.cc
[332/1666] Compiling pem_lib.cc
[333/1666] Compiling mlkem.cc
[334/1666] Compiling mldsa.cc
[335/1666] Compiling pem_oth.cc
[336/1666] Compiling mem.cc
[337/1666] Compiling pem_all.cc
[338/1666] Compiling obj_xref.cc
[339/1666] Compiling pem_info.cc
[340/1666] Compiling obj.cc
[341/1666] Compiling poly_rq_mul.S
[342/1666] Compiling md4.cc
[343/1666] Compiling fips_shared_support.cc
[344/1666] Compiling md5.cc
[345/1666] Compiling lhash.cc
[346/1666] Compiling kyber.cc
[347/1666] Compiling ex_data.cc
[348/1666] Compiling sign.cc
[349/1666] Compiling hrss.cc
[350/1666] Compiling scrypt.cc
[351/1666] Compiling hpke.cc
[352/1666] Compiling print.cc
[353/1666] Compiling pbkdf.cc
[354/1666] Compiling p_x25519.cc
[355/1666] Compiling p_x25519_asn1.cc
[356/1666] Compiling p_rsa.cc
[357/1666] Compiling p_rsa_asn1.cc
[358/1666] Compiling p_hkdf.cc
[359/1666] Compiling p_ed25519.cc
[360/1666] Compiling p_ed25519_asn1.cc
[361/1666] Compiling p_dsa_asn1.cc
[362/1666] Compiling p_dh_asn1.cc
[363/1666] Compiling p_ec.cc
[364/1666] Compiling evp_ctx.cc
[365/1666] Compiling p_ec_asn1.cc
[366/1666] Compiling p_dh.cc
[367/1666] Compiling hash_to_curve.cc
[368/1666] Compiling evp.cc
[369/1666] Compiling err.cc
[370/1666] Compiling evp_asn1.cc
[371/1666] Compiling engine.cc
[372/1666] Compiling ecdh.cc
[373/1666] Compiling ec_derive.cc
[374/1666] Compiling ecdsa_asn1.cc
[375/1666] Compiling dsa.cc
[376/1666] Compiling params.cc
[377/1666] Compiling des.cc
[378/1666] Compiling dh_asn1.cc
[379/1666] Compiling dsa_asn1.cc
[380/1666] Compiling ec_asn1.cc
[381/1666] Compiling x25519-asm-arm.S
[382/1666] Compiling spake25519.cc
[383/1666] Compiling digest_extra.cc
[384/1666] Compiling crypto.cc
[385/1666] Compiling cpu_arm_freebsd.cc
[386/1666] Compiling cpu_arm_linux.cc
[387/1666] Compiling cpu_intel.cc
[388/1666] Compiling curve25519.cc
[389/1666] Compiling cpu_aarch64_openbsd.cc
[390/1666] Compiling cpu_aarch64_sysreg.cc
[391/1666] Compiling cpu_aarch64_win.cc
[392/1666] Compiling cpu_aarch64_linux.cc
[393/1666] Compiling bcm.cc
[394/1666] Compiling cpu_aarch64_fuchsia.cc
[395/1666] Compiling e_tls.cc
[396/1666] Compiling cpu_aarch64_apple.cc
[397/1666] Compiling get_cipher.cc
[398/1666] Compiling conf.cc
[399/1666] Compiling tls_cbc.cc
[400/1666] Compiling e_rc4.cc
[401/1666] Compiling e_aesgcmsiv.cc
[402/1666] Compiling curve25519_64_adx.cc
[403/1666] Compiling e_chacha20poly1305.cc
[404/1666] Compiling derive_key.cc
[405/1666] Compiling e_rc2.cc
[406/1666] Compiling e_des.cc
[407/1666] Compiling e_null.cc
[408/1666] Compiling e_aesctrhmac.cc
[409/1666] Compiling chacha.cc
[410/1666] Compiling buf.cc
[411/1666] Compiling unicode.cc
[412/1666] Compiling bn_asn1.cc
[413/1666] Compiling asn1_compat.cc
[414/1666] Compiling cbb.cc
[415/1666] Compiling ber.cc
[416/1666] Compiling cbs.cc
[417/1666] Compiling convert.cc
[418/1666] Compiling printf.cc
[419/1666] Compiling blake2.cc
[420/1666] Compiling errno.cc
[421/1666] Compiling socket.cc
[422/1666] Compiling file.cc
[423/1666] Compiling hexdump.cc
[424/1666] Compiling pair.cc
[425/1666] Compiling socket_helper.cc
[426/1666] Compiling fd.cc
[427/1666] Compiling tasn_typ.cc
[428/1666] Compiling bio_mem.cc
[429/1666] Compiling base64.cc
[430/1666] Compiling connect.cc
[431/1666] Compiling bio.cc
[432/1666] Compiling tasn_fre.cc
[433/1666] Compiling tasn_utl.cc
[434/1666] Compiling tasn_new.cc
[435/1666] Compiling tasn_enc.cc
[436/1666] Compiling posix_time.cc
[437/1666] Compiling f_int.cc
[438/1666] Compiling f_string.cc
[439/1666] Compiling asn_pack.cc
[440/1666] Compiling tasn_dec.cc
[441/1666] Compiling asn1_par.cc
[442/1666] Compiling a_utctm.cc
[443/1666] Compiling a_time.cc
[444/1666] Compiling asn1_lib.cc
[445/1666] Compiling a_type.cc
[446/1666] Compiling a_octet.cc
[447/1666] Compiling a_strex.cc
[448/1666] Compiling a_strnid.cc
[449/1666] Compiling a_dup.cc
[450/1666] Compiling a_mbstr.cc
[451/1666] Compiling a_d2i_fp.cc
[452/1666] Compiling a_object.cc
[453/1666] Compiling a_int.cc
[454/1666] Compiling a_i2d_fp.cc
[455/1666] Compiling fiat_p256_adx_sqr.S
[456/1666] Compiling fiat_p256_adx_mul.S
[457/1666] Compiling a_gentm.cc
[458/1666] Compiling fiat_curve25519_adx_square.S
[459/1666] Compiling CCryptoBoringSSLShims shims.c
[460/1666] Compiling fiat_curve25519_adx_mul.S
[461/1666] Compiling a_bitstr.cc
[462/1666] Compiling a_bool.cc
[463/1666] Compiling md5-x86_64-apple.S
[463/1666] Compiling md5-x86_64-linux.S
[465/1666] Compiling md5-586-linux.S
[466/1666] Compiling err_data.cc
[467/1666] Compiling md5-586-apple.S
[468/1666] Compiling chacha20_poly1305_x86_64-apple.S
[469/1666] Compiling chacha-x86_64-linux.S
[469/1666] Compiling chacha20_poly1305_armv8-apple.S
[471/1666] Compiling chacha20_poly1305_armv8-win.S
[472/1666] Compiling chacha20_poly1305_x86_64-linux.S
[473/1666] Compiling chacha20_poly1305_armv8-linux.S
[474/1666] Compiling chacha-x86-linux.S
[475/1666] Compiling chacha-x86_64-apple.S
[476/1666] Compiling chacha-x86-apple.S
[477/1666] Compiling chacha-armv8-apple.S
[478/1666] Compiling chacha-armv8-linux.S
[479/1666] Compiling chacha-armv8-win.S
[480/1666] Compiling aes128gcmsiv-x86_64-linux.S
[481/1666] Compiling chacha-armv4-linux.S
[482/1666] Compiling aes128gcmsiv-x86_64-apple.S
[483/1666] Compiling x86_64-mont5-apple.S
[484/1666] Compiling x86_64-mont5-linux.S
[485/1666] Compiling x86_64-mont-apple.S
[486/1666] Compiling x86_64-mont-linux.S
[487/1666] Compiling x86-mont-linux.S
[488/1666] Compiling x86-mont-apple.S
[489/1666] Compiling vpaes-x86_64-linux.S
[490/1666] Compiling vpaes-x86-linux.S
[491/1666] Compiling vpaes-x86-apple.S
[492/1666] Compiling vpaes-x86_64-apple.S
[493/1666] Compiling vpaes-armv8-win.S
[494/1666] Compiling sha512-x86_64-apple.S
[495/1666] Compiling vpaes-armv7-linux.S
[496/1666] Compiling vpaes-armv8-apple.S
[497/1666] Compiling vpaes-armv8-linux.S
[498/1666] Compiling sha512-x86_64-linux.S
[499/1666] Compiling sha512-armv8-win.S
[500/1666] Compiling sha512-armv8-linux.S
[501/1666] Compiling sha512-armv8-apple.S
[502/1666] Compiling sha512-586-linux.S
[503/1666] Compiling sha512-armv4-linux.S
[504/1666] Compiling sha256-x86_64-apple.S
[505/1666] Compiling sha512-586-apple.S
[506/1666] Compiling sha256-armv8-win.S
[507/1666] Compiling sha256-armv8-linux.S
[508/1666] Compiling sha256-x86_64-linux.S
[509/1666] Compiling sha256-armv8-apple.S
[510/1666] Compiling sha256-armv4-linux.S
[511/1666] Compiling sha256-586-linux.S
[512/1666] Compiling sha256-586-apple.S
[513/1666] Compiling sha1-armv8-win.S
[514/1666] Compiling sha1-x86_64-apple.S
[515/1666] Compiling sha1-x86_64-linux.S
[516/1666] Compiling sha1-armv8-linux.S
[517/1666] Compiling sha1-armv8-apple.S
[518/1666] Compiling sha1-armv4-large-linux.S
[519/1666] Compiling sha1-586-linux.S
[520/1666] Compiling sha1-586-apple.S
[521/1666] Compiling rdrand-x86_64-linux.S
[521/1666] Compiling rsaz-avx2-linux.S
[523/1666] Compiling rsaz-avx2-apple.S
[524/1666] Compiling rdrand-x86_64-apple.S
[525/1666] Compiling p256_beeu-x86_64-asm-linux.S
[526/1666] Compiling p256_beeu-armv8-asm-win.S
[527/1666] Compiling p256_beeu-x86_64-asm-apple.S
[528/1666] Compiling p256_beeu-armv8-asm-linux.S
[529/1666] Compiling p256_beeu-armv8-asm-apple.S
[530/1666] Compiling p256-x86_64-asm-apple.S
[531/1666] Compiling p256-x86_64-asm-linux.S
[532/1666] Compiling p256-armv8-asm-win.S
[533/1666] Compiling p256-armv8-asm-apple.S
[534/1666] Compiling p256-armv8-asm-linux.S
[535/1666] Compiling ghashv8-armv8-win.S
[536/1666] Compiling ghashv8-armv8-apple.S
[536/1666] Compiling ghashv8-armv8-linux.S
[538/1666] Compiling ghashv8-armv7-linux.S
[539/1666] Compiling ghash-x86_64-linux.S
[540/1666] Compiling ghash-x86-linux.S
[541/1666] Compiling ghash-x86-apple.S
[542/1666] Compiling ghash-ssse3-x86_64-linux.S
[543/1666] Compiling ghash-x86_64-apple.S
[544/1666] Compiling ghash-ssse3-x86_64-apple.S
[545/1666] Compiling ghash-ssse3-x86-apple.S
[546/1666] Compiling ghash-neon-armv8-win.S
[546/1666] Compiling ghash-neon-armv8-apple.S
[548/1666] Compiling ghash-neon-armv8-linux.S
[549/1666] Compiling ghash-ssse3-x86-linux.S
[550/1666] Compiling ghash-armv4-linux.S
[551/1666] Compiling co-586-apple.S
[552/1666] Compiling bsaes-armv7-linux.S
[553/1666] Compiling co-586-linux.S
[554/1666] Compiling bn-armv8-win.S
[555/1666] Compiling c-nioatomics.c
[556/1666] Compiling bn-armv8-linux.S
[557/1666] Compiling bn-armv8-apple.S
[558/1666] Compiling bn-586-apple.S
[559/1666] Compiling armv8-mont-linux.S
[560/1666] Compiling armv8-mont-win.S
[561/1666] Compiling armv8-mont-apple.S
[562/1666] Compiling bn-586-linux.S
[563/1666] Compiling armv4-mont-linux.S
[564/1666] Compiling aesv8-gcm-armv8-linux.S
[565/1666] Compiling aesv8-gcm-armv8-win.S
[566/1666] Compiling aesv8-armv8-apple.S
[567/1666] Compiling aesv8-gcm-armv8-apple.S
[568/1666] Compiling aesv8-armv8-win.S
[569/1666] Compiling aesv8-armv7-linux.S
[570/1666] Compiling aesv8-armv8-linux.S
[571/1666] Compiling aesni-x86-linux.S
[572/1666] Compiling aesni-x86_64-linux.S
[573/1666] Compiling aesni-x86_64-apple.S
[574/1666] Compiling aesni-x86-apple.S
[575/1666] Compiling aesni-gcm-x86_64-linux.S
[576/1666] Compiling aesni-gcm-x86_64-apple.S
[577/1666] Compiling aes-gcm-avx10-x86_64-apple.S
[578/1666] Compiling aes-gcm-avx10-x86_64-linux.S
[579/1666] Compiling x_x509.cc
[580/1666] Compiling c-atomics.c
[581/1666] Compiling x_x509a.cc
[582/1666] Compiling x_pubkey.cc
[583/1666] Compiling x_val.cc
[584/1666] Compiling x_sig.cc
[585/1666] Compiling x_spki.cc
[586/1666] Compiling x_req.cc
[587/1666] Compiling x_exten.cc
[588/1666] Compiling x_name.cc
[589/1666] Compiling x_crl.cc
[590/1666] Compiling x_all.cc
[591/1666] Compiling x_algor.cc
[592/1666] Compiling x_attrib.cc
[593/1666] Compiling x509spki.cc
[594/1666] Compiling x509rset.cc
[595/1666] Compiling x509name.cc
[596/1666] Compiling x509cset.cc
[597/1666] Compiling x509_txt.cc
[598/1666] Compiling x509_v3.cc
[599/1666] Compiling x509_vfy.cc
[600/1666] Compiling x509_vpm.cc
[601/1666] Compiling x509_trs.cc
[602/1666] Compiling x509_set.cc
[603/1666] Compiling x509_lu.cc
[604/1666] Compiling x509_d2.cc
[605/1666] Compiling x509_def.cc
[606/1666] Compiling x509_obj.cc
[607/1666] Compiling x509_req.cc
[608/1666] Compiling x509_cmp.cc
[609/1666] Compiling x509_ext.cc
[610/1666] Compiling x509.cc
[611/1666] Compiling x509_att.cc
[612/1666] Compiling v3_prn.cc
[613/1666] Compiling v3_purp.cc
[614/1666] Compiling v3_utl.cc
[615/1666] Compiling v3_skey.cc
[616/1666] Compiling v3_pmaps.cc
[617/1666] Compiling v3_pcons.cc
[618/1666] Compiling v3_ocsp.cc
[619/1666] Compiling v3_int.cc
[620/1666] Compiling v3_lib.cc
[621/1666] Compiling v3_ncons.cc
[622/1666] Compiling v3_ia5.cc
[623/1666] Compiling v3_info.cc
[624/1666] Compiling v3_genn.cc
[625/1666] Compiling v3_extku.cc
[626/1666] Compiling v3_enum.cc
[627/1666] Compiling v3_cpols.cc
[628/1666] Compiling v3_crld.cc
[629/1666] Compiling v3_conf.cc
[630/1666] Compiling v3_bitst.cc
[631/1666] Compiling v3_bcons.cc
[632/1666] Compiling v3_akeya.cc
[633/1666] Compiling v3_akey.cc
[634/1666] Compiling v3_alt.cc
[635/1666] Compiling t_x509a.cc
[636/1666] Compiling t_x509.cc
[637/1666] Compiling t_req.cc
[638/1666] Compiling t_crl.cc
[639/1666] Compiling i2d_pr.cc
[640/1666] Compiling rsa_pss.cc
[641/1666] Compiling policy.cc
[642/1666] Compiling name_print.cc
[643/1666] Compiling by_file.cc
[644/1666] Compiling by_dir.cc
[645/1666] Compiling asn1_gen.cc
[646/1666] Compiling algorithm.cc
[647/1666] Compiling a_verify.cc
[648/1666] Compiling voprf.cc
[649/1666] Compiling a_sign.cc
[650/1666] Compiling a_digest.cc
[651/1666] Compiling trust_token.cc
[652/1666] Compiling thread_win.cc
[653/1666] Compiling thread_none.cc
[654/1666] Compiling thread_pthread.cc
[655/1666] Compiling thread.cc
[656/1666] Compiling stack.cc
[657/1666] Compiling wots.cc
[658/1666] Compiling pmbtoken.cc
[659/1666] Compiling thash.cc
[660/1666] Compiling slhdsa.cc
[661/1666] Compiling merkle.cc
[662/1666] Compiling sha512.cc
[663/1666] Compiling siphash.cc
[664/1666] Compiling sha256.cc
[665/1666] Compiling fors.cc
[666/1666] Compiling sha1.cc
[667/1666] Compiling rsa_print.cc
[668/1666] Compiling refcount.cc
[669/1666] Compiling rsa_extra.cc
[670/1666] Compiling rsa_asn1.cc
[671/1666] Compiling rsa_crypt.cc
[672/1666] Compiling rc4.cc
[673/1666] Compiling windows.cc
[674/1666] Compiling trusty.cc
[675/1666] Compiling urandom.cc
[676/1666] Compiling fork_detect.cc
[677/1666] Compiling rand_extra.cc
[678/1666] Compiling poly1305_arm_asm.S
[679/1666] Compiling ios.cc
[680/1666] Compiling passive.cc
[681/1666] Compiling getentropy.cc
[682/1666] Compiling forkunsafe.cc
[683/1666] Compiling deterministic.cc
[684/1666] Compiling poly1305_arm.cc
[685/1666] Compiling pkcs8_x509.cc
[686/1666] Compiling poly1305.cc
[687/1666] Compiling pool.cc
[688/1666] Compiling poly1305_vec.cc
[689/1666] Compiling pkcs7.cc
[690/1666] Compiling p5_pbev2.cc
[691/1666] Compiling pkcs7_x509.cc
[692/1666] Compiling pkcs8.cc
[693/1666] Compiling pem_xaux.cc
[694/1666] Compiling pem_pkey.cc
[695/1666] Compiling pem_x509.cc
[696/1666] Compiling pem_pk8.cc
[697/1666] Compiling pem_oth.cc
[698/1666] Compiling obj_xref.cc
[699/1666] Compiling mldsa.cc
[700/1666] Compiling mlkem.cc
[701/1666] Compiling pem_info.cc
[702/1666] Compiling md5.cc
[703/1666] Compiling pem_lib.cc
[704/1666] Compiling obj.cc
[705/1666] Compiling mem.cc
[706/1666] Compiling fips_shared_support.cc
[707/1666] Compiling pem_all.cc
[708/1666] Compiling poly_rq_mul.S
[709/1666] Compiling md4.cc
[710/1666] Compiling kyber.cc
[711/1666] Compiling lhash.cc
[712/1666] Compiling hrss.cc
[713/1666] Compiling ex_data.cc
[714/1666] Compiling sign.cc
[715/1666] Compiling hpke.cc
[716/1666] Compiling pbkdf.cc
[717/1666] Compiling scrypt.cc
[718/1666] Compiling p_x25519_asn1.cc
[719/1666] Compiling p_x25519.cc
[720/1666] Compiling print.cc
[721/1666] Compiling p_ec.cc
[722/1666] Compiling p_rsa_asn1.cc
[723/1666] Compiling p_ed25519.cc
[724/1666] Compiling p_rsa.cc
[725/1666] Compiling p_ec_asn1.cc
[726/1666] Compiling p_ed25519_asn1.cc
[727/1666] Compiling p_hkdf.cc
[728/1666] Compiling p_dh.cc
[729/1666] Compiling p_dh_asn1.cc
[730/1666] Compiling p_dsa_asn1.cc
[731/1666] Compiling err.cc
[732/1666] Compiling evp_ctx.cc
[733/1666] Compiling evp_asn1.cc
[734/1666] Compiling evp.cc
[735/1666] Compiling engine.cc
[736/1666] Compiling ecdsa_asn1.cc
[737/1666] Compiling ecdh_extra.cc
[738/1666] Compiling hash_to_curve.cc
[739/1666] Compiling ec_derive.cc
[740/1666] Compiling dsa_asn1.cc
[741/1666] Compiling ec_asn1.cc
[742/1666] Compiling digest_extra.cc
[743/1666] Compiling dsa.cc
[744/1666] Compiling x25519-asm-arm.S
[745/1666] Compiling des.cc
[746/1666] Compiling spake25519.cc
[747/1666] Compiling params.cc
[748/1666] Compiling dh_asn1.cc
[749/1666] Compiling cpu_intel.cc
[750/1666] Compiling crypto.cc
[751/1666] Compiling cpu_arm_linux.cc
[752/1666] Compiling cpu_aarch64_win.cc
[753/1666] Compiling cpu_arm_freebsd.cc
[754/1666] Compiling cpu_aarch64_sysreg.cc
[755/1666] Compiling cpu_aarch64_openbsd.cc
[756/1666] Compiling curve25519.cc
[757/1666] Compiling cpu_aarch64_linux.cc
[758/1666] Compiling curve25519_64_adx.cc
[759/1666] Compiling cpu_aarch64_fuchsia.cc
[760/1666] Compiling cpu_aarch64_apple.cc
[761/1666] Compiling bcm.cc
[762/1666] Compiling e_tls.cc
[763/1666] Compiling conf.cc
[764/1666] Compiling e_rc4.cc
[765/1666] Compiling tls_cbc.cc
[766/1666] Compiling e_rc2.cc
[767/1666] Compiling e_null.cc
[768/1666] Compiling cipher_extra.cc
[769/1666] Compiling e_des.cc
[770/1666] Compiling derive_key.cc
[771/1666] Compiling e_aesgcmsiv.cc
[772/1666] Compiling e_chacha20poly1305.cc
[773/1666] Compiling e_aesctrhmac.cc
[774/1666] Compiling chacha.cc
[775/1666] Compiling unicode.cc
[776/1666] Compiling buf.cc
[777/1666] Compiling ber.cc
[778/1666] Compiling asn1_compat.cc
[779/1666] Compiling cbs.cc
[780/1666] Compiling bn_asn1.cc
[781/1666] Compiling cbb.cc
[782/1666] Compiling blake2.cc
[783/1666] Compiling convert.cc
[784/1666] Compiling printf.cc
[785/1666] Compiling pair.cc
[786/1666] Compiling hexdump.cc
[787/1666] Compiling file.cc
[788/1666] Compiling bio_mem.cc
[789/1666] Compiling bio.cc
[790/1666] Compiling fd.cc
[791/1666] Compiling errno.cc
[792/1666] Compiling base64.cc
[793/1666] Compiling tasn_utl.cc
[794/1666] Compiling tasn_typ.cc
[795/1666] Compiling tasn_fre.cc
[796/1666] Compiling f_int.cc
[797/1666] Compiling posix_time.cc
[798/1666] Compiling tasn_enc.cc
[799/1666] Compiling tasn_dec.cc
[800/1666] Compiling tasn_new.cc
[801/1666] Compiling asn_pack.cc
[802/1666] Compiling asn1_par.cc
[803/1666] Compiling a_octet.cc
[804/1666] Compiling a_utctm.cc
[805/1666] Compiling a_strnid.cc
[806/1666] Compiling a_time.cc
[807/1666] Compiling a_type.cc
[808/1666] Write sources
[810/1666] Compiling asn1_lib.cc
[810/1666] Write sources
[815/1666] Compiling a_strex.cc
[815/1666] Write sources
[840/1666] Compiling _AtomicsShims.c
[841/1666] Compiling CNIOWindows shim.c
[842/1666] Compiling CNIOWindows WSAStartup.c
[843/1666] Compiling CNIOWASI CNIOWASI.c
[844/1666] Compiling CNIOLinux liburing_shims.c
[845/1666] Compiling CNIOLinux shim.c
[846/1666] Compiling CNIODarwin shim.c
[847/1666] Compiling a_object.cc
[848/1666] Compiling fiat_p256_adx_sqr.S
[849/1666] Write swift-version-24593BA9C3E375BF.txt
[850/1666] Compiling fiat_p256_adx_mul.S
[851/1666] Compiling fiat_curve25519_adx_square.S
[852/1666] Compiling a_int.cc
[853/1666] Compiling fiat_curve25519_adx_mul.S
[854/1666] Compiling a_mbstr.cc
[855/1666] Compiling a_i2d_fp.cc
[856/1670] Compiling a_gentm.cc
[858/1684] 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
[858/1684] Compiling CNIOBoringSSLShims shims.c
[860/1686] 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
[861/1687] Compiling _NIODataStructures _TinyArray.swift
[862/1687] 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
[863/1687] 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
[864/1688] 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
[865/1688] 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
[866/1689] 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
[867/1689] 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
[868/1690] Compiling _NIODataStructures PriorityQueue.swift
[869/1690] Compiling _NIOBase64 Base64.swift
[870/1690] Emitting module _NIOBase64
[876/1800] Compiling _NIODataStructures PriorityQueue.swift
[877/1800] Compiling _NIOBase64 Base64.swift
[878/1800] Emitting module _NIOBase64
[879/1801] Emitting module Logging
[880/1801] Compiling _NIODataStructures _TinyArray.swift
[882/1804] Emitting module _NIODataStructures
[883/1806] Compiling _NIODataStructures Heap.swift
[884/1807] Compiling Logging Locks.swift
[886/1807] Compiling Logging MetadataProvider.swift
[887/1807] Compiling NIOConcurrencyHelpers lock.swift
[888/1807] Compiling NIOConcurrencyHelpers NIOLock.swift
[889/1821] Compiling Logging MetadataProvider.swift
[890/1821] Compiling Logging LogHandler.swift
[891/1821] Emitting module _NIODataStructures
[892/1821] Compiling _NIODataStructures Heap.swift
[893/1822] Emitting module NIOConcurrencyHelpers
[894/1822] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[895/1822] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[896/1822] Compiling NIOConcurrencyHelpers atomics.swift
[898/1823] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[899/1823] Compiling InternalCollectionsUtilities Debugging.swift
[900/1823] Compiling InternalCollectionsUtilities Descriptions.swift
[901/1823] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[902/1824] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[903/1824] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[904/1824] Compiling InternalCollectionsUtilities UInt+reversed.swift
[906/1824] Emitting module Logging
[907/1824] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[908/1824] Compiling InternalCollectionsUtilities _SortedCollection.swift
[909/1824] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[910/1824] Compiling InternalCollectionsUtilities Integer rank.swift
[911/1824] Emitting module InternalCollectionsUtilities
[912/1824] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[913/1824] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[914/1824] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[915/1847] Compiling Logging Logging.swift
[916/1847] Compiling Logging LogHandler.swift
[919/1848] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[920/1848] Compiling InternalCollectionsUtilities Debugging.swift
[921/1848] Compiling InternalCollectionsUtilities Descriptions.swift
[922/1848] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[923/1849] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[924/1919] Compiling DequeModule Deque._UnsafeHandle.swift
[925/1919] Compiling DequeModule Deque.swift
[926/1921] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[927/1921] Compiling DequeModule Deque+Codable.swift
[928/1921] Compiling DequeModule Deque+Collection.swift
[929/1921] Compiling DequeModule Deque+CustomReflectable.swift
[930/1921] Compiling DequeModule Deque+Descriptions.swift
[931/1923] Compiling DequeModule Deque+Hashable.swift
[932/1923] Compiling DequeModule Deque+Testing.swift
[933/1923] Compiling DequeModule Deque._Storage.swift
[934/1923] Compiling DequeModule Deque+Equatable.swift
[935/1923] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[936/1923] Emitting module InternalCollectionsUtilities
[937/1923] Compiling Logging Logging.swift
[940/1923] Compiling Logging Locks.swift
[941/1924] Compiling DequeModule _DequeBuffer.swift
[942/1924] Compiling DequeModule _DequeBufferHeader.swift
[943/1924] Compiling DequeModule _DequeSlot.swift
[944/1924] Compiling DequeModule _UnsafeWrappedBuffer.swift
[945/1924] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[946/1924] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[947/1924] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[948/1924] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[949/1924] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[950/1924] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[951/1924] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[953/1931] Compiling DequeModule Deque+Extras.swift
[970/1934] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[971/1934] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[972/1934] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[973/1934] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[974/1934] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[975/1934] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[976/1934] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[982/1937] Compiling CryptoBoringWrapper RandomBytes.swift
[983/1937] Compiling OrderedCollections OrderedSet+Initializers.swift
[984/1937] Compiling OrderedCollections OrderedSet+Insertions.swift
[985/1937] Compiling OrderedCollections OrderedSet+Invariants.swift
[986/1937] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[987/1937] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[988/1937] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[989/1937] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[990/1937] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[991/1937] Compiling OrderedCollections OrderedDictionary.swift
[992/1937] Compiling OrderedCollections OrderedSet+Codable.swift
[993/1937] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[994/1937] Compiling OrderedCollections OrderedSet+Descriptions.swift
[995/1937] Compiling OrderedCollections OrderedSet+Diffing.swift
[996/1937] Compiling OrderedCollections OrderedSet+Equatable.swift
[997/1937] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[998/1937] Compiling OrderedCollections OrderedSet+Hashable.swift
[1007/1940] Compiling ConcurrencyHelpers LockedValueBox.swift
[1012/1940] Compiling SwiftASN1 DER.swift
[1013/1940] Compiling SwiftASN1 Errors.swift
[1014/1940] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[1015/1940] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[1016/1940] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[1017/1940] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[1018/1940] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[1019/1940] Compiling OrderedCollections OrderedDictionary+Values.swift
[1020/1940] 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 |
[1021/1940] 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)
[1025/1940] 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) }
[1027/1940] Emitting module CryptoBoringWrapper
[1028/1940] Compiling CryptoBoringWrapper CryptoKitErrors_boring.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-4606859-1":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
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/808] Write sources
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.
[2/809] Compiling tls_method.cc
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.
[2/809] Compiling tls13_server.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/t1_enc.cc:28:
/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>
      |          ^~~~~~~~~~~
[2/809] Compiling t1_enc.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/ssl_x509.cc:23:
/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>
      |          ^~~~~~~~~~~
[2/809] Compiling ssl_x509.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>
      |          ^~~~~~~~~~~
[2/809] Compiling tls13_enc.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>
      |          ^~~~~~~~~~~
[2/809] 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>
      |          ^~~~~~~~~~~
[2/809] Compiling tls_record.cc
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>
      |          ^~~~~~~~~~~
[2/809] Compiling tls13_client.cc
BUILD FAILURE 6.1 wasm