Build Information
Failed to build swift-container-plugin, reference main (1ea160), with Swift 6.1 for Wasm on 21 Nov 2025 18:37:33 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-container-plugin.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/apple/swift-container-plugin
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 1ea1608 ContainerRegistry: Remove Authorization header when redirecting on Linux (#167)
Cloned https://github.com/apple/swift-container-plugin.git
Revision (git rev-parse @):
1ea160856206a2077a754534aca895c2412e8618
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-container-plugin.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/apple/swift-container-plugin.git
https://github.com/apple/swift-container-plugin.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-http-types",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-http-types.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
}
],
"manifest_display_name" : "swift-container-plugin",
"name" : "swift-container-plugin",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "containertool",
"targets" : [
"containertool"
],
"type" : {
"executable" : null
}
},
{
"name" : "ContainerImageBuilder",
"targets" : [
"ContainerImageBuilder"
],
"type" : {
"plugin" : null
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "swift_container_plugin",
"module_type" : "SwiftTarget",
"name" : "swift-container-plugin",
"path" : "Sources/swift-container-plugin",
"sources" : [
"Empty.swift"
],
"type" : "library"
},
{
"c99name" : "containertoolTests",
"module_type" : "SwiftTarget",
"name" : "containertoolTests",
"path" : "Tests/containertoolTests",
"sources" : [
"ELFDetectTests.swift",
"ZlibTests.swift"
],
"target_dependencies" : [
"containertool"
],
"type" : "test"
},
{
"c99name" : "containertool",
"module_type" : "SwiftTarget",
"name" : "containertool",
"path" : "Sources/containertool",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"containertool",
"ContainerImageBuilder"
],
"sources" : [
"ELFDetect.swift",
"Extensions/Archive+appending.swift",
"Extensions/ELF+containerArchitecture.swift",
"Extensions/Errors+CustomStringConvertible.swift",
"Extensions/NetrcError+CustomStringConvertible.swift",
"Extensions/RegistryClient+CopyBlobs.swift",
"Extensions/RegistryClient+Layers.swift",
"Extensions/RegistryClient+publish.swift",
"Logging.swift",
"containertool.swift",
"gzip.swift"
],
"target_dependencies" : [
"ContainerRegistry",
"VendorCNIOExtrasZlib",
"Tar"
],
"type" : "executable"
},
{
"c99name" : "VendorCNIOExtrasZlib",
"module_type" : "ClangTarget",
"name" : "VendorCNIOExtrasZlib",
"path" : "Vendor/github.com/apple/swift-nio-extras/Sources/CNIOExtrasZlib",
"product_memberships" : [
"containertool",
"ContainerImageBuilder"
],
"sources" : [
"empty.c"
],
"type" : "library"
},
{
"c99name" : "TarTests",
"module_type" : "SwiftTarget",
"name" : "TarTests",
"path" : "Tests/TarTests",
"sources" : [
"TarInteropTests.swift",
"TarUnitTests.swift"
],
"target_dependencies" : [
"Tar"
],
"type" : "test"
},
{
"c99name" : "Tar",
"module_type" : "SwiftTarget",
"name" : "Tar",
"path" : "Sources/Tar",
"product_memberships" : [
"containertool",
"ContainerImageBuilder"
],
"sources" : [
"tar.swift"
],
"type" : "library"
},
{
"c99name" : "ContainerRegistryTests",
"module_type" : "SwiftTarget",
"name" : "ContainerRegistryTests",
"path" : "Tests/ContainerRegistryTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/ContainerRegistryTests/Resources/netrc.basic",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/ContainerRegistryTests/Resources/netrc.default",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/ContainerRegistryTests/Resources/netrc.empty",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/ContainerRegistryTests/Resources/netrc.invaliddefault",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"AuthTests.swift",
"ImageReferenceTests.swift",
"SmokeTests.swift"
],
"target_dependencies" : [
"ContainerRegistry"
],
"type" : "test"
},
{
"c99name" : "ContainerRegistry",
"module_type" : "SwiftTarget",
"name" : "ContainerRegistry",
"path" : "Sources/ContainerRegistry",
"product_dependencies" : [
"Crypto",
"HTTPTypes",
"HTTPTypesFoundation"
],
"product_memberships" : [
"containertool",
"ContainerImageBuilder"
],
"sources" : [
"AuthHandler.swift",
"HTTPClient.swift",
"ImageDestination.swift",
"ImageReference+Digest.swift",
"ImageReference.swift",
"ImageSource.swift",
"RegistryClient+CheckAPI.swift",
"RegistryClient+ImageDestination.swift",
"RegistryClient+ImageSource.swift",
"RegistryClient+Tags.swift",
"RegistryClient.swift",
"Schema.swift",
"ScratchImage.swift"
],
"target_dependencies" : [
"Basics"
],
"type" : "library"
},
{
"c99name" : "ContainerImageBuilder",
"module_type" : "PluginTarget",
"name" : "ContainerImageBuilder",
"path" : "Plugins/ContainerImageBuilder",
"plugin_capability" : {
"intent" : {
"description" : "Builds a container image for the specified target",
"type" : "custom",
"verb" : "build-container-image"
},
"permissions" : [
{
"network_scope" : {
"all" : {
"ports" : [
]
}
},
"reason" : "This command publishes images to container registries over the network",
"type" : "allowNetworkConnections"
}
],
"type" : "command"
},
"product_memberships" : [
"ContainerImageBuilder"
],
"sources" : [
"Pipe+lines.swift",
"main.swift",
"runner.swift"
],
"target_dependencies" : [
"containertool"
],
"type" : "plugin"
},
{
"c99name" : "Basics",
"module_type" : "SwiftTarget",
"name" : "Basics",
"path" : "Vendor/github.com/apple/swift-package-manager/Sources/Basics",
"product_memberships" : [
"containertool",
"ContainerImageBuilder"
],
"sources" : [
"AuthorizationProvider.swift",
"Netrc.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2158] Fetching swift-docc-plugin
[217/3097] Fetching swift-docc-plugin, swift-http-types
[916/19787] Fetching swift-docc-plugin, swift-http-types, swift-argument-parser
[1670/37240] Fetching swift-docc-plugin, swift-http-types, swift-argument-parser, swift-crypto
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.78s)
[9061/35082] Fetching swift-http-types, swift-argument-parser, swift-crypto
Fetched https://github.com/apple/swift-http-types.git from cache (5.03s)
Fetched https://github.com/apple/swift-argument-parser from cache (5.05s)
Fetched https://github.com/apple/swift-crypto.git from cache (5.09s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (6.02s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (0.62s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (4.04s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3578] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.53s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.43s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.1.0 (6.33s)
Fetching https://github.com/apple/swift-asn1.git
[1/1653] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.52s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (1.96s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.1.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.6.2
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
[1/1] Compiling plugin ContainerImageBuilder
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin Swift-DocC
[4/4] Compiling plugin GenerateManual
[5/5] Compiling plugin GenerateDoccReference
Building for debugging...
[5/797] Write sources
[25/797] Compiling VendorCNIOExtrasZlib empty.c
[26/797] Compiling SimpleFIPS202.c
[27/797] Compiling CXKCPShims shims.c
[28/797] Compiling KeccakSponge.c
[29/797] Compiling KeccakHash.c
[30/797] Compiling fiat_p256_adx_sqr.S
[31/797] Compiling fiat_p256_adx_mul.S
[32/797] Compiling fiat_curve25519_adx_square.S
[33/797] Write swift-version-24593BA9C3E375BF.txt
[34/797] Compiling VendorCNIOExtrasZlib empty.c
[35/797] Compiling fiat_curve25519_adx_mul.S
[36/797] Compiling md5-x86_64-linux.S
[37/797] Compiling aes.cc
[38/803] Compiling KeccakP-1600-opt64.c
[39/803] Compiling CCryptoBoringSSLShims shims.c
[40/812] Compiling aes.cc
[41/824] Compiling a_bitstr.cc
[43/829] Compiling HTTPTypes ISOLatin1String.swift
[44/829] Compiling HTTPTypes HTTPParsedFields.swift
[45/830] Emitting module swift_container_plugin
[46/830] Compiling HTTPTypes HTTPResponse.swift
[47/830] Compiling swift_container_plugin Empty.swift
[48/831] Compiling Tar tar.swift
/host/spi-builder-workspace/Sources/Tar/tar.swift:101:5: error: integer literal '8589934591' overflows when stored into signed 'Builtin.Int32'
99 | func octal11(_ value: Int) -> String {
100 | precondition(value >= 0)
101 | precondition(value < 0o777_7777_7777)
| `- error: integer literal '8589934591' overflows when stored into signed 'Builtin.Int32'
102 | // String(format: "%011o", value) cannot be used because of a race in Foundation
103 | // which causes it to return an empty string from time to time when running the tests
/host/spi-builder-workspace/Sources/Tar/tar.swift:101:5: error: integer literal '8589934591' overflows when stored into signed 'Builtin.Int32'
99 | func octal11(_ value: Int) -> String {
100 | precondition(value >= 0)
101 | precondition(value < 0o777_7777_7777)
| `- error: integer literal '8589934591' overflows when stored into signed 'Builtin.Int32'
102 | // String(format: "%011o", value) cannot be used because of a race in Foundation
103 | // which causes it to return an empty string from time to time when running the tests
/host/spi-builder-workspace/Sources/Tar/tar.swift:101:26: error: integer literal '8589934591' overflows when stored into 'Int'
99 | func octal11(_ value: Int) -> String {
100 | precondition(value >= 0)
101 | precondition(value < 0o777_7777_7777)
| `- error: integer literal '8589934591' overflows when stored into 'Int'
102 | // String(format: "%011o", value) cannot be used because of a race in Foundation
103 | // which causes it to return an empty string from time to time when running the tests
[49/831] Emitting module Tar
[50/831] Compiling HTTPTypes HTTPRequest.swift
[51/831] Emitting module ArgumentParserToolInfo
[52/831] Compiling HTTPTypes HTTPField.swift
[53/831] Compiling HTTPTypes HTTPFieldName.swift
[54/831] Emitting module HTTPTypes
[55/831] Emitting module Tar
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
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 ContainerImageBuilder
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin Swift-DocC
[4/4] Compiling plugin GenerateManual
[5/5] Compiling plugin GenerateDoccReference
Building for debugging...
[5/761] Compiling md5-586-linux.S
[6/761] Compiling md5-586-apple.S
[7/761] Compiling chacha20_poly1305_armv8-win.S
[8/761] Compiling chacha20_poly1305_x86_64-apple.S
[9/761] Compiling md5-x86_64-apple.S
[10/761] Compiling chacha20_poly1305_armv8-linux.S
[11/761] Compiling chacha20_poly1305_armv8-apple.S
[12/761] Compiling chacha-x86_64-linux.S
[13/761] Compiling chacha-x86_64-apple.S
[14/761] Compiling chacha-x86-linux.S
[15/761] Compiling chacha-x86-apple.S
[16/761] Compiling chacha-armv8-apple.S
[17/761] Compiling chacha-armv8-win.S
[18/761] Compiling chacha-armv8-linux.S
[19/761] Compiling chacha20_poly1305_x86_64-linux.S
[20/761] Compiling chacha-armv4-linux.S
[21/761] Compiling aes128gcmsiv-x86_64-linux.S
[22/761] Compiling aes128gcmsiv-x86_64-apple.S
[23/761] Compiling x86_64-mont5-apple.S
[24/761] Compiling x86_64-mont-apple.S
[25/761] Compiling x86_64-mont-linux.S
[26/761] Compiling x86-mont-linux.S
[27/761] Compiling x86_64-mont5-linux.S
[28/761] Compiling x86-mont-apple.S
[29/761] Compiling vpaes-x86_64-linux.S
[30/761] Compiling vpaes-x86_64-apple.S
[31/761] Compiling vpaes-x86-linux.S
[32/761] Compiling vpaes-x86-apple.S
[33/761] Compiling vpaes-armv8-win.S
[34/761] Compiling vpaes-armv8-linux.S
[35/761] Compiling vpaes-armv7-linux.S
[36/761] Compiling vpaes-armv8-apple.S
[37/761] Compiling sha512-x86_64-apple.S
[38/761] Compiling sha512-armv8-linux.S
[39/761] Compiling sha512-armv8-win.S
[40/761] Compiling sha512-x86_64-linux.S
[41/761] Compiling sha512-armv8-apple.S
[42/761] Compiling sha512-armv4-linux.S
[43/761] Compiling err_data.cc
[44/761] Compiling sha512-586-linux.S
[45/761] Compiling sha512-586-apple.S
[46/761] Compiling sha256-x86_64-apple.S
[47/761] Compiling sha256-armv8-win.S
[48/761] Compiling sha256-armv8-linux.S
[49/761] Compiling sha256-x86_64-linux.S
[50/761] Compiling sha256-armv8-apple.S
[51/761] Compiling sha256-586-linux.S
[52/761] Compiling sha256-armv4-linux.S
[53/761] Compiling sha256-586-apple.S
[54/761] Compiling sha1-armv8-win.S
[55/761] Compiling sha1-x86_64-apple.S
[56/761] Compiling sha1-armv8-apple.S
[57/761] Compiling sha1-armv8-linux.S
[58/761] Compiling sha1-x86_64-linux.S
[59/761] Compiling sha1-armv4-large-linux.S
[60/761] Compiling sha1-586-apple.S
[61/761] Compiling sha1-586-linux.S
[62/761] Compiling rsaz-avx2-apple.S
[63/761] Compiling rsaz-avx2-linux.S
[64/761] Compiling rdrand-x86_64-linux.S
[65/761] Compiling rdrand-x86_64-apple.S
[66/761] Compiling p256_beeu-armv8-asm-win.S
[67/761] Compiling p256_beeu-x86_64-asm-apple.S
[68/761] Compiling p256_beeu-x86_64-asm-linux.S
[69/761] Compiling p256_beeu-armv8-asm-linux.S
[70/761] Compiling p256_beeu-armv8-asm-apple.S
[71/761] Compiling p256-x86_64-asm-apple.S
[72/761] Compiling ghashv8-armv8-win.S
[73/761] Compiling p256-x86_64-asm-linux.S
[74/761] Compiling p256-armv8-asm-linux.S
[75/761] Compiling p256-armv8-asm-apple.S
[76/761] Compiling p256-armv8-asm-win.S
[77/761] Compiling ghashv8-armv7-linux.S
[78/761] Compiling ghashv8-armv8-linux.S
[79/761] Compiling ghash-x86-linux.S
[80/761] Compiling ghashv8-armv8-apple.S
[81/761] Compiling ghash-x86_64-apple.S
[82/761] Compiling ghash-x86_64-linux.S
[83/761] Compiling ghash-x86-apple.S
[84/761] Compiling ghash-ssse3-x86_64-linux.S
[85/761] Compiling ghash-ssse3-x86-linux.S
[86/761] Compiling ghash-ssse3-x86_64-apple.S
[87/761] Compiling ghash-ssse3-x86-apple.S
[88/761] Compiling ghash-neon-armv8-linux.S
[89/761] Compiling ghash-neon-armv8-win.S
[90/761] Compiling co-586-linux.S
[91/761] Compiling ghash-armv4-linux.S
[92/761] Compiling ghash-neon-armv8-apple.S
[93/761] Compiling bsaes-armv7-linux.S
[94/761] Compiling co-586-apple.S
[95/761] Compiling bn-armv8-win.S
[96/761] Compiling bn-586-apple.S
[97/761] Compiling bn-armv8-apple.S
[98/761] Compiling bn-586-linux.S
[99/761] Compiling bn-armv8-linux.S
[100/761] Compiling armv8-mont-win.S
[101/761] Compiling armv8-mont-linux.S
[102/761] Compiling armv4-mont-linux.S
[103/761] Compiling aesv8-gcm-armv8-linux.S
[104/761] Compiling aesv8-gcm-armv8-win.S
[105/761] Compiling armv8-mont-apple.S
[106/761] Compiling aesv8-armv8-win.S
[107/761] Compiling aesv8-gcm-armv8-apple.S
[108/761] Compiling aesv8-armv8-linux.S
[109/761] Compiling aesv8-armv8-apple.S
[109/761] Compiling aesv8-armv7-linux.S
[111/761] Compiling aesni-x86_64-apple.S
[112/761] Compiling aesni-x86-linux.S
[113/761] Compiling aesni-x86_64-linux.S
[114/761] Compiling aesni-x86-apple.S
[115/761] Compiling aesni-gcm-x86_64-linux.S
[116/761] Compiling aesni-gcm-x86_64-apple.S
[117/761] Compiling aes-gcm-avx512-x86_64-apple.S
[118/761] Compiling aes-gcm-avx512-x86_64-linux.S
[119/761] Compiling aes-gcm-avx2-x86_64-apple.S
[120/761] Compiling aes-gcm-avx2-x86_64-linux.S
[121/761] Compiling xwing.cc
[122/761] Compiling x_sig.cc
[123/761] Compiling x_name.cc
[124/761] Compiling x_spki.cc
[125/761] Compiling x_req.cc
[126/761] Compiling x_x509a.cc
[127/761] Compiling x_pubkey.cc
[128/761] Compiling x_x509.cc
[129/761] Compiling x_exten.cc
[130/761] Compiling x_attrib.cc
[131/761] Compiling x_crl.cc
[132/761] Compiling x509spki.cc
[133/761] Compiling x_all.cc
[134/761] Compiling x_algor.cc
[135/761] Compiling x509rset.cc
[136/761] Compiling x509name.cc
[137/761] Compiling x509cset.cc
[138/761] Compiling x509_txt.cc
[139/761] Compiling x509_vpm.cc
[140/761] Compiling x509_vfy.cc
[141/761] Compiling x509_v3.cc
[142/761] Compiling x509_set.cc
[143/761] Compiling x509_trs.cc
[144/761] Compiling x509_req.cc
[145/761] Compiling x509_obj.cc
[146/761] Compiling x509_def.cc
[147/761] Compiling x509_lu.cc
[148/761] Compiling x509_ext.cc
[149/761] Compiling x509_d2.cc
[150/761] Compiling x509_att.cc
[151/761] Compiling x509.cc
[152/761] Compiling x509_cmp.cc
[153/761] Compiling v3_utl.cc
[154/761] Compiling v3_skey.cc
[155/761] Compiling v3_prn.cc
[156/761] Compiling v3_purp.cc
[157/761] Compiling v3_pmaps.cc
[158/761] Compiling v3_ocsp.cc
[159/761] Compiling v3_pcons.cc
[160/761] Compiling v3_ncons.cc
[161/761] Compiling v3_lib.cc
[162/761] Compiling v3_int.cc
[163/761] Compiling v3_info.cc
[164/761] Compiling v3_ia5.cc
[165/761] Compiling v3_genn.cc
[166/761] Compiling v3_extku.cc
[167/761] Compiling v3_enum.cc
[168/761] Compiling v3_crld.cc
[169/761] Compiling v3_cpols.cc
[170/761] Compiling v3_conf.cc
[171/761] Compiling v3_bitst.cc
[172/761] Compiling v3_bcons.cc
[173/761] Compiling v3_akey.cc
[174/761] Compiling v3_akeya.cc
[175/761] Compiling v3_alt.cc
[176/761] Compiling t_x509a.cc
[177/761] Compiling t_x509.cc
[178/761] Compiling i2d_pr.cc
[179/761] Compiling t_crl.cc
[180/761] Compiling name_print.cc
[181/761] Compiling t_req.cc
[182/761] Compiling policy.cc
[183/761] Compiling rsa_pss.cc
[184/761] Compiling by_file.cc
[185/761] Compiling by_dir.cc
[186/761] Compiling asn1_gen.cc
[187/761] Compiling trust_token.cc
[188/761] Compiling voprf.cc
[189/761] Compiling algorithm.cc
[190/761] Compiling a_digest.cc
[191/761] Compiling a_sign.cc
[192/761] Compiling a_verify.cc
[193/761] Compiling thread_win.cc
[194/761] Compiling thread_pthread.cc
[195/761] Compiling thread.cc
[196/761] Compiling pmbtoken.cc
[197/761] Compiling thread_none.cc
[198/761] Compiling stack.cc
[199/761] Compiling siphash.cc
[200/761] Compiling sha512.cc
[201/761] Compiling sha256.cc
[202/761] Compiling sha1.cc
[203/761] Compiling slhdsa.cc
[204/761] Compiling rsa_print.cc
[205/761] Compiling rsa_crypt.cc
[206/761] Compiling rsa_extra.cc
[207/761] Compiling spake2plus.cc
[208/761] Compiling rc4.cc
[209/761] Compiling refcount.cc
[210/761] Compiling trusty.cc
[211/761] Compiling windows.cc
[212/761] Compiling rand.cc
[213/761] Compiling ios.cc
[214/761] Compiling urandom.cc
[215/761] Compiling passive.cc
[216/761] Compiling getentropy.cc
[217/761] Compiling forkunsafe.cc
[218/761] Compiling poly1305_arm_asm.S
[219/761] Compiling fork_detect.cc
[220/761] Compiling deterministic.cc
[221/761] Compiling poly1305_arm.cc
[222/761] Compiling rsa_asn1.cc
[223/761] Compiling poly1305.cc
[224/761] Compiling pool.cc
[225/761] Compiling poly1305_vec.cc
[226/761] Compiling p5_pbev2.cc
[227/761] Compiling pkcs7.cc
[228/761] Compiling pkcs8.cc
[229/761] Compiling pem_xaux.cc
[230/761] Compiling pkcs8_x509.cc
[231/761] Compiling pem_x509.cc
[232/761] Compiling pkcs7_x509.cc
[233/761] Compiling pem_pkey.cc
[234/761] Compiling mlkem.cc
[235/761] Compiling obj_xref.cc
[236/761] Compiling pem_pk8.cc
[237/761] Compiling mldsa.cc
[238/761] Compiling pem_oth.cc
[239/761] Compiling pem_info.cc
[240/761] Compiling pem_lib.cc
[241/761] Compiling mem.cc
[242/761] Compiling pem_all.cc
[243/761] Compiling poly_rq_mul.S
[244/761] Compiling obj.cc
[245/761] Compiling fips_shared_support.cc
[246/761] Compiling md5.cc
[247/761] Compiling lhash.cc
[248/761] Compiling md4.cc
[249/761] Compiling fuzzer_mode.cc
[250/761] Compiling ex_data.cc
[251/761] Compiling kyber.cc
[252/761] Compiling hrss.cc
[253/761] Compiling hpke.cc
[254/761] Compiling scrypt.cc
[255/761] Compiling pbkdf.cc
[256/761] Compiling print.cc
[257/761] Compiling sign.cc
[258/761] Compiling p_x25519_asn1.cc
[259/761] Compiling p_x25519.cc
[260/761] Compiling p_hkdf.cc
[261/761] Compiling p_rsa_asn1.cc
[262/761] Compiling p_rsa.cc
[263/761] Compiling p_ed25519_asn1.cc
[264/761] Compiling p_ed25519.cc
[265/761] Compiling p_dh.cc
[266/761] Compiling p_dsa_asn1.cc
[267/761] Compiling p_dh_asn1.cc
[268/761] Compiling p_ec_asn1.cc
[269/761] Compiling p_ec.cc
[270/761] Compiling evp_ctx.cc
[271/761] Compiling evp_asn1.cc
[272/761] Compiling err.cc
[273/761] Compiling ecdh.cc
[274/761] Compiling engine.cc
[275/761] Compiling ecdsa_p1363.cc
[276/761] Compiling ec_derive.cc
[277/761] Compiling evp.cc
[278/761] Compiling ecdsa_asn1.cc
[279/761] Compiling dsa.cc
[280/761] Compiling hash_to_curve.cc
[281/761] Compiling ec_asn1.cc
[282/761] Compiling dsa_asn1.cc
[283/761] Compiling digest_extra.cc
[284/761] Compiling x25519-asm-arm.S
[285/761] Compiling des.cc
[286/761] Compiling params.cc
[287/761] Compiling dh_asn1.cc
[288/761] Compiling cpu_arm_linux.cc
[289/761] Compiling cpu_intel.cc
[290/761] Compiling spake25519.cc
[291/761] Compiling crypto.cc
[292/761] Compiling curve25519.cc
[293/761] Compiling cpu_aarch64_win.cc
[294/761] Compiling cpu_arm_freebsd.cc
[295/761] Compiling cpu_aarch64_openbsd.cc
[296/761] Compiling cpu_aarch64_sysreg.cc
[297/761] Compiling cpu_aarch64_linux.cc
[298/761] Compiling cpu_aarch64_fuchsia.cc
[299/761] Compiling curve25519_64_adx.cc
[300/761] Compiling cpu_aarch64_apple.cc
[301/761] Compiling get_cipher.cc
[302/761] Compiling conf.cc
[303/761] Compiling e_rc4.cc
[304/761] Compiling e_tls.cc
[305/761] Compiling tls_cbc.cc
[306/761] Compiling e_rc2.cc
[307/761] Compiling e_null.cc
[308/761] Compiling e_des.cc
[309/761] Compiling derive_key.cc
[310/761] Compiling e_aesctrhmac.cc
[311/761] Compiling e_aesgcmsiv.cc
[312/761] Compiling e_chacha20poly1305.cc
[313/761] Compiling e_aeseax.cc
[314/761] Compiling cms.cc
[315/761] Compiling chacha.cc
[316/761] Compiling buf.cc
[317/761] Compiling unicode.cc
[318/761] Compiling sqrt.cc
[319/761] Compiling ber.cc
[320/761] Compiling cbb.cc
[321/761] Compiling asn1_compat.cc
[322/761] Compiling cbs.cc
[323/761] Compiling exponentiation.cc
[324/761] Compiling printf.cc
[325/761] Compiling convert.cc
[326/761] Compiling div.cc
[327/761] Compiling pair.cc
[328/761] Compiling file.cc
[329/761] Compiling hexdump.cc
[330/761] Compiling bn_asn1.cc
[331/761] Compiling fd.cc
[332/761] Compiling blake2.cc
[333/761] Compiling errno.cc
[334/761] Compiling bio.cc
[335/761] Compiling bio_mem.cc
[336/761] Compiling base64.cc
[337/761] Compiling tasn_fre.cc
[338/761] Compiling tasn_typ.cc
[339/761] Compiling tasn_enc.cc
[340/761] Compiling posix_time.cc
[341/761] Compiling tasn_new.cc
[342/761] Compiling tasn_utl.cc
[343/761] Compiling f_string.cc
[344/761] Compiling f_int.cc
[345/761] Compiling tasn_dec.cc
[346/761] Compiling asn_pack.cc
[347/761] Compiling asn1_par.cc
[348/761] Compiling a_utctm.cc
[349/761] Compiling asn1_lib.cc
[350/761] Compiling a_octet.cc
[351/761] Compiling a_type.cc
[352/761] Compiling a_time.cc
[353/761] Compiling a_strex.cc
[354/761] Compiling a_i2d_fp.cc
[355/761] Compiling a_strnid.cc
[356/761] Compiling a_mbstr.cc
[357/761] Compiling a_dup.cc
[358/761] Write sources
[359/761] Compiling CXKCPShims shims.c
[360/761] Compiling a_object.cc
[361/761] Compiling SimpleFIPS202.c
[362/761] Compiling a_gentm.cc
[363/761] Write swift-version-24593BA9C3E375BF.txt
[364/761] Compiling a_d2i_fp.cc
[365/761] Compiling KeccakHash.c
[366/761] Compiling a_int.cc
[367/761] Compiling KeccakSponge.c
[368/761] Compiling a_bool.cc
[370/783] Compiling swift_container_plugin Empty.swift
[371/783] Emitting module swift_container_plugin
[371/786] Compiling CCryptoBoringSSLShims shims.c
[374/792] Compiling Tar tar.swift
/host/spi-builder-workspace/Sources/Tar/tar.swift:101:5: error: integer literal '8589934591' overflows when stored into signed 'Builtin.Int32'
99 | func octal11(_ value: Int) -> String {
100 | precondition(value >= 0)
101 | precondition(value < 0o777_7777_7777)
| `- error: integer literal '8589934591' overflows when stored into signed 'Builtin.Int32'
102 | // String(format: "%011o", value) cannot be used because of a race in Foundation
103 | // which causes it to return an empty string from time to time when running the tests
/host/spi-builder-workspace/Sources/Tar/tar.swift:101:5: error: integer literal '8589934591' overflows when stored into signed 'Builtin.Int32'
99 | func octal11(_ value: Int) -> String {
100 | precondition(value >= 0)
101 | precondition(value < 0o777_7777_7777)
| `- error: integer literal '8589934591' overflows when stored into signed 'Builtin.Int32'
102 | // String(format: "%011o", value) cannot be used because of a race in Foundation
103 | // which causes it to return an empty string from time to time when running the tests
/host/spi-builder-workspace/Sources/Tar/tar.swift:101:26: error: integer literal '8589934591' overflows when stored into 'Int'
99 | func octal11(_ value: Int) -> String {
100 | precondition(value >= 0)
101 | precondition(value < 0o777_7777_7777)
| `- error: integer literal '8589934591' overflows when stored into 'Int'
102 | // String(format: "%011o", value) cannot be used because of a race in Foundation
103 | // which causes it to return an empty string from time to time when running the tests
[375/792] Emitting module Tar
[376/792] Compiling HTTPTypes ISOLatin1String.swift
[377/793] Compiling HTTPTypes HTTPParsedFields.swift
[378/793] Emitting module Basics
[379/793] Emitting module Tar
[380/793] Emitting module Basics
[380/793] Compiling KeccakP-1600-opt64.c
[380/793] Compiling bcm.cc
BUILD FAILURE 6.1 wasm