The Swift Package Index logo.Swift Package Index

Build Information

Failed to build apnswift, reference 6.5.0 (9c781a), with Swift 6.1 for Wasm on 27 Mar 2026 04:41:34 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kylebrowning/APNSwift.git
Reference: 6.5.0
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/kylebrowning/APNSwift
 * tag               6.5.0      -> FETCH_HEAD
HEAD is now at 9c781ae Fix broadcast channel management to match Apple's APNs API (#239)
Cloned https://github.com/kylebrowning/APNSwift.git
Revision (git rev-parse @):
9c781aea21054fd0a0db3d4df1a340cb6eeef11f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/kylebrowning/APNSwift.git at 6.5.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/kylebrowning/APNSwift.git
https://github.com/kylebrowning/APNSwift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.19.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.42.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.6.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    },
    {
      "identity" : "swift-nio-http2",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-http2.git"
    }
  ],
  "manifest_display_name" : "apnswift",
  "name" : "apnswift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "APNSExample",
      "targets" : [
        "APNSExample"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "APNS",
      "targets" : [
        "APNS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "APNSCore",
      "targets" : [
        "APNSCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "APNSURLSession",
      "targets" : [
        "APNSURLSession"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "APNSTestServer",
      "targets" : [
        "APNSTestServer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "APNSURLSession",
      "module_type" : "SwiftTarget",
      "name" : "APNSURLSession",
      "path" : "Sources/APNSURLSession",
      "product_memberships" : [
        "APNSURLSession"
      ],
      "sources" : [
        "APNSURLSessionClientConfiguration.swift",
        "APNSUrlSessionClient.swift"
      ],
      "target_dependencies" : [
        "APNSCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "APNSTests",
      "module_type" : "SwiftTarget",
      "name" : "APNSTests",
      "path" : "Tests/APNSTests",
      "product_dependencies" : [
        "Crypto",
        "NIOPosix"
      ],
      "sources" : [
        "APNSAuthenticationTokenManagerTests.swift",
        "APNSClientIntegrationTests.swift",
        "APNSClientTests.swift",
        "APNSTestServerValidationTests.swift",
        "Alert/APNSAlertNotificationTests.swift",
        "Background/APNSBackgroundNotificationTests.swift",
        "Broadcast/APNSBroadcastChannelListTests.swift",
        "Broadcast/APNSBroadcastChannelTests.swift",
        "Broadcast/APNSBroadcastClientTests.swift",
        "Complication/APNSComplicationNotificationTests.swift",
        "FileProvider/APNSFileProviderNotificationTests.swift",
        "LiveActivity/APNSLiveActivityNotificationTests.swift",
        "PushToTalk/APNSPushToTalkNotificationTests.swift",
        "VoIP/APNSVoIPNotificationTests.swift",
        "Widgets/APNSWidgetsNotificationTests.swift"
      ],
      "target_dependencies" : [
        "APNSCore",
        "APNS",
        "APNSTestServer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "APNSTestServer",
      "module_type" : "SwiftTarget",
      "name" : "APNSTestServer",
      "path" : "Sources/APNSTestServer",
      "product_dependencies" : [
        "Logging",
        "Crypto",
        "NIOCore",
        "NIOPosix",
        "NIOSSL",
        "NIOHTTP1",
        "NIOHTTP2"
      ],
      "product_memberships" : [
        "APNSTestServer"
      ],
      "sources" : [
        "APNSTestServer.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "APNSExample",
      "module_type" : "SwiftTarget",
      "name" : "APNSExample",
      "path" : "Sources/APNSExample",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "APNSExample"
      ],
      "sources" : [
        "Program.swift"
      ],
      "target_dependencies" : [
        "APNSCore",
        "APNS"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "APNSCore",
      "module_type" : "SwiftTarget",
      "name" : "APNSCore",
      "path" : "Sources/APNSCore",
      "product_dependencies" : [
        "Crypto"
      ],
      "product_memberships" : [
        "APNSExample",
        "APNS",
        "APNSCore",
        "APNSURLSession"
      ],
      "sources" : [
        "APNSAuthenticationTokenManager.swift",
        "APNSClient.swift",
        "APNSEnvironment.swift",
        "APNSError.swift",
        "APNSErrorResponse.swift",
        "APNSMessage.swift",
        "APNSNotificationExpiration.swift",
        "APNSPriority.swift",
        "APNSPushType.swift",
        "APNSRequest.swift",
        "APNSResponse.swift",
        "Alert/APNSAlertNotification.swift",
        "Alert/APNSAlertNotificationAPSStorage.swift",
        "Alert/APNSAlertNotificationContent.swift",
        "Alert/APNSAlertNotificationInterruptionLevel.swift",
        "Alert/APNSAlertNotificationSound.swift",
        "Alert/APNSClient+Alert.swift",
        "Background/APNSBackgroundNotification.swift",
        "Background/APNSClient+Background.swift",
        "Base64.swift",
        "Broadcast/APNSBroadcastChannel.swift",
        "Broadcast/APNSBroadcastChannelList.swift",
        "Broadcast/APNSBroadcastClientProtocol.swift",
        "Broadcast/APNSBroadcastEnvironment.swift",
        "Broadcast/APNSBroadcastMessageStoragePolicy.swift",
        "Broadcast/APNSBroadcastRequest.swift",
        "Broadcast/APNSBroadcastResponse.swift",
        "Complication/APNSClient+Complication.swift",
        "Complication/APNSComplicationNotification.swift",
        "EmptyPayload.swift",
        "FileProvider/APNSClient+FileProvider.swift",
        "FileProvider/APNSFileProviderNotification.swift",
        "LiveActivity/APNSClient+LiveActivity.swift",
        "LiveActivity/APNSLiveActivityDismissalDate.swift",
        "LiveActivity/APNSLiveActivityNotification.swift",
        "LiveActivity/APNSLiveActivityNotificationAPSStorage.swift",
        "LiveActivity/APNSLiveActivityNotificationEvent.swift",
        "LiveActivity/APNSStartLiveActivityNotification.swift",
        "LiveActivity/APNSStartLiveActivityNotificationAPSStorage.swift",
        "Location/APNSClient+Location.swift",
        "Location/APNSLocationNotification.swift",
        "Logging.swift",
        "P256.Signing.PrivateKey+PrivateFilePath.swift",
        "PushToTalk/APNSClient+PushToTalk.swift",
        "PushToTalk/APNSPushToTalkNotification.swift",
        "VoIP/APNSClient+VoIP.swift",
        "VoIP/APNSVoIPNotification.swift",
        "Widgets/APNSClient+Widgets.swift",
        "Widgets/APNSWidgetsNotification.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "APNS",
      "module_type" : "SwiftTarget",
      "name" : "APNS",
      "path" : "Sources/APNS",
      "product_dependencies" : [
        "AsyncHTTPClient",
        "Crypto",
        "NIOFoundationCompat",
        "NIOHTTP1",
        "NIOPosix",
        "NIOTLS",
        "NIOSSL"
      ],
      "product_memberships" : [
        "APNSExample",
        "APNS"
      ],
      "sources" : [
        "APNSBroadcastClient.swift",
        "APNSClient.swift",
        "APNSConfiguration.swift",
        "Coding/APNSJSONDecoder.swift",
        "Coding/APNSJSONEncoder.swift"
      ],
      "target_dependencies" : [
        "APNSCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/swift-server/async-http-client.git
[1/15667] Fetching async-http-client
[942/27737] Fetching async-http-client, swift-nio-http2
[1931/43097] Fetching async-http-client, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/swift-server/async-http-client.git from cache (2.63s)
Fetching https://github.com/apple/swift-log.git
[23130/27430] Fetching swift-nio-http2, swift-nio-ssl
[23438/33690] Fetching swift-nio-http2, swift-nio-ssl, swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.07s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (5.06s)
Fetching https://github.com/apple/swift-docc-plugin
Fetched https://github.com/apple/swift-nio-ssl.git from cache (5.22s)
[1/2171] Fetching swift-docc-plugin
[240/19447] Fetching swift-docc-plugin, swift-crypto
Fetched https://github.com/apple/swift-docc-plugin from cache (0.84s)
[864/17276] Fetching swift-crypto
[865/100223] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (3.84s)
[54473/82947] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (9.03s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (16.83s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3671] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.37s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.18s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (0.77s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.33.1 (0.69s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
[1/2821] Fetching swift-nio-transport-services
[509/8512] Fetching swift-nio-transport-services, swift-distributed-tracing
[1475/14570] Fetching swift-nio-transport-services, swift-distributed-tracing, swift-algorithms
[1532/16390] Fetching swift-nio-transport-services, swift-distributed-tracing, swift-algorithms, swift-atomics
[4255/22881] Fetching swift-nio-transport-services, swift-distributed-tracing, swift-algorithms, swift-atomics, swift-nio-extras
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.43s)
[19427/20060] Fetching swift-distributed-tracing, swift-algorithms, swift-atomics, swift-nio-extras
Fetched https://github.com/apple/swift-atomics.git from cache (0.63s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.64s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.66s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.66s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (1.33s)
Fetching https://github.com/apple/swift-service-context.git
[1/1210] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.27s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.94s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.42s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (0.95s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.61s)
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.58s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.52s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.42.0 (0.77s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.1 (0.77s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.33.0 (0.74s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-types.git
[1/1219] Fetching swift-http-structured-headers
[1220/8344] Fetching swift-http-structured-headers, swift-certificates
[2218/10113] Fetching swift-http-structured-headers, swift-certificates, swift-asn1
[2875/12789] Fetching swift-http-structured-headers, swift-certificates, swift-asn1, swift-service-lifecycle
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.25s)
[1860/11570] Fetching swift-certificates, swift-asn1, swift-service-lifecycle
[2039/12521] Fetching swift-certificates, swift-asn1, swift-service-lifecycle, swift-http-types
[5894/18749] Fetching swift-certificates, swift-asn1, swift-service-lifecycle, swift-http-types, swift-async-algorithms
[15022/16980] Fetching swift-certificates, swift-service-lifecycle, swift-http-types, swift-async-algorithms
Fetched https://github.com/apple/swift-asn1.git from cache (0.41s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.52s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.52s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.60s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.60s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.10.1 (1.28s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (0.77s)
Fetching https://github.com/apple/swift-collections.git
[1/22970] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.42s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (1.98s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (1.01s)
Fetching https://github.com/apple/swift-system.git
[1/5601] Fetching swift-system
Fetched https://github.com/apple/swift-system.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.6.0 (3.20s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (0.76s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (0.79s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.75s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (1.43s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.0 (2.44s)
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.6.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.33.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.10.1
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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.10.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.3
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.18.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.97.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.42.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.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.6.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.33.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.3.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
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.4
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.4.1
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/868] Write sources
[18/868] Compiling _NumericsShims _NumericsShims.c
[18/868] Write sources
[37/868] Compiling _CWASI _CWASI.c
[38/868] Compiling _AtomicsShims.c
/host/spi-builder-workspace/.build/checkouts/async-http-client/Sources/CAsyncHTTPClient/CAsyncHTTPClient.c:37:38: error: call to undeclared function 'strptime_l'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
   37 |     const char * firstNonProcessed = strptime_l(string, format, result, (locale_t)locale);
      |                                      ^
/host/spi-builder-workspace/.build/checkouts/async-http-client/Sources/CAsyncHTTPClient/CAsyncHTTPClient.c:37:38: note: did you mean 'strftime_l'?
/root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/WASI.sdk/include/wasm32-wasi/time.h:93:8: note: 'strftime_l' declared here
   93 | size_t strftime_l (char *  __restrict, size_t, const char *  __restrict, const struct tm *  __restrict, locale_t);
      |        ^
/host/spi-builder-workspace/.build/checkouts/async-http-client/Sources/CAsyncHTTPClient/CAsyncHTTPClient.c:37:18: error: incompatible integer to pointer conversion initializing 'const char *' with an expression of type 'int' [-Wint-conversion]
   37 |     const char * firstNonProcessed = strptime_l(string, format, result, (locale_t)locale);
      |                  ^                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[39/868] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[39/868] Compiling CXKCPShims shims.c
[39/868] Compiling a_bool.cc
[39/868] Compiling KeccakSponge.c
[39/868] Compiling SimpleFIPS202.c
[39/868] Compiling a_bitstr.cc
[39/868] Compiling aes.cc
[39/868] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/831] Compiling CXKCPShims shims.c
[3/831] Compiling CNIOWindows shim.c
[4/831] Compiling CNIOWindows WSAStartup.c
[5/831] Compiling KeccakHash.c
[6/831] Compiling KeccakSponge.c
[7/831] Compiling CNIOWASI CNIOWASI.c
[8/831] Compiling CNIOPosix event_loop_id.c
[9/831] Compiling CNIOLinux liburing_shims.c
[10/831] Compiling CNIOOpenBSD shim.c
[11/831] Compiling CNIOLinux shim.c
[12/831] Compiling CNIOLLHTTP c_nio_http.c
[13/831] Compiling CNIOExtrasZlib zutil.c
[14/831] Compiling CNIOExtrasZlib inftrees.c
[15/831] Compiling CNIOLLHTTP c_nio_api.c
[16/831] Compiling CNIOExtrasZlib inffast.c
[17/831] Compiling CNIOExtrasZlib trees.c
[18/831] Compiling CNIOExtrasZlib adler32.c
[19/831] Compiling CNIOExtrasZlib crc32.c
[20/831] Compiling CNIODarwin shim.c
[21/831] Compiling CNIOExtrasZlib inflate.c
[22/831] Compiling SimpleFIPS202.c
[22/831] Write swift-version-24593BA9C3E375BF.txt
[24/831] Compiling fiat_p256_adx_mul.S
[25/831] Compiling fiat_p256_adx_sqr.S
[26/831] Compiling fiat_curve25519_adx_square.S
[27/831] Compiling fiat_curve25519_adx_mul.S
[28/831] Compiling CNIOExtrasZlib deflate.c
[29/856] Compiling CNIOBoringSSLShims shims.c
[31/874] Emitting module InternalCollectionsUtilities
[31/876] Compiling CNIOLLHTTP c_nio_llhttp.c
[33/894] Compiling Atomics UnsafeAtomic.swift
[34/894] Compiling Atomics UnsafeAtomicLazyReference.swift
[37/896] Compiling Atomics ManagedAtomic.swift
[38/896] Compiling Atomics ManagedAtomicLazyReference.swift
[39/896] Compiling Atomics IntegerOperations.swift
[40/896] Compiling Atomics Unmanaged extensions.swift
[41/896] Compiling Atomics AtomicMemoryOrderings.swift
[42/896] Compiling Atomics DoubleWord.swift
[43/896] Compiling RealModule RealFunctions.swift
[44/897] Compiling Atomics AtomicStorage.swift
[45/897] Compiling Atomics AtomicValue.swift
[46/897] Compiling Atomics AtomicInteger.swift
[47/897] Compiling Atomics AtomicOptionalWrappable.swift
[48/897] Compiling Atomics AtomicReference.swift
[49/897] Compiling ServiceContextModule ServiceContextKey.swift
[52/897] Compiling RealModule Float80+Real.swift
[53/897] Emitting module RealModule
[54/897] Compiling Atomics OptionalRawRepresentable.swift
[55/897] Compiling Atomics RawRepresentable.swift
[58/897] Compiling Atomics AtomicBool.swift
[62/897] Compiling Atomics IntegerConformances.swift
[63/897] Compiling Atomics PointerConformances.swift
[66/897] Compiling Atomics Primitives.native.swift
[69/898] Emitting module ServiceContextModule
[70/898] Compiling ServiceContextModule ServiceContext.swift
[71/899] Compiling RealModule Real.swift
[76/899] Compiling RealModule Float16+Real.swift
[77/899] Compiling RealModule RelaxedArithmetic.swift
[79/900] Emitting module _NIOBase64
[80/900] Compiling _NIOBase64 Base64.swift
[82/901] Compiling _NIODataStructures PriorityQueue.swift
[83/901] Compiling _NIODataStructures _TinyArray.swift
[88/907] Compiling Logging MetadataProvider.swift
[89/934] Compiling Instrumentation NoOpInstrument.swift
[90/965] Emitting module _NIODataStructures
[91/965] Compiling _NIODataStructures Heap.swift
[92/966] Compiling Instrumentation Locks.swift
[93/966] Compiling Instrumentation MultiplexInstrument.swift
[94/966] Compiling Instrumentation Instrument.swift
[95/966] Emitting module Instrumentation
[96/966] Compiling Instrumentation InstrumentationSystem.swift
[97/967] Compiling Algorithms Compacted.swift
[98/967] Compiling Algorithms Cycle.swift
[99/967] Compiling Algorithms EitherSequence.swift
[100/967] Compiling Algorithms FirstNonNil.swift
[101/967] Compiling Algorithms FlattenCollection.swift
[102/967] Compiling Algorithms Partition.swift
[103/967] Compiling Algorithms Permutations.swift
[104/967] Compiling Algorithms Product.swift
[105/967] Compiling Algorithms RandomSample.swift
[106/971] Compiling Algorithms Grouped.swift
[107/971] Compiling Algorithms Indexed.swift
[108/971] Compiling Algorithms Intersperse.swift
[109/971] Compiling Algorithms Joined.swift
[110/971] Compiling Algorithms Keyed.swift
[112/971] Compiling Algorithms MinMax.swift
[113/971] Compiling Algorithms AdjacentPairs.swift
[114/971] Compiling Algorithms Chain.swift
[115/971] Compiling Algorithms Chunked.swift
[116/971] Compiling Algorithms Combinations.swift
[117/971] Compiling Algorithms Reductions.swift
[118/971] Compiling Algorithms Rotate.swift
[119/971] Compiling Algorithms Split.swift
[120/971] Compiling Algorithms Stride.swift
[121/971] Compiling Algorithms Suffix.swift
[122/971] Compiling ContainersPreview Producer+Map.swift
[123/971] Compiling ContainersPreview Producer+Reduce.swift
[124/971] Compiling ContainersPreview Producer.swift
[125/971] Compiling ContainersPreview Borrow.swift
[126/971] Compiling ContainersPreview Drain+Reduce.swift
[127/971] Compiling ContainersPreview Drain.swift
[128/971] Compiling ContainersPreview Producer+Collect.swift
[129/971] Compiling ContainersPreview Producer+Filter.swift
[130/971] Emitting module ContainersPreview
[131/971] Wrapping AST for _NIOBase64 for debugging
[133/971] Compiling ContainersPreview Box.swift
[134/971] Compiling ContainersPreview Inout.swift
[135/971] Compiling ContainersPreview InputSpan.swift
[136/971] Compiling ContainersPreview Shared.swift
[136/972] Wrapping AST for _NIODataStructures for debugging
[138/980] Wrapping AST for RealModule for debugging
[139/980] Wrapping AST for ServiceContextModule for debugging
[141/980] Compiling Logging LogHandler.swift
[142/980] Compiling Logging Locks.swift
[143/980] Emitting module Logging
[144/980] Compiling Logging Logging.swift
[145/981] Compiling Tracing InstrumentationSystem+Tracing.swift
[145/981] Wrapping AST for InternalCollectionsUtilities for debugging
[147/981] Compiling Tracing NoOpTracer.swift
[148/1021] Wrapping AST for Instrumentation for debugging
[150/1021] Emitting module Tracing
[150/1021] Wrapping AST for ContainersPreview for debugging
[152/1021] Compiling Tracing TracingTime.swift
[153/1021] Emitting module Atomics
[154/1021] Compiling DequeModule Deque+Codable.swift
[155/1021] Compiling DequeModule Deque+Collection.swift
[156/1021] Compiling DequeModule Deque+CustomReflectable.swift
[157/1021] Compiling DequeModule Deque+Descriptions.swift
[158/1021] Compiling DequeModule Deque+Equatable.swift
[159/1021] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[160/1021] Compiling DequeModule UniqueDeque+Consumption.swift
[161/1021] Compiling DequeModule UniqueDeque+Container.swift
[162/1021] Compiling DequeModule UniqueDeque+Descriptions.swift
[163/1021] Compiling DequeModule UniqueDeque+Equatable.swift
[164/1021] Compiling DequeModule UniqueDeque+Experimental.swift
[164/1027] Wrapping AST for Logging for debugging
[166/1027] Compiling DequeModule UniqueDeque+Hashable.swift
[167/1027] Compiling DequeModule UniqueDeque+Initializers.swift
[168/1027] Compiling DequeModule UniqueDeque+Insertions.swift
[169/1027] Compiling DequeModule UniqueDeque+Prepend.swift
[170/1027] Compiling DequeModule UniqueDeque+Removals.swift
[171/1027] Compiling Tracing TracerProtocol.swift
[172/1027] Compiling DequeModule RigidDeque+Equatable.swift
[173/1027] Compiling DequeModule RigidDeque+Experimental.swift
[174/1027] Compiling DequeModule RigidDeque+Hashable.swift
[175/1027] Compiling DequeModule RigidDeque+Initializers.swift
[176/1027] Compiling DequeModule RigidDeque+Insertions.swift
[177/1027] Compiling DequeModule RigidDeque+Prepend.swift
[178/1027] Compiling DequeModule RigidDeque+Removals.swift
[179/1027] Compiling DequeModule RigidDeque+Replacements.swift
[180/1027] Compiling DequeModule RigidDeque+Testing.swift
[181/1027] Compiling DequeModule RigidDeque.swift
[182/1027] Compiling DequeModule UniqueDeque+Append.swift
[184/1027] Compiling Tracing TracerProtocol+Legacy.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.
[184/1027] Compiling tls_record.cc
[185/1027] Compiling Tracing Tracer.swift
[186/1027] Compiling DequeModule _DequeBuffer.swift
[187/1027] Compiling DequeModule _DequeBufferHeader.swift
[188/1027] Compiling DequeModule RigidDeque+Append.swift
[189/1027] Compiling DequeModule RigidDeque+Consumption.swift
[190/1027] Compiling DequeModule RigidDeque+Container.swift
[191/1027] Compiling DequeModule RigidDeque+Descriptions.swift
[191/1027] Compiling tls13_server.cc
[191/1027] Compiling tls13_enc.cc
[191/1027] Compiling KeccakP-1600-opt64.c
[191/1027] Compiling tls_method.cc
BUILD FAILURE 6.1 wasm