The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build swift-container-plugin, reference main (931db3), with Swift 6.1 for Wasm on 9 Jun 2025 11:09:52 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/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 931db31 ContainerRegistry: Reject invalid image tags and digests (#140)
Cloned https://github.com/apple/swift-container-plugin.git
Revision (git rev-parse @):
931db3171178310ba2e1c674c6d50f515c8cd4d2
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",
        "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-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2068] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.36s)
[1/15380] Fetching swift-argument-parser
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/apple/swift-argument-parser from cache (0.86s)
[1/904] Fetching swift-http-types
[905/15575] Fetching swift-http-types, swift-crypto
Fetched https://github.com/apple/swift-http-types.git from cache (2.17s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.21s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (3.90s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.50s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.4 (2.69s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3406] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.40s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.93s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.46s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.27s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.79s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.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.4
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-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-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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
[1/1] Compiling plugin ContainerImageBuilder
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin Swift-DocC
[4/4] Compiling plugin GenerateManual
Building for debugging...
[4/772] Write sources
[10/772] Compiling VendorCNIOExtrasZlib empty.c
[10/772] Write sources
[12/772] Compiling aesni-x86_64-apple.S
[13/772] Compiling aesni-x86-linux.S
[13/772] Compiling aesni-gcm-x86_64-linux.S
[15/772] Compiling aesni-gcm-x86_64-apple.S
[16/772] Compiling aes-gcm-avx10-x86_64-apple.S
[17/772] Compiling fiat_p256_adx_sqr.S
[18/772] Compiling aes-gcm-avx10-x86_64-linux.S
[19/772] Compiling aesni-x86-apple.S
[20/772] Compiling fiat_curve25519_adx_mul.S
[20/772] Compiling fiat_p256_adx_mul.S
[22/772] Compiling md5-x86_64-apple.S
[23/772] Compiling fiat_curve25519_adx_square.S
[24/772] Compiling md5-x86_64-linux.S
[25/772] Compiling md5-586-linux.S
[26/772] Compiling chacha20_poly1305_x86_64-apple.S
[27/772] Compiling md5-586-apple.S
[28/772] Compiling chacha20_poly1305_armv8-linux.S
[29/772] Compiling chacha20_poly1305_armv8-win.S
[30/772] Compiling chacha20_poly1305_armv8-apple.S
[31/772] Compiling chacha20_poly1305_x86_64-linux.S
[32/772] Compiling chacha-x86_64-linux.S
[33/772] Compiling chacha-x86-linux.S
[34/772] Compiling chacha-x86_64-apple.S
[35/772] Compiling chacha-x86-apple.S
[36/772] Compiling chacha-armv8-win.S
[37/772] Compiling chacha-armv8-linux.S
[38/772] Compiling chacha-armv8-apple.S
[39/772] Compiling aes128gcmsiv-x86_64-apple.S
[40/772] Compiling chacha-armv4-linux.S
[41/772] Compiling aes128gcmsiv-x86_64-linux.S
[42/772] Compiling x86_64-mont5-apple.S
[43/772] Compiling CCryptoBoringSSLShims shims.c
[44/772] Compiling x86-mont-apple.S
[45/772] Compiling x86_64-mont-linux.S
[46/772] Compiling x86_64-mont-apple.S
[47/772] Compiling x86_64-mont5-linux.S
[48/772] Compiling x86-mont-linux.S
[49/772] Compiling vpaes-x86_64-apple.S
[50/772] Compiling vpaes-x86-linux.S
[51/772] Compiling vpaes-armv8-linux.S
[52/772] Compiling vpaes-x86_64-linux.S
[53/772] Compiling vpaes-x86-apple.S
[54/772] Compiling err_data.cc
[55/772] Compiling vpaes-armv7-linux.S
[55/772] Compiling vpaes-armv8-apple.S
[57/772] Compiling vpaes-armv8-win.S
[57/772] Compiling sha512-x86_64-linux.S
[59/772] Compiling sha512-x86_64-apple.S
[60/772] Compiling sha512-armv8-linux.S
[61/772] Compiling sha512-armv8-win.S
[62/772] Compiling sha512-armv8-apple.S
[63/772] Compiling sha512-armv4-linux.S
[64/772] Compiling sha512-586-linux.S
[64/772] Compiling sha512-586-apple.S
[66/772] Compiling sha256-x86_64-apple.S
[67/772] Compiling sha256-armv8-win.S
[68/772] Compiling sha256-armv8-linux.S
[69/772] Compiling sha256-x86_64-linux.S
[70/772] Compiling sha256-armv8-apple.S
[71/772] Compiling sha256-armv4-linux.S
[72/772] Compiling sha1-x86_64-apple.S
[73/772] Compiling sha256-586-linux.S
[74/772] Compiling sha256-586-apple.S
[75/772] Compiling sha1-armv8-win.S
[76/772] Compiling sha1-armv8-linux.S
[77/772] Compiling sha1-armv8-apple.S
[78/772] Compiling sha1-x86_64-linux.S
[79/772] Compiling rsaz-avx2-apple.S
[80/772] Compiling sha1-586-linux.S
[81/772] Compiling sha1-armv4-large-linux.S
[82/772] Compiling rdrand-x86_64-linux.S
[83/772] Compiling sha1-586-apple.S
[84/772] Compiling rsaz-avx2-linux.S
[85/772] Compiling rdrand-x86_64-apple.S
[86/772] Compiling p256_beeu-x86_64-asm-apple.S
[86/772] Compiling p256_beeu-x86_64-asm-linux.S
[88/772] Compiling p256_beeu-armv8-asm-win.S
[89/772] Compiling p256_beeu-armv8-asm-apple.S
[90/772] Compiling p256_beeu-armv8-asm-linux.S
[91/772] Compiling p256-x86_64-asm-linux.S
[92/772] Compiling p256-x86_64-asm-apple.S
[92/772] Compiling p256-armv8-asm-win.S
[94/772] Compiling p256-armv8-asm-apple.S
[95/772] Compiling ghashv8-armv8-apple.S
[96/772] Compiling p256-armv8-asm-linux.S
[97/772] Compiling ghashv8-armv8-win.S
[98/772] Compiling ghashv8-armv8-linux.S
[99/772] Compiling ghashv8-armv7-linux.S
[100/772] Compiling ghash-x86_64-apple.S
[101/772] Compiling ghash-x86_64-linux.S
[102/772] Compiling ghash-x86-linux.S
[103/772] Compiling ghash-x86-apple.S
[104/772] Compiling ghash-ssse3-x86_64-apple.S
[104/772] Compiling ghash-ssse3-x86-linux.S
[106/772] Compiling ghash-ssse3-x86_64-linux.S
[107/772] Compiling ghash-armv4-linux.S
[108/772] Compiling ghash-ssse3-x86-apple.S
[109/772] Compiling ghash-neon-armv8-linux.S
[110/772] Compiling ghash-neon-armv8-win.S
[110/772] Compiling ghash-neon-armv8-apple.S
[112/772] Compiling co-586-linux.S
[113/772] Compiling co-586-apple.S
[114/772] Compiling bn-armv8-linux.S
[115/772] Compiling bn-586-linux.S
[116/772] Compiling bsaes-armv7-linux.S
[117/772] Compiling bn-armv8-win.S
[118/772] Compiling bn-armv8-apple.S
[119/772] Compiling bn-586-apple.S
[120/772] Compiling armv8-mont-win.S
[121/772] Compiling armv8-mont-apple.S
[122/772] Compiling armv8-mont-linux.S
[123/772] Compiling aesv8-gcm-armv8-win.S
[124/772] Compiling aesv8-gcm-armv8-linux.S
[125/772] Compiling aesv8-armv8-win.S
[126/772] Compiling armv4-mont-linux.S
[127/772] Compiling aesv8-armv8-linux.S
[128/772] Compiling aesv8-gcm-armv8-apple.S
[129/772] Compiling aesv8-armv7-linux.S
[130/772] Compiling aesv8-armv8-apple.S
[131/772] Compiling aesni-x86_64-linux.S
[132/772] Compiling x_pubkey.cc
[133/772] Compiling x_x509.cc
[134/772] Compiling x_req.cc
[135/772] Compiling x_sig.cc
[136/772] Compiling x_val.cc
[137/772] Compiling x_x509a.cc
[138/772] Compiling x_spki.cc
[139/772] Compiling x_name.cc
[140/772] Compiling x_exten.cc
[141/772] Compiling x_attrib.cc
[142/772] Compiling x_crl.cc
[143/772] Compiling x_algor.cc
[144/772] Compiling x509spki.cc
[145/772] Compiling x509rset.cc
[146/772] Compiling x_all.cc
[147/772] Compiling x509name.cc
[148/772] Compiling x509cset.cc
[149/772] Compiling x509_txt.cc
[150/772] Compiling x509_vpm.cc
[151/772] Compiling x509_v3.cc
[152/772] Compiling x509_vfy.cc
[153/772] Compiling x509_set.cc
[154/772] Compiling x509_trs.cc
[155/772] Compiling x509_req.cc
[156/772] Compiling x509_obj.cc
[157/772] Compiling x509_ext.cc
[158/772] Compiling x509_def.cc
[159/772] Compiling x509_lu.cc
[160/772] Compiling x509_d2.cc
[161/772] Compiling x509_cmp.cc
[162/772] Compiling x509_att.cc
[163/772] Compiling x509.cc
[164/772] Compiling v3_prn.cc
[165/772] Compiling v3_utl.cc
[166/772] Compiling v3_skey.cc
[167/772] Compiling v3_pmaps.cc
[168/772] Compiling v3_purp.cc
[169/772] Compiling v3_ocsp.cc
[170/772] Compiling v3_pcons.cc
[171/772] Compiling v3_ncons.cc
[172/772] Compiling v3_int.cc
[173/772] Compiling v3_lib.cc
[174/772] Compiling v3_ia5.cc
[175/772] Compiling v3_info.cc
[176/772] Compiling v3_extku.cc
[177/772] Compiling v3_genn.cc
[178/772] Compiling v3_enum.cc
[179/772] Compiling v3_crld.cc
[180/772] Compiling v3_conf.cc
[181/772] Compiling v3_bitst.cc
[182/772] Compiling v3_cpols.cc
[183/772] Compiling v3_bcons.cc
[184/772] Compiling v3_akeya.cc
[185/772] Compiling v3_akey.cc
[186/772] Compiling v3_alt.cc
[187/772] Compiling t_x509a.cc
[188/772] Compiling i2d_pr.cc
[189/772] Compiling t_req.cc
[190/772] Compiling t_x509.cc
[191/772] Compiling t_crl.cc
[192/772] Compiling name_print.cc
[193/772] Compiling rsa_pss.cc
[194/772] Compiling policy.cc
[195/772] Compiling by_file.cc
[196/772] Compiling voprf.cc
[197/772] Compiling by_dir.cc
[198/772] Compiling trust_token.cc
[199/772] Compiling asn1_gen.cc
[200/772] Compiling a_sign.cc
[201/772] Compiling a_digest.cc
[202/772] Compiling algorithm.cc
[203/772] Compiling a_verify.cc
[204/772] Compiling thread.cc
[205/772] Compiling thread_none.cc
[206/772] Compiling thread_win.cc
[207/772] Compiling thread_pthread.cc
[208/772] Compiling thash.cc
[209/772] Compiling stack.cc
[210/772] Compiling pmbtoken.cc
[211/772] Compiling wots.cc
[212/772] Compiling slhdsa.cc
[213/772] Compiling merkle.cc
[214/772] Compiling siphash.cc
[215/772] Compiling sha512.cc
[216/772] Compiling fors.cc
[217/772] Compiling sha256.cc
[218/772] Compiling sha1.cc
[219/772] Compiling rsa_print.cc
[220/772] Compiling rc4.cc
[221/772] Compiling rsa_extra.cc
[222/772] Compiling refcount.cc
[223/772] Compiling rsa_crypt.cc
[224/772] Compiling windows.cc
[225/772] Compiling rsa_asn1.cc
[226/772] Compiling trusty.cc
[227/772] Compiling urandom.cc
[228/772] Compiling rand_extra.cc
[229/772] Compiling passive.cc
[230/772] Compiling ios.cc
[231/772] Compiling getentropy.cc
[232/772] Compiling poly1305_arm_asm.S
[233/772] Compiling forkunsafe.cc
[234/772] Compiling deterministic.cc
[235/772] Compiling fork_detect.cc
[236/772] Compiling poly1305_arm.cc
[237/772] Compiling pool.cc
[238/772] Compiling poly1305.cc
[239/772] Compiling poly1305_vec.cc
[240/772] Compiling pkcs7.cc
[241/772] Compiling pkcs8.cc
[242/772] Compiling pkcs8_x509.cc
[243/772] Compiling p5_pbev2.cc
[244/772] Compiling pem_x509.cc
[245/772] Compiling pem_xaux.cc
[246/772] Compiling pkcs7_x509.cc
[247/772] Compiling pem_pkey.cc
[248/772] Compiling obj_xref.cc
[249/772] Compiling pem_pk8.cc
[250/772] Compiling obj.cc
[251/772] Compiling pem_oth.cc
[252/772] Compiling mldsa.cc
[253/772] Compiling pem_all.cc
[254/772] Compiling pem_lib.cc
[255/772] Compiling pem_info.cc
[256/772] Compiling mlkem.cc
[257/772] Compiling mem.cc
[258/772] Compiling poly_rq_mul.S
[259/772] Compiling fips_shared_support.cc
[260/772] Compiling md5.cc
[261/772] Compiling md4.cc
[262/772] Compiling lhash.cc
[263/772] Compiling kyber.cc
[264/772] Compiling ex_data.cc
[265/772] Compiling hrss.cc
[266/772] Compiling sign.cc
[267/772] Compiling hpke.cc
[268/772] Compiling scrypt.cc
[269/772] Compiling pbkdf.cc
[270/772] Compiling print.cc
[271/772] Compiling p_x25519.cc
[272/772] Compiling p_rsa_asn1.cc
[273/772] Compiling p_x25519_asn1.cc
[274/772] Compiling p_hkdf.cc
[275/772] Compiling p_rsa.cc
[276/772] Compiling p_ed25519_asn1.cc
[277/772] Compiling p_ed25519.cc
[278/772] Compiling p_ec_asn1.cc
[279/772] Compiling p_ec.cc
[280/772] Compiling p_dh_asn1.cc
[281/772] Compiling p_dsa_asn1.cc
[282/772] Compiling p_dh.cc
[283/772] Compiling evp_ctx.cc
[284/772] Compiling evp.cc
[285/772] Compiling evp_asn1.cc
[286/772] Compiling engine.cc
[287/772] Compiling err.cc
[288/772] Compiling ecdh_extra.cc
[289/772] Compiling ecdsa_asn1.cc
[290/772] Compiling hash_to_curve.cc
[291/772] Compiling ec_derive.cc
[292/772] Compiling ec_asn1.cc
[293/772] Compiling dsa.cc
[294/772] Compiling params.cc
[295/772] Compiling dsa_asn1.cc
[296/772] Compiling x25519-asm-arm.S
[297/772] Compiling dh_asn1.cc
[298/772] Compiling digest_extra.cc
[299/772] Compiling des.cc
[300/772] Compiling spake25519.cc
[301/772] Compiling cpu_intel.cc
[302/772] Compiling cpu_arm_linux.cc
[303/772] Compiling crypto.cc
[304/772] Compiling cpu_arm_freebsd.cc
[305/772] Compiling curve25519.cc
[306/772] Compiling cpu_aarch64_win.cc
[307/772] Compiling cpu_aarch64_openbsd.cc
[308/772] Compiling cpu_aarch64_sysreg.cc
[309/772] Compiling cpu_aarch64_linux.cc
[310/772] Compiling cpu_aarch64_fuchsia.cc
[311/772] Compiling cpu_aarch64_apple.cc
[312/772] Compiling tls_cbc.cc
[313/772] Compiling curve25519_64_adx.cc
[314/772] Compiling bcm.cc
[315/772] Compiling conf.cc
[316/772] Compiling e_tls.cc
[317/772] Compiling e_rc4.cc
[318/772] Compiling e_rc2.cc
[319/772] Compiling e_des.cc
[320/772] Compiling e_null.cc
[321/772] Compiling derive_key.cc
[322/772] Compiling e_aesgcmsiv.cc
[323/772] Compiling e_chacha20poly1305.cc
[324/772] Compiling e_aesctrhmac.cc
[325/772] Compiling cipher_extra.cc
[326/772] Compiling chacha.cc
[327/772] Compiling unicode.cc
[328/772] Compiling ber.cc
[329/772] Compiling cbs.cc
[330/772] Compiling cbb.cc
[331/772] Compiling buf.cc
[332/772] Compiling asn1_compat.cc
[333/772] Compiling bn_asn1.cc
[334/772] Compiling blake2.cc
[335/772] Compiling convert.cc
[336/772] Compiling printf.cc
[337/772] Compiling hexdump.cc
[338/772] Compiling pair.cc
[339/772] Compiling errno.cc
[340/772] Compiling fd.cc
[341/772] Compiling file.cc
[342/772] Compiling bio_mem.cc
[343/772] Compiling bio.cc
[344/772] Compiling base64.cc
[345/772] Compiling tasn_typ.cc
[346/772] Compiling tasn_fre.cc
[347/772] Compiling tasn_utl.cc
[348/772] Compiling tasn_enc.cc
[349/772] Compiling tasn_new.cc
[350/772] Compiling tasn_dec.cc
[351/772] Compiling f_string.cc
[352/772] Compiling posix_time.cc
[353/772] Compiling f_int.cc
[354/772] Compiling asn_pack.cc
[355/772] Compiling asn1_par.cc
[356/772] Compiling a_utctm.cc
[357/772] Compiling asn1_lib.cc
[358/772] Compiling a_strnid.cc
[359/772] Compiling a_type.cc
[360/772] Compiling a_time.cc
[361/772] Compiling a_strex.cc
[362/772] Compiling a_octet.cc
[363/772] Compiling a_mbstr.cc
[364/772] Compiling a_i2d_fp.cc
[365/772] Write sources
[369/772] Compiling a_d2i_fp.cc
[369/772] Write sources
[371/772] Compiling a_dup.cc
[371/772] Write sources
[378/772] Compiling a_object.cc
[379/772] Compiling VendorCNIOExtrasZlib empty.c
[380/772] Compiling a_int.cc
[381/772] Compiling fiat_p256_adx_sqr.S
[382/772] Compiling a_gentm.cc
[383/772] Compiling fiat_p256_adx_mul.S
[384/772] Compiling fiat_curve25519_adx_square.S
[385/772] Compiling md5-x86_64-linux.S
[386/772] Compiling fiat_curve25519_adx_mul.S
[387/772] Compiling md5-x86_64-apple.S
[388/772] Compiling md5-586-linux.S
[389/772] Compiling chacha20_poly1305_x86_64-linux.S
[390/772] Compiling md5-586-apple.S
[391/772] Compiling a_bool.cc
[392/772] Write swift-version-24593BA9C3E375BF.txt
[393/772] Compiling chacha20_poly1305_x86_64-apple.S
[394/772] Compiling chacha20_poly1305_armv8-win.S
[395/772] Compiling chacha20_poly1305_armv8-linux.S
[396/772] Compiling chacha-x86_64-linux.S
[397/772] Compiling chacha20_poly1305_armv8-apple.S
[398/772] Compiling CCryptoBoringSSLShims shims.c
[399/774] Compiling a_bitstr.cc
[401/799] Emitting module Tar
[401/799] Compiling err_data.cc
[403/807] Emitting module HTTPTypes
[404/808] Emitting module swift_container_plugin
[405/808] Compiling swift_container_plugin Empty.swift
[406/809] 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
[407/809] Emitting module Basics
[408/809] Compiling HTTPTypes HTTPFieldName.swift
[409/809] Emitting module ArgumentParserToolInfo
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin ContainerImageBuilder
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin Swift-DocC
[4/4] Compiling plugin GenerateManual
Building for debugging...
[4/376] Compiling chacha-armv8-linux.S
[5/376] Compiling chacha-armv8-win.S
[6/376] Compiling chacha-x86_64-apple.S
[7/376] Compiling chacha-x86-apple.S
[8/376] Compiling chacha-armv8-apple.S
[9/376] Compiling chacha-armv4-linux.S
[10/376] Compiling chacha-x86-linux.S
[11/376] Compiling aes128gcmsiv-x86_64-linux.S
[12/376] Compiling aes128gcmsiv-x86_64-apple.S
[13/376] Compiling x86_64-mont5-linux.S
[14/376] Compiling x86_64-mont-apple.S
[14/376] Compiling x86_64-mont5-apple.S
[16/376] Compiling x86-mont-linux.S
[17/376] Compiling x86_64-mont-linux.S
[18/376] Compiling x86-mont-apple.S
[19/376] Compiling vpaes-x86_64-apple.S
[20/376] Compiling vpaes-x86_64-linux.S
[21/376] Compiling vpaes-x86-linux.S
[22/376] Compiling vpaes-x86-apple.S
[23/376] Compiling vpaes-armv8-linux.S
[24/376] Compiling vpaes-armv8-win.S
[25/376] Compiling vpaes-armv8-apple.S
[26/376] Compiling sha512-x86_64-linux.S
[27/376] Compiling vpaes-armv7-linux.S
[28/376] Compiling sha512-x86_64-apple.S
[29/376] Compiling sha512-armv8-win.S
[30/376] Compiling sha512-armv8-linux.S
[31/376] Compiling sha512-armv8-apple.S
[32/376] Compiling sha512-armv4-linux.S
[33/376] Compiling sha512-586-linux.S
[34/376] Compiling sha512-586-apple.S
[35/376] Compiling sha256-x86_64-linux.S
[36/376] Compiling sha256-x86_64-apple.S
[37/376] Compiling sha256-armv8-linux.S
[38/376] Compiling sha256-armv8-win.S
[39/376] Compiling sha256-586-linux.S
[40/376] Compiling sha256-armv4-linux.S
[41/376] Compiling sha256-armv8-apple.S
[42/376] Compiling sha256-586-apple.S
[43/376] Compiling sha1-x86_64-apple.S
[44/376] Compiling sha1-x86_64-linux.S
[45/376] Compiling sha1-armv8-win.S
[46/376] Write swift-version-24593BA9C3E375BF.txt
[47/376] Compiling sha1-armv8-apple.S
[48/376] Compiling sha1-armv4-large-linux.S
[49/376] Compiling sha1-armv8-linux.S
[50/376] Compiling sha1-586-apple.S
[51/376] Compiling sha1-586-linux.S
[52/376] Compiling rsaz-avx2-linux.S
[53/376] Compiling rsaz-avx2-apple.S
[54/376] Compiling rdrand-x86_64-linux.S
[56/411] Compiling swift_container_plugin Empty.swift
[57/411] Emitting module swift_container_plugin
[58/412] Emitting module Tar
[60/412] Emitting module Basics
[60/412] Compiling rdrand-x86_64-apple.S
[61/412] Compiling p256_beeu-x86_64-asm-linux.S
[62/412] Compiling p256_beeu-x86_64-asm-apple.S
[64/412] Compiling HTTPTypes ISOLatin1String.swift
[64/413] Compiling p256_beeu-armv8-asm-win.S
[66/413] 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
[67/413] Emitting module HTTPTypes
[68/413] Emitting module Tar
[69/413] Emitting module ArgumentParserToolInfo
[69/413] Compiling p256_beeu-armv8-asm-linux.S
BUILD FAILURE 6.1 wasm