Build Information
Failed to build swift-container-plugin, reference 1.1.2 (1ea160), with Swift 6.1 for Wasm on 21 Nov 2025 18:27:08 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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: 1.1.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/apple/swift-container-plugin
* tag 1.1.2 -> FETCH_HEAD
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 1.1.2
========================================
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-4606859-3":/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-argument-parser
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/apple/swift-crypto.git
[1/2158] Fetching swift-docc-plugin
[239/18848] Fetching swift-docc-plugin, swift-argument-parser
[6833/36301] Fetching swift-docc-plugin, swift-argument-parser, swift-crypto
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.54s)
[17738/34143] Fetching swift-argument-parser, swift-crypto
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-argument-parser from cache (0.88s)
[1920/17453] Fetching swift-crypto
[3318/18392] Fetching swift-crypto, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.41s)
[9251/17453] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.24s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (2.81s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (0.53s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (2.40s)
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.43s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.04s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.1.0 (3.87s)
Fetching https://github.com/apple/swift-asn1.git
[1/1653] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.26s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (0.93s)
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/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.2
[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
[20/797] Compiling VendorCNIOExtrasZlib empty.c
[21/797] Compiling CXKCPShims shims.c
[22/797] Compiling SimpleFIPS202.c
[23/797] Compiling KeccakSponge.c
[24/797] Compiling KeccakHash.c
[25/797] Compiling fiat_p256_adx_mul.S
[26/797] Compiling fiat_p256_adx_sqr.S
[27/797] Compiling fiat_curve25519_adx_square.S
[28/797] Compiling fiat_curve25519_adx_mul.S
[29/797] Compiling md5-586-linux.S
[30/797] Compiling md5-x86_64-apple.S
[30/797] Compiling md5-x86_64-linux.S
[32/797] Compiling md5-586-apple.S
[33/797] Compiling chacha20_poly1305_x86_64-apple.S
[34/797] Compiling chacha20_poly1305_armv8-win.S
[35/797] Compiling chacha20_poly1305_armv8-linux.S
[36/797] Compiling chacha20_poly1305_x86_64-linux.S
[37/797] Compiling VendorCNIOExtrasZlib empty.c
[37/797] Write swift-version-24593BA9C3E375BF.txt
[39/797] Compiling chacha20_poly1305_armv8-apple.S
[40/797] Compiling chacha-x86_64-linux.S
[41/797] Compiling chacha-x86-linux.S
[42/797] Compiling chacha-x86-apple.S
[43/797] Compiling chacha-x86_64-apple.S
[44/808] Compiling KeccakP-1600-opt64.c
[45/818] Compiling err_data.cc
[46/821] Compiling CCryptoBoringSSLShims shims.c
[48/821] Emitting module swift_container_plugin
[48/821] Compiling chacha-armv8-win.S
[49/824] Compiling chacha-armv8-linux.S
[50/824] Compiling chacha-armv8-apple.S
[51/827] Compiling chacha-armv4-linux.S
[52/827] Compiling aes128gcmsiv-x86_64-linux.S
[53/827] Compiling aes128gcmsiv-x86_64-apple.S
[54/827] Compiling x86_64-mont5-linux.S
[55/827] Compiling x86_64-mont5-apple.S
[56/827] Compiling x86_64-mont-linux.S
[57/827] Compiling x86_64-mont-apple.S
[58/827] Compiling x86-mont-linux.S
[59/827] Compiling x86-mont-apple.S
[60/827] Compiling vpaes-x86_64-linux.S
[61/827] Compiling vpaes-x86_64-apple.S
[62/827] Compiling vpaes-x86-linux.S
[63/827] Compiling vpaes-x86-apple.S
[64/827] Compiling vpaes-armv8-win.S
[65/827] Compiling vpaes-armv8-linux.S
[66/827] Compiling vpaes-armv8-apple.S
[67/827] Compiling vpaes-armv7-linux.S
[68/827] Compiling sha512-x86_64-linux.S
[69/827] Compiling sha512-x86_64-apple.S
[70/827] Compiling sha512-armv8-win.S
[71/827] Compiling sha512-armv8-linux.S
[72/827] Compiling sha512-armv8-apple.S
[73/827] Compiling sha512-armv4-linux.S
[74/827] Compiling sha512-586-linux.S
[76/827] Emitting module Basics
[76/827] Compiling sha512-586-apple.S
[77/827] Compiling sha256-x86_64-linux.S
[78/827] Compiling sha256-x86_64-apple.S
[79/827] Compiling sha256-armv8-win.S
[80/827] Compiling sha256-armv8-linux.S
[81/827] Compiling sha256-armv8-apple.S
[82/827] Compiling sha256-armv4-linux.S
[83/827] Compiling sha256-586-linux.S
[84/827] Compiling sha256-586-apple.S
[86/827] Compiling HTTPTypes ISOLatin1String.swift
[86/828] Compiling sha1-x86_64-linux.S
[88/828] Compiling HTTPTypes HTTPParsedFields.swift
[89/828] 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
[90/828] Compiling swift_container_plugin Empty.swift
[91/828] Emitting module Tar
[91/829] Compiling sha1-x86_64-apple.S
[92/829] Emitting module Tar
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/718] Write sources
[10/719] Compiling sha1-x86_64-apple.S
[11/719] Compiling sha1-armv8-linux.S
[11/719] Compiling sha1-armv8-win.S
[13/719] Compiling sha1-586-apple.S
[14/719] Compiling sha1-586-linux.S
[15/719] Compiling sha1-armv4-large-linux.S
[16/719] Compiling rsaz-avx2-linux.S
[17/719] Compiling sha1-armv8-apple.S
[18/719] Compiling rdrand-x86_64-linux.S
[19/719] Compiling rdrand-x86_64-apple.S
[20/719] Compiling rsaz-avx2-apple.S
[21/719] Compiling p256_beeu-x86_64-asm-linux.S
[21/719] Compiling p256_beeu-x86_64-asm-apple.S
[23/719] Compiling p256_beeu-armv8-asm-linux.S
[24/719] Compiling p256_beeu-armv8-asm-win.S
[25/719] Compiling p256_beeu-armv8-asm-apple.S
[26/719] Compiling p256-x86_64-asm-apple.S
[27/719] Compiling p256-armv8-asm-win.S
[28/719] Compiling p256-x86_64-asm-linux.S
[29/719] Compiling p256-armv8-asm-apple.S
[30/719] Compiling p256-armv8-asm-linux.S
[30/719] Compiling ghashv8-armv8-win.S
[32/719] Compiling ghashv8-armv8-linux.S
[33/719] Compiling ghashv8-armv8-apple.S
[34/719] Compiling ghashv8-armv7-linux.S
[35/719] Compiling ghash-x86-apple.S
[36/719] Compiling ghash-x86_64-apple.S
[37/719] Compiling ghash-x86-linux.S
[37/719] Compiling ghash-x86_64-linux.S
[39/719] Compiling ghash-ssse3-x86_64-linux.S
[40/719] Compiling ghash-ssse3-x86-linux.S
[41/719] Compiling ghash-ssse3-x86_64-apple.S
[41/719] Compiling ghash-ssse3-x86-apple.S
[43/719] Compiling ghash-neon-armv8-win.S
[44/719] Compiling co-586-linux.S
[45/719] Compiling ghash-neon-armv8-linux.S
[46/719] Compiling ghash-armv4-linux.S
[47/719] Compiling ghash-neon-armv8-apple.S
[48/719] Compiling bn-armv8-win.S
[49/719] Compiling co-586-apple.S
[50/719] Compiling armv8-mont-win.S
[51/719] Compiling bn-586-linux.S
[52/719] Compiling bsaes-armv7-linux.S
[53/719] Compiling bn-armv8-apple.S
[54/719] Compiling bn-armv8-linux.S
[55/719] Compiling bn-586-apple.S
[56/719] Compiling armv4-mont-linux.S
[57/719] Compiling armv8-mont-apple.S
[58/719] Compiling armv8-mont-linux.S
[59/719] Compiling aesv8-gcm-armv8-apple.S
[60/719] Compiling aesv8-gcm-armv8-win.S
[61/719] Compiling aesv8-armv8-win.S
[62/719] Compiling aesv8-gcm-armv8-linux.S
[63/719] Compiling aesv8-armv8-apple.S
[64/719] Compiling aesv8-armv8-linux.S
[65/719] Compiling aesni-x86-linux.S
[66/719] Compiling aesni-x86-apple.S
[67/719] Compiling aesv8-armv7-linux.S
[68/719] Compiling aesni-x86_64-apple.S
[69/719] Compiling aesni-x86_64-linux.S
[70/719] Compiling aesni-gcm-x86_64-linux.S
[71/719] Compiling aes-gcm-avx512-x86_64-apple.S
[72/719] Compiling aes-gcm-avx512-x86_64-linux.S
[73/719] Compiling aesni-gcm-x86_64-apple.S
[74/719] Compiling aes-gcm-avx2-x86_64-apple.S
[75/719] Compiling aes-gcm-avx2-x86_64-linux.S
[76/719] Compiling xwing.cc
[77/719] Compiling x_x509.cc
[78/719] Compiling x_name.cc
[79/719] Compiling x_sig.cc
[80/719] Compiling x_req.cc
[81/719] Compiling x_spki.cc
[82/719] Compiling x_pubkey.cc
[83/719] Compiling x_x509a.cc
[84/719] Compiling x_exten.cc
[85/719] Compiling x_attrib.cc
[86/719] Compiling x_crl.cc
[87/719] Compiling x_all.cc
[88/719] Compiling x509spki.cc
[89/719] Compiling x_algor.cc
[90/719] Compiling x509rset.cc
[91/719] Compiling x509name.cc
[92/719] Compiling x509cset.cc
[93/719] Compiling x509_vpm.cc
[94/719] Compiling x509_txt.cc
[95/719] Compiling x509_vfy.cc
[96/719] Compiling x509_v3.cc
[97/719] Compiling x509_set.cc
[98/719] Compiling x509_trs.cc
[99/719] Compiling x509_req.cc
[100/719] Compiling x509_obj.cc
[101/719] Compiling x509_lu.cc
[102/719] Compiling x509_def.cc
[103/719] Compiling x509_ext.cc
[104/719] Compiling x509.cc
[105/719] Compiling x509_d2.cc
[106/719] Compiling x509_att.cc
[107/719] Compiling x509_cmp.cc
[108/719] Compiling v3_utl.cc
[109/719] Compiling v3_skey.cc
[110/719] Compiling v3_prn.cc
[111/719] Compiling v3_purp.cc
[112/719] Compiling v3_pmaps.cc
[113/719] Compiling v3_ocsp.cc
[114/719] Compiling v3_pcons.cc
[115/719] Compiling v3_ncons.cc
[116/719] Compiling v3_lib.cc
[117/719] Compiling v3_int.cc
[118/719] Compiling v3_ia5.cc
[119/719] Compiling v3_genn.cc
[120/719] Compiling v3_extku.cc
[121/719] Compiling v3_info.cc
[122/719] Compiling v3_enum.cc
[123/719] Compiling v3_crld.cc
[124/719] Compiling v3_cpols.cc
[125/719] Compiling v3_bitst.cc
[126/719] Compiling v3_bcons.cc
[127/719] Compiling v3_conf.cc
[128/719] Compiling v3_akeya.cc
[129/719] Compiling v3_alt.cc
[130/719] Compiling v3_akey.cc
[131/719] Compiling t_x509a.cc
[132/719] Compiling i2d_pr.cc
[133/719] Compiling t_x509.cc
[134/719] Compiling t_req.cc
[135/719] Compiling t_crl.cc
[136/719] Compiling rsa_pss.cc
[137/719] Compiling policy.cc
[138/719] Compiling name_print.cc
[139/719] Compiling by_file.cc
[140/719] Compiling by_dir.cc
[141/719] Compiling asn1_gen.cc
[142/719] Compiling voprf.cc
[143/719] Compiling algorithm.cc
[144/719] Compiling a_verify.cc
[145/719] Compiling a_digest.cc
[146/719] Compiling a_sign.cc
[147/719] Compiling thread_win.cc
[148/719] Compiling trust_token.cc
[149/719] Compiling thread.cc
[150/719] Compiling thread_none.cc
[151/719] Compiling thread_pthread.cc
[152/719] Compiling stack.cc
[153/719] Compiling pmbtoken.cc
[154/719] Compiling siphash.cc
[155/719] Compiling sha512.cc
[156/719] Compiling sha1.cc
[157/719] Compiling slhdsa.cc
[158/719] Compiling sha256.cc
[159/719] Compiling rsa_print.cc
[160/719] Compiling rsa_extra.cc
[161/719] Compiling spake2plus.cc
[162/719] Compiling rc4.cc
[163/719] Compiling refcount.cc
[164/719] Compiling windows.cc
[165/719] Compiling rsa_crypt.cc
[166/719] Compiling trusty.cc
[167/719] Compiling rand.cc
[168/719] Compiling urandom.cc
[169/719] Compiling ios.cc
[170/719] Compiling getentropy.cc
[171/719] Compiling passive.cc
[172/719] Compiling poly1305_arm_asm.S
[173/719] Compiling forkunsafe.cc
[174/719] Compiling deterministic.cc
[175/719] Compiling fork_detect.cc
[176/719] Compiling rsa_asn1.cc
[177/719] Compiling poly1305_arm.cc
[178/719] Compiling poly1305.cc
[179/719] Compiling poly1305_vec.cc
[180/719] Compiling pool.cc
[181/719] Compiling pkcs7.cc
[182/719] Compiling pkcs8.cc
[183/719] Compiling p5_pbev2.cc
[184/719] Compiling pkcs8_x509.cc
[185/719] Compiling pem_xaux.cc
[186/719] Compiling pkcs7_x509.cc
[187/719] Compiling pem_x509.cc
[188/719] Compiling pem_pkey.cc
[189/719] Compiling mlkem.cc
[190/719] Compiling obj_xref.cc
[191/719] Compiling pem_pk8.cc
[192/719] Compiling pem_oth.cc
[193/719] Compiling pem_info.cc
[194/719] Compiling pem_lib.cc
[195/719] Compiling pem_all.cc
[196/719] Compiling mldsa.cc
[197/719] Compiling obj.cc
[198/719] Compiling poly_rq_mul.S
[199/719] Compiling mem.cc
[200/719] Compiling fips_shared_support.cc
[201/719] Compiling lhash.cc
[202/719] Compiling md5.cc
[203/719] Compiling md4.cc
[204/719] Compiling fuzzer_mode.cc
[205/719] Compiling kyber.cc
[206/719] Compiling ex_data.cc
[207/719] Compiling hrss.cc
[208/719] Compiling hpke.cc
[209/719] Compiling scrypt.cc
[210/719] Compiling pbkdf.cc
[211/719] Compiling print.cc
[212/719] Compiling sign.cc
[213/719] Compiling p_x25519_asn1.cc
[214/719] Compiling p_x25519.cc
[215/719] Compiling p_rsa_asn1.cc
[216/719] Compiling p_ed25519_asn1.cc
[217/719] Compiling p_hkdf.cc
[218/719] Compiling p_ed25519.cc
[219/719] Compiling p_rsa.cc
[220/719] Compiling p_ec_asn1.cc
[221/719] Compiling p_ec.cc
[222/719] Compiling p_dsa_asn1.cc
[223/719] Compiling p_dh.cc
[224/719] Compiling p_dh_asn1.cc
[225/719] Compiling evp_ctx.cc
[226/719] Compiling err.cc
[227/719] Compiling evp_asn1.cc
[228/719] Compiling engine.cc
[229/719] Compiling ecdsa_p1363.cc
[230/719] Compiling evp.cc
[231/719] Compiling ecdh.cc
[232/719] Compiling ecdsa_asn1.cc
[233/719] Compiling ec_derive.cc
[234/719] Compiling hash_to_curve.cc
[235/719] Compiling dsa.cc
[236/719] Compiling dsa_asn1.cc
[237/719] Compiling digest_extra.cc
[238/719] Compiling ec_asn1.cc
[239/719] Compiling des.cc
[240/719] Compiling x25519-asm-arm.S
[241/719] Compiling params.cc
[242/719] Compiling dh_asn1.cc
[243/719] Compiling cpu_intel.cc
[244/719] Compiling crypto.cc
[245/719] Compiling cpu_arm_linux.cc
[246/719] Compiling curve25519.cc
[247/719] Compiling spake25519.cc
[248/719] Compiling cpu_arm_freebsd.cc
[249/719] Compiling cpu_aarch64_openbsd.cc
[250/719] Compiling cpu_aarch64_win.cc
[251/719] Compiling cpu_aarch64_sysreg.cc
[252/719] Compiling cpu_aarch64_linux.cc
[253/719] Compiling curve25519_64_adx.cc
[254/719] Compiling cpu_aarch64_fuchsia.cc
[255/719] Compiling cpu_aarch64_apple.cc
[256/719] Compiling get_cipher.cc
[257/719] Compiling e_tls.cc
[258/719] Compiling tls_cbc.cc
[259/719] Compiling e_rc4.cc
[260/719] Compiling conf.cc
[261/719] Compiling e_rc2.cc
[262/719] Compiling e_null.cc
[263/719] Compiling e_chacha20poly1305.cc
[264/719] Compiling e_des.cc
[265/719] Compiling e_aeseax.cc
[266/719] Compiling e_aesgcmsiv.cc
[267/719] Compiling cms.cc
[268/719] Compiling e_aesctrhmac.cc
[269/719] Compiling derive_key.cc
[270/719] Compiling chacha.cc
[271/719] Compiling unicode.cc
[272/719] Compiling buf.cc
[273/719] Compiling sqrt.cc
[274/719] Compiling ber.cc
[275/719] Compiling cbb.cc
[276/719] Compiling asn1_compat.cc
[277/719] Compiling cbs.cc
[278/719] Compiling div.cc
[279/719] Compiling exponentiation.cc
[280/719] Compiling printf.cc
[281/719] Compiling bn_asn1.cc
[282/719] Compiling pair.cc
[283/719] Compiling blake2.cc
[284/719] Compiling convert.cc
[285/719] Compiling hexdump.cc
[286/719] Compiling file.cc
[287/719] Compiling fd.cc
[288/719] Compiling errno.cc
[289/719] Compiling bio_mem.cc
[290/719] Compiling bio.cc
[291/719] Compiling base64.cc
[292/719] Compiling tasn_typ.cc
[293/719] Compiling tasn_fre.cc
[294/719] Compiling tasn_utl.cc
[295/719] Compiling tasn_enc.cc
[296/719] Compiling posix_time.cc
[297/719] Compiling tasn_new.cc
[298/719] Compiling f_string.cc
[299/719] Compiling f_int.cc
[300/719] Compiling asn1_par.cc
[301/719] Compiling asn_pack.cc
[302/719] Compiling tasn_dec.cc
[303/719] Compiling a_utctm.cc
[304/719] Compiling asn1_lib.cc
[305/719] Compiling a_octet.cc
[306/719] Compiling a_type.cc
[307/719] Compiling a_time.cc
[308/719] Compiling a_strex.cc
[309/719] Compiling a_strnid.cc
[310/719] Compiling a_i2d_fp.cc
[311/719] Compiling a_dup.cc
[312/719] Compiling a_mbstr.cc
[313/719] Compiling a_object.cc
[314/719] Compiling a_d2i_fp.cc
[314/719] Write sources
[316/719] Compiling a_int.cc
[317/719] Compiling SimpleFIPS202.c
[318/719] Compiling a_gentm.cc
[318/719] Compiling CXKCPShims shims.c
[320/719] Compiling KeccakSponge.c
[321/719] Compiling KeccakHash.c
[322/719] Compiling fiat_p256_adx_sqr.S
[323/719] Compiling fiat_p256_adx_mul.S
[324/719] Write swift-version-24593BA9C3E375BF.txt
[325/719] Compiling aes.cc
[326/719] Compiling fiat_curve25519_adx_square.S
[327/719] Compiling fiat_curve25519_adx_mul.S
[328/719] Compiling a_bool.cc
[329/734] Compiling CCryptoBoringSSLShims shims.c
[331/734] Compiling swift_container_plugin Empty.swift
[332/734] Emitting module swift_container_plugin
[332/735] Compiling a_bitstr.cc
[335/750] Emitting module Tar
[336/750] 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
[337/750] Emitting module Tar
[337/750] Compiling KeccakP-1600-opt64.c
[337/750] Compiling bcm.cc
BUILD FAILURE 6.1 wasm