Build Information
Failed to build SwiftAtproto, reference main (1bfe17
), with Swift 6.1 for Wasm on 8 Jun 2025 12:06:50 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: 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/nnabeyang/swift-atproto
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 1bfe17c Update example to use soyokaze-lexicons repository
Cloned https://github.com/nnabeyang/swift-atproto.git
Revision (git rev-parse @):
1bfe17cbd534da2fd72bc7fea4c15d53d6faa1cd
SUCCESS checkout https://github.com/nnabeyang/swift-atproto.git at main
========================================
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/apple/swift-nio.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/swift-libp2p/swift-cid
Fetching https://github.com/apple/swift-argument-parser
[1/175] Fetching swift-cid
[176/14189] Fetching swift-cid, async-http-client
[10827/90384] Fetching swift-cid, async-http-client, swift-nio
[11949/105764] Fetching swift-cid, async-http-client, swift-nio, swift-argument-parser
[26774/154267] Fetching swift-cid, async-http-client, swift-nio, swift-argument-parser, swiftformat
[34853/225031] Fetching swift-cid, async-http-client, swift-nio, swift-argument-parser, swiftformat, swift-syntax
Fetched https://github.com/swift-server/async-http-client.git from cache (1.26s)
[45245/211017] Fetching swift-cid, swift-nio, swift-argument-parser, swiftformat, swift-syntax
Fetched https://github.com/swift-libp2p/swift-cid from cache (9.38s)
Fetched https://github.com/apple/swift-argument-parser from cache (9.39s)
[167816/195462] Fetching swift-nio, swiftformat, swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (9.43s)
[97217/124698] Fetching swift-nio, swiftformat
Fetched https://github.com/apple/swift-nio.git from cache (35.78s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (36.32s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.5 (42.39s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.3.1 (3.52s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (1.66s)
Computing version for https://github.com/swift-libp2p/swift-cid
Computed https://github.com/swift-libp2p/swift-cid at 0.0.1 (0.52s)
Fetching https://github.com/swift-libp2p/swift-multibase.git
Fetching https://github.com/swift-libp2p/swift-multicodec.git
Fetching https://github.com/swift-libp2p/swift-multihash.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.59s)
Fetched https://github.com/swift-libp2p/swift-multihash.git from cache (0.59s)
Fetched https://github.com/swift-libp2p/swift-multibase.git from cache (0.59s)
Computing version for https://github.com/swift-libp2p/swift-multibase.git
Computed https://github.com/swift-libp2p/swift-multibase.git at 0.0.3 (1.14s)
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.21s)
Computing version for https://github.com/swift-libp2p/swift-multihash.git
Computed https://github.com/swift-libp2p/swift-multihash.git at 0.0.4 (0.93s)
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 (1.17s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.19s)
Computing version for https://github.com/swift-libp2p/swift-varint.git
Computed https://github.com/swift-libp2p/swift-varint.git at 0.0.2 (1.65s)
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.47s)
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.47s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (0.46s)
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.46s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-log.git
[1/5959] Fetching swift-algorithms
[121/8626] Fetching swift-algorithms, swift-nio-transport-services
[415/14549] Fetching swift-algorithms, swift-nio-transport-services, swift-nio-extras
[443/16346] Fetching swift-algorithms, swift-nio-transport-services, swift-nio-extras, swift-atomics
[13284/20182] Fetching swift-algorithms, swift-nio-transport-services, swift-nio-extras, swift-atomics, swift-log
[17997/31709] Fetching swift-algorithms, swift-nio-transport-services, swift-nio-extras, swift-atomics, swift-log, swift-nio-http2
Fetched https://github.com/apple/swift-atomics.git from cache (0.47s)
[19462/29912] Fetching swift-algorithms, swift-nio-transport-services, swift-nio-extras, swift-log, swift-nio-http2
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.62s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.62s)
Fetched https://github.com/apple/swift-log.git from cache (0.62s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.63s)
[2652/11527] Fetching swift-nio-http2
[11528/26370] Fetching swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.30s)
[4453/14843] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.77s)
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 (2.70s)
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/4428] Fetching swift-system
[3942/21019] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.46s)
[3485/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.26s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (3.54s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.50s)
Fetching https://github.com/apple/swift-numerics.git
[1/5739] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.41s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.18s)
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.57s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
[622/4016] Fetching swift-asn1, swift-service-lifecycle
[1906/5157] Fetching swift-asn1, swift-service-lifecycle, swift-http-structured-headers
[1966/10142] Fetching swift-asn1, swift-service-lifecycle, swift-http-structured-headers, swift-async-algorithms
[2694/11046] Fetching swift-asn1, swift-service-lifecycle, swift-http-structured-headers, swift-async-algorithms, swift-http-types
[3096/17201] Fetching swift-asn1, swift-service-lifecycle, swift-http-structured-headers, swift-async-algorithms, swift-http-types, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.47s)
[15691/16060] Fetching swift-asn1, swift-service-lifecycle, swift-async-algorithms, swift-http-types, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.55s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.55s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.58s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.61s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.61s)
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.56s)
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.58s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.54s)
Fetching https://github.com/apple/swift-crypto.git
[1/14671] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.75s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.20s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.47s)
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.43s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.41s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.46s)
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.43s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.57s)
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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
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/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/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/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.55.5
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-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-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-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-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/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-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-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-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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
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-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/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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.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-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/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/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.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-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.4.0
[1/1] Compiling plugin Generate Source Code
[2/2] Compiling plugin SwiftFormatPlugin
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/549] Write sources
[49/549] Copying PrivacyInfo.xcprivacy
[49/549] Write sources
[51/549] Compiling CNIOWindows WSAStartup.c
[52/549] Compiling CNIOWASI CNIOWASI.c
[53/549] Compiling _NumericsShims _NumericsShims.c
[53/549] Compiling _AtomicsShims.c
[55/549] Compiling CNIOWindows shim.c
[56/549] Compiling CNIOLinux liburing_shims.c
[57/549] Compiling CNIOExtrasZlib empty.c
[58/549] Compiling CNIODarwin shim.c
[59/549] Compiling CNIOLLHTTP c_nio_http.c
[60/549] Compiling CNIOLinux shim.c
[61/549] Compiling CNIOLLHTTP c_nio_api.c
[62/549] Compiling fiat_p256_adx_sqr.S
[63/549] Compiling fiat_p256_adx_mul.S
[64/549] Compiling fiat_curve25519_adx_square.S
[65/549] Compiling fiat_curve25519_adx_mul.S
[66/549] Compiling _SwiftSyntaxCShims dummy.c
[66/549] Write swift-version-24593BA9C3E375BF.txt
[68/549] Compiling CNIOLLHTTP c_nio_llhttp.c
[69/553] Compiling CNIOBoringSSLShims shims.c
[70/555] Compiling tls_record.cc
[71/555] Compiling tls_method.cc
[72/558] Compiling tls13_server.cc
[73/560] Compiling tls13_enc.cc
[74/562] Compiling tls13_both.cc
[75/562] Compiling tls13_client.cc
[77/562] Emitting module SwiftSyntax600
[78/572] Emitting module SwiftSyntax510
[79/572] Compiling SwiftSyntax510 Empty.swift
[80/573] Compiling _NIODataStructures _TinyArray.swift
[82/573] Emitting module SwiftSyntax509
[83/573] Compiling SwiftSyntax509 Empty.swift
[84/574] Compiling _NIODataStructures PriorityQueue.swift
[86/574] Compiling SwiftSyntax600 Empty.swift
[87/574] Emitting module SwiftSyntax601
[88/574] Compiling SwiftSyntax601 Empty.swift
[89/586] Emitting module _NIOBase64
[90/586] Compiling _NIOBase64 Base64.swift
[94/592] Compiling RealModule ElementaryFunctions.swift
[95/592] Compiling RealModule Real.swift
[96/593] Compiling RealModule Float16+Real.swift
[97/593] Compiling RealModule Float80+Real.swift
[98/593] Compiling RealModule Float+Real.swift
[99/600] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[100/600] Compiling InternalCollectionsUtilities UInt+reversed.swift
[101/600] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[102/600] Compiling InternalCollectionsUtilities Integer rank.swift
[103/600] Emitting module RealModule
[103/607] Wrapping AST for SwiftSyntax601 for debugging
[105/607] Compiling RealModule RealFunctions.swift
[107/638] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[108/665] Compiling CryptoSwift ECB.swift
[109/665] Compiling CryptoSwift GCM.swift
[110/665] Compiling CryptoSwift OCB.swift
[111/665] Compiling CryptoSwift OFB.swift
[111/774] Wrapping AST for SwiftSyntax600 for debugging
[113/774] Compiling Logging Locks.swift
[114/774] Emitting module Logging
[115/774] Emitting module _NIODataStructures
[116/774] Compiling _NIODataStructures Heap.swift
[116/774] Wrapping AST for SwiftSyntax510 for debugging
[118/775] Compiling Logging MetadataProvider.swift
[119/775] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[121/775] Emitting module VarInt
[121/775] Wrapping AST for SwiftSyntax509 for debugging
[123/775] Compiling SourceControl Git.swift
[124/775] Emitting module SourceControl
[125/775] Compiling VarInt BinaryEncoder.swift
[126/775] Compiling VarInt VarInt.swift
[127/776] Compiling SourceControl LexiconsStore.swift
[128/776] Compiling SourceControl LexiconConfig.swift
[129/776] Compiling SourceControl misc.swift
[130/776] Compiling SwiftSyntax Convenience.swift
[131/776] Compiling SwiftSyntax CustomTraits.swift
[132/776] Emitting module InternalCollectionsUtilities
[134/776] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[135/776] Compiling SwiftSyntax Assert.swift
[136/776] Compiling SwiftSyntax BumpPtrAllocator.swift
[137/776] Compiling SwiftSyntax CommonAncestor.swift
[138/776] Compiling SwiftSyntax AbsolutePosition.swift
[139/776] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[140/777] Compiling SourceControl GitRepository.swift
[142/778] Wrapping AST for SourceControl for debugging
[144/782] Compiling Logging Logging.swift
[145/782] Compiling Logging LogHandler.swift
[147/798] Compiling DequeModule Deque+CustomReflectable.swift
[148/798] Compiling DequeModule Deque+Descriptions.swift
[149/800] Compiling Multicodec Multicodec.swift
[150/800] Compiling DequeModule _DequeBuffer.swift
[151/800] Compiling DequeModule _DequeBufferHeader.swift
[152/800] Compiling DequeModule Deque+Equatable.swift
[153/800] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[154/800] Emitting module Multicodec
[155/800] Compiling DequeModule _DequeSlot.swift
[156/800] Compiling DequeModule _UnsafeWrappedBuffer.swift
[157/800] Compiling DequeModule Deque+Extras.swift
[158/800] Compiling DequeModule Deque+Hashable.swift
[159/800] Compiling DequeModule Deque+Testing.swift
[160/800] Compiling DequeModule Deque._Storage.swift
[161/800] Compiling DequeModule Deque._UnsafeHandle.swift
[162/800] Compiling DequeModule Deque.swift
[163/800] Compiling DequeModule Deque+Codable.swift
[164/800] Compiling DequeModule Deque+Collection.swift
[165/800] Emitting module DequeModule
[166/801] Compiling Multicodec Codecs+Equatable.swift
[168/801] Compiling Multicodec Codecs.swift
[168/802] Compiling t1_enc.cc
[169/802] Compiling ssl_versions.cc
[171/802] Compiling ssl_x509.cc
[172/802] Compiling ssl_transcript.cc
[183/802] Compiling SwiftSyntax Identifier.swift
[184/802] Compiling SwiftSyntax MemoryLayout.swift
[185/802] Compiling SwiftSyntax MissingNodeInitializers.swift
[186/802] Compiling SwiftSyntax RawSyntax.swift
[187/802] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[188/802] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[189/802] Compiling SwiftSyntax RawSyntaxTokenView.swift
[190/802] Compiling SwiftSyntax SourceEdit.swift
[191/802] Compiling SwiftSyntax SourceLength.swift
[199/802] Compiling SwiftSyntax SyntaxCollection.swift
[200/802] Compiling SwiftSyntax SyntaxHashable.swift
[200/811] Compiling ssl_stat.cc
[202/811] Compiling SwiftSyntax SyntaxProtocol.swift
[203/811] Compiling SwiftSyntax SyntaxText.swift
[204/811] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[205/811] Compiling SwiftSyntax TokenDiagnostic.swift
[206/811] Compiling SwiftSyntax TokenSequence.swift
[207/811] Compiling SwiftSyntax TokenSyntax.swift
[208/811] Compiling SwiftSyntax Trivia.swift
[209/811] Compiling SwiftSyntax Utils.swift
[210/811] Compiling SwiftSyntax ChildNameForKeyPath.swift
[211/811] Compiling SwiftSyntax Keyword.swift
[212/811] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[213/811] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[214/811] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[215/811] Compiling SwiftSyntax SyntaxBaseNodes.swift
[216/811] Compiling SwiftSyntax SyntaxCollections.swift
[217/811] Compiling SwiftSyntax SyntaxEnum.swift
[218/811] Compiling SwiftSyntax SyntaxKind.swift
[219/811] Compiling SwiftSyntax SyntaxRewriter.swift
[220/811] Compiling SwiftSyntax SyntaxTraits.swift
[221/811] Compiling SwiftSyntax SyntaxVisitor.swift
[222/811] Compiling SwiftSyntax TokenKind.swift
[223/811] Compiling SwiftSyntax Tokens.swift
[224/811] Compiling SwiftSyntax TriviaPieces.swift
[225/811] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[226/811] Compiling SwiftSyntax RawSyntaxNodesC.swift
[227/811] Compiling SwiftSyntax RawSyntaxNodesD.swift
[228/811] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[229/811] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[229/825] Compiling ssl_session.cc
[230/825] Compiling ssl_privkey.cc
[231/825] Compiling ssl_file.cc
[232/825] Compiling ssl_key_share.cc
[233/825] Compiling ssl_lib.cc
[250/825] Emitting module CryptoSwift
[263/825] Compiling SwiftSyntax SyntaxIdentifier.swift
[264/825] Compiling SwiftSyntax SyntaxNodeFactory.swift
[265/825] Compiling SwiftSyntax SyntaxNodeStructure.swift
[265/825] Compiling ssl_credential.cc
[266/825] Compiling ssl_cipher.cc
[267/825] Compiling ssl_cert.cc
[268/825] Compiling ssl_aead_ctx.cc
[269/825] Compiling ssl_buffer.cc
[270/825] Compiling ssl_asn1.cc
[272/825] Compiling CryptoSwift Signature.swift
[273/825] Compiling CryptoSwift StreamDecryptor.swift
[274/825] Compiling CryptoSwift StreamEncryptor.swift
[275/825] Compiling CryptoSwift String+Extension.swift
[276/825] Compiling CryptoSwift UInt128.swift
[277/825] Compiling CryptoSwift UInt16+Extension.swift
[278/825] Compiling CryptoSwift UInt32+Extension.swift
[279/825] Compiling CryptoSwift UInt64+Extension.swift
[280/825] Compiling CryptoSwift UInt8+Extension.swift
[281/825] Compiling CryptoSwift Updatable.swift
[282/825] Compiling CryptoSwift Utils.swift
[283/825] Compiling CryptoSwift XChaCha20.swift
[284/825] Compiling CryptoSwift ZeroPadding.swift
[285/825] Compiling CryptoSwift resource_bundle_accessor.swift
[285/825] Compiling s3_pkt.cc
[286/825] Compiling s3_both.cc
[287/825] Compiling s3_lib.cc
[289/825] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[290/825] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[291/825] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[292/825] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[293/825] Compiling SwiftSyntax RawSyntaxValidation.swift
[294/825] Compiling SwiftSyntax SyntaxNodesAB.swift
[295/825] Compiling SwiftSyntax SyntaxNodesC.swift
[296/825] Compiling SwiftSyntax SyntaxNodesD.swift
[297/825] Compiling SwiftSyntax SyntaxNodesEF.swift
[298/825] Compiling SwiftSyntax SyntaxNodesGHI.swift
[299/825] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[300/825] Compiling SwiftSyntax SyntaxNodesOP.swift
[301/825] Compiling SwiftSyntax SyntaxNodesQRS.swift
[302/825] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[303/825] Compiling CryptoSwift XChaCha20+Foundation.swift
[304/825] Compiling CryptoSwift Generics.swift
[305/825] Compiling CryptoSwift HKDF.swift
[306/825] Compiling CryptoSwift HMAC.swift
[307/825] Compiling CryptoSwift ISO10126Padding.swift
[308/825] Compiling CryptoSwift ISO78164Padding.swift
[309/825] Compiling CryptoSwift Int+Extension.swift
[310/825] Compiling CryptoSwift MD5.swift
[311/825] Compiling CryptoSwift NoPadding.swift
[312/825] Compiling CryptoSwift Operators.swift
[313/825] Compiling CryptoSwift DER.swift
[314/825] Compiling CryptoSwift PBKDF1.swift
[315/825] Compiling CryptoSwift PBKDF2.swift
[316/825] Compiling CryptoSwift PKCS1v15.swift
[317/825] Compiling CryptoSwift PKCS5.swift
[318/825] Compiling CryptoSwift PKCS7.swift
[319/825] Compiling CryptoSwift PKCS7Padding.swift
[320/825] Compiling CryptoSwift Padding.swift
[321/825] Compiling CryptoSwift Poly1305.swift
[322/825] Compiling CryptoSwift RSA+Cipher.swift
[323/825] Compiling CryptoSwift RSA+Signature.swift
[324/825] Compiling CryptoSwift RSA.swift
[325/825] Compiling CryptoSwift Rabbit.swift
[326/825] Compiling CryptoSwift SHA1.swift
[327/825] Compiling CryptoSwift SHA2.swift
[328/825] Compiling CryptoSwift SHA3.swift
[329/825] Compiling CryptoSwift Scrypt.swift
[330/825] Compiling CryptoSwift SecureBytes.swift
[331/826] Compiling handshake.cc
[332/826] Compiling handshake_client.cc
[333/826] Compiling handshake_server.cc
[334/826] Compiling handoff.cc
[335/826] Compiling encrypted_client_hello.cc
[336/826] Compiling dtls_method.cc
[337/826] Compiling d1_srtp.cc
[338/826] Compiling extensions.cc
[339/826] Compiling md5-x86_64-linux.S
[340/826] Compiling md5-x86_64-apple.S
[341/826] Compiling md5-586-linux.S
[342/826] Compiling dtls_record.cc
[343/826] Compiling md5-586-apple.S
[344/826] Compiling d1_pkt.cc
[345/826] Compiling chacha20_poly1305_armv8-win.S
[346/826] Compiling chacha20_poly1305_x86_64-linux.S
[347/826] Compiling chacha20_poly1305_x86_64-apple.S
[348/826] Compiling chacha20_poly1305_armv8-linux.S
[349/826] Compiling chacha-x86_64-linux.S
[350/826] Compiling chacha20_poly1305_armv8-apple.S
[351/826] Compiling chacha-x86_64-apple.S
[352/826] Compiling chacha-x86-apple.S
[353/826] Compiling chacha-x86-linux.S
[354/826] Compiling chacha-armv8-win.S
[355/826] Compiling err_data.cc
[356/826] Compiling chacha-armv8-apple.S
[357/826] Compiling chacha-armv8-linux.S
[358/826] Compiling chacha-armv4-linux.S
[359/826] Compiling aes128gcmsiv-x86_64-apple.S
[360/826] Compiling x86_64-mont5-apple.S
[361/826] Compiling aes128gcmsiv-x86_64-linux.S
[362/826] Compiling x86_64-mont5-linux.S
[363/826] Compiling x86_64-mont-apple.S
[364/826] Compiling x86_64-mont-linux.S
[365/826] Compiling x86-mont-apple.S
[366/826] Compiling x86-mont-linux.S
[367/826] Compiling vpaes-x86-apple.S
[368/826] Compiling vpaes-x86_64-linux.S
[369/826] Compiling vpaes-x86_64-apple.S
[370/826] Compiling vpaes-x86-linux.S
[371/826] Compiling vpaes-armv8-win.S
[372/826] Compiling vpaes-armv8-linux.S
[373/826] Compiling vpaes-armv8-apple.S
[373/826] Compiling vpaes-armv7-linux.S
[375/826] Compiling sha512-armv8-win.S
[376/826] Compiling sha512-armv8-linux.S
[377/826] Compiling sha512-x86_64-linux.S
[378/826] Compiling sha512-x86_64-apple.S
[379/826] Compiling sha512-armv8-apple.S
[380/826] Compiling sha512-586-linux.S
[381/826] Compiling sha512-armv4-linux.S
[382/826] Compiling sha512-586-apple.S
[383/826] Compiling sha256-x86_64-linux.S
[384/826] Compiling sha256-x86_64-apple.S
[385/826] Compiling sha256-armv8-win.S
[386/826] Compiling sha256-armv8-linux.S
[387/826] Compiling sha256-armv8-apple.S
[388/826] Compiling sha256-586-apple.S
[389/826] Compiling sha256-armv4-linux.S
[390/826] Compiling bio_ssl.cc
[391/826] Compiling sha256-586-linux.S
[392/826] Compiling sha1-armv8-win.S
[393/826] Compiling sha1-x86_64-apple.S
[394/826] Compiling sha1-armv8-linux.S
[395/826] Compiling sha1-armv8-apple.S
[396/826] Compiling sha1-x86_64-linux.S
[397/826] Compiling sha1-armv4-large-linux.S
[398/826] Compiling sha1-586-linux.S
[399/826] Compiling sha1-586-apple.S
[400/826] Compiling rsaz-avx2-apple.S
[401/826] Compiling rdrand-x86_64-linux.S
[402/826] Compiling rdrand-x86_64-apple.S
[403/826] Compiling rsaz-avx2-linux.S
[404/826] Compiling d1_lib.cc
[405/826] Compiling p256_beeu-x86_64-asm-apple.S
[406/826] Compiling p256_beeu-x86_64-asm-linux.S
[407/826] Compiling p256_beeu-armv8-asm-linux.S
[407/826] Compiling p256_beeu-armv8-asm-win.S
[409/826] Compiling p256_beeu-armv8-asm-apple.S
[410/826] Compiling p256-x86_64-asm-apple.S
[411/826] Compiling p256-armv8-asm-win.S
[412/826] Compiling p256-armv8-asm-apple.S
[413/826] Compiling p256-x86_64-asm-linux.S
[414/826] Compiling p256-armv8-asm-linux.S
[415/826] Compiling ghashv8-armv8-win.S
[416/826] Compiling ghashv8-armv8-apple.S
[417/826] Compiling d1_both.cc
[418/826] Compiling ghash-x86_64-linux.S
[419/826] Compiling ghash-x86_64-apple.S
[420/826] Compiling ghashv8-armv8-linux.S
[421/826] Compiling ghashv8-armv7-linux.S
[422/826] Compiling ghash-x86-linux.S
[423/826] Compiling ghash-x86-apple.S
[424/826] Compiling ghash-ssse3-x86-linux.S
[425/826] Compiling ghash-ssse3-x86_64-linux.S
[426/826] Compiling ghash-ssse3-x86-apple.S
[427/826] Compiling ghash-neon-armv8-win.S
[428/826] Compiling ghash-ssse3-x86_64-apple.S
[429/826] Compiling ghash-neon-armv8-apple.S
[430/826] Compiling ghash-neon-armv8-linux.S
[431/826] Compiling ghash-armv4-linux.S
[432/826] Compiling co-586-linux.S
[433/826] Compiling bsaes-armv7-linux.S
[434/826] Compiling bn-armv8-win.S
[435/826] Compiling co-586-apple.S
[436/826] Compiling bn-armv8-linux.S
[437/826] Compiling bn-armv8-apple.S
[438/826] Compiling bn-586-linux.S
[439/826] Compiling bn-586-apple.S
[440/826] Compiling armv8-mont-win.S
[441/826] Compiling armv8-mont-linux.S
[442/826] Compiling armv8-mont-apple.S
[443/826] Compiling armv4-mont-linux.S
[444/826] Compiling aesv8-gcm-armv8-win.S
[445/826] Compiling aesv8-gcm-armv8-linux.S
[446/826] Compiling aesv8-gcm-armv8-apple.S
[447/826] Compiling aesv8-armv8-linux.S
[448/826] Compiling aesv8-armv8-apple.S
[448/826] Compiling aesv8-armv8-win.S
[450/826] Compiling aesv8-armv7-linux.S
[451/826] Compiling aesni-x86_64-apple.S
[452/826] Compiling aesni-x86_64-linux.S
[453/826] Compiling aesni-x86-apple.S
[453/826] Compiling aesni-x86-linux.S
[455/826] Compiling aesni-gcm-x86_64-linux.S
[457/826] Emitting module SwiftSyntax
[457/826] Compiling aesni-gcm-x86_64-apple.S
[457/826] Compiling aes-gcm-avx2-x86_64-apple.S
[459/826] Compiling aes-gcm-avx2-x86_64-linux.S
[460/826] Compiling aes-gcm-avx10-x86_64-apple.S
[461/826] Compiling aes-gcm-avx10-x86_64-linux.S
[462/826] Compiling x_sig.cc
[463/826] Compiling x_pubkey.cc
[464/826] Compiling x_x509a.cc
[465/826] Compiling x_val.cc
[466/826] Compiling x_req.cc
[467/826] Compiling x_spki.cc
[468/826] Compiling x_x509.cc
[469/826] Compiling x_exten.cc
[470/826] Compiling x_name.cc
[471/826] Compiling x_crl.cc
[472/826] Compiling x_algor.cc
[473/826] Compiling x_attrib.cc
[474/826] Compiling x_all.cc
[475/826] Compiling x509spki.cc
[476/826] Compiling x509_txt.cc
[477/826] Compiling x509cset.cc
[478/826] Compiling x509rset.cc
[479/826] Compiling x509_vpm.cc
[480/826] Compiling x509name.cc
[481/826] Compiling x509_vfy.cc
[482/826] Compiling x509_v3.cc
[483/826] Compiling x509_trs.cc
[484/826] Compiling x509_set.cc
[485/826] Compiling x509_obj.cc
[486/826] Compiling x509_req.cc
[487/826] Compiling x509_def.cc
[488/826] Compiling x509_ext.cc
[489/826] Compiling x509_lu.cc
[490/826] Compiling x509_d2.cc
[491/826] Compiling x509_cmp.cc
[492/826] Compiling x509_att.cc
[493/826] Compiling x509.cc
[494/826] Compiling v3_skey.cc
[495/826] Compiling v3_utl.cc
[496/826] Compiling v3_purp.cc
[497/826] Compiling v3_prn.cc
[498/826] Compiling v3_pmaps.cc
[499/826] Compiling v3_pcons.cc
[500/826] Compiling v3_ocsp.cc
[501/826] Compiling v3_ncons.cc
[502/826] Compiling v3_lib.cc
[503/826] Compiling v3_int.cc
[504/826] Compiling v3_info.cc
[505/826] Compiling v3_ia5.cc
[506/826] Compiling v3_genn.cc
[507/826] Compiling v3_enum.cc
[508/826] Compiling v3_extku.cc
[509/826] Compiling v3_cpols.cc
[510/826] Compiling v3_crld.cc
[511/826] Compiling v3_conf.cc
[512/826] Compiling v3_bitst.cc
[513/826] Compiling v3_bcons.cc
[514/826] Compiling v3_alt.cc
[515/826] Compiling v3_akeya.cc
[516/826] Compiling t_x509a.cc
[517/826] Compiling v3_akey.cc
[518/826] Compiling t_crl.cc
[519/826] Compiling t_x509.cc
[520/826] Compiling i2d_pr.cc
[521/826] Compiling t_req.cc
[522/826] Compiling rsa_pss.cc
[523/826] Compiling name_print.cc
[524/826] Compiling policy.cc
[525/826] Compiling by_file.cc
[526/826] Compiling by_dir.cc
[527/826] Compiling asn1_gen.cc
[528/826] Compiling a_verify.cc
[529/826] Compiling algorithm.cc
[548/826] Compiling a_digest.cc
[549/826] Compiling a_sign.cc
[550/826] Compiling thread_win.cc
[551/826] Compiling thread_pthread.cc
[552/826] Compiling voprf.cc
[553/826] Compiling trust_token.cc
[554/826] Compiling thread.cc
[555/826] Compiling thread_none.cc
[556/826] Compiling pmbtoken.cc
[557/826] Compiling stack.cc
[558/826] Compiling siphash.cc
[559/826] Compiling sha256.cc
[560/826] Compiling sha512.cc
[561/826] Compiling sha1.cc
[562/826] Compiling rsa_print.cc
[563/826] Compiling slhdsa.cc
[564/826] Compiling spake2plus.cc
[565/826] Compiling rsa_extra.cc
[566/826] Compiling refcount.cc
[567/826] Compiling rsa_crypt.cc
[568/826] Compiling windows.cc
[569/826] Compiling rc4.cc
[570/826] Compiling ios.cc
[571/826] Compiling rand.cc
[572/826] Compiling trusty.cc
[573/826] Compiling rsa_asn1.cc
[574/826] Compiling urandom.cc
[575/826] Compiling getentropy.cc
[576/826] Compiling passive.cc
[577/826] Compiling poly1305_arm_asm.S
[578/826] Compiling deterministic.cc
[579/826] Compiling forkunsafe.cc
[580/826] Compiling fork_detect.cc
[581/826] Compiling poly1305_vec.cc
[582/826] Compiling poly1305.cc
[583/826] Compiling poly1305_arm.cc
[584/826] Compiling pool.cc
[585/826] Compiling pkcs7.cc
[586/826] Compiling pkcs8_x509.cc
[587/826] Compiling pkcs7_x509.cc
[588/826] Compiling p5_pbev2.cc
[589/826] Compiling pkcs8.cc
[590/826] Compiling pem_x509.cc
[591/826] Compiling pem_xaux.cc
[592/826] Compiling pem_pkey.cc
[593/826] Compiling obj_xref.cc
[594/826] Compiling pem_pk8.cc
[595/826] Compiling pem_oth.cc
[596/826] Compiling pem_info.cc
[597/826] Compiling pem_lib.cc
[598/826] Compiling pem_all.cc
[599/826] Compiling mlkem.cc
[600/826] Compiling mldsa.cc
[601/826] Compiling md5.cc
[602/826] Compiling mem.cc
[603/826] Compiling poly_rq_mul.S
[604/826] Compiling md4.cc
[605/826] Compiling fips_shared_support.cc
[606/826] Compiling obj.cc
[607/826] Compiling lhash.cc
[608/826] Compiling hrss.cc
[609/826] Compiling ex_data.cc
[610/826] Compiling kyber.cc
[611/826] Compiling sign.cc
[612/826] Compiling scrypt.cc
[613/826] Compiling p_x25519.cc
[614/826] Compiling hpke.cc
[615/826] Compiling pbkdf.cc
[616/826] Compiling print.cc
[617/826] Compiling p_x25519_asn1.cc
[618/826] Compiling p_rsa_asn1.cc
[619/826] Compiling p_ed25519.cc
[620/826] Compiling p_hkdf.cc
[621/826] Compiling p_rsa.cc
[621/826] Compiling p_ed25519_asn1.cc
[623/826] Compiling p_ec_asn1.cc
[624/826] Compiling p_ec.cc
[625/826] Compiling p_dh.cc
[626/826] Compiling p_dh_asn1.cc
[627/826] Compiling evp_ctx.cc
[628/826] Compiling p_dsa_asn1.cc
[629/826] Compiling engine.cc
[630/826] Compiling err.cc
[631/826] Compiling evp.cc
[632/826] Compiling ecdh.cc
[633/826] Compiling evp_asn1.cc
[634/826] Compiling ecdsa_asn1.cc
[635/826] Compiling hash_to_curve.cc
[636/826] Compiling ec_derive.cc
[637/826] Compiling ec_asn1.cc
[638/826] Compiling dsa.cc
[639/826] Compiling params.cc
[640/826] Compiling dsa_asn1.cc
[641/826] Compiling digest_extra.cc
[642/826] Compiling x25519-asm-arm.S
[643/826] Compiling dh_asn1.cc
[644/826] Compiling des.cc
[645/826] Compiling spake25519.cc
[646/826] Compiling crypto.cc
[647/826] Compiling bcm.cc
[648/826] Compiling curve25519.cc
[649/826] Compiling cpu_arm_linux.cc
[650/826] Compiling cpu_intel.cc
[651/826] Compiling cpu_arm_freebsd.cc
[652/826] Compiling cpu_aarch64_sysreg.cc
[653/826] Compiling cpu_aarch64_openbsd.cc
[654/826] Compiling cpu_aarch64_win.cc
[655/826] Compiling cpu_aarch64_linux.cc
[656/826] Compiling cpu_aarch64_fuchsia.cc
[657/826] Compiling curve25519_64_adx.cc
[658/826] Compiling cpu_aarch64_apple.cc
[659/826] Compiling tls_cbc.cc
[660/826] Compiling get_cipher.cc
[661/826] Compiling conf.cc
[662/826] Compiling e_tls.cc
[663/826] Compiling e_rc4.cc
[664/826] Compiling e_rc2.cc
[665/826] Compiling e_null.cc
[666/826] Compiling e_des.cc
[667/826] Compiling e_chacha20poly1305.cc
[668/826] Compiling e_aesgcmsiv.cc
[669/826] Compiling chacha.cc
[670/826] Compiling derive_key.cc
[671/826] Compiling e_aesctrhmac.cc
[672/826] Compiling unicode.cc
[673/826] Compiling buf.cc
[674/826] Compiling cbb.cc
[675/826] Compiling ber.cc
[676/826] Compiling cbs.cc
[677/826] Compiling asn1_compat.cc
[678/826] Compiling blake2.cc
[697/826] Compiling convert.cc
[698/826] Compiling bn_asn1.cc
[699/826] Compiling socket_helper.cc
[700/826] Compiling printf.cc
[701/826] Compiling socket.cc
[702/826] Compiling hexdump.cc
[703/826] Compiling pair.cc
[704/826] Compiling connect.cc
[705/826] Compiling errno.cc
[706/826] Compiling fd.cc
[707/826] Compiling file.cc
[708/826] Compiling bio_mem.cc
[709/826] Compiling bio.cc
[710/826] Compiling base64.cc
[711/826] Compiling tasn_typ.cc
[712/826] Compiling tasn_fre.cc
[713/826] Compiling tasn_enc.cc
[714/826] Compiling posix_time.cc
[715/826] Compiling tasn_new.cc
[716/826] Compiling tasn_utl.cc
[717/826] Compiling f_int.cc
[718/826] Compiling f_string.cc
[719/826] Compiling tasn_dec.cc
[720/826] Compiling asn_pack.cc
[721/826] Compiling asn1_par.cc
[722/826] Compiling a_utctm.cc
[723/826] Compiling asn1_lib.cc
[724/826] Compiling a_type.cc
[724/826] Compiling a_time.cc
[726/826] Compiling a_octet.cc
[727/826] Compiling a_strnid.cc
[728/826] Compiling a_strex.cc
[729/826] Compiling a_i2d_fp.cc
[730/826] Compiling a_int.cc
[731/826] Compiling a_dup.cc
[732/826] Compiling a_mbstr.cc
[733/826] Compiling a_object.cc
[733/826] Write sources
[735/826] Compiling a_d2i_fp.cc
[736/826] Write sources
[737/826] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[738/826] Write sources
[739/826] Compiling a_gentm.cc
[739/826] Write sources
[748/826] Compiling _SwiftSyntaxCShims dummy.c
[749/834] Compiling a_bitstr.cc
[750/836] Compiling a_bool.cc
[752/836] Compiling Base8 Quintets.swift
[753/836] Compiling Base8 BlockEncoding.swift
[754/836] Compiling Base8 BlockDecoding.swift
[755/843] Emitting module Base64
[756/843] Compiling Base64 Base64.swift
[757/845] Emitting module Base8
[758/845] Compiling Base8 Alphabet.swift
[760/845] Emitting module Base2
[761/845] Compiling Base8 Base8.swift
[763/846] Emitting module Base32
[764/864] Compiling Base32 BlockEncoding.swift
[765/864] Compiling Base32 Quintets.swift
[766/864] Compiling BaseX BaseX.swift
[767/864] Emitting module BaseX
[768/865] Compiling Base32 BlockDecoding.swift
[770/867] Compiling Base32 Base32.swift
[771/867] Compiling Base32 Alphabets.swift
[772/868] Compiling Atomics UnsafeAtomic.swift
[773/868] Compiling Atomics UnsafeAtomicLazyReference.swift
[774/870] Compiling Atomics ManagedAtomic.swift
[775/870] Compiling Atomics ManagedAtomicLazyReference.swift
[776/870] Write sources
[776/870] Copying PrivacyInfo.xcprivacy
[776/870] Write sources
[804/870] Compiling Atomics AtomicStorage.swift
[805/870] Compiling Atomics AtomicValue.swift
[806/870] Compiling Atomics AtomicMemoryOrderings.swift
[807/870] Compiling Atomics DoubleWord.swift
[808/898] Compiling Algorithms Product.swift
[809/898] Compiling Algorithms RandomSample.swift
[810/898] Compiling Algorithms FlattenCollection.swift
[811/898] Compiling Algorithms Grouped.swift
[812/898] Compiling Algorithms Indexed.swift
[813/898] Compiling ArgumentParserToolInfo ToolInfo.swift
[814/898] Emitting module ArgumentParserToolInfo
[816/899] Compiling Base2 Base2.swift
[819/904] Compiling Algorithms Reductions.swift
[820/904] Compiling Algorithms Rotate.swift
[821/904] Compiling Algorithms Split.swift
[822/904] Compiling Algorithms Stride.swift
[823/904] Compiling Algorithms Suffix.swift
[823/907] Compiling c-nioatomics.c
[825/907] Compiling Algorithms Joined.swift
[826/907] Compiling Algorithms Keyed.swift
[827/907] Compiling Algorithms MinMax.swift
[828/907] Compiling Algorithms Partition.swift
[829/907] Compiling Algorithms Permutations.swift
[834/909] Compiling Algorithms Intersperse.swift
[835/909] Compiling Algorithms Compacted.swift
[836/909] Compiling Algorithms Cycle.swift
[837/909] Compiling Algorithms EitherSequence.swift
[838/909] Compiling Algorithms FirstNonNil.swift
[839/909] Compiling Algorithms Trim.swift
[840/909] Compiling Algorithms Unique.swift
[841/909] Compiling Algorithms Windows.swift
[842/909] Emitting module Atomics
[843/909] Compiling Algorithms AdjacentPairs.swift
[844/909] Compiling Algorithms Chain.swift
[845/909] Compiling Algorithms Chunked.swift
[846/909] Compiling Algorithms Combinations.swift
[846/909] Compiling c-atomics.c
[855/918] Emitting module Algorithms
[857/925] Compiling SwiftSyntax600 Empty.swift
[858/925] Emitting module SwiftSyntax601
[859/925] Compiling SwiftSyntax601 Empty.swift
[860/925] Emitting module SwiftSyntax600
[861/927] Compiling NIOConcurrencyHelpers NIOLock.swift
[862/927] Emitting module SwiftSyntax509
[863/927] Compiling SwiftSyntax509 Empty.swift
[864/927] Compiling NIOConcurrencyHelpers lock.swift
[866/928] Emitting module SwiftSyntax510
[867/928] Compiling SwiftSyntax510 Empty.swift
[871/929] Emitting module NIOConcurrencyHelpers
[872/929] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[873/932] Compiling NIOConcurrencyHelpers atomics.swift
[874/932] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[876/1041] Emitting module Base8
[877/1094] Compiling Base8 Quintets.swift
[878/1105] Compiling Base8 BlockDecoding.swift
[879/1105] Compiling Base8 BlockEncoding.swift
[880/1105] Emitting module Multibase
[881/1105] Compiling Multibase Multibase.swift
[883/1166] Compiling VarInt VarInt.swift
[884/1166] Emitting module VarInt
[885/1166] Compiling VarInt BinaryEncoder.swift
[887/1167] 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)
[888/1167] Emitting module BaseX
[889/1167] Compiling BaseX BaseX.swift
[890/1167] Compiling Base8 Alphabet.swift
[891/1167] Emitting module SourceControl
[892/1167] Compiling Base8 Base8.swift
[893/1167] Compiling SourceControl Git.swift
[894/1169] Compiling SourceControl LexiconConfig.swift
[895/1169] Compiling SourceControl LexiconsStore.swift
[896/1169] Compiling SourceControl misc.swift
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/46] Write swift-version-24593BA9C3E375BF.txt
[5/86] Emitting module SwiftSyntax600
[6/86] Compiling SwiftSyntax600 Empty.swift
[7/86] Compiling SwiftSyntax509 Empty.swift
[8/86] Emitting module SwiftSyntax509
[9/90] Compiling SwiftSyntax510 Empty.swift
[10/90] Emitting module SwiftSyntax510
[14/88] Compiling RealModule Real.swift
[15/88] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[16/90] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[17/90] Compiling InternalCollectionsUtilities Debugging.swift
[18/90] Compiling InternalCollectionsUtilities Descriptions.swift
[19/90] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[20/90] Compiling RealModule Float80+Real.swift
[21/90] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[22/90] Compiling RealModule Float16+Real.swift
[23/90] Emitting module SourceControl
[24/90] Compiling RealModule RealFunctions.swift
[25/90] Compiling RealModule AlgebraicField.swift
[26/90] Compiling RealModule ApproximateEquality.swift
[27/90] Compiling RealModule AugmentedArithmetic.swift
[28/90] Compiling RealModule Double+Real.swift
[29/90] Compiling RealModule ElementaryFunctions.swift
[30/90] Compiling RealModule Float+Real.swift
[31/90] Compiling SourceControl misc.swift
[32/94] Compiling SourceControl LexiconsStore.swift
[33/98] Compiling SourceControl GitRepository.swift
[34/98] Compiling SourceControl Git.swift
[35/98] Compiling SourceControl LexiconConfig.swift
[36/99] Compiling VarInt BinaryEncoder.swift
[37/99] Emitting module VarInt
[38/99] Compiling VarInt VarInt.swift
[39/100] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[40/100] Compiling InternalCollectionsUtilities _SortedCollection.swift
[44/100] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[45/100] Compiling InternalCollectionsUtilities UInt+reversed.swift
[48/100] Compiling VarInt VarInt.swift
[49/100] Compiling VarInt BinaryEncoder.swift
[50/100] Emitting module VarInt
[51/100] Emitting module InternalCollectionsUtilities
[52/101] Compiling SwiftSyntax601 Empty.swift
[53/101] Emitting module SwiftSyntax601
[55/103] Emitting module RealModule
[60/102] Compiling _NIODataStructures _TinyArray.swift
[61/102] Compiling _NIODataStructures PriorityQueue.swift
[62/102] Compiling _NIODataStructures Heap.swift
[63/104] Compiling _NIOBase64 Base64.swift
[64/104] Emitting module _NIOBase64
[65/104] Emitting module _NIODataStructures
[67/112] Emitting module SwiftSyntax600
[68/112] Compiling SwiftSyntax600 Empty.swift
[69/116] Compiling SwiftSyntax601 Empty.swift
[71/117] Emitting module SwiftSyntax601
[72/120] Emitting module SwiftSyntax510
[73/120] Compiling SwiftSyntax510 Empty.swift
[74/121] Emitting module SwiftSyntax509
[76/121] Compiling SwiftSyntax509 Empty.swift
[80/192] Compiling SourceControl Git.swift
[81/192] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[82/211] 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)
[83/216] Compiling NIOConcurrencyHelpers NIOLock.swift
[84/216] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[85/216] Emitting module SourceControl
[86/216] Compiling DequeModule _DequeBuffer.swift
[87/216] Compiling DequeModule _DequeBufferHeader.swift
[88/218] Compiling Logging LogHandler.swift
[89/242] Compiling NIOConcurrencyHelpers atomics.swift
[90/313] Compiling Logging MetadataProvider.swift
[91/323] Compiling NIOConcurrencyHelpers lock.swift
[92/323] Compiling Multicodec Multicodec.swift
[93/323] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[94/323] Compiling CryptoSwift AES.Cryptors.swift
[95/323] Compiling CryptoSwift AES.swift
[96/323] Compiling CryptoSwift ASN1.swift
[97/323] Emitting module Logging
[98/323] Emitting module NIOConcurrencyHelpers
[99/324] Compiling SourceControl LexiconsStore.swift
[100/324] Compiling SourceControl LexiconConfig.swift
[101/324] Compiling SourceControl misc.swift
[102/324] Compiling Multicodec Multicodec.swift
BUILD FAILURE 6.1 wasm