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 1.26.2 (ccb25d), with Swift 6.1 for Wasm on 4 Jun 2025 21:06:50 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/vapor/postgres-nio.git
Reference: 1.26.2
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
 * tag               1.26.2     -> FETCH_HEAD
HEAD is now at ccb25dc Remove check if TLSConfiguration changed when producing SSLContext (#560)
Cloned https://github.com/vapor/postgres-nio.git
Revision (git rev-parse @):
ccb25dcc428587224633a79c0ce0430eeac3dc0f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/postgres-nio.git at 1.26.2
========================================
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",
        "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/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/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-4609320-3":/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-transport-services.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-metrics.git
[1/3836] Fetching swift-log
[232/6503] Fetching swift-log, swift-nio-transport-services
[286/8709] Fetching swift-log, swift-nio-transport-services, swift-metrics
[1481/11135] Fetching swift-log, swift-nio-transport-services, swift-metrics, swift-service-lifecycle
[11136/25978] Fetching swift-log, swift-nio-transport-services, swift-metrics, swift-service-lifecycle, swift-nio-ssl
[12027/40649] Fetching swift-log, swift-nio-transport-services, swift-metrics, swift-service-lifecycle, swift-nio-ssl, swift-crypto
Fetched https://github.com/apple/swift-metrics.git from cache (0.89s)
[11148/38443] Fetching swift-log, swift-nio-transport-services, swift-service-lifecycle, swift-nio-ssl, swift-crypto
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.04s)
Fetching https://github.com/apple/swift-collections.git
[9166/36017] Fetching swift-log, swift-nio-transport-services, swift-nio-ssl, swift-crypto
[11817/52608] Fetching swift-log, swift-nio-transport-services, swift-nio-ssl, swift-crypto, swift-collections
[16542/128778] Fetching swift-log, swift-nio-transport-services, swift-nio-ssl, swift-crypto, swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (2.81s)
Fetching https://github.com/apple/swift-atomics.git
[80518/112187] Fetching swift-log, swift-nio-transport-services, swift-nio-ssl, swift-crypto, swift-nio
[83860/113984] Fetching swift-log, swift-nio-transport-services, swift-nio-ssl, swift-crypto, swift-nio, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (1.50s)
[86290/112187] Fetching swift-log, swift-nio-transport-services, swift-nio-ssl, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (5.90s)
[72970/97344] Fetching swift-log, swift-nio-transport-services, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (6.03s)
Fetched https://github.com/apple/swift-log.git from cache (6.03s)
[67229/90841] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (6.09s)
[53319/76170] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (10.99s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (12.82s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (3.74s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.66s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.58s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.00s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.19s)
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.99s)
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.63s)
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.76s)
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 (0.87s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.85s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.97s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.48s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.44s)
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.97s)
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/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.3.2
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.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-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-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-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-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/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-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Building for debugging...
[0/836] Write sources
[5/836] Compiling _AtomicsShims.c
[5/836] Write sources
[29/836] Compiling CNIOWindows shim.c
[30/836] Compiling CNIOWindows WSAStartup.c
[31/836] Compiling CNIOWASI CNIOWASI.c
[32/836] Compiling CNIOLinux shim.c
[33/836] Compiling CNIOLinux liburing_shims.c
[34/836] Compiling CNIODarwin shim.c
[35/836] Write swift-version-24593BA9C3E375BF.txt
[36/836] Compiling fiat_p256_adx_sqr.S
[37/840] Compiling a_d2i_fp.cc
[37/840] Compiling a_i2d_fp.cc
[37/840] Compiling a_bitstr.cc
[40/840] Compiling CNIOBoringSSLShims shims.c
[41/840] Compiling a_bool.cc
[42/840] Compiling a_int.cc
[43/876] Compiling a_gentm.cc
[44/878] Compiling fiat_p256_adx_mul.S
[45/881] Compiling fiat_curve25519_adx_square.S
[46/884] Compiling fiat_curve25519_adx_mul.S
[48/884] Emitting module _NIOBase64
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.
[48/884] Compiling tls_record.cc
[49/884] Emitting module _NIODataStructures
/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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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...
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.
[0/790] Compiling tls_method.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>
      |          ^~~~~~~~~~~
[0/790] Compiling ssl_x509.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>
      |          ^~~~~~~~~~~
[0/790] Compiling tls_record.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/790] Compiling tls13_server.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>
      |          ^~~~~~~~~~~
1 error generated.
[0/790] Compiling tls13_client.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_both.cc:29:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
[0/790] Compiling tls13_both.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>
      |          ^~~~~~~~~~~
[0/790] Compiling t1_enc.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/790] Compiling tls13_enc.cc
BUILD FAILURE 6.1 wasm