Build Information
Failed to build swift-container-plugin, reference main (9417b6
), with Swift 6.1 for Wasm on 11 Jul 2025 16:59:06 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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: 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 9417b63 containertool: Store an index, pointing to the image manifest (#151)
Cloned https://github.com/apple/swift-container-plugin.git
Revision (git rev-parse @):
9417b634d9d7afc3816505c05226b96691d1708c
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" : "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",
"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" 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-argument-parser
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-crypto.git
[1/904] Fetching swift-http-types
[535/2998] Fetching swift-http-types, swift-docc-plugin
[2288/18682] Fetching swift-http-types, swift-docc-plugin, swift-crypto
[5352/34206] Fetching swift-http-types, swift-docc-plugin, swift-crypto, swift-argument-parser
Fetched https://github.com/apple/swift-http-types.git from cache (1.52s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.52s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.52s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.56s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (2.03s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (0.44s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (1.86s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3425] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.31s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.30s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.25s)
Fetching https://github.com/apple/swift-asn1.git
[1/1616] 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.4.0 (0.80s)
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-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.1
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.4.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 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
[13/773] Compiling VendorCNIOExtrasZlib empty.c
[14/773] Write sources
[15/773] Compiling chacha20_poly1305_armv8-linux.S
[16/773] Compiling fiat_p256_adx_sqr.S
[17/773] Compiling VendorCNIOExtrasZlib empty.c
[18/773] Compiling fiat_p256_adx_mul.S
[19/773] Compiling fiat_curve25519_adx_square.S
[20/773] Compiling rsa_extra.cc
[21/773] Compiling fiat_curve25519_adx_mul.S
[22/773] Compiling md5-x86_64-linux.S
[23/773] Compiling CCryptoBoringSSLShims shims.c
[24/773] Compiling md5-x86_64-apple.S
[25/773] Compiling md5-586-apple.S
[26/773] Compiling md5-586-linux.S
[27/773] Compiling rsa_crypt.cc
[28/773] Write swift-version-24593BA9C3E375BF.txt
[29/773] Compiling chacha20_poly1305_x86_64-apple.S
[30/773] Compiling chacha20_poly1305_armv8-win.S
[31/773] Compiling chacha20_poly1305_x86_64-linux.S
[32/773] Compiling chacha20_poly1305_armv8-apple.S
[33/773] Compiling chacha-x86_64-linux.S
[34/773] Compiling chacha-x86_64-apple.S
[35/773] Compiling err_data.cc
[36/774] Compiling chacha-x86-linux.S
[37/781] Compiling chacha-x86-apple.S
[38/781] Compiling v3_conf.cc
[39/785] Compiling v3_bitst.cc
[40/785] Compiling chacha-armv8-win.S
[41/785] Compiling chacha-armv8-linux.S
[42/785] Compiling chacha-armv8-apple.S
[43/785] Compiling chacha-armv4-linux.S
[44/785] Compiling aes128gcmsiv-x86_64-linux.S
[46/785] Emitting module swift_container_plugin
[46/785] Compiling aes128gcmsiv-x86_64-apple.S
[47/785] Compiling x86_64-mont5-apple.S
[48/785] Compiling x86_64-mont5-linux.S
[49/785] Compiling x86_64-mont-linux.S
[50/785] Compiling x86-mont-apple.S
[50/785] Compiling x86_64-mont-apple.S
[52/785] Compiling x86-mont-linux.S
[52/785] Compiling vpaes-x86_64-linux.S
[54/785] Compiling vpaes-x86_64-apple.S
[55/785] Compiling vpaes-x86-linux.S
[56/785] Compiling vpaes-x86-apple.S
[57/785] Compiling vpaes-armv8-linux.S
[58/785] Compiling vpaes-armv8-win.S
[59/785] Compiling vpaes-armv7-linux.S
[60/785] Compiling sha512-x86_64-linux.S
[61/785] Compiling sha512-x86_64-apple.S
[62/785] Compiling vpaes-armv8-apple.S
[63/785] Compiling sha512-armv8-win.S
[64/785] Compiling sha512-armv8-linux.S
[65/785] Compiling sha512-armv8-apple.S
[66/785] Compiling sha512-armv4-linux.S
[67/785] Compiling sha512-586-linux.S
[68/785] Compiling sha256-x86_64-apple.S
[69/785] Compiling sha512-586-apple.S
[70/785] Compiling sha256-armv8-linux.S
[71/785] Compiling sha256-armv8-win.S
[72/785] Compiling sha256-x86_64-linux.S
[73/785] Compiling sha256-armv4-linux.S
[74/785] Compiling sha256-armv8-apple.S
[75/785] Compiling sha256-586-linux.S
[76/785] Compiling sha1-x86_64-linux.S
[77/785] Compiling sha1-x86_64-apple.S
[78/785] Compiling sha1-armv8-win.S
[79/785] Compiling sha1-armv8-linux.S
[80/785] Compiling sha256-586-apple.S
[81/785] Compiling sha1-armv4-large-linux.S
[82/785] Compiling sha1-armv8-apple.S
[83/785] Compiling sha1-586-linux.S
[84/785] Compiling sha1-586-apple.S
[85/785] Compiling rsaz-avx2-linux.S
[86/785] Compiling rsaz-avx2-apple.S
[87/785] Compiling p256_beeu-x86_64-asm-apple.S
[87/785] Compiling rdrand-x86_64-linux.S
[89/785] Compiling rdrand-x86_64-apple.S
[90/785] Compiling p256_beeu-armv8-asm-win.S
[91/785] Compiling p256_beeu-x86_64-asm-linux.S
[92/785] Compiling p256_beeu-armv8-asm-apple.S
[93/785] Compiling p256_beeu-armv8-asm-linux.S
[94/785] Compiling p256-x86_64-asm-linux.S
[95/785] Compiling p256-x86_64-asm-apple.S
[96/785] Compiling p256-armv8-asm-linux.S
[97/785] Compiling p256-armv8-asm-win.S
[98/785] Compiling p256-armv8-asm-apple.S
[99/785] Compiling ghashv8-armv8-win.S
[100/785] Compiling ghash-x86_64-linux.S
[101/785] Compiling ghashv8-armv7-linux.S
[102/785] Compiling ghashv8-armv8-linux.S
[103/785] Compiling ghashv8-armv8-apple.S
[104/785] Compiling ghash-x86-linux.S
[105/785] Compiling ghash-x86_64-apple.S
[106/785] Compiling ghash-x86-apple.S
[107/785] Compiling ghash-ssse3-x86-linux.S
[108/785] Compiling ghash-ssse3-x86_64-apple.S
[109/785] Compiling ghash-ssse3-x86_64-linux.S
[110/785] Compiling ghash-ssse3-x86-apple.S
[111/785] Compiling ghash-neon-armv8-win.S
[112/785] Compiling ghash-armv4-linux.S
[113/785] Compiling ghash-neon-armv8-linux.S
[114/785] Compiling ghash-neon-armv8-apple.S
[115/785] Compiling co-586-linux.S
[116/785] Compiling co-586-apple.S
[117/785] Compiling bn-586-linux.S
[118/785] Compiling bsaes-armv7-linux.S
[118/785] Compiling bn-armv8-win.S
[120/785] Compiling bn-armv8-linux.S
[120/785] Compiling bn-armv8-apple.S
[122/785] Compiling armv8-mont-linux.S
[123/785] Compiling armv4-mont-linux.S
[124/785] Compiling armv8-mont-apple.S
[125/785] Compiling bn-586-apple.S
[126/785] Compiling armv8-mont-win.S
[127/785] Compiling aesv8-gcm-armv8-win.S
[128/785] Compiling aesv8-armv8-linux.S
[129/785] Compiling aesv8-gcm-armv8-apple.S
[130/785] Compiling aesv8-armv8-win.S
[131/785] Compiling aesv8-gcm-armv8-linux.S
[132/785] Compiling aesv8-armv8-apple.S
[133/785] Compiling aesni-x86_64-linux.S
[134/785] Compiling aesni-x86-linux.S
[134/785] Compiling aesni-x86_64-apple.S
[136/785] Compiling aesv8-armv7-linux.S
[137/785] Compiling aesni-x86-apple.S
[138/785] Compiling aesni-gcm-x86_64-apple.S
[139/785] Compiling aesni-gcm-x86_64-linux.S
[140/785] Compiling aes-gcm-avx10-x86_64-linux.S
[141/785] Compiling swift_container_plugin Empty.swift
[142/786] Compiling aes-gcm-avx10-x86_64-apple.S
[145/786] Compiling HTTPTypes HTTPRequest.swift
[146/787] Compiling HTTPTypes HTTPParsedFields.swift
[147/787] Emitting module Tar
[148/787] Compiling Tar tar.swift
[148/788] Compiling x_x509a.cc
[150/788] Compiling HTTPTypes HTTPField.swift
[151/788] Compiling HTTPTypes HTTPResponse.swift
[152/788] Compiling HTTPTypes ISOLatin1String.swift
[153/788] Compiling x_spki.cc
[154/788] Compiling x_sig.cc
[154/788] Compiling x_val.cc
[156/788] Compiling x_x509.cc
[157/788] Wrapping AST for Tar for debugging
[158/788] Compiling x_req.cc
[159/788] Compiling x_name.cc
[160/788] Compiling x_pubkey.cc
[162/788] Compiling HTTPTypes NIOLock.swift
[162/788] Compiling x_attrib.cc
[163/788] Compiling x_exten.cc
[164/788] Compiling x_algor.cc
[165/788] Compiling x509spki.cc
[166/788] Compiling x_crl.cc
[167/788] Compiling x_all.cc
[168/788] Compiling x509rset.cc
[169/788] Compiling x509cset.cc
[170/788] Compiling x509name.cc
[171/788] Compiling x509_vpm.cc
[172/788] Compiling x509_txt.cc
[173/788] Compiling x509_vfy.cc
[174/788] Compiling x509_v3.cc
[175/788] Compiling x509_req.cc
[176/788] Compiling x509_trs.cc
[177/788] Compiling x509_set.cc
[179/788] Compiling HTTPTypes HTTPFieldName.swift
[180/788] Emitting module HTTPTypes
[181/788] Compiling HTTPTypes HTTPFields.swift
[181/789] Compiling x509_obj.cc
[182/789] Compiling x509_def.cc
[183/789] Compiling x509_ext.cc
[185/789] Compiling x509_lu.cc
[186/789] Compiling x509_d2.cc
[187/789] Compiling x509_cmp.cc
[188/789] Compiling x509.cc
[189/789] Compiling x509_att.cc
[190/789] Compiling v3_skey.cc
[191/789] Compiling v3_purp.cc
[192/789] Compiling v3_utl.cc
[193/789] Compiling v3_prn.cc
[194/789] Compiling v3_pmaps.cc
[195/789] Wrapping AST for HTTPTypes for debugging
[196/795] Compiling v3_pcons.cc
[197/795] Compiling v3_ocsp.cc
[198/795] Compiling v3_ncons.cc
[199/795] Compiling v3_lib.cc
[200/795] Compiling v3_int.cc
[201/795] Compiling v3_ia5.cc
[202/795] Compiling v3_info.cc
[203/795] Compiling v3_enum.cc
[204/795] Compiling v3_extku.cc
[205/795] Compiling v3_genn.cc
[206/795] Compiling v3_akeya.cc
[207/795] Compiling v3_crld.cc
[208/795] Compiling v3_bcons.cc
[209/795] Compiling v3_alt.cc
[210/795] Compiling v3_akey.cc
[211/795] Compiling v3_cpols.cc
[212/795] Compiling t_x509a.cc
[213/795] Compiling t_crl.cc
[214/795] Compiling t_x509.cc
[215/795] Compiling i2d_pr.cc
[216/795] Compiling t_req.cc
[217/795] Compiling name_print.cc
[218/795] Compiling rsa_pss.cc
[220/795] Emitting module HTTPTypesFoundation
[220/795] Compiling policy.cc
[221/795] Compiling by_dir.cc
[222/795] Compiling by_file.cc
[223/795] Compiling a_verify.cc
[224/795] Compiling algorithm.cc
[225/795] Compiling asn1_gen.cc
[226/795] Compiling a_sign.cc
[227/795] Compiling voprf.cc
[228/795] Compiling a_digest.cc
[229/795] Compiling trust_token.cc
[230/795] Compiling thread_win.cc
[231/795] Compiling thread_pthread.cc
[232/795] Compiling thread.cc
[233/795] Compiling thread_none.cc
[235/795] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[235/795] Compiling pmbtoken.cc
[236/795] Compiling stack.cc
[237/795] Compiling wots.cc
[239/795] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[240/795] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[241/795] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[241/795] Compiling fors.cc
[242/795] Compiling thash.cc
[243/795] Compiling merkle.cc
[244/795] Compiling slhdsa.cc
[246/795] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[246/796] Compiling sha512.cc
[247/796] Compiling sha256.cc
[248/796] Compiling siphash.cc
[250/796] Compiling rsa_print.cc
[251/796] Compiling sha1.cc
[252/796] Compiling rc4.cc
[253/796] Wrapping AST for HTTPTypesFoundation for debugging
[254/796] Compiling rsa_asn1.cc
[255/796] Compiling windows.cc
[256/796] Compiling refcount.cc
[257/796] Compiling trusty.cc
[258/796] Compiling rand_extra.cc
[259/796] Compiling urandom.cc
[260/796] Compiling ios.cc
[261/796] Compiling poly1305_arm_asm.S
[262/796] Compiling passive.cc
[263/796] Compiling getentropy.cc
[264/796] Compiling deterministic.cc
[265/796] Compiling forkunsafe.cc
[266/796] Compiling fork_detect.cc
[267/796] Compiling pool.cc
[268/796] Compiling poly1305.cc
[269/796] Compiling poly1305_arm.cc
[270/796] Compiling poly1305_vec.cc
[271/796] Compiling pkcs7.cc
[272/796] Compiling pkcs8_x509.cc
[273/796] Compiling pkcs8.cc
[274/796] Compiling p5_pbev2.cc
[275/796] Compiling pkcs7_x509.cc
[276/796] Compiling pem_pkey.cc
[277/796] Compiling pem_xaux.cc
[278/796] Compiling pem_x509.cc
[279/796] Compiling pem_oth.cc
[280/796] Compiling pem_pk8.cc
[281/796] Compiling obj_xref.cc
[282/796] Compiling pem_info.cc
[283/796] Compiling mldsa.cc
[284/796] Compiling pem_lib.cc
[285/796] Compiling mlkem.cc
[286/796] Compiling obj.cc
[287/796] Compiling mem.cc
[288/796] Compiling poly_rq_mul.S
[289/796] Compiling fips_shared_support.cc
[290/796] Compiling pem_all.cc
[291/796] Compiling md5.cc
[292/796] Compiling md4.cc
[293/796] Compiling lhash.cc
[294/796] Compiling kyber.cc
[295/796] Compiling hpke.cc
[296/796] Compiling ex_data.cc
[297/796] Compiling sign.cc
[298/796] Compiling hrss.cc
[299/796] Compiling scrypt.cc
[300/796] Compiling pbkdf.cc
[301/796] Compiling print.cc
[302/796] Compiling p_x25519.cc
[303/796] Compiling p_x25519_asn1.cc
[304/796] Compiling p_rsa_asn1.cc
[305/796] Compiling p_hkdf.cc
[306/796] Compiling p_ed25519.cc
[307/796] Compiling p_rsa.cc
[308/796] Compiling p_ed25519_asn1.cc
[309/796] Compiling p_ec_asn1.cc
[310/796] Compiling p_dsa_asn1.cc
[311/796] Compiling p_ec.cc
[312/796] Compiling evp_ctx.cc
[313/796] Compiling p_dh_asn1.cc
[314/796] Compiling p_dh.cc
[315/796] Compiling evp_asn1.cc
[316/796] Compiling evp.cc
[317/796] Compiling err.cc
[318/796] Compiling engine.cc
[319/796] Compiling ecdh_extra.cc
[320/796] Compiling ecdsa_asn1.cc
[321/796] Compiling hash_to_curve.cc
[322/796] Compiling ec_derive.cc
[323/796] Compiling ec_asn1.cc
[324/796] Compiling dsa.cc
[325/796] Compiling dsa_asn1.cc
[326/796] Compiling params.cc
[327/796] Compiling dh_asn1.cc
[328/796] Compiling x25519-asm-arm.S
[329/796] Compiling digest_extra.cc
[330/796] Compiling des.cc
[331/796] Compiling spake25519.cc
[332/796] Compiling crypto.cc
[333/796] Compiling cpu_intel.cc
[334/796] Compiling cpu_arm_linux.cc
[335/796] Compiling curve25519.cc
[336/796] Compiling cpu_arm_freebsd.cc
[337/796] Compiling cpu_aarch64_win.cc
[338/796] Compiling cpu_aarch64_openbsd.cc
[339/796] Compiling cpu_aarch64_sysreg.cc
[340/796] Compiling cpu_aarch64_linux.cc
[341/796] Compiling cpu_aarch64_fuchsia.cc
[342/796] Compiling bcm.cc
[343/796] Compiling cpu_aarch64_apple.cc
[344/796] Compiling curve25519_64_adx.cc
[345/796] Compiling conf.cc
[346/796] Compiling tls_cbc.cc
[347/796] Compiling e_tls.cc
[348/796] Compiling e_rc4.cc
[349/796] Compiling e_rc2.cc
[350/796] Compiling e_null.cc
[351/796] Compiling e_des.cc
[352/796] Compiling e_chacha20poly1305.cc
[353/796] Compiling e_aesgcmsiv.cc
[354/796] Compiling derive_key.cc
[355/796] Compiling e_aesctrhmac.cc
[356/796] Compiling cipher_extra.cc
[357/796] Compiling unicode.cc
[358/796] Compiling chacha.cc
[359/796] Compiling ber.cc
[360/796] Compiling cbs.cc
[361/796] Compiling cbb.cc
[362/796] Compiling asn1_compat.cc
[362/796] Compiling buf.cc
[364/796] Compiling bn_asn1.cc
[365/796] Compiling blake2.cc
[366/796] Compiling convert.cc
[367/796] Compiling printf.cc
[368/796] Compiling hexdump.cc
[369/796] Compiling pair.cc
[370/796] Compiling errno.cc
[371/796] Compiling fd.cc
[372/796] Compiling file.cc
[373/796] Compiling bio_mem.cc
[374/796] Compiling bio.cc
[375/796] Compiling base64.cc
[376/796] Compiling tasn_fre.cc
[377/796] Compiling tasn_typ.cc
[378/796] Compiling tasn_enc.cc
[379/796] Compiling tasn_utl.cc
[380/796] Compiling tasn_new.cc
[381/796] Compiling posix_time.cc
[382/796] Compiling f_string.cc
[383/796] Compiling tasn_dec.cc
[384/796] Compiling asn_pack.cc
[385/796] Compiling f_int.cc
[386/796] Compiling asn1_par.cc
[387/796] Compiling asn1_lib.cc
[388/796] Compiling a_utctm.cc
[389/796] Compiling a_type.cc
[390/796] Compiling a_time.cc
[391/796] Compiling a_strnid.cc
[392/796] Compiling a_octet.cc
[393/796] Compiling a_strex.cc
[394/796] Compiling a_mbstr.cc
[395/796] Compiling a_object.cc
[395/796] Write sources
[405/796] Compiling a_int.cc
[406/796] Compiling a_i2d_fp.cc
[407/796] Compiling a_dup.cc
[408/796] Compiling a_gentm.cc
[409/798] Compiling a_d2i_fp.cc
[410/798] Compiling a_bool.cc
[411/798] Compiling fiat_p256_adx_sqr.S
[412/807] Compiling fiat_curve25519_adx_square.S
[413/808] Compiling fiat_p256_adx_mul.S
[414/808] Compiling a_bitstr.cc
[415/808] Compiling CCryptoBoringSSLShims shims.c
[416/808] Compiling fiat_curve25519_adx_mul.S
[417/811] Compiling md5-x86_64-linux.S
[418/811] Compiling md5-x86_64-apple.S
[419/811] Compiling md5-586-linux.S
[420/811] Compiling md5-586-apple.S
[421/811] Compiling chacha20_poly1305_x86_64-linux.S
[422/811] Compiling chacha20_poly1305_x86_64-apple.S
[424/819] 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
[425/819] Emitting module Tar
[425/819] Compiling chacha20_poly1305_armv8-win.S
[426/819] Compiling chacha20_poly1305_armv8-apple.S
[426/819] Compiling err_data.cc
[426/819] Compiling chacha20_poly1305_armv8-linux.S
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/381] Compiling chacha-x86-apple.S
[6/381] Compiling chacha-armv8-win.S
[7/381] Compiling chacha-x86_64-linux.S
[8/381] Compiling chacha-x86_64-apple.S
[9/381] Compiling chacha-x86-linux.S
[9/381] Compiling chacha20_poly1305_armv8-apple.S
[11/381] Compiling chacha-armv8-linux.S
[12/381] Compiling chacha20_poly1305_armv8-linux.S
[13/381] Compiling chacha-armv8-apple.S
[14/381] Compiling chacha-armv4-linux.S
[15/381] Compiling aes128gcmsiv-x86_64-linux.S
[16/381] Compiling x86_64-mont5-linux.S
[17/381] Compiling x86_64-mont5-apple.S
[18/381] Compiling aes128gcmsiv-x86_64-apple.S
[19/381] Compiling x86_64-mont-apple.S
[20/381] Compiling x86_64-mont-linux.S
[21/381] Compiling x86-mont-linux.S
[22/381] Compiling x86-mont-apple.S
[23/381] Compiling vpaes-x86_64-linux.S
[24/381] Compiling vpaes-x86-linux.S
[25/381] Compiling vpaes-x86-apple.S
[26/381] Compiling vpaes-x86_64-apple.S
[27/381] Compiling vpaes-armv8-apple.S
[28/381] Compiling vpaes-armv7-linux.S
[29/381] Compiling vpaes-armv8-linux.S
[30/381] Compiling vpaes-armv8-win.S
[31/381] Compiling sha512-x86_64-apple.S
[32/381] Compiling sha512-x86_64-linux.S
[33/381] Compiling sha512-armv8-linux.S
[34/381] Write swift-version-24593BA9C3E375BF.txt
[35/381] Compiling sha512-armv8-apple.S
[36/381] Compiling sha512-armv8-win.S
[37/381] Compiling sha512-586-linux.S
[38/381] Compiling sha512-armv4-linux.S
[39/381] Compiling sha512-586-apple.S
[40/381] Compiling sha256-x86_64-linux.S
[41/381] Compiling sha256-x86_64-apple.S
[43/385] Compiling swift_container_plugin Empty.swift
[44/395] Emitting module swift_container_plugin
[46/414] Emitting module Tar
[46/415] Compiling err_data.cc
[47/417] Compiling sha256-armv8-win.S
[48/417] Compiling sha256-armv8-linux.S
[49/417] Compiling sha256-armv8-apple.S
[50/417] Compiling sha256-armv4-linux.S
[51/417] Compiling sha256-586-linux.S
[53/417] Compiling HTTPTypes ISOLatin1String.swift
[53/418] Compiling sha256-586-apple.S
[54/418] Compiling sha1-x86_64-linux.S
[56/418] Emitting module ArgumentParserToolInfo
[56/418] Compiling sha1-x86_64-apple.S
[58/418] Emitting module Tar
[59/418] 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
[59/418] Compiling sha1-armv8-win.S
[60/418] Compiling sha1-armv8-linux.S
[61/418] Emitting module HTTPTypes
[62/418] Compiling HTTPTypes HTTPFieldName.swift
[63/418] Compiling HTTPTypes HTTPParsedFields.swift
BUILD FAILURE 6.1 wasm