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 1.0.1 (ca3c63), with Swift 6.1 for Wasm on 30 May 2025 23:48:34 UTC.

Build Command

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