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 SwiftAtproto, reference 0.28.2 (9aaecc), with Swift 6.1 for Wasm on 7 Jun 2025 06:47:12 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/nnabeyang/swift-atproto.git
Reference: 0.28.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/nnabeyang/swift-atproto
 * tag               0.28.2     -> FETCH_HEAD
HEAD is now at 9aaeccc v0.28.2
Cloned https://github.com/nnabeyang/swift-atproto.git
Revision (git rev-parse @):
9aaeccc986632ff0857adc5b7f66bc443c955a30
SUCCESS checkout https://github.com/nnabeyang/swift-atproto.git at 0.28.2
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/nnabeyang/swift-atproto.git
https://github.com/nnabeyang/swift-atproto.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-cid",
      "requirement" : {
        "exact" : [
          "0.0.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-libp2p/swift-cid"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "exact" : [
          "601.0.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "exact" : [
          "1.3.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "exact" : [
          "0.55.5"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat"
    },
    {
      "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-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.63.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    }
  ],
  "manifest_display_name" : "SwiftAtproto",
  "name" : "SwiftAtproto",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftAtproto",
      "targets" : [
        "SwiftAtproto"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ATProtoMacro",
      "targets" : [
        "ATProtoMacro"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "swift-atproto",
      "targets" : [
        "swift-atproto"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SwiftAtprotoPlugin",
      "targets" : [
        "Generate Source Code"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "Macros",
      "targets" : [
        "Macros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swift_atproto",
      "module_type" : "SwiftTarget",
      "name" : "swift-atproto",
      "path" : "CommandLineTool",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "swift-atproto",
        "SwiftAtprotoPlugin"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftAtprotoLex",
        "SourceControl"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftAtprotoTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftAtprotoTests",
      "path" : "Tests/SwiftAtprotoTests",
      "sources" : [
        "SwiftAtprotoTests.swift"
      ],
      "target_dependencies" : [
        "SwiftAtproto"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftAtprotoLex",
      "module_type" : "SwiftTarget",
      "name" : "SwiftAtprotoLex",
      "path" : "Sources/SwiftAtprotoLex",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxBuilder"
      ],
      "product_memberships" : [
        "swift-atproto",
        "SwiftAtprotoPlugin"
      ],
      "sources" : [
        "SwiftAtprotoLex.swift",
        "TypeSchema.swift",
        "misc.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftAtproto",
      "module_type" : "SwiftTarget",
      "name" : "SwiftAtproto",
      "path" : "Sources/SwiftAtproto",
      "product_dependencies" : [
        "CID",
        "AsyncHTTPClient",
        "NIOHTTP1"
      ],
      "product_memberships" : [
        "SwiftAtproto",
        "ATProtoMacro"
      ],
      "sources" : [
        "AnyCodable.swift",
        "AuthInfo.swift",
        "DIDDocument.swift",
        "SwiftAtproto.swift",
        "URL+.swift",
        "XRPCClientProtocol.swift",
        "extensions.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SourceControl",
      "module_type" : "SwiftTarget",
      "name" : "SourceControl",
      "path" : "Sources/SourceControl",
      "product_memberships" : [
        "swift-atproto",
        "SwiftAtprotoPlugin"
      ],
      "sources" : [
        "Git.swift",
        "GitRepository.swift",
        "LexiconConfig.swift",
        "LexiconsStore.swift",
        "misc.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "MacrosTests",
      "path" : "Tests/MacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "MacrosTests.swift"
      ],
      "target_dependencies" : [
        "Macros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Macros",
      "module_type" : "SwiftTarget",
      "name" : "Macros",
      "path" : "Sources/Macros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "ATProtoMacro",
        "Macros"
      ],
      "sources" : [
        "Macros.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "Generate_Source_Code",
      "module_type" : "PluginTarget",
      "name" : "Generate Source Code",
      "path" : "Plugins/SwiftAtprotoPlugin",
      "plugin_capability" : {
        "intent" : {
          "description" : "Formats Swift source files using SwiftFormat",
          "type" : "custom",
          "verb" : "swift-atproto"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "This command reformats source files",
            "type" : "writeToPackageDirectory"
          },
          {
            "network_scope" : {
              "all" : {
                "ports" : [
                  443
                ]
              }
            },
            "reason" : "fetch lexicons",
            "type" : "allowNetworkConnections"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "SwiftAtprotoPlugin"
      ],
      "sources" : [
        "plugin.swift"
      ],
      "target_dependencies" : [
        "swift-atproto"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "ATProtoMacro",
      "module_type" : "SwiftTarget",
      "name" : "ATProtoMacro",
      "path" : "Sources/ATProtoMacro",
      "product_memberships" : [
        "ATProtoMacro"
      ],
      "sources" : [
        "ATProtoMacro.swift"
      ],
      "target_dependencies" : [
        "Macros",
        "SwiftAtproto"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/nicklockwood/SwiftFormat
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/swift-libp2p/swift-cid
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/swift-server/async-http-client.git
[1/175] Fetching swift-cid
[176/76370] Fetching swift-cid, swift-nio
[177/90384] Fetching swift-cid, swift-nio, async-http-client
[14497/105764] Fetching swift-cid, swift-nio, async-http-client, swift-argument-parser
[24180/154267] Fetching swift-cid, swift-nio, async-http-client, swift-argument-parser, swiftformat
[39684/225031] Fetching swift-cid, swift-nio, async-http-client, swift-argument-parser, swiftformat, swift-syntax
Fetched https://github.com/swift-libp2p/swift-cid from cache (9.52s)
Fetched https://github.com/swift-server/async-http-client.git from cache (9.52s)
Fetched https://github.com/apple/swift-argument-parser from cache (9.52s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (9.60s)
[88321/124698] Fetching swift-nio, swiftformat
Fetched https://github.com/apple/swift-nio.git from cache (9.64s)
[12611/48503] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (29.74s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.5 (35.15s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.3.1 (4.26s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (0.80s)
Computing version for https://github.com/swift-libp2p/swift-cid
Computed https://github.com/swift-libp2p/swift-cid at 0.0.1 (0.73s)
Fetching https://github.com/swift-libp2p/swift-multibase.git
Fetching https://github.com/swift-libp2p/swift-multihash.git
Fetching https://github.com/swift-libp2p/swift-multicodec.git
[1/289] Fetching swift-multicodec
[290/554] Fetching swift-multicodec, swift-multihash
[555/717] Fetching swift-multicodec, swift-multihash, swift-multibase
Fetched https://github.com/swift-libp2p/swift-multicodec.git from cache (0.25s)
Fetched https://github.com/swift-libp2p/swift-multihash.git from cache (0.25s)
Fetched https://github.com/swift-libp2p/swift-multibase.git from cache (0.26s)
Computing version for https://github.com/swift-libp2p/swift-multibase.git
Computed https://github.com/swift-libp2p/swift-multibase.git at 0.0.3 (0.92s)
Fetching https://github.com/swift-libp2p/swift-bases.git
[1/286] Fetching swift-bases
Fetched https://github.com/swift-libp2p/swift-bases.git from cache (0.23s)
Computing version for https://github.com/swift-libp2p/swift-multihash.git
Computed https://github.com/swift-libp2p/swift-multihash.git at 0.0.4 (1.13s)
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/swift-libp2p/swift-varint.git
[1/108] Fetching swift-varint
[109/13049] Fetching swift-varint, cryptoswift
Fetched https://github.com/swift-libp2p/swift-varint.git from cache (0.33s)
[1683/12941] Fetching cryptoswift
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.92s)
Computing version for https://github.com/swift-libp2p/swift-varint.git
Computed https://github.com/swift-libp2p/swift-varint.git at 0.0.2 (3.12s)
Computing version for https://github.com/swift-libp2p/swift-bases.git
Computed https://github.com/swift-libp2p/swift-bases.git at 0.0.4 (0.53s)
Computing version for https://github.com/swift-libp2p/swift-multicodec.git
Computed https://github.com/swift-libp2p/swift-multicodec.git at 0.0.8 (0.52s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (0.54s)
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 (0.52s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
[1/3836] Fetching swift-log
[2572/9795] Fetching swift-log, swift-algorithms
[2632/11592] Fetching swift-log, swift-algorithms, swift-atomics
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.73s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-log.git from cache (0.74s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.74s)
[1/2667] Fetching swift-nio-transport-services
[1228/8590] Fetching swift-nio-transport-services, swift-nio-extras
[6459/20117] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.44s)
[8344/17450] Fetching swift-nio-extras, swift-nio-http2
[8691/32293] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.27s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.29s)
[10539/14843] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.96s)
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 (3.16s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.48s)
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.58s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.75s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[836/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.14s)
Fetched https://github.com/apple/swift-collections.git from cache (1.17s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.64s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.52s)
Fetching https://github.com/apple/swift-numerics.git
[1/5726] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.43s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.05s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (0.77s)
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-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/1590] Fetching swift-asn1
[1258/6575] Fetching swift-asn1, swift-async-algorithms
[2588/9001] Fetching swift-asn1, swift-async-algorithms, swift-service-lifecycle
[3796/10142] Fetching swift-asn1, swift-async-algorithms, swift-service-lifecycle, swift-http-structured-headers
Fetched https://github.com/apple/swift-asn1.git from cache (0.49s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.62s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.63s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.63s)
[1/904] Fetching swift-http-types
[20/7059] Fetching swift-http-types, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.38s)
[4494/6155] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (0.52s)
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.67s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.77s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.78s)
Fetching https://github.com/apple/swift-crypto.git
[1/14671] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (4.70s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (12.83s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.49s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.90s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.49s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.54s)
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.52s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.72s)
Creating working copy for https://github.com/swift-libp2p/swift-varint.git
Working copy of https://github.com/swift-libp2p/swift-varint.git resolved at 0.0.2
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/swift-libp2p/swift-multihash.git
Working copy of https://github.com/swift-libp2p/swift-multihash.git resolved at 0.0.4
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-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-libp2p/swift-cid
Working copy of https://github.com/swift-libp2p/swift-cid resolved at 0.0.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.3.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/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.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-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/swift-libp2p/swift-multicodec.git
Working copy of https://github.com/swift-libp2p/swift-multicodec.git resolved at 0.0.8
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-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.28.0
Creating working copy for https://github.com/swift-libp2p/swift-multibase.git
Working copy of https://github.com/swift-libp2p/swift-multibase.git resolved at 0.0.3
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-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-libp2p/swift-bases.git
Working copy of https://github.com/swift-libp2p/swift-bases.git resolved at 0.0.4
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.4
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.55.5
[1/1] Compiling plugin Generate Source Code
[2/2] Compiling plugin SwiftFormatPlugin
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/549] Write sources
[14/549] Copying PrivacyInfo.xcprivacy
[14/549] Write sources
[55/549] Compiling CNIOWindows shim.c
[55/549] Compiling _NumericsShims _NumericsShims.c
[55/549] Compiling _AtomicsShims.c
[58/549] Compiling CNIOWindows WSAStartup.c
[59/549] Compiling CNIOWASI CNIOWASI.c
[60/549] Compiling _SwiftSyntaxCShims dummy.c
[61/549] Compiling CNIOLinux liburing_shims.c
[62/549] Compiling CNIOExtrasZlib empty.c
[63/549] Compiling CNIODarwin shim.c
[64/549] Compiling CNIOLLHTTP c_nio_http.c
[65/549] Compiling fiat_p256_adx_mul.S
[66/549] Compiling fiat_curve25519_adx_square.S
[67/549] Compiling fiat_p256_adx_sqr.S
[68/549] Compiling CNIOLinux shim.c
[69/549] Compiling CNIOLLHTTP c_nio_api.c
[70/549] Compiling fiat_curve25519_adx_mul.S
[71/549] Write swift-version-24593BA9C3E375BF.txt
[72/549] Compiling CNIOLLHTTP c_nio_llhttp.c
[73/553] Compiling CNIOBoringSSLShims shims.c
[74/555] Compiling tls_record.cc
[74/555] Compiling tls13_server.cc
[76/558] Compiling tls13_client.cc
[77/558] Compiling tls13_both.cc
[78/560] Compiling tls_method.cc
[79/562] Compiling tls13_enc.cc
[81/572] Emitting module SwiftSyntax510
[82/572] Compiling SwiftSyntax510 Empty.swift
[83/572] Emitting module SwiftSyntax601
[84/572] Compiling SwiftSyntax601 Empty.swift
[85/574] Emitting module SwiftSyntax600
[86/574] Compiling SwiftSyntax600 Empty.swift
[87/575] Compiling _NIODataStructures PriorityQueue.swift
[88/575] Compiling _NIODataStructures _TinyArray.swift
[92/575] Emitting module SourceControl
[93/575] Emitting module SwiftSyntax509
[94/575] Compiling SwiftSyntax509 Empty.swift
[96/576] Emitting module _NIOBase64
[97/576] Compiling _NIOBase64 Base64.swift
[99/597] Emitting module _NIODataStructures
[100/597] Compiling _NIODataStructures Heap.swift
[102/613] Compiling RealModule ElementaryFunctions.swift
[103/614] Compiling Logging MetadataProvider.swift
[104/641] Compiling RealModule Real.swift
[105/669] Compiling RealModule RealFunctions.swift
[106/669] Compiling RealModule Float16+Real.swift
[107/670] Compiling RealModule Float80+Real.swift
[108/678] Emitting module VarInt
[109/678] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[110/679] Compiling SourceControl misc.swift
[111/679] Compiling SourceControl LexiconsStore.swift
[112/679] Compiling VarInt VarInt.swift
[113/679] Compiling VarInt BinaryEncoder.swift
[114/680] Compiling RealModule Float+Real.swift
[115/680] Compiling SwiftSyntax SyntaxHashable.swift
[116/680] Compiling SwiftSyntax Identifier.swift
[117/680] Compiling SwiftSyntax MemoryLayout.swift
[118/680] Compiling SwiftSyntax MissingNodeInitializers.swift
[119/680] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[120/680] Compiling SwiftSyntax Syntax.swift
[121/680] Compiling SwiftSyntax SourceLocation.swift
[122/680] Compiling SwiftSyntax SourcePresence.swift
[123/694] Emitting module Logging
[124/716] Compiling SourceControl LexiconConfig.swift
[125/716] Compiling SourceControl GitRepository.swift
[126/716] Compiling SourceControl Git.swift
[128/782] Emitting module RealModule
[129/783] Wrapping AST for SwiftSyntax601 for debugging
[132/783] Compiling CryptoSwift AEAD.swift
[133/783] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[134/783] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[134/783] Wrapping AST for SwiftSyntax510 for debugging
[136/783] Emitting module InternalCollectionsUtilities
[136/783] Wrapping AST for SwiftSyntax600 for debugging
[137/783] Wrapping AST for SwiftSyntax509 for debugging
[139/783] Compiling CryptoSwift AES.swift
[140/783] Compiling CryptoSwift ASN1.swift
[140/787] Wrapping AST for SourceControl for debugging
[142/787] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[143/787] Compiling CryptoSwift AES.Cryptors.swift
[144/787] Compiling CryptoSwift ASN1Decoder.swift
[145/787] Compiling CryptoSwift ASN1Encoder.swift
[146/788] Compiling Logging Locks.swift
[147/788] Compiling Logging LogHandler.swift
[148/788] Compiling Logging Logging.swift
[149/789] Compiling Multicodec Multicodec.swift
[152/789] Emitting module Multicodec
[153/789] Compiling Multicodec Codecs+Equatable.swift
[154/789] Compiling Multicodec Codecs.swift
[155/805] Compiling t1_enc.cc
[157/805] Compiling DequeModule Deque+CustomReflectable.swift
[158/805] Compiling DequeModule Deque+Descriptions.swift
[159/807] Compiling DequeModule _DequeBuffer.swift
[160/807] Compiling DequeModule _DequeBufferHeader.swift
[161/807] Compiling DequeModule Deque+Extras.swift
[162/807] Compiling DequeModule Deque+Hashable.swift
[163/807] Compiling DequeModule Deque+Equatable.swift
[164/807] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[164/807] Compiling ssl_x509.cc
[166/807] Emitting module DequeModule
[166/807] Compiling ssl_versions.cc
[168/807] Compiling DequeModule _DequeSlot.swift
[169/807] Compiling DequeModule _UnsafeWrappedBuffer.swift
[170/807] Compiling DequeModule Deque+Testing.swift
[171/807] Compiling DequeModule Deque._Storage.swift
[172/807] Compiling DequeModule Deque._UnsafeHandle.swift
[173/807] Compiling DequeModule Deque.swift
[173/807] Compiling ssl_transcript.cc
[175/807] Compiling DequeModule Deque+Codable.swift
[176/807] Compiling DequeModule Deque+Collection.swift
[185/808] Compiling CryptoSwift BlockMode.swift
[186/808] Compiling CryptoSwift BlockModeOptions.swift
[187/808] Compiling CryptoSwift CBC.swift
[188/808] Compiling CryptoSwift CCM.swift
[189/808] Compiling CryptoSwift CFB.swift
[190/808] Compiling CryptoSwift CTR.swift
[191/808] Compiling CryptoSwift CipherModeWorker.swift
[192/808] Compiling CryptoSwift ECB.swift
[193/808] Compiling CryptoSwift GCM.swift
[194/808] Compiling CryptoSwift OCB.swift
[195/808] Compiling CryptoSwift OFB.swift
[204/817] Compiling ssl_stat.cc
[206/817] Emitting module CryptoSwift
[207/831] Compiling CryptoSwift CMAC.swift
[208/831] Compiling CryptoSwift Addition.swift
[209/831] Compiling CryptoSwift BigInt.swift
[210/831] Compiling CryptoSwift BigUInt.swift
[211/831] Compiling CryptoSwift BitwiseOps.swift
[212/831] Compiling CryptoSwift CS.swift
[213/831] Compiling CryptoSwift Codable.swift
[214/831] Compiling CryptoSwift Comparable.swift
[215/831] Compiling CryptoSwift DataConversion.swift
[216/831] Compiling CryptoSwift Division.swift
[217/831] Compiling CryptoSwift Exponentiation.swift
[218/831] Compiling CryptoSwift FloatingPointConversion.swift
[219/831] Compiling CryptoSwift GCD.swift
[220/831] Compiling CryptoSwift Hashable.swift
[221/831] Compiling CryptoSwift IntegerConversion.swift
[222/831] Compiling CryptoSwift Multiplication.swift
[223/831] Compiling CryptoSwift PrimeTest.swift
[224/831] Compiling CryptoSwift Random.swift
[225/831] Compiling CryptoSwift Shifts.swift
[226/831] Compiling CryptoSwift SquareRoot.swift
[227/831] Compiling CryptoSwift Strideable.swift
[228/831] Compiling CryptoSwift StringConversion.swift
[229/831] Compiling CryptoSwift Subtraction.swift
[230/831] Compiling CryptoSwift WordsAndBits.swift
[231/831] Compiling CryptoSwift ChaCha20.swift
[232/831] Compiling CryptoSwift Checksum.swift
[233/831] Compiling CryptoSwift Cipher.swift
[234/831] Compiling CryptoSwift Collection+Extension.swift
[234/831] Compiling ssl_privkey.cc
[235/831] Compiling ssl_session.cc
[236/831] Compiling ssl_key_share.cc
[238/831] Compiling SourceControl misc.swift
[239/831] Compiling SourceControl LexiconsStore.swift
[240/831] Emitting module SourceControl
[241/831] Compiling SourceControl GitRepository.swift
/host/spi-builder-workspace/Sources/SourceControl/GitRepository.swift:18:23: error: cannot find 'Process' in scope
 16 |             throw ProcessError.missingExecutableProgram(program: program)
 17 |         }
 18 |         let process = Process()
    |                       `- error: cannot find 'Process' in scope
 19 |         process.environment = environment
 20 |         process.executableURL = executableURL
/host/spi-builder-workspace/Sources/SourceControl/GitRepository.swift:27:42: error: cannot infer contextual base in reference to member 'exit'
 25 |         try process.run()
 26 |         process.waitUntilExit()
 27 |         if process.terminationReason == .exit, process.terminationStatus == 0 {
    |                                          `- error: cannot infer contextual base in reference to member 'exit'
 28 |             let data = stdout.fileHandleForReading.availableData
 29 |             return String(decoding: data, as: UTF8.self)
[242/831] Compiling SourceControl LexiconConfig.swift
[242/831] Compiling ssl_lib.cc
[244/831] Compiling SourceControl Git.swift
[244/831] Compiling ssl_buffer.cc
[244/831] Compiling ssl_cert.cc
[244/831] Compiling ssl_credential.cc
[244/831] Compiling ssl_cipher.cc
[244/831] Compiling ssl_file.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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 Generate Source Code
[2/2] Compiling plugin SwiftFormatPlugin
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/458] Write sources
[3/458] Copying PrivacyInfo.xcprivacy
[3/458] Write sources
[18/464] Compiling ssl_buffer.cc
[19/464] Compiling s3_pkt.cc
[20/464] Compiling ssl_aead_ctx.cc
[21/464] Compiling ssl_file.cc
[22/464] Compiling ssl_asn1.cc
[23/464] Compiling ssl_credential.cc
[24/464] Compiling ssl_cipher.cc
[25/464] Compiling ssl_cert.cc
[26/464] Compiling s3_lib.cc
[27/464] Compiling s3_both.cc
[28/464] Compiling handshake_server.cc
[29/464] Compiling handshake.cc
[30/464] Compiling handoff.cc
[31/464] Compiling encrypted_client_hello.cc
[32/464] Compiling handshake_client.cc
[33/464] Compiling extensions.cc
[34/464] Compiling dtls_method.cc
[35/464] Compiling md5-x86_64-linux.S
[36/464] Compiling md5-x86_64-apple.S
[37/464] Compiling md5-586-linux.S
[38/464] Compiling md5-586-apple.S
[39/464] Compiling chacha20_poly1305_x86_64-linux.S
[40/464] Compiling chacha20_poly1305_x86_64-apple.S
[41/464] Compiling chacha20_poly1305_armv8-win.S
[42/464] Compiling err_data.cc
[43/464] Compiling chacha20_poly1305_armv8-linux.S
[44/464] Compiling chacha20_poly1305_armv8-apple.S
[45/464] Compiling chacha-x86_64-linux.S
[46/464] Compiling chacha-x86-linux.S
[47/464] Compiling chacha-x86_64-apple.S
[48/464] Compiling chacha-x86-apple.S
[49/464] Compiling chacha-armv8-win.S
[50/464] Compiling chacha-armv8-apple.S
[51/464] Compiling chacha-armv8-linux.S
[52/464] Compiling bio_ssl.cc
[53/464] Compiling chacha-armv4-linux.S
[54/464] Compiling aes128gcmsiv-x86_64-linux.S
[55/464] Compiling aes128gcmsiv-x86_64-apple.S
[56/464] Compiling dtls_record.cc
[57/464] Compiling x86_64-mont5-apple.S
[58/464] Compiling x86_64-mont5-linux.S
[59/464] Compiling x86_64-mont-linux.S
[60/464] Compiling x86_64-mont-apple.S
[61/464] Compiling x86-mont-apple.S
[62/464] Compiling x86-mont-linux.S
[63/464] Compiling vpaes-x86_64-apple.S
[64/464] Compiling vpaes-x86_64-linux.S
[65/464] Compiling vpaes-x86-apple.S
[66/464] Compiling vpaes-x86-linux.S
[67/464] Compiling vpaes-armv8-win.S
[68/464] Compiling vpaes-armv8-linux.S
[69/464] Compiling vpaes-armv8-apple.S
[70/464] Compiling sha512-x86_64-apple.S
[71/464] Compiling vpaes-armv7-linux.S
[72/464] Compiling d1_srtp.cc
[73/464] Compiling sha512-armv8-apple.S
[74/464] Compiling sha512-armv8-win.S
[75/464] Compiling sha512-armv8-linux.S
[76/464] Compiling sha512-586-linux.S
[77/464] Compiling sha512-x86_64-linux.S
[78/464] Compiling sha512-armv4-linux.S
[79/464] Compiling sha256-armv8-win.S
[80/464] Compiling sha512-586-apple.S
[81/464] Compiling sha256-armv8-linux.S
[82/464] Compiling sha256-x86_64-linux.S
[83/464] Compiling sha256-x86_64-apple.S
[84/464] Compiling sha256-armv8-apple.S
[85/464] Compiling sha256-armv4-linux.S
[86/464] Compiling sha256-586-apple.S
[87/464] Compiling sha256-586-linux.S
[88/464] Compiling sha1-x86_64-apple.S
[89/464] Compiling sha1-x86_64-linux.S
[90/464] Compiling sha1-armv8-win.S
[91/464] Compiling sha1-armv8-apple.S
[92/464] Compiling d1_lib.cc
[93/464] Compiling sha1-armv8-linux.S
[94/464] Compiling sha1-armv4-large-linux.S
[95/464] Compiling d1_pkt.cc
[96/464] Compiling sha1-586-apple.S
[97/464] Compiling sha1-586-linux.S
[98/464] Compiling rsaz-avx2-apple.S
[99/464] Compiling rsaz-avx2-linux.S
[100/464] Compiling rdrand-x86_64-linux.S
[101/464] Compiling rdrand-x86_64-apple.S
[102/464] Compiling p256_beeu-x86_64-asm-linux.S
[103/464] Compiling p256_beeu-x86_64-asm-apple.S
[104/464] Compiling p256_beeu-armv8-asm-win.S
[105/464] Compiling p256_beeu-armv8-asm-apple.S
[106/464] Compiling p256_beeu-armv8-asm-linux.S
[107/464] Compiling p256-x86_64-asm-linux.S
[107/464] Compiling p256-x86_64-asm-apple.S
[109/464] Compiling p256-armv8-asm-win.S
[110/464] Compiling p256-armv8-asm-apple.S
[111/464] Compiling p256-armv8-asm-linux.S
[112/464] Compiling d1_both.cc
[113/464] Compiling ghashv8-armv8-win.S
[114/464] Compiling ghashv8-armv8-linux.S
[115/464] Compiling ghash-x86-linux.S
[116/464] Compiling ghashv8-armv8-apple.S
[117/464] Compiling ghashv8-armv7-linux.S
[118/464] Compiling ghash-x86-apple.S
[119/464] Compiling ghash-x86_64-linux.S
[120/464] Compiling ghash-x86_64-apple.S
[121/464] Compiling ghash-ssse3-x86_64-linux.S
[122/464] Compiling ghash-ssse3-x86-apple.S
[123/464] Compiling ghash-ssse3-x86_64-apple.S
[124/464] Compiling ghash-ssse3-x86-linux.S
[125/464] Compiling ghash-neon-armv8-win.S
[126/464] Compiling ghash-neon-armv8-linux.S
[127/464] Compiling ghash-armv4-linux.S
[128/464] Compiling co-586-linux.S
[129/464] Compiling co-586-apple.S
[130/464] Compiling bsaes-armv7-linux.S
[131/464] Compiling ghash-neon-armv8-apple.S
[132/464] Compiling bn-armv8-win.S
[133/464] Compiling bn-armv8-linux.S
[134/464] Compiling bn-armv8-apple.S
[135/464] Compiling bn-586-apple.S
[136/464] Compiling armv8-mont-win.S
[137/464] Compiling bn-586-linux.S
[138/464] Compiling armv8-mont-linux.S
[139/464] Compiling armv4-mont-linux.S
[140/464] Compiling armv8-mont-apple.S
[141/464] Compiling aesv8-gcm-armv8-win.S
[142/464] Compiling aesv8-gcm-armv8-apple.S
[143/464] Compiling aesv8-gcm-armv8-linux.S
[144/464] Compiling aesv8-armv8-win.S
[145/464] Compiling aesv8-armv8-linux.S
[146/464] Compiling aesv8-armv7-linux.S
[147/464] Compiling aesni-x86-linux.S
[148/464] Compiling aesv8-armv8-apple.S
[149/464] Compiling aesni-x86_64-linux.S
[150/464] Compiling aesni-x86-apple.S
[151/464] Compiling aesni-x86_64-apple.S
[152/464] Compiling aesni-gcm-x86_64-apple.S
[153/464] Compiling aesni-gcm-x86_64-linux.S
[154/464] Compiling aes-gcm-avx2-x86_64-apple.S
[155/464] Compiling aes-gcm-avx2-x86_64-linux.S
[156/464] Compiling aes-gcm-avx10-x86_64-apple.S
[157/464] Compiling aes-gcm-avx10-x86_64-linux.S
[158/464] Compiling x_sig.cc
[159/464] Compiling x_spki.cc
[160/464] Compiling x_req.cc
[161/464] Compiling x_pubkey.cc
[162/464] Compiling x_val.cc
[163/464] Compiling x_name.cc
[164/464] Compiling x_x509a.cc
[165/464] Compiling x_x509.cc
[166/464] Compiling x_attrib.cc
[167/464] Compiling x509cset.cc
[168/464] Compiling x_exten.cc
[169/464] Compiling x_algor.cc
[170/464] Compiling x509spki.cc
[171/464] Compiling x_all.cc
[172/464] Compiling x_crl.cc
[173/464] Compiling x509_vpm.cc
[174/464] Compiling x509name.cc
[175/464] Compiling x509rset.cc
[176/464] Compiling x509_req.cc
[177/464] Compiling x509_lu.cc
[178/464] Compiling x509_txt.cc
[179/464] Compiling x509_v3.cc
[180/464] Compiling x509_vfy.cc
[181/464] Compiling x509_trs.cc
[182/464] Compiling x509_set.cc
[183/464] Compiling x509_obj.cc
[184/464] Compiling x509_def.cc
[185/464] Compiling x509_att.cc
[186/464] Compiling v3_purp.cc
[187/464] Compiling x509_ext.cc
[188/464] Compiling x509_cmp.cc
[189/464] Compiling v3_pmaps.cc
[190/464] Compiling x509_d2.cc
[191/464] Compiling x509.cc
[192/464] Compiling v3_utl.cc
[193/464] Compiling v3_skey.cc
[194/464] Compiling v3_lib.cc
[195/464] Compiling v3_prn.cc
[196/464] Compiling v3_ncons.cc
[197/464] Compiling v3_ocsp.cc
[198/464] Compiling v3_pcons.cc
[199/464] Compiling v3_int.cc
[200/464] Compiling v3_info.cc
[201/464] Compiling v3_ia5.cc
[202/464] Compiling v3_genn.cc
[203/464] Compiling v3_extku.cc
[204/464] Compiling v3_enum.cc
[205/464] Compiling v3_cpols.cc
[206/464] Compiling v3_crld.cc
[207/464] Compiling v3_conf.cc
[208/464] Compiling t_x509.cc
[209/464] Compiling v3_bitst.cc
[210/464] Compiling v3_bcons.cc
[211/464] Compiling v3_akeya.cc
[212/464] Compiling v3_alt.cc
[213/464] Compiling v3_akey.cc
[214/464] Compiling t_x509a.cc
[215/464] Compiling i2d_pr.cc
[216/464] Compiling t_req.cc
[217/464] Compiling t_crl.cc
[218/464] Compiling policy.cc
[219/464] Compiling rsa_pss.cc
[220/464] Compiling name_print.cc
[221/464] Compiling by_file.cc
[222/464] Compiling by_dir.cc
[223/464] Compiling algorithm.cc
[224/464] Compiling asn1_gen.cc
[225/464] Compiling a_sign.cc
[226/464] Compiling a_digest.cc
[227/464] Compiling voprf.cc
[228/464] Compiling a_verify.cc
[229/464] Compiling thread_win.cc
[230/464] Compiling thread_pthread.cc
[231/464] Compiling thread.cc
[232/464] Compiling trust_token.cc
[233/464] Compiling thread_none.cc
[234/464] Compiling stack.cc
[235/464] Compiling pmbtoken.cc
[236/464] Compiling sha512.cc
[237/464] Compiling sha256.cc
[238/464] Compiling sha1.cc
[239/464] Compiling siphash.cc
[240/464] Compiling slhdsa.cc
[241/464] Compiling spake2plus.cc
[242/464] Compiling rsa_print.cc
[243/464] Compiling rsa_extra.cc
[244/464] Compiling refcount.cc
[245/464] Compiling rc4.cc
[246/464] Compiling trusty.cc
[247/464] Compiling windows.cc
[248/464] Compiling rsa_crypt.cc
[249/464] Compiling urandom.cc
[250/464] Compiling rand.cc
[251/464] Compiling ios.cc
[252/464] Compiling rsa_asn1.cc
[253/464] Compiling getentropy.cc
[254/464] Compiling passive.cc
[255/464] Compiling poly1305_arm_asm.S
[256/464] Compiling deterministic.cc
[257/464] Compiling forkunsafe.cc
[258/464] Compiling fork_detect.cc
[259/464] Compiling poly1305_arm.cc
[260/464] Compiling poly1305.cc
[261/464] Compiling pool.cc
[262/464] Compiling poly1305_vec.cc
[263/464] Compiling pkcs7.cc
[264/464] Compiling p5_pbev2.cc
[265/464] Compiling pkcs8_x509.cc
[266/464] Compiling pkcs7_x509.cc
[267/464] Compiling pkcs8.cc
[268/464] Compiling pem_xaux.cc
[269/464] Compiling pem_x509.cc
[270/464] Compiling pem_pkey.cc
[271/464] Compiling mlkem.cc
[272/464] Compiling pem_pk8.cc
[273/464] Compiling obj_xref.cc
[274/464] Compiling pem_oth.cc
[275/464] Compiling mldsa.cc
[276/464] Compiling pem_info.cc
[277/464] Compiling pem_all.cc
[278/464] Compiling lhash.cc
[279/464] Compiling pem_lib.cc
[280/464] Compiling poly_rq_mul.S
[281/464] Compiling fips_shared_support.cc
[282/464] Compiling obj.cc
[283/464] Compiling md5.cc
[284/464] Compiling mem.cc
[285/464] Compiling md4.cc
[286/464] Compiling sign.cc
[287/464] Compiling pbkdf.cc
[288/464] Compiling ex_data.cc
[289/464] Compiling kyber.cc
[290/464] Compiling hrss.cc
[291/464] Compiling p_x25519_asn1.cc
[292/464] Compiling scrypt.cc
[293/464] Compiling print.cc
[294/464] Compiling p_ed25519_asn1.cc
[295/464] Compiling hpke.cc
[296/464] Compiling p_x25519.cc
[297/464] Compiling p_ec_asn1.cc
[298/464] Compiling p_ed25519.cc
[299/464] Compiling p_ec.cc
[300/464] Compiling p_rsa_asn1.cc
[301/464] Compiling p_hkdf.cc
[302/464] Compiling p_rsa.cc
[303/464] Compiling evp_ctx.cc
[304/464] Compiling p_dh.cc
[305/464] Compiling p_dh_asn1.cc
[306/464] Compiling ecdh.cc
[307/464] Compiling engine.cc
[308/464] Compiling p_dsa_asn1.cc
[309/464] Compiling hash_to_curve.cc
[310/464] Compiling evp.cc
[311/464] Compiling evp_asn1.cc
[312/464] Compiling err.cc
[313/464] Compiling dsa_asn1.cc
[314/464] Compiling ecdsa_asn1.cc
[315/464] Compiling ec_derive.cc
[316/464] Compiling des.cc
[317/464] Compiling params.cc
[318/464] Compiling dsa.cc
[319/464] Compiling x25519-asm-arm.S
[320/464] Compiling ec_asn1.cc
[321/464] Compiling digest_extra.cc
[322/464] Compiling spake25519.cc
[323/464] Compiling dh_asn1.cc
[324/464] Compiling crypto.cc
[325/464] Compiling cpu_intel.cc
[326/464] Compiling curve25519.cc
[327/464] Compiling cpu_arm_freebsd.cc
[328/464] Compiling cpu_arm_linux.cc
[329/464] Compiling cpu_aarch64_linux.cc
[330/464] Compiling curve25519_64_adx.cc
[331/464] Compiling cpu_aarch64_win.cc
[332/464] Compiling cpu_aarch64_sysreg.cc
[333/464] Compiling conf.cc
[334/464] Compiling cpu_aarch64_openbsd.cc
[335/464] Compiling cpu_aarch64_apple.cc
[336/464] Compiling e_tls.cc
[337/464] Compiling cpu_aarch64_fuchsia.cc
[338/464] Compiling e_null.cc
[339/464] Compiling get_cipher.cc
[340/464] Compiling tls_cbc.cc
[341/464] Compiling e_rc4.cc
[342/464] Compiling e_des.cc
[343/464] Compiling e_rc2.cc
[344/464] Compiling e_chacha20poly1305.cc
[345/464] Compiling unicode.cc
[346/464] Compiling derive_key.cc
[347/464] Compiling e_aesgcmsiv.cc
[348/464] Compiling chacha.cc
[349/464] Compiling e_aesctrhmac.cc
[350/464] Compiling bcm.cc
[351/464] Compiling ber.cc
[352/464] Compiling cbb.cc
[353/464] Compiling asn1_compat.cc
[354/464] Compiling buf.cc
[355/464] Compiling blake2.cc
[356/464] Compiling cbs.cc
[357/464] Compiling bn_asn1.cc
[358/464] Compiling socket.cc
[359/464] Compiling socket_helper.cc
[360/464] Compiling printf.cc
[361/464] Compiling convert.cc
[362/464] Compiling hexdump.cc
[363/464] Compiling pair.cc
[364/464] Compiling file.cc
[365/464] Compiling fd.cc
[366/464] Compiling errno.cc
[367/464] Compiling bio_mem.cc
[368/464] Compiling connect.cc
[369/464] Compiling base64.cc
[370/464] Compiling bio.cc
[371/464] Compiling tasn_typ.cc
[372/464] Compiling tasn_fre.cc
[373/464] Compiling tasn_utl.cc
[374/464] Compiling tasn_enc.cc
[375/464] Compiling posix_time.cc
[376/464] Compiling f_string.cc
[377/464] Compiling tasn_new.cc
[378/464] Compiling tasn_dec.cc
[379/464] Compiling f_int.cc
[380/464] Compiling asn_pack.cc
[381/464] Compiling asn1_par.cc
[382/464] Compiling a_octet.cc
[383/464] Compiling a_utctm.cc
[384/464] Compiling a_time.cc
[385/464] Compiling a_type.cc
[386/464] Compiling asn1_lib.cc
[387/464] Compiling a_strnid.cc
[388/464] Compiling a_object.cc
[389/464] Compiling a_strex.cc
[390/464] Compiling a_i2d_fp.cc
[391/464] Compiling a_dup.cc
[392/464] Compiling a_mbstr.cc
[393/464] Write sources
[394/464] Compiling a_d2i_fp.cc
[394/464] Write sources
[398/464] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[399/464] Compiling _SwiftSyntaxCShims dummy.c
[399/464] Write sources
[415/464] Compiling a_bitstr.cc
[416/464] Compiling a_int.cc
[417/464] Compiling a_gentm.cc
[418/464] Compiling a_bool.cc
[419/464] Write swift-version-24593BA9C3E375BF.txt
[421/480] Emitting module SwiftSyntax601
[422/480] Compiling SwiftSyntax601 Empty.swift
[423/481] Emitting module SwiftSyntax601
[424/481] Emitting module VarInt
[425/481] Compiling SwiftSyntax601 Empty.swift
[428/481] Compiling _NIODataStructures Heap.swift
[429/485] Emitting module _NIODataStructures
[430/485] Compiling VarInt BinaryEncoder.swift
[431/485] Emitting module _NIOBase64
[432/485] Compiling _NIOBase64 Base64.swift
[433/486] Emitting module SwiftSyntax600
[434/486] Compiling SwiftSyntax600 Empty.swift
[436/487] Emitting module SwiftSyntax600
[437/488] Compiling _NIODataStructures _TinyArray.swift
[438/488] Compiling _NIODataStructures PriorityQueue.swift
[440/489] Compiling VarInt VarInt.swift
[445/491] Compiling SwiftSyntax510 Empty.swift
[446/499] Emitting module SwiftSyntax510
[447/504] Compiling SwiftSyntax509 Empty.swift
[448/504] Emitting module SwiftSyntax509
[449/505] Compiling SwiftSyntax509 Empty.swift
[450/505] Compiling SwiftSyntax510 Empty.swift
[451/505] Emitting module SwiftSyntax510
[453/506] Emitting module SwiftSyntax509
[457/505] Emitting module SourceControl
[458/505] Compiling SourceControl LexiconConfig.swift
[459/508] Compiling SourceControl LexiconsStore.swift
[460/509] Compiling SourceControl misc.swift
[461/511] Compiling SourceControl Git.swift
[462/511] Compiling SourceControl GitRepository.swift
[464/589] Compiling RealModule Real.swift
[465/590] Compiling Multicodec Multicodec.swift
[466/590] Compiling SourceControl misc.swift
[467/590] Compiling RealModule Float80+Real.swift
[468/590] Compiling RealModule ElementaryFunctions.swift
[469/590] Compiling RealModule Float+Real.swift
[470/654] Compiling RealModule Float16+Real.swift
[471/654] Compiling RealModule RealFunctions.swift
[472/654] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[473/654] Compiling SwiftSyntax Assert.swift
[474/654] Compiling SwiftSyntax AbsolutePosition.swift
[475/654] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[476/654] Emitting module RealModule
[477/655] Compiling SourceControl LexiconConfig.swift
[478/655] Compiling SourceControl Git.swift
[479/655] Compiling SourceControl GitRepository.swift
/host/spi-builder-workspace/Sources/SourceControl/GitRepository.swift:18:23: error: cannot find 'Process' in scope
 16 |             throw ProcessError.missingExecutableProgram(program: program)
 17 |         }
 18 |         let process = Process()
    |                       `- error: cannot find 'Process' in scope
 19 |         process.environment = environment
 20 |         process.executableURL = executableURL
/host/spi-builder-workspace/Sources/SourceControl/GitRepository.swift:27:42: error: cannot infer contextual base in reference to member 'exit'
 25 |         try process.run()
 26 |         process.waitUntilExit()
 27 |         if process.terminationReason == .exit, process.terminationStatus == 0 {
    |                                          `- error: cannot infer contextual base in reference to member 'exit'
 28 |             let data = stdout.fileHandleForReading.availableData
 29 |             return String(decoding: data, as: UTF8.self)
[480/655] Emitting module SourceControl
[481/655] Compiling SourceControl LexiconsStore.swift
[483/655] Compiling Multicodec Codecs+Equatable.swift
[483/655] Compiling c-nioatomics.c
[483/655] Compiling c-atomics.c
BUILD FAILURE 6.1 wasm