The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Laner, reference main (c59484), with Swift 6.1 for Wasm on 8 Feb 2026 02:54:18 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alexey1312/Laner.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/alexey1312/Laner
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c594846 feat: migrate configuration to Pkl for Laner
Cloned https://github.com/alexey1312/Laner.git
Revision (git rev-parse @):
c59484639dc09142f431190238c2787602983bb4
SUCCESS checkout https://github.com/alexey1312/Laner.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/alexey1312/Laner.git
https://github.com/alexey1312/Laner.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.15.1",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.30.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client"
    },
    {
      "identity" : "pkl-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.7.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/pkl-swift"
    }
  ],
  "manifest_display_name" : "Laner",
  "name" : "Laner",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "laner",
      "targets" : [
        "laner"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "LanerDSL",
      "targets" : [
        "LanerDSL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LanerKit",
      "targets" : [
        "LanerKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LanerPluginKit",
      "targets" : [
        "LanerPluginKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LanerMatch",
      "targets" : [
        "LanerMatch"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "laner",
      "module_type" : "SwiftTarget",
      "name" : "laner",
      "path" : "Sources/laner",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "laner"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "LanerCore",
        "LanerKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "LanerPluginKit",
      "module_type" : "SwiftTarget",
      "name" : "LanerPluginKit",
      "path" : "Sources/LanerPluginKit",
      "product_memberships" : [
        "LanerPluginKit"
      ],
      "sources" : [
        "LanerPluginKit.swift"
      ],
      "target_dependencies" : [
        "LanerDSL",
        "LanerKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LanerMatchTests",
      "module_type" : "SwiftTarget",
      "name" : "LanerMatchTests",
      "path" : "Tests/LanerMatchTests",
      "sources" : [
        "AppStoreConnectAPITests.swift",
        "CertificateTypeTests.swift",
        "CryptoServiceTests.swift",
        "GitStorageTests.swift",
        "KeychainServiceTests.swift",
        "MatchServiceTests.swift",
        "TestFlightModelsTests.swift"
      ],
      "target_dependencies" : [
        "LanerMatch"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LanerMatch",
      "module_type" : "SwiftTarget",
      "name" : "LanerMatch",
      "path" : "Sources/LanerMatch",
      "product_dependencies" : [
        "Logging",
        "Crypto",
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "laner",
        "LanerDSL",
        "LanerPluginKit",
        "LanerMatch"
      ],
      "sources" : [
        "API/AppStoreConnectAPI+Builds.swift",
        "API/AppStoreConnectAPI.swift",
        "API/JWTGenerator.swift",
        "LanerMatch.swift",
        "Models/BetaGroup.swift",
        "Models/Build.swift",
        "Models/BuildUpload.swift",
        "Models/Certificate.swift",
        "Models/CertificateType.swift",
        "Models/Device.swift",
        "Models/MatchError.swift",
        "Models/ProvisioningProfile.swift",
        "Models/TestFlightError.swift",
        "Services/ChunkedUploader.swift",
        "Services/CryptoService.swift",
        "Services/KeychainService.swift",
        "Services/MatchService.swift",
        "Services/TestFlightService.swift",
        "Storage/GitStorage.swift",
        "Storage/StorageProvider.swift"
      ],
      "target_dependencies" : [
        "LanerKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LanerKitTests",
      "module_type" : "SwiftTarget",
      "name" : "LanerKitTests",
      "path" : "Tests/LanerKitTests",
      "sources" : [
        "FileManagerExtensionsTests.swift",
        "LanerKitTests.swift",
        "LoggingTests.swift",
        "PlatformTests.swift",
        "ProcessResultTests.swift",
        "ShellErrorTests.swift",
        "ShellExecutorTests.swift",
        "XcodebuildTests.swift"
      ],
      "target_dependencies" : [
        "LanerKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LanerKit",
      "module_type" : "SwiftTarget",
      "name" : "LanerKit",
      "path" : "Sources/LanerKit",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "laner",
        "LanerDSL",
        "LanerKit",
        "LanerPluginKit",
        "LanerMatch"
      ],
      "sources" : [
        "FileManagerExtensions.swift",
        "LanerKit.swift",
        "Logging/ConsoleLogHandler.swift",
        "Logging/LogCategory.swift",
        "Logging/LoggingConfiguration.swift",
        "Platform.swift",
        "ProcessResult.swift",
        "ShellError.swift",
        "ShellExecutor.swift",
        "Xcodebuild/ArchiveOptions.swift",
        "Xcodebuild/BuildOptions.swift",
        "Xcodebuild/TestOptions.swift",
        "Xcodebuild/XcodebuildExecutor.swift",
        "Xcodebuild/XcodebuildResult.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LanerDSLTests",
      "module_type" : "SwiftTarget",
      "name" : "LanerDSLTests",
      "path" : "Tests/LanerDSLTests",
      "sources" : [
        "ActionDispatcherTests.swift",
        "ActionsTest.swift",
        "LanerDSLTests.swift",
        "LanerfileTests.swift",
        "MatchActionTests.swift",
        "PilotActionTests.swift"
      ],
      "target_dependencies" : [
        "LanerDSL"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LanerDSL",
      "module_type" : "SwiftTarget",
      "name" : "LanerDSL",
      "path" : "Sources/LanerDSL",
      "product_dependencies" : [
        "Logging",
        "PklSwift"
      ],
      "product_memberships" : [
        "laner",
        "LanerDSL",
        "LanerPluginKit"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/LanerDSL/Resources/pkl",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Action.swift",
        "ActionDispatcher.swift",
        "Actions/Functions.swift",
        "Actions/MatchAction.swift",
        "Actions/PilotAction.swift",
        "Actions/RegisterDevicesAction.swift",
        "Actions/ShellActionImpl.swift",
        "Artifact.swift",
        "Environment.swift",
        "ExecutionContext.swift",
        "Generated/Lanerfile.pkl.swift",
        "Lane.swift",
        "LanerDSL.swift",
        "Manifest/Lanerfile.swift",
        "PklTypeConversions.swift"
      ],
      "target_dependencies" : [
        "LanerKit",
        "LanerMatch"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LanerCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "LanerCoreTests",
      "path" : "Tests/LanerCoreTests",
      "sources" : [
        "LanerCoreTests.swift",
        "MatchCommandTests.swift"
      ],
      "target_dependencies" : [
        "LanerCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LanerCore",
      "module_type" : "SwiftTarget",
      "name" : "LanerCore",
      "path" : "Sources/LanerCore",
      "product_dependencies" : [
        "ArgumentParser",
        "Logging",
        "Crypto",
        "PklSwift"
      ],
      "product_memberships" : [
        "laner"
      ],
      "sources" : [
        "Commands/BuildCommand.swift",
        "Commands/CLIError.swift",
        "Commands/DoctorCommand.swift",
        "Commands/GlobalOptions.swift",
        "Commands/InitCommand.swift",
        "Commands/LaneCommand.swift",
        "Commands/LanesCommand.swift",
        "Commands/MatchCommand.swift",
        "Commands/TestCommand.swift",
        "Commands/UploadCommand.swift",
        "Commands/VersionCommand.swift",
        "LanerCore.swift",
        "Manifest/ManifestCache.swift",
        "Manifest/ManifestError.swift",
        "Manifest/ManifestLoader.swift"
      ],
      "target_dependencies" : [
        "LanerDSL",
        "LanerKit"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/swift-server/async-http-client
Fetching https://github.com/apple/pkl-swift
Fetching https://github.com/apple/swift-log
[1/2451] Fetching pkl-swift
[1472/8350] Fetching pkl-swift, swift-log
[2593/23350] Fetching pkl-swift, swift-log, async-http-client
Fetched https://github.com/apple/swift-log from cache (0.87s)
[13921/17451] Fetching pkl-swift, async-http-client
Fetching https://github.com/apple/swift-crypto
Fetched https://github.com/swift-server/async-http-client from cache (1.71s)
[1495/19972] Fetching pkl-swift, swift-crypto
Fetched https://github.com/apple/swift-crypto from cache (3.83s)
[1496/2451] Fetching pkl-swift
Fetching https://github.com/apple/swift-argument-parser
Fetched https://github.com/apple/pkl-swift from cache (6.91s)
[1/17171] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (3.57s)
Computing version for https://github.com/apple/pkl-swift
Computed https://github.com/apple/pkl-swift at 0.7.2 (11.20s)
Fetching https://github.com/SwiftPackageIndex/SemanticVersion
Fetching https://github.com/apple/swift-system
[1/387] Fetching semanticversion
[388/5939] Fetching semanticversion, swift-system
Fetched https://github.com/SwiftPackageIndex/SemanticVersion from cache (0.37s)
[1000/5552] Fetching swift-system
Fetched https://github.com/apple/swift-system from cache (0.65s)
Computing version for https://github.com/swift-server/async-http-client
Computed https://github.com/swift-server/async-http-client at 1.30.3 (2.76s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-atomics.git
[1/2809] Fetching swift-nio-transport-services
[30/4629] Fetching swift-nio-transport-services, swift-atomics
[878/10681] Fetching swift-nio-transport-services, swift-atomics, swift-algorithms
[2639/22463] Fetching swift-nio-transport-services, swift-atomics, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.93s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-algorithms.git from cache (1.07s)
Fetching https://github.com/apple/swift-nio.git
[4530/13602] Fetching swift-atomics, swift-nio-http2
Fetched https://github.com/apple/swift-atomics.git from cache (1.15s)
[2828/11782] Fetching swift-nio-http2
[7424/17430] Fetching swift-nio-http2, swift-distributed-tracing
[7830/23867] Fetching swift-nio-http2, swift-distributed-tracing, swift-nio-extras
[9185/39163] Fetching swift-nio-http2, swift-distributed-tracing, swift-nio-extras, swift-nio-ssl
[25857/121106] Fetching swift-nio-http2, swift-distributed-tracing, swift-nio-extras, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.32s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.33s)
[20163/109021] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.49s)
[47167/97239] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (6.75s)
[72930/81943] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (11.72s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.15.1 (19.45s)
Fetching https://github.com/apple/swift-asn1.git
[1/1692] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.81s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.9.1 (1.94s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (0.99s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (0.90s)
Fetching https://github.com/apple/swift-service-context.git
[1/1162] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.37s)
Computing version for https://github.com/SwiftPackageIndex/SemanticVersion
Computed https://github.com/SwiftPackageIndex/SemanticVersion at 0.5.1 (1.40s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.87s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.01s)
Fetching https://github.com/apple/swift-numerics.git
[1/6409] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.60s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.39.0 (1.60s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.93s)
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 (1.02s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.90s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (3.68s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (1.01s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.32.1 (1.09s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1204] Fetching swift-http-structured-headers
[844/3778] Fetching swift-http-structured-headers, swift-service-lifecycle
[1952/10875] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-certificates
[3261/16960] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.50s)
[6682/15756] Fetching swift-service-lifecycle, swift-certificates, swift-async-algorithms
[15757/16707] Fetching swift-service-lifecycle, swift-certificates, swift-async-algorithms, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.79s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.94s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.94s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.95s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.94.0 (2.70s)
Fetching https://github.com/apple/swift-collections.git
[1/19478] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.31s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.1 (3.28s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.1 (1.10s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.95s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.17.1 (1.15s)
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.99s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.4 (1.17s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.36s)
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.39.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/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.9.1
Creating working copy for https://github.com/apple/pkl-swift
Working copy of https://github.com/apple/pkl-swift resolved at 0.7.2
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 3.15.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.2.1
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.32.1
Creating working copy for https://github.com/SwiftPackageIndex/SemanticVersion
Working copy of https://github.com/SwiftPackageIndex/SemanticVersion resolved at 0.5.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.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-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/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.17.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-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.3.1
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-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.1
Creating working copy for https://github.com/swift-server/async-http-client
Working copy of https://github.com/swift-server/async-http-client resolved at 1.30.3
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.9.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.94.0
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/872] Write sources
[16/872] Copying pkl
[16/872] Write sources
[43/872] Compiling _CWASI _CWASI.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.
[44/872] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[44/872] Compiling aes.cc
[44/872] Compiling CSystem shims.c
[44/872] Compiling PklSwiftInternals Discovery.cpp
[44/872] Compiling CNIOWindows shim.c
[44/872] Compiling _NumericsShims _NumericsShims.c
[44/872] Compiling _AtomicsShims.c
[44/872] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
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 GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/830] Compiling CSystem shims.c
[2/830] Compiling _NumericsShims _NumericsShims.c
[4/830] Compiling _AtomicsShims.c
[5/830] Compiling CNIOWindows WSAStartup.c
[6/830] Compiling CNIOOpenBSD shim.c
[7/830] Compiling CNIOWASI CNIOWASI.c
[8/830] Compiling CNIOPosix event_loop_id.c
[9/830] Compiling CNIOLinux shim.c
[10/830] Compiling CNIOLinux liburing_shims.c
[11/830] Compiling CNIOExtrasZlib empty.c
[12/830] Compiling CNIODarwin shim.c
[13/830] Compiling CNIOLLHTTP c_nio_http.c
[14/830] Compiling CNIOLLHTTP c_nio_api.c
[15/830] Compiling fiat_p256_adx_sqr.S
[16/830] Compiling fiat_p256_adx_mul.S
[17/830] Compiling fiat_curve25519_adx_square.S
[18/830] Compiling fiat_curve25519_adx_mul.S
[19/830] Compiling CNIOWindows shim.c
[20/830] Write swift-version-24593BA9C3E375BF.txt
[21/830] Compiling CNIOBoringSSLShims shims.c
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.
[22/834] Compiling tls_method.cc
[22/834] Compiling CNIOLLHTTP c_nio_llhttp.c
[22/834] Compiling PklSwiftInternals Discovery.cpp
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>
      |          ^~~~~~~~~~~
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>
      |          ^~~~~~~~~~~
[22/834] Compiling tls13_enc.cc
[22/834] Compiling tls_record.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>
      |          ^~~~~~~~~~~
[22/834] Compiling tls13_client.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>
      |          ^~~~~~~~~~~
[22/834] Compiling tls13_server.cc
BUILD FAILURE 6.1 wasm