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 (ce5962), with Swift 6.1 for Wasm on 27 Aug 2025 19:03:12 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.67.1
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 ce59628 Fix several CI issues (#579)
Cloned https://github.com/vapor/postgres-nio.git
Revision (git rev-parse @):
ce59628fbe432b7a98c315b1199e8ba5a5b4a4ae
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" : "4.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.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/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" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-metrics.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-nio-ssl.git
[1/2701] Fetching swift-nio-transport-services
[2702/5036] Fetching swift-nio-transport-services, swift-metrics
[4500/21319] Fetching swift-nio-transport-services, swift-metrics, swift-crypto
[5526/36394] Fetching swift-nio-transport-services, swift-metrics, swift-crypto, swift-nio-ssl
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[9380/38827] Fetching swift-nio-transport-services, swift-metrics, swift-crypto, swift-nio-ssl, swift-service-lifecycle
[9502/42724] Fetching swift-nio-transport-services, swift-metrics, swift-crypto, swift-nio-ssl, swift-service-lifecycle, swift-log
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.83s)
[14551/40291] Fetching swift-nio-transport-services, swift-metrics, swift-crypto, swift-nio-ssl, swift-log
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-log.git from cache (1.14s)
[12406/36394] Fetching swift-nio-transport-services, swift-metrics, swift-crypto, swift-nio-ssl
Fetching https://github.com/apple/swift-collections.git
[18721/114107] Fetching swift-nio-transport-services, swift-metrics, swift-crypto, swift-nio-ssl, swift-nio
[19360/131472] Fetching swift-nio-transport-services, swift-metrics, swift-crypto, swift-nio-ssl, swift-nio, swift-collections
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (5.84s)
[96132/128771] Fetching swift-metrics, swift-crypto, swift-nio-ssl, swift-nio, swift-collections
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-metrics.git from cache (5.99s)
[96128/126436] Fetching swift-crypto, swift-nio-ssl, swift-nio, swift-collections
Fetched https://github.com/apple/swift-crypto.git from cache (6.06s)
[80623/110153] Fetching swift-nio-ssl, swift-nio, swift-collections
Fetched https://github.com/apple/swift-nio-ssl.git from cache (6.06s)
[66325/95078] Fetching swift-nio, swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (4.30s)
[48961/79521] Fetching swift-nio, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.89s)
[52068/77713] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (10.50s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (12.73s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.58s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (0.83s)
Fetching https://github.com/apple/swift-system.git
[1/4941] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.47s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (1.15s)
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.63s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/5133] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.42s)
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.07s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.60s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.11s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (0.57s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (2.32s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.14.0 (2.63s)
Fetching https://github.com/apple/swift-asn1.git
[1/1629] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.38s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.33s)
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.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.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.6.4
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.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.33.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.14.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.25.1
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
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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Building for debugging...
[0/845] Compiling a_d2i_fp.cc
[1/845] Compiling a_octet.cc
[1/845] Write sources
[7/845] Compiling a_dup.cc
[8/845] Write sources
[31/845] Compiling CNIOWindows shim.c
[32/845] Compiling _AtomicsShims.c
[33/845] Compiling CNIOWindows WSAStartup.c
[34/845] Compiling CNIOWASI CNIOWASI.c
[35/845] Compiling CNIOPosix event_loop_id.c
[36/845] Compiling CNIOLinux shim.c
[37/845] Compiling CNIOLinux liburing_shims.c
[38/845] Compiling CNIODarwin shim.c
[39/845] Compiling a_gentm.cc
[40/845] Compiling fiat_p256_adx_sqr.S
[41/845] Compiling a_bitstr.cc
[42/845] Compiling a_bool.cc
[43/845] Compiling fiat_p256_adx_mul.S
[44/845] Compiling fiat_curve25519_adx_mul.S
[44/845] Write swift-version-24593BA9C3E375BF.txt
[46/845] Compiling fiat_curve25519_adx_square.S
[47/845] Compiling a_strex.cc
[48/845] Compiling a_object.cc
[49/868] Compiling CNIOBoringSSLShims shims.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.
[50/873] 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>
      |          ^~~~~~~~~~~
1 error generated.
[50/873] Compiling tls_method.cc
[51/873] Emitting module _NIOBase64
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>
      |          ^~~~~~~~~~~
[51/873] Compiling tls13_server.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>
      |          ^~~~~~~~~~~
[51/873] Compiling tls_record.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
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>
      |          ^~~~~~~~~~~
1 error generated.
[0/796] Compiling tls13_client.cc
[0/796] Compiling t1_enc.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>
      |          ^~~~~~~~~~~
[0/796] Compiling tls13_server.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>
      |          ^~~~~~~~~~~
[0/796] Compiling tls13_enc.cc
[0/796] Compiling tls_record.cc
[0/796] Compiling tls13_both.cc
[0/796] Compiling ssl_x509.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>
      |          ^~~~~~~~~~~
[0/796] Compiling tls_method.cc
BUILD FAILURE 6.1 wasm