Build Information
Failed to build swift-container-plugin, reference 1.0.2 (4ffc54
), with Swift 6.1 for Wasm on 1 Jul 2025 18:03:33 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-container-plugin.git
Reference: 1.0.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.0.2 -> FETCH_HEAD
HEAD is now at 4ffc546 ContainerRegistry: Reject invalid image tags and digests (#142)
Cloned https://github.com/apple/swift-container-plugin.git
Revision (git rev-parse @):
4ffc546c72c79d6f035043a81045607e8e7b8dea
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-container-plugin.git at 1.0.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" : "4.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",
"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",
"Blobs.swift",
"CheckAPI.swift",
"HTTPClient.swift",
"ImageManifest+Digest.swift",
"ImageReference.swift",
"Manifests.swift",
"RegistryClient+ImageConfiguration.swift",
"RegistryClient.swift",
"Schema.swift",
"Tags.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-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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/swiftlang/swift-docc-plugin
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
[1/2094] Fetching swift-docc-plugin
[169/2998] Fetching swift-docc-plugin, swift-http-types
[956/18643] Fetching swift-docc-plugin, swift-http-types, swift-crypto
[2167/34142] Fetching swift-docc-plugin, swift-http-types, swift-crypto, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.72s)
[8357/18643] Fetching swift-docc-plugin, swift-http-types, swift-crypto
Fetched https://github.com/apple/swift-http-types.git from cache (3.35s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (3.37s)
Fetched https://github.com/apple/swift-crypto.git from cache (3.42s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (4.38s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (1.00s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (4.06s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3419] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.63s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.76s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.15s)
Fetching https://github.com/apple/swift-asn1.git
[1/1616] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.51s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.56s)
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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
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-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.1
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
[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/773] Write sources
[14/773] Compiling VendorCNIOExtrasZlib empty.c
[15/773] Write sources
[16/773] Compiling VendorCNIOExtrasZlib empty.c
[17/773] Compiling fiat_p256_adx_sqr.S
[18/773] Compiling fiat_p256_adx_mul.S
[19/773] Compiling fiat_curve25519_adx_square.S
[20/773] Compiling fiat_curve25519_adx_mul.S
[21/773] Compiling md5-x86_64-linux.S
[22/773] Write swift-version-24593BA9C3E375BF.txt
[23/773] Compiling md5-x86_64-apple.S
[24/773] Compiling md5-586-linux.S
[25/773] Compiling CCryptoBoringSSLShims shims.c
[27/779] Emitting module swift_container_plugin
[27/779] Compiling pem_info.cc
[28/779] Compiling pem_oth.cc
[29/779] Compiling pem_pk8.cc
[30/779] Compiling md5-586-apple.S
[31/779] Compiling pem_x509.cc
[33/779] Emitting module Tar
[33/779] Compiling pem_lib.cc
[34/779] Compiling chacha20_poly1305_x86_64-apple.S
[35/779] Compiling chacha20_poly1305_x86_64-linux.S
[36/780] Compiling chacha20_poly1305_armv8-win.S
[37/786] Compiling chacha20_poly1305_armv8-linux.S
[38/787] Compiling chacha20_poly1305_armv8-apple.S
[39/787] Compiling chacha-x86_64-apple.S
[40/787] Compiling chacha-x86_64-linux.S
[41/787] Compiling chacha-x86-linux.S
[42/787] Compiling chacha-x86-apple.S
[43/787] Compiling chacha-armv8-win.S
[44/787] Compiling chacha-armv8-linux.S
[45/787] Compiling chacha-armv8-apple.S
[46/787] Compiling err_data.cc
[47/787] Compiling chacha-armv4-linux.S
[48/787] Compiling aes128gcmsiv-x86_64-linux.S
[49/787] Compiling aes128gcmsiv-x86_64-apple.S
[50/787] Compiling x86_64-mont5-linux.S
[51/787] Compiling x86_64-mont5-apple.S
[52/787] Compiling x86_64-mont-linux.S
[53/787] Compiling x86_64-mont-apple.S
[54/787] Compiling x86-mont-linux.S
[55/787] Compiling x86-mont-apple.S
[56/787] Compiling vpaes-x86_64-linux.S
[57/787] Compiling vpaes-x86_64-apple.S
[58/787] Compiling vpaes-x86-linux.S
[59/787] Compiling vpaes-x86-apple.S
[60/787] Compiling vpaes-armv8-win.S
[61/787] Compiling vpaes-armv8-linux.S
[62/787] Compiling vpaes-armv7-linux.S
[63/787] Compiling vpaes-armv8-apple.S
[64/787] Compiling sha512-x86_64-linux.S
[65/787] Compiling sha512-x86_64-apple.S
[66/787] Compiling sha512-armv8-win.S
[67/787] Compiling sha512-armv8-linux.S
[68/787] Compiling sha512-armv8-apple.S
[69/787] Compiling sha512-armv4-linux.S
[70/787] Compiling sha512-586-linux.S
[71/787] Compiling sha512-586-apple.S
[72/787] Compiling sha256-x86_64-apple.S
[73/787] Compiling sha256-armv8-win.S
[74/787] Compiling sha256-x86_64-linux.S
[75/787] Compiling sha256-armv8-linux.S
[76/787] Compiling sha256-armv4-linux.S
[77/787] Compiling sha256-armv8-apple.S
[78/787] Compiling sha256-586-linux.S
[79/787] Compiling sha1-x86_64-apple.S
[80/787] Compiling sha256-586-apple.S
[81/787] Compiling sha1-armv8-win.S
[82/787] Compiling sha1-x86_64-linux.S
[83/787] Compiling sha1-armv8-apple.S
[84/787] Compiling sha1-armv8-linux.S
[85/787] Compiling sha1-586-linux.S
[86/787] Compiling sha1-armv4-large-linux.S
[87/787] Compiling sha1-586-apple.S
[88/787] Compiling rsaz-avx2-linux.S
[89/787] Compiling rsaz-avx2-apple.S
[90/787] Compiling rdrand-x86_64-linux.S
[91/787] Compiling rdrand-x86_64-apple.S
[92/787] Compiling p256_beeu-x86_64-asm-apple.S
[93/787] Compiling p256_beeu-x86_64-asm-linux.S
[94/787] Compiling p256_beeu-armv8-asm-win.S
[95/787] Compiling p256_beeu-armv8-asm-linux.S
[96/787] Compiling p256_beeu-armv8-asm-apple.S
[97/787] Compiling p256-x86_64-asm-apple.S
[98/787] Compiling p256-armv8-asm-win.S
[99/787] Compiling p256-x86_64-asm-linux.S
[100/787] Compiling p256-armv8-asm-linux.S
[101/787] Compiling p256-armv8-asm-apple.S
[102/787] Compiling ghashv8-armv8-win.S
[103/787] Compiling ghashv8-armv8-linux.S
[104/787] Compiling ghashv8-armv8-apple.S
[105/787] Compiling ghashv8-armv7-linux.S
[106/787] Compiling ghash-x86_64-linux.S
[107/787] Compiling ghash-x86-linux.S
[108/787] Compiling ghash-x86_64-apple.S
[109/787] Compiling ghash-x86-apple.S
[110/787] Compiling ghash-ssse3-x86_64-linux.S
[111/787] Compiling ghash-ssse3-x86-apple.S
[112/787] Compiling ghash-ssse3-x86-linux.S
[113/787] Compiling ghash-ssse3-x86_64-apple.S
[114/787] Compiling ghash-neon-armv8-win.S
[115/787] Compiling ghash-neon-armv8-apple.S
[116/787] Compiling ghash-neon-armv8-linux.S
[117/787] Compiling ghash-armv4-linux.S
[118/787] Compiling co-586-linux.S
[119/787] Compiling co-586-apple.S
[120/787] Compiling bsaes-armv7-linux.S
[121/787] Compiling bn-armv8-win.S
[122/787] Compiling bn-armv8-linux.S
[123/787] Compiling bn-586-linux.S
[124/787] Compiling bn-armv8-apple.S
[125/787] Compiling bn-586-apple.S
[126/787] Compiling armv8-mont-win.S
[127/787] Compiling armv8-mont-linux.S
[128/787] Compiling armv8-mont-apple.S
[129/787] Compiling armv4-mont-linux.S
[130/787] Compiling aesv8-gcm-armv8-win.S
[131/787] Compiling aesv8-gcm-armv8-linux.S
[132/787] Compiling aesv8-gcm-armv8-apple.S
[133/787] Compiling aesv8-armv8-win.S
[134/787] Compiling aesv8-armv8-linux.S
[135/787] Compiling aesv8-armv8-apple.S
[136/787] Compiling aesv8-armv7-linux.S
[137/787] Compiling aesni-x86_64-linux.S
[138/787] Compiling aesni-x86_64-apple.S
[139/787] Compiling aesni-x86-linux.S
[140/787] Compiling aesni-x86-apple.S
[140/787] Compiling aesni-gcm-x86_64-linux.S
[142/787] Compiling aesni-gcm-x86_64-apple.S
[143/787] Compiling aes-gcm-avx10-x86_64-apple.S
[144/787] Compiling aes-gcm-avx10-x86_64-linux.S
[145/787] Compiling x_val.cc
[146/787] Compiling x_x509.cc
[147/787] Compiling x_x509a.cc
[148/787] Compiling x_spki.cc
[150/787] Compiling swift_container_plugin Empty.swift
[151/788] 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
[151/788] Compiling x_req.cc
[151/788] Compiling x_pubkey.cc
[152/788] Emitting module Tar
[152/788] Compiling x_name.cc
[152/788] Compiling x_sig.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
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/631] Write sources
[13/632] Compiling x_sig.cc
[14/632] Compiling x_req.cc
[15/632] Compiling x_pubkey.cc
[16/632] Compiling x_name.cc
[17/632] Compiling x_exten.cc
[18/632] Compiling x_attrib.cc
[19/632] Compiling x_crl.cc
[20/632] Compiling x_all.cc
[21/632] Compiling x_algor.cc
[22/632] Compiling x509spki.cc
[23/632] Compiling x509rset.cc
[24/632] Compiling x509cset.cc
[25/632] Compiling x509_vpm.cc
[26/632] Compiling x509_vfy.cc
[27/632] Compiling x509name.cc
[28/632] Compiling x509_v3.cc
[29/632] Compiling x509_txt.cc
[30/632] Compiling x509_trs.cc
[31/632] Compiling x509_set.cc
[32/632] Compiling x509_req.cc
[33/632] Compiling x509_ext.cc
[34/632] Compiling x509_obj.cc
[35/632] Compiling x509_lu.cc
[36/632] Compiling x509_def.cc
[37/632] Compiling x509_d2.cc
[38/632] Compiling x509_cmp.cc
[39/632] Compiling x509.cc
[40/632] Compiling x509_att.cc
[41/632] Compiling v3_skey.cc
[42/632] Compiling v3_prn.cc
[43/632] Compiling v3_utl.cc
[44/632] Compiling v3_purp.cc
[45/632] Compiling v3_pmaps.cc
[46/632] Compiling v3_pcons.cc
[47/632] Compiling v3_ocsp.cc
[48/632] Compiling v3_int.cc
[49/632] Compiling v3_lib.cc
[50/632] Compiling v3_ncons.cc
[51/632] Compiling v3_ia5.cc
[52/632] Compiling v3_info.cc
[53/632] Compiling v3_genn.cc
[54/632] Compiling v3_extku.cc
[55/632] Compiling v3_enum.cc
[56/632] Compiling v3_bitst.cc
[57/632] Compiling v3_conf.cc
[58/632] Compiling v3_cpols.cc
[59/632] Compiling v3_crld.cc
[60/632] Compiling v3_bcons.cc
[61/632] Compiling v3_alt.cc
[62/632] Compiling v3_akeya.cc
[63/632] Compiling v3_akey.cc
[64/632] Compiling t_x509a.cc
[65/632] Compiling t_crl.cc
[66/632] Compiling t_x509.cc
[67/632] Compiling t_req.cc
[68/632] Compiling rsa_pss.cc
[69/632] Compiling i2d_pr.cc
[70/632] Compiling policy.cc
[71/632] Compiling name_print.cc
[72/632] Compiling by_file.cc
[73/632] Compiling by_dir.cc
[74/632] Compiling asn1_gen.cc
[75/632] Compiling algorithm.cc
[76/632] Compiling a_verify.cc
[77/632] Compiling voprf.cc
[78/632] Compiling a_digest.cc
[79/632] Compiling a_sign.cc
[80/632] Compiling thread_win.cc
[81/632] Compiling trust_token.cc
[82/632] Compiling thread_pthread.cc
[83/632] Compiling thread_none.cc
[84/632] Compiling pmbtoken.cc
[85/632] Compiling thread.cc
[86/632] Compiling wots.cc
[87/632] Compiling thash.cc
[88/632] Compiling stack.cc
[89/632] Compiling merkle.cc
[90/632] Compiling sha512.cc
[91/632] Compiling fors.cc
[92/632] Compiling slhdsa.cc
[93/632] Compiling siphash.cc
[94/632] Compiling sha256.cc
[95/632] Compiling sha1.cc
[96/632] Compiling rsa_print.cc
[97/632] Compiling rc4.cc
[97/632] Compiling rsa_extra.cc
[99/632] Compiling refcount.cc
[100/632] Compiling rsa_asn1.cc
[101/632] Compiling rsa_crypt.cc
[102/632] Compiling windows.cc
[103/632] Compiling trusty.cc
[104/632] Compiling urandom.cc
[105/632] Compiling rand_extra.cc
[106/632] Compiling ios.cc
[107/632] Compiling passive.cc
[108/632] Compiling poly1305_arm_asm.S
[109/632] Compiling getentropy.cc
[110/632] Compiling forkunsafe.cc
[111/632] Compiling deterministic.cc
[112/632] Compiling fork_detect.cc
[113/632] Compiling pool.cc
[114/632] Compiling poly1305.cc
[115/632] Compiling poly1305_arm.cc
[116/632] Compiling poly1305_vec.cc
[117/632] Compiling pkcs7.cc
[118/632] Compiling p5_pbev2.cc
[119/632] Compiling pkcs8_x509.cc
[120/632] Compiling pkcs8.cc
[121/632] Compiling pkcs7_x509.cc
[122/632] Compiling pem_xaux.cc
[123/632] Compiling obj_xref.cc
[124/632] Compiling pem_pkey.cc
[125/632] Compiling pem_all.cc
[126/632] Compiling mldsa.cc
[127/632] Compiling mlkem.cc
[128/632] Compiling mem.cc
[129/632] Compiling obj.cc
[130/632] Compiling fips_shared_support.cc
[131/632] Compiling poly_rq_mul.S
[132/632] Compiling md5.cc
[133/632] Compiling lhash.cc
[134/632] Compiling md4.cc
[135/632] Compiling kyber.cc
[136/632] Compiling hrss.cc
[137/632] Compiling ex_data.cc
[138/632] Compiling scrypt.cc
[139/632] Compiling sign.cc
[140/632] Compiling hpke.cc
[141/632] Compiling pbkdf.cc
[142/632] Compiling print.cc
[143/632] Compiling p_x25519.cc
[144/632] Compiling p_x25519_asn1.cc
[145/632] Compiling p_hkdf.cc
[146/632] Compiling p_rsa_asn1.cc
[147/632] Compiling p_ed25519.cc
[148/632] Compiling p_rsa.cc
[149/632] Compiling p_ed25519_asn1.cc
[150/632] Compiling p_ec_asn1.cc
[151/632] Compiling p_ec.cc
[152/632] Compiling p_dh_asn1.cc
[153/632] Compiling p_dh.cc
[154/632] Compiling p_dsa_asn1.cc
[155/632] Compiling evp_ctx.cc
[156/632] Compiling evp.cc
[157/632] Compiling err.cc
[158/632] Compiling evp_asn1.cc
[159/632] Compiling engine.cc
[160/632] Compiling ecdh_extra.cc
[161/632] Compiling ecdsa_asn1.cc
[162/632] Compiling hash_to_curve.cc
[163/632] Compiling ec_derive.cc
[164/632] Compiling dsa_asn1.cc
[165/632] Compiling ec_asn1.cc
[166/632] Compiling dsa.cc
[167/632] Compiling digest_extra.cc
[168/632] Compiling x25519-asm-arm.S
[169/632] Compiling params.cc
[170/632] Compiling dh_asn1.cc
[171/632] Compiling des.cc
[172/632] Compiling spake25519.cc
[173/632] Compiling cpu_intel.cc
[174/632] Compiling cpu_arm_linux.cc
[175/632] Compiling crypto.cc
[176/632] Compiling cpu_arm_freebsd.cc
[177/632] Compiling curve25519.cc
[178/632] Compiling cpu_aarch64_win.cc
[179/632] Compiling cpu_aarch64_openbsd.cc
[180/632] Compiling cpu_aarch64_sysreg.cc
[181/632] Compiling cpu_aarch64_linux.cc
[182/632] Compiling cpu_aarch64_fuchsia.cc
[183/632] Compiling cpu_aarch64_apple.cc
[184/632] Compiling curve25519_64_adx.cc
[185/632] Compiling conf.cc
[186/632] Compiling tls_cbc.cc
[187/632] Compiling e_tls.cc
[188/632] Compiling bcm.cc
[189/632] Compiling e_rc4.cc
[190/632] Compiling e_null.cc
[191/632] Compiling e_rc2.cc
[192/632] Compiling e_des.cc
[193/632] Compiling derive_key.cc
[194/632] Compiling e_aesgcmsiv.cc
[195/632] Compiling e_chacha20poly1305.cc
[196/632] Compiling e_aesctrhmac.cc
[197/632] Compiling chacha.cc
[198/632] Compiling cipher_extra.cc
[199/632] Compiling unicode.cc
[200/632] Compiling ber.cc
[201/632] Compiling cbs.cc
[202/632] Compiling asn1_compat.cc
[203/632] Compiling cbb.cc
[204/632] Compiling buf.cc
[205/632] Compiling bn_asn1.cc
[206/632] Compiling blake2.cc
[207/632] Compiling convert.cc
[208/632] Compiling printf.cc
[209/632] Compiling pair.cc
[210/632] Compiling errno.cc
[211/632] Compiling fd.cc
[212/632] Compiling file.cc
[213/632] Compiling hexdump.cc
[214/632] Compiling bio_mem.cc
[215/632] Compiling bio.cc
[216/632] Compiling base64.cc
[217/632] Compiling tasn_fre.cc
[218/632] Compiling tasn_typ.cc
[219/632] Compiling tasn_new.cc
[220/632] Compiling tasn_utl.cc
[221/632] Compiling tasn_enc.cc
[222/632] Compiling tasn_dec.cc
[223/632] Compiling posix_time.cc
[224/632] Compiling f_string.cc
[225/632] Compiling asn_pack.cc
[226/632] Compiling f_int.cc
[227/632] Compiling asn1_par.cc
[228/632] Compiling asn1_lib.cc
[229/632] Compiling a_utctm.cc
[230/632] Compiling a_type.cc
[231/632] Compiling a_time.cc
[232/632] Compiling a_strnid.cc
[233/632] Compiling a_octet.cc
[234/632] Compiling a_strex.cc
[235/632] Compiling a_object.cc
[236/632] Compiling a_i2d_fp.cc
[237/632] Write sources
[238/632] Compiling a_mbstr.cc
[238/632] Write sources
[240/632] Compiling a_int.cc
[241/632] Compiling a_gentm.cc
[242/632] Compiling fiat_p256_adx_sqr.S
[243/632] Compiling fiat_p256_adx_mul.S
[244/632] Compiling a_dup.cc
[245/632] Compiling fiat_curve25519_adx_square.S
[246/632] Compiling fiat_curve25519_adx_mul.S
[247/632] Compiling a_d2i_fp.cc
[248/632] Compiling md5-x86_64-linux.S
[249/632] Compiling md5-x86_64-apple.S
[250/632] Compiling md5-586-linux.S
[251/632] Compiling md5-586-apple.S
[252/632] Compiling chacha20_poly1305_x86_64-linux.S
[253/632] Write swift-version-24593BA9C3E375BF.txt
[254/632] Compiling chacha20_poly1305_armv8-win.S
[255/632] Compiling chacha20_poly1305_x86_64-apple.S
[256/632] Compiling chacha20_poly1305_armv8-linux.S
[257/632] Compiling chacha20_poly1305_armv8-apple.S
[258/632] Compiling a_bool.cc
[259/632] Compiling CCryptoBoringSSLShims shims.c
[260/632] Compiling a_bitstr.cc
[262/646] Compiling swift_container_plugin Empty.swift
[263/653] Emitting module swift_container_plugin
[265/666] Emitting module Tar
[265/666] Compiling err_data.cc
[267/668] Emitting module Tar
[268/668] 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
BUILD FAILURE 6.1 wasm