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 postgres-nio, reference main (f04785), with Swift 6.1 for Wasm on 12 Dec 2025 17:00:20 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/vapor/postgres-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/vapor/postgres-nio
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f047858 Fix indexing error in triggerForceShutdown (#608)
Cloned https://github.com/vapor/postgres-nio.git
Revision (git rev-parse @):
f047858ffc4e28537e3f4b6dc53831e680380e78
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/postgres-nio.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vapor/postgres-nio.git
https://github.com/vapor/postgres-nio.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "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-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.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.19.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.25.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-metrics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.4.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-metrics.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.5.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle.git"
    }
  ],
  "manifest_display_name" : "postgres-nio",
  "name" : "postgres-nio",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "PostgresNIO",
      "targets" : [
        "PostgresNIO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "_ConnectionPoolModule",
      "targets" : [
        "_ConnectionPoolModule"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "_ConnectionPoolTestUtils",
      "targets" : [
        "_ConnectionPoolTestUtils"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Birthdays",
      "targets" : [
        "Birthdays"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "PostgresClient",
      "targets" : [
        "PostgresClient"
      ],
      "type" : {
        "snippet" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_ConnectionPoolTestUtils",
      "module_type" : "SwiftTarget",
      "name" : "_ConnectionPoolTestUtils",
      "path" : "Sources/ConnectionPoolTestUtils",
      "product_dependencies" : [
        "NIOConcurrencyHelpers"
      ],
      "product_memberships" : [
        "_ConnectionPoolTestUtils",
        "Birthdays",
        "PostgresClient"
      ],
      "sources" : [
        "MockClock.swift",
        "MockConnection.swift",
        "MockConnectionFactory.swift",
        "MockPingPongBehaviour.swift",
        "MockRequest.swift"
      ],
      "target_dependencies" : [
        "_ConnectionPoolModule"
      ],
      "type" : "library"
    },
    {
      "c99name" : "_ConnectionPoolModule",
      "module_type" : "SwiftTarget",
      "name" : "_ConnectionPoolModule",
      "path" : "Sources/ConnectionPoolModule",
      "product_dependencies" : [
        "Atomics",
        "DequeModule"
      ],
      "product_memberships" : [
        "PostgresNIO",
        "_ConnectionPoolModule",
        "_ConnectionPoolTestUtils",
        "Birthdays",
        "PostgresClient"
      ],
      "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" : "PostgresNIOTests",
      "module_type" : "SwiftTarget",
      "name" : "PostgresNIOTests",
      "path" : "Tests/PostgresNIOTests",
      "product_dependencies" : [
        "NIOEmbedded",
        "NIOTestUtils"
      ],
      "sources" : [
        "Data/PostgresData+JSONTests.swift",
        "Message/PostgresMessageDecoderTests.swift",
        "New/Connection State Machine/AuthenticationStateMachineTests.swift",
        "New/Connection State Machine/ConnectionStateMachineTests.swift",
        "New/Connection State Machine/ExtendedQueryStateMachineTests.swift",
        "New/Connection State Machine/PrepareStatementStateMachineTests.swift",
        "New/Connection State Machine/PreparedStatementStateMachineTests.swift",
        "New/Data/Array+PSQLCodableTests.swift",
        "New/Data/Bool+PSQLCodableTests.swift",
        "New/Data/Bytes+PSQLCodableTests.swift",
        "New/Data/Date+PSQLCodableTests.swift",
        "New/Data/Decimal+PSQLCodableTests.swift",
        "New/Data/Float+PSQLCodableTests.swift",
        "New/Data/Int+PSQLCodableTests.swift",
        "New/Data/JSON+PSQLCodableTests.swift",
        "New/Data/Range+PSQLCodableTests.swift",
        "New/Data/RawRepresentable+PSQLCodableTests.swift",
        "New/Data/String+PSQLCodableTests.swift",
        "New/Data/UUID+PSQLCodableTests.swift",
        "New/Extensions/ByteBuffer+Utils.swift",
        "New/Extensions/ConnectionAction+TestUtils.swift",
        "New/Extensions/PSQLBackendMessageEncoder.swift",
        "New/Extensions/PSQLFrontendMessageDecoder.swift",
        "New/Extensions/PostgresFrontendMessage.swift",
        "New/Extensions/ReverseByteToMessageHandler.swift",
        "New/Extensions/ReverseMessageToByteHandler.swift",
        "New/Messages/AuthenticationTests.swift",
        "New/Messages/BackendKeyDataTests.swift",
        "New/Messages/BindTests.swift",
        "New/Messages/CancelTests.swift",
        "New/Messages/CloseTests.swift",
        "New/Messages/CopyTests.swift",
        "New/Messages/DataRowTests.swift",
        "New/Messages/DescribeTests.swift",
        "New/Messages/ErrorResponseTests.swift",
        "New/Messages/ExecuteTests.swift",
        "New/Messages/NotificationResponseTests.swift",
        "New/Messages/ParameterDescriptionTests.swift",
        "New/Messages/ParameterStatusTests.swift",
        "New/Messages/ParseTests.swift",
        "New/Messages/PasswordTests.swift",
        "New/Messages/ReadyForQueryTests.swift",
        "New/Messages/RowDescriptionTests.swift",
        "New/Messages/SASLInitialResponseTests.swift",
        "New/Messages/SASLResponseTests.swift",
        "New/Messages/SSLRequestTests.swift",
        "New/Messages/StartupTests.swift",
        "New/PSQLBackendMessageTests.swift",
        "New/PSQLFrontendMessageTests.swift",
        "New/PSQLMetadataTests.swift",
        "New/PSQLRowStreamTests.swift",
        "New/PostgresCellTests.swift",
        "New/PostgresChannelHandlerTests.swift",
        "New/PostgresCodableTests.swift",
        "New/PostgresConnectionTests.swift",
        "New/PostgresErrorTests.swift",
        "New/PostgresQueryTests.swift",
        "New/PostgresRowSequenceTests.swift",
        "New/PostgresRowTests.swift",
        "Utilities.swift",
        "Utilities/PostgresJSONCodingTests.swift"
      ],
      "target_dependencies" : [
        "PostgresNIO"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PostgresNIO",
      "module_type" : "SwiftTarget",
      "name" : "PostgresNIO",
      "path" : "Sources/PostgresNIO",
      "product_dependencies" : [
        "Atomics",
        "Crypto",
        "_CryptoExtras",
        "Logging",
        "Metrics",
        "NIO",
        "NIOCore",
        "NIOPosix",
        "NIOTransportServices",
        "NIOTLS",
        "NIOSSL",
        "NIOFoundationCompat",
        "ServiceLifecycle"
      ],
      "product_memberships" : [
        "PostgresNIO",
        "Birthdays",
        "PostgresClient"
      ],
      "sources" : [
        "Connection/PostgresConnection+Configuration.swift",
        "Connection/PostgresConnection+CopyFrom.swift",
        "Connection/PostgresConnection.swift",
        "Connection/PostgresDatabase+PreparedQuery.swift",
        "Data/PostgresData+Array.swift",
        "Data/PostgresData+Bool.swift",
        "Data/PostgresData+Bytes.swift",
        "Data/PostgresData+Date.swift",
        "Data/PostgresData+Decimal.swift",
        "Data/PostgresData+Double.swift",
        "Data/PostgresData+Float.swift",
        "Data/PostgresData+Int.swift",
        "Data/PostgresData+JSON.swift",
        "Data/PostgresData+JSONB.swift",
        "Data/PostgresData+Numeric.swift",
        "Data/PostgresData+Optional.swift",
        "Data/PostgresData+RawRepresentable.swift",
        "Data/PostgresData+Set.swift",
        "Data/PostgresData+String.swift",
        "Data/PostgresData+UUID.swift",
        "Data/PostgresData.swift",
        "Data/PostgresDataConvertible.swift",
        "Data/PostgresDataType.swift",
        "Data/PostgresRow.swift",
        "Deprecated/PostgresConnection+Configuration+Deprecated.swift",
        "Deprecated/PostgresData+UInt.swift",
        "Deprecated/PostgresMessage+Authentication.swift",
        "Deprecated/PostgresMessage+Bind.swift",
        "Deprecated/PostgresMessage+Close.swift",
        "Deprecated/PostgresMessage+CommandComplete.swift",
        "Deprecated/PostgresMessage+Describe.swift",
        "Deprecated/PostgresMessage+Execute.swift",
        "Deprecated/PostgresMessage+ParameterDescription.swift",
        "Deprecated/PostgresMessage+ParameterStatus.swift",
        "Deprecated/PostgresMessage+Parse.swift",
        "Deprecated/PostgresMessage+Password.swift",
        "Deprecated/PostgresMessage+ReadyForQuery.swift",
        "Deprecated/PostgresMessage+SASLResponse.swift",
        "Deprecated/PostgresMessage+SSLRequest.swift",
        "Deprecated/PostgresMessage+SimpleQuery.swift",
        "Deprecated/PostgresMessage+Startup.swift",
        "Deprecated/PostgresMessage+Sync.swift",
        "Deprecated/PostgresMessage+Terminate.swift",
        "Deprecated/PostgresMessageDecoder.swift",
        "Deprecated/PostgresMessageEncoder.swift",
        "Message/PostgresMessage+0.swift",
        "Message/PostgresMessage+BackendKeyData.swift",
        "Message/PostgresMessage+DataRow.swift",
        "Message/PostgresMessage+Error.swift",
        "Message/PostgresMessage+Identifier.swift",
        "Message/PostgresMessage+NotificationResponse.swift",
        "Message/PostgresMessage+RowDescription.swift",
        "Message/PostgresMessageType.swift",
        "New/Connection State Machine/AuthenticationStateMachine.swift",
        "New/Connection State Machine/CloseStateMachine.swift",
        "New/Connection State Machine/ConnectionStateMachine.swift",
        "New/Connection State Machine/ExtendedQueryStateMachine.swift",
        "New/Connection State Machine/ListenStateMachine.swift",
        "New/Connection State Machine/PreparedStatementStateMachine.swift",
        "New/Connection State Machine/RowStreamStateMachine.swift",
        "New/Data/Array+PostgresCodable.swift",
        "New/Data/Bool+PostgresCodable.swift",
        "New/Data/Bytes+PostgresCodable.swift",
        "New/Data/Date+PostgresCodable.swift",
        "New/Data/Decimal+PostgresCodable.swift",
        "New/Data/Float+PostgresCodable.swift",
        "New/Data/Int+PostgresCodable.swift",
        "New/Data/JSON+PostgresCodable.swift",
        "New/Data/Range+PostgresCodable.swift",
        "New/Data/RawRepresentable+PostgresCodable.swift",
        "New/Data/String+PostgresCodable.swift",
        "New/Data/UUID+PostgresCodable.swift",
        "New/Extensions/AnyErrorContinuation.swift",
        "New/Extensions/ByteBuffer+PSQL.swift",
        "New/Extensions/Logging+PSQL.swift",
        "New/Messages/Authentication.swift",
        "New/Messages/BackendKeyData.swift",
        "New/Messages/CopyInMessage.swift",
        "New/Messages/DataRow.swift",
        "New/Messages/ErrorResponse.swift",
        "New/Messages/NotificationResponse.swift",
        "New/Messages/ParameterDescription.swift",
        "New/Messages/ParameterStatus.swift",
        "New/Messages/ReadyForQuery.swift",
        "New/Messages/RowDescription.swift",
        "New/NotificationListener.swift",
        "New/PSQLError.swift",
        "New/PSQLEventsHandler.swift",
        "New/PSQLPreparedStatement.swift",
        "New/PSQLRowStream.swift",
        "New/PSQLTask.swift",
        "New/PostgresBackendMessage.swift",
        "New/PostgresBackendMessageDecoder.swift",
        "New/PostgresCell.swift",
        "New/PostgresChannelHandler.swift",
        "New/PostgresCodable.swift",
        "New/PostgresFrontendMessageEncoder.swift",
        "New/PostgresNotificationSequence.swift",
        "New/PostgresQuery.swift",
        "New/PostgresRowSequence.swift",
        "New/PostgresTransactionError.swift",
        "New/PreparedStatement.swift",
        "New/VariadicGenerics.swift",
        "Pool/ConnectionFactory.swift",
        "Pool/PostgresClient.swift",
        "Pool/PostgresClientMetrics.swift",
        "Postgres+PSQLCompat.swift",
        "PostgresDatabase+Query.swift",
        "PostgresDatabase+SimpleQuery.swift",
        "PostgresDatabase.swift",
        "PostgresRequest.swift",
        "Utilities/Exports.swift",
        "Utilities/NIOUtils.swift",
        "Utilities/PostgresError+Code.swift",
        "Utilities/PostgresError.swift",
        "Utilities/PostgresJSONDecoder.swift",
        "Utilities/PostgresJSONEncoder.swift",
        "Utilities/SASLAuthentication+SCRAM-SHA256.swift",
        "Utilities/SASLAuthenticationManager.swift"
      ],
      "target_dependencies" : [
        "_ConnectionPoolModule"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "IntegrationTests",
      "path" : "Tests/IntegrationTests",
      "product_dependencies" : [
        "NIOTestUtils"
      ],
      "sources" : [
        "AsyncTests.swift",
        "PSQLIntegrationTests.swift",
        "PerformanceTests.swift",
        "PostgresClientTests.swift",
        "PostgresNIOTests.swift",
        "Utilities.swift"
      ],
      "target_dependencies" : [
        "PostgresNIO"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ConnectionPoolModuleTests",
      "module_type" : "SwiftTarget",
      "name" : "ConnectionPoolModuleTests",
      "path" : "Tests/ConnectionPoolModuleTests",
      "product_dependencies" : [
        "DequeModule",
        "NIOCore",
        "NIOConcurrencyHelpers",
        "NIOEmbedded"
      ],
      "sources" : [
        "ConnectionIDGeneratorTests.swift",
        "ConnectionPoolTests.swift",
        "ConnectionRequestTests.swift",
        "Max2SequenceTests.swift",
        "Mocks/MockTimerCancellationToken.swift",
        "NoKeepAliveBehaviorTests.swift",
        "PoolStateMachine+ConnectionGroupTests.swift",
        "PoolStateMachine+ConnectionStateTests.swift",
        "PoolStateMachine+RequestQueueTests.swift",
        "PoolStateMachineTests.swift",
        "TinyFastSequenceTests.swift",
        "Utils/Future.swift"
      ],
      "target_dependencies" : [
        "_ConnectionPoolModule",
        "_ConnectionPoolTestUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Birthdays",
      "module_type" : "SwiftTarget",
      "name" : "Birthdays",
      "path" : "Snippets",
      "product_memberships" : [
        "Birthdays"
      ],
      "sources" : [
        "Birthdays.swift"
      ],
      "target_dependencies" : [
        "_ConnectionPoolTestUtils",
        "_ConnectionPoolModule",
        "PostgresNIO"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "PostgresClient",
      "module_type" : "SwiftTarget",
      "name" : "PostgresClient",
      "path" : "Snippets",
      "product_memberships" : [
        "PostgresClient"
      ],
      "sources" : [
        "PostgresClient.swift"
      ],
      "target_dependencies" : [
        "_ConnectionPoolTestUtils",
        "_ConnectionPoolModule",
        "PostgresNIO"
      ],
      "type" : "snippet"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:dbcbf45695e2d1afcaee9a5a93239e71a6cc4a5872f338d6e993e9ceefe7df1b
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-nio-transport-services.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/2568] Fetching swift-service-lifecycle
[1388/5073] Fetching swift-service-lifecycle, swift-metrics
[1589/10820] Fetching swift-service-lifecycle, swift-metrics, swift-log
[7546/13629] Fetching swift-service-lifecycle, swift-metrics, swift-log, swift-nio-transport-services
[12758/31094] Fetching swift-service-lifecycle, swift-metrics, swift-log, swift-nio-transport-services, swift-crypto
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.45s)
[11412/43822] Fetching swift-metrics, swift-log, swift-nio-transport-services, swift-crypto, swift-nio-ssl
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-metrics.git from cache (0.56s)
Fetching https://github.com/apple/swift-collections.git
[10632/41317] Fetching swift-log, swift-nio-transport-services, swift-crypto, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.63s)
Fetched https://github.com/apple/swift-log.git from cache (0.63s)
[2731/32761] Fetching swift-crypto, swift-nio-ssl
Fetching https://github.com/apple/swift-atomics.git
[5856/34581] Fetching swift-crypto, swift-nio-ssl, swift-atomics
[9993/52968] Fetching swift-crypto, swift-nio-ssl, swift-atomics, swift-collections
[11678/133684] Fetching swift-crypto, swift-nio-ssl, swift-atomics, swift-collections, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (0.43s)
[13982/131864] Fetching swift-crypto, swift-nio-ssl, swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (2.00s)
[69084/113477] Fetching swift-crypto, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.91s)
[62666/98181] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (2.93s)
[47623/80716] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.78s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (7.92s)
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.56s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/5833] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.39s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.1 (1.08s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.8.0 (0.66s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.1 (0.55s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.82s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.57s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.91.0 (1.03s)
Fetching https://github.com/apple/swift-system.git
[1/5221] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.43s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (4.95s)
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.67s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (4.21s)
Fetching https://github.com/apple/swift-asn1.git
[1/1667] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.27s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (2.56s)
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/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.1
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.1
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/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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.8.0
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.26.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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.2.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.91.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/852] Compiling sqrt.cc
[1/852] Compiling a_dup.cc
[2/852] Compiling a_i2d_fp.cc
[3/852] Write sources
[32/852] Compiling _AtomicsShims.c
[33/852] Compiling CXKCPShims shims.c
[34/852] Compiling KeccakSponge.c
[35/852] Compiling SimpleFIPS202.c
[36/852] Compiling KeccakHash.c
[37/852] Compiling CNIOWindows shim.c
[38/852] Compiling CNIOWindows WSAStartup.c
[39/852] Write swift-version-24593BA9C3E375BF.txt
[40/852] Compiling CNIOWASI CNIOWASI.c
[41/852] Compiling CNIOPosix event_loop_id.c
[42/852] Compiling exponentiation.cc
[43/856] Compiling a_gentm.cc
[43/856] Compiling a_bool.cc
[45/856] Compiling a_int.cc
[46/857] Compiling a_bitstr.cc
error: emit-module command failed with exit code 1 (use -v to see invocation)
[48/902] Emitting module CoreMetrics
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:56:49: error: cannot find type 'pthread_mutex_t' in scope
 54 |         UnsafeMutablePointer.allocate(capacity: 1)
 55 |     #else
 56 |     fileprivate let mutex: UnsafeMutablePointer<pthread_mutex_t> =
    |                                                 `- error: cannot find type 'pthread_mutex_t' in scope
 57 |         UnsafeMutablePointer.allocate(capacity: 1)
 58 |     #endif
[49/902] 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 |
[50/902] Compiling _NIODataStructures PriorityQueue.swift
[51/902] Emitting module _NIOBase64
[52/902] Compiling _NIOBase64 Base64.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[54/903] 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) }
[55/903] 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) }
[56/903] Compiling CoreMetrics Locks.swift
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:56:49: error: cannot find type 'pthread_mutex_t' in scope
 54 |         UnsafeMutablePointer.allocate(capacity: 1)
 55 |     #else
 56 |     fileprivate let mutex: UnsafeMutablePointer<pthread_mutex_t> =
    |                                                 `- error: cannot find type 'pthread_mutex_t' in scope
 57 |         UnsafeMutablePointer.allocate(capacity: 1)
 58 |     #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:65:20: error: cannot find 'pthread_mutexattr_t' in scope
 63 |         InitializeSRWLock(self.mutex)
 64 |         #else
 65 |         var attr = pthread_mutexattr_t()
    |                    `- error: cannot find 'pthread_mutexattr_t' in scope
 66 |         pthread_mutexattr_init(&attr)
 67 |         pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:66:9: error: cannot find 'pthread_mutexattr_init' in scope
 64 |         #else
 65 |         var attr = pthread_mutexattr_t()
 66 |         pthread_mutexattr_init(&attr)
    |         `- error: cannot find 'pthread_mutexattr_init' in scope
 67 |         pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
 68 |
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:67:9: error: cannot find 'pthread_mutexattr_settype' in scope
 65 |         var attr = pthread_mutexattr_t()
 66 |         pthread_mutexattr_init(&attr)
 67 |         pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
    |         `- error: cannot find 'pthread_mutexattr_settype' in scope
 68 |
 69 |         let err = pthread_mutex_init(self.mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:67:48: error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
 65 |         var attr = pthread_mutexattr_t()
 66 |         pthread_mutexattr_init(&attr)
 67 |         pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
    |                                                `- error: cannot find 'PTHREAD_MUTEX_ERRORCHECK' in scope
 68 |
 69 |         let err = pthread_mutex_init(self.mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:67:43: error: cannot infer contextual base in reference to member 'init'
 65 |         var attr = pthread_mutexattr_t()
 66 |         pthread_mutexattr_init(&attr)
 67 |         pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
    |                                           `- error: cannot infer contextual base in reference to member 'init'
 68 |
 69 |         let err = pthread_mutex_init(self.mutex, &attr)
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:69:19: error: cannot find 'pthread_mutex_init' in scope
 67 |         pthread_mutexattr_settype(&attr, .init(PTHREAD_MUTEX_ERRORCHECK))
 68 |
 69 |         let err = pthread_mutex_init(self.mutex, &attr)
    |                   `- error: cannot find 'pthread_mutex_init' in scope
 70 |         precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 71 |         #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:78:19: error: cannot find 'pthread_mutex_destroy' in scope
 76 |         // SRWLOCK does not need to be free'd
 77 |         #else
 78 |         let err = pthread_mutex_destroy(self.mutex)
    |                   `- error: cannot find 'pthread_mutex_destroy' in scope
 79 |         precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 80 |         #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:92:19: error: cannot find 'pthread_mutex_lock' in scope
 90 |         AcquireSRWLockExclusive(self.mutex)
 91 |         #else
 92 |         let err = pthread_mutex_lock(self.mutex)
    |                   `- error: cannot find 'pthread_mutex_lock' in scope
 93 |         precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
 94 |         #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:105:19: error: cannot find 'pthread_mutex_unlock' in scope
103 |         ReleaseSRWLockExclusive(self.mutex)
104 |         #else
105 |         let err = pthread_mutex_unlock(self.mutex)
    |                   `- error: cannot find 'pthread_mutex_unlock' in scope
106 |         precondition(err == 0, "\(#function) failed in pthread_mutex with error \(err)")
107 |         #endif
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:177:14: error: value of type 'ReadWriteLock' has no member 'rwlock'
175 |         precondition(err == 0, "\(#function) failed in pthread_rwlock with error \(err)")
176 |         #endif
177 |         self.rwlock.deallocate()
    |              `- error: value of type 'ReadWriteLock' has no member 'rwlock'
178 |     }
179 |
[57/903] Compiling CoreMetrics Metrics.swift
/host/spi-builder-workspace/.build/checkouts/swift-metrics/Sources/CoreMetrics/Locks.swift:56:49: error: cannot find type 'pthread_mutex_t' in scope
 54 |         UnsafeMutablePointer.allocate(capacity: 1)
 55 |     #else
 56 |     fileprivate let mutex: UnsafeMutablePointer<pthread_mutex_t> =
    |                                                 `- error: cannot find type 'pthread_mutex_t' in scope
 57 |         UnsafeMutablePointer.allocate(capacity: 1)
 58 |     #endif
[58/903] Emitting module _NIODataStructures
[58/903] Compiling KeccakP-1600-opt64.c
[59/903] Emitting module InternalCollectionsUtilities
[60/903] Compiling SwiftASN1 ASN1Identifier.swift
[61/903] Compiling SwiftASN1 ASN1Integer.swift
[62/903] Compiling SwiftASN1 ASN1Null.swift
[63/903] Compiling SwiftASN1 ASN1.swift
[64/903] Compiling SwiftASN1 BER.swift
[64/903] Wrapping AST for _NIOBase64 for debugging
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:dbcbf45695e2d1afcaee9a5a93239e71a6cc4a5872f338d6e993e9ceefe7df1b
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/805] Write sources
[3/806] Compiling CNIOOpenBSD shim.c
[4/806] Compiling CNIODarwin shim.c
[5/806] Compiling CNIOLinux shim.c
[6/806] Compiling CNIOLinux liburing_shims.c
[7/806] Compiling fiat_curve25519_adx_mul.S
[8/806] Compiling fiat_curve25519_adx_square.S
[9/806] Compiling fiat_p256_adx_mul.S
[10/806] Compiling fiat_p256_adx_sqr.S
[11/806] Write swift-version-24593BA9C3E375BF.txt
[12/806] Compiling CNIOBoringSSLShims shims.c
[14/810] Compiling _NIODataStructures PriorityQueue.swift
[15/810] Compiling _NIODataStructures _TinyArray.swift
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>
      |          ^~~~~~~~~~~
1 error generated.
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.
[15/810] Compiling tls13_server.cc
[15/810] Compiling tls_record.cc
[15/810] Compiling KeccakP-1600-opt64.c
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>
      |          ^~~~~~~~~~~
1 error generated.
[15/810] Compiling tls13_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>
      |          ^~~~~~~~~~~
[15/810] Compiling tls_method.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>
      |          ^~~~~~~~~~~
[15/810] Compiling tls13_client.cc
[16/810] Emitting module _NIODataStructures
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>
      |          ^~~~~~~~~~~
[16/810] Compiling tls13_both.cc
BUILD FAILURE 6.1 wasm