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 apnswift, reference 6.1.0 (f407b4), with Swift 6.1 for Wasm on 31 May 2025 05:37:38 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-server-community/APNSwift.git
Reference: 6.1.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/swift-server-community/APNSwift
 * tag               6.1.0      -> FETCH_HEAD
HEAD is now at f407b43 add live activity start event (#216)
Cloned https://github.com/swift-server-community/APNSwift.git
Revision (git rev-parse @):
f407b435d28456c2568cc2713a226cd06a5d5736
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-server-community/APNSwift.git at 6.1.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swift-server-community/APNSwift.git
https://github.com/swift-server-community/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",
      "sources" : [
        "APNSAuthenticationTokenManagerTests.swift",
        "APNSClientTests.swift",
        "Alert/APNSAlertNotificationTests.swift",
        "Background/APNSBackgroundNotificationTests.swift",
        "Complication/APNSComplicationNotificationTests.swift",
        "FileProvider/APNSFileProviderNotificationTests.swift",
        "LiveActivity/APNSLiveActivityNotificationTests.swift",
        "PushToTalk/APNSPushToTalkNotificationTests.swift",
        "VoIP/APNSVoIPNotificationTests.swift"
      ],
      "target_dependencies" : [
        "APNSCore",
        "APNS"
      ],
      "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",
        "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"
      ],
      "type" : "library"
    },
    {
      "c99name" : "APNS",
      "module_type" : "SwiftTarget",
      "name" : "APNS",
      "path" : "Sources/APNS",
      "product_dependencies" : [
        "Crypto",
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "APNSExample",
        "APNS"
      ],
      "sources" : [
        "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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 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-docc-plugin
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio.git
[1/11527] Fetching swift-nio-http2
[232/13576] Fetching swift-nio-http2, swift-docc-plugin
[1265/28419] Fetching swift-nio-http2, swift-docc-plugin, swift-nio-ssl
[1266/42355] Fetching swift-nio-http2, swift-docc-plugin, swift-nio-ssl, swift-crypto
[3862/56369] Fetching swift-nio-http2, swift-docc-plugin, swift-nio-ssl, swift-crypto, async-http-client
[7689/132492] Fetching swift-nio-http2, swift-docc-plugin, swift-nio-ssl, swift-crypto, async-http-client, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (3.44s)
[70230/118478] Fetching swift-nio-http2, swift-docc-plugin, swift-nio-ssl, swift-crypto, swift-nio
Fetching https://github.com/apple/swift-log.git
[82113/122314] Fetching swift-nio-http2, swift-docc-plugin, swift-nio-ssl, swift-crypto, swift-nio, swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.09s)
[91074/118478] Fetching swift-nio-http2, swift-docc-plugin, swift-nio-ssl, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-docc-plugin from cache (11.06s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (11.09s)
Fetched https://github.com/apple/swift-crypto.git from cache (11.11s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (11.11s)
Fetched https://github.com/apple/swift-nio.git from cache (11.24s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (15.44s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3392] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.69s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.05s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (1.12s)
Fetching https://github.com/apple/swift-atomics.git
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-algorithms.git
[1/2667] Fetching swift-nio-transport-services
[402/8590] Fetching swift-nio-transport-services, swift-nio-extras
[900/14549] Fetching swift-nio-transport-services, swift-nio-extras, swift-algorithms
[2114/16266] Fetching swift-nio-transport-services, swift-nio-extras, swift-algorithms, swift-atomics
Fetched https://github.com/apple/swift-algorithms.git from cache (1.05s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.18s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.18s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.19s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (2.34s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (1.12s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.25s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.63s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/16591] Fetching swift-collections
[2/20982] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.73s)
[4314/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.18s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.32s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (1.19s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/1590] Fetching swift-asn1
[1194/6575] Fetching swift-asn1, swift-async-algorithms
[1442/12730] Fetching swift-asn1, swift-async-algorithms, swift-certificates
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetched https://github.com/apple/swift-asn1.git from cache (0.67s)
[9356/11140] Fetching swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.87s)
[1/904] Fetching swift-http-types
[237/3330] Fetching swift-http-types, swift-service-lifecycle
Fetched https://github.com/apple/swift-certificates.git from cache (1.15s)
[2676/4471] Fetching swift-http-types, swift-service-lifecycle, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.79s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.80s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.80s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (2.59s)
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 (1.07s)
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.19s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.33s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (4.15s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.91s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.79s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (2.07s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.04s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.03s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.95s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.14s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.29s)
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.4.0
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.26.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
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.36.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.3
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-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.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.31.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/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-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-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-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-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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/838] Write sources
/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.
[11/838] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[11/838] Compiling _NumericsShims _NumericsShims.c
[11/838] Compiling a_bool.cc
[11/838] Compiling a_strex.cc
[11/838] Compiling a_time.cc
[11/838] Compiling a_d2i_fp.cc
[11/838] Compiling a_strnid.cc
[11/838] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/829] Write sources
[23/829] Compiling CNIOWindows shim.c
[23/829] Compiling CNIOWASI CNIOWASI.c
[23/829] Compiling _NumericsShims _NumericsShims.c
[26/829] Compiling CNIOWindows WSAStartup.c
[27/829] Compiling _AtomicsShims.c
[28/829] Compiling CNIOLinux liburing_shims.c
[29/829] Compiling CNIOLinux shim.c
[30/829] Compiling CNIOExtrasZlib empty.c
[31/829] Compiling CNIODarwin shim.c
[32/829] Compiling CNIOLLHTTP c_nio_api.c
[33/829] Compiling fiat_p256_adx_sqr.S
[34/829] Compiling fiat_p256_adx_mul.S
[35/829] Compiling fiat_curve25519_adx_square.S
[36/829] Compiling fiat_curve25519_adx_mul.S
[37/829] Write swift-version-24593BA9C3E375BF.txt
[37/829] Compiling CNIOLLHTTP c_nio_http.c
[39/829] Compiling CNIOBoringSSLShims shims.c
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.
[40/833] Compiling tls_record.cc
[40/833] Compiling tls13_server.cc
[40/833] Compiling tls_method.cc
[40/833] Compiling tls13_both.cc
[40/833] Compiling tls13_enc.cc
[40/833] Compiling CNIOLLHTTP c_nio_llhttp.c
[41/833] Emitting module _NIODataStructures
[41/833] Compiling tls13_client.cc
BUILD FAILURE 6.1 wasm