The Swift Package Index logo.Swift Package Index

Build Information

Failed to build BioSwift, reference master (ac04fb), with Swift 6.1 for Wasm on 27 May 2025 15:19:33 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/valdirunars/bioswift.git
Reference: master
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/valdirunars/bioswift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at ac04fb2 Merge pull request #3 from oceanexplains/master
Cloned https://github.com/valdirunars/bioswift.git
Revision (git rev-parse @):
ac04fb2d0fe16eb23318b6f99e0cd9ee3db59afb
SUCCESS checkout https://github.com/valdirunars/bioswift.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/valdirunars/bioswift.git
https://github.com/valdirunars/bioswift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "bigintcompress",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "http://github.com/valdirunars/BigIntCompress.git"
    },
    {
      "identity" : "bigint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "http://github.com/attaswift/BigInt.git"
    }
  ],
  "manifest_display_name" : "BioSwift",
  "name" : "BioSwift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "BioSwift",
      "targets" : [
        "BioSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BioSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "BioSwiftTests",
      "path" : "Tests/BioSwiftTests",
      "sources" : [
        "bio_swiftTests.swift",
        "extensionTests.swift"
      ],
      "target_dependencies" : [
        "BioSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BioSwift",
      "module_type" : "SwiftTarget",
      "name" : "BioSwift",
      "path" : ".",
      "product_dependencies" : [
        "BigInt",
        "BigIntCompress"
      ],
      "product_memberships" : [
        "BioSwift"
      ],
      "sources" : [
        "Sources/AminoAcid.swift",
        "Sources/BigIntConvertible.swift",
        "Sources/BioIOToken.swift",
        "Sources/BioSequence+Codec.swift",
        "Sources/BioSequence+Pattern.swift",
        "Sources/BioSequence.swift",
        "Sources/ByteRepresentable.swift",
        "Sources/CharConvertible.swift",
        "Sources/DNAGenome.swift",
        "Sources/Extensions.swift",
        "Sources/FASTAParser.swift",
        "Sources/FASTAToken.swift",
        "Sources/Genome+Foundation.swift",
        "Sources/Genome.swift",
        "Sources/Nucleotide.swift",
        "Sources/Parser.swift",
        "Sources/ParserError.swift",
        "Sources/Protein+BioSequence.swift",
        "Sources/Protein.swift",
        "Sources/RNAGenome.swift",
        "Sources/Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 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 http://github.com/valdirunars/BigIntCompress.git
Fetching http://github.com/attaswift/BigInt.git
[1/4776] Fetching bigint
[1052/4872] Fetching bigint, bigintcompress
Fetched http://github.com/valdirunars/BigIntCompress.git from cache (0.28s)
[4299/4776] Fetching bigint
Fetched http://github.com/attaswift/BigInt.git from cache (0.41s)
Computing version for http://github.com/valdirunars/BigIntCompress.git
Computed http://github.com/valdirunars/BigIntCompress.git at 1.0.2 (2.48s)
Computing version for http://github.com/attaswift/BigInt.git
Computed http://github.com/attaswift/BigInt.git at 3.1.0 (0.51s)
Fetching https://github.com/attaswift/SipHash
[1/440] Fetching siphash
Fetched https://github.com/attaswift/SipHash from cache (0.27s)
Computing version for https://github.com/attaswift/SipHash
Computed https://github.com/attaswift/SipHash at 1.2.2 (0.75s)
Creating working copy for http://github.com/valdirunars/BigIntCompress.git
Working copy of http://github.com/valdirunars/BigIntCompress.git resolved at 1.0.2
Creating working copy for http://github.com/attaswift/BigInt.git
Working copy of http://github.com/attaswift/BigInt.git resolved at 3.1.0
Creating working copy for https://github.com/attaswift/SipHash
Working copy of https://github.com/attaswift/SipHash resolved at 1.2.2
warning: 'spi-builder-workspace': found 6 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/BioSwiftTests/extensionTests.swift
    /host/spi-builder-workspace/Tests/LinuxMain.swift
    /host/spi-builder-workspace/License.txt
    /host/spi-builder-workspace/BioSwift.svg
    /host/spi-builder-workspace/README.md
    /host/spi-builder-workspace/Tests/BioSwiftTests/bio_swiftTests.swift
Building for debugging...
[0/8] Write sources
[4/8] Write swift-version-24593BA9C3E375BF.txt
[6/18] Emitting module SipHash
[7/18] Compiling SipHash RandomUInt64.swift
[8/18] Compiling SipHash Primitive Types.swift
[9/18] Compiling SipHash SipHashable.swift
[10/18] Compiling SipHash SipHasher.swift
[11/19] Wrapping AST for SipHash for debugging
[12/19] Write Objects.LinkFileList
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[13/19] Linking libSipHash.wasm
[14/19] Emitting module BigIntCompress
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
warning: 'spi-builder-workspace': found 6 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/LinuxMain.swift
    /host/spi-builder-workspace/BioSwift.svg
    /host/spi-builder-workspace/Tests/BioSwiftTests/extensionTests.swift
    /host/spi-builder-workspace/License.txt
    /host/spi-builder-workspace/Tests/BioSwiftTests/bio_swiftTests.swift
    /host/spi-builder-workspace/README.md
[0/1] Planning build
Building for debugging...
[0/4] Write swift-version-24593BA9C3E375BF.txt
[2/14] Compiling SipHash RandomUInt64.swift
[3/14] Emitting module SipHash
[4/14] Compiling SipHash Primitive Types.swift
[5/14] Compiling SipHash SipHashable.swift
[6/14] Compiling SipHash SipHasher.swift
[7/14] Write Objects.LinkFileList
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[8/14] Linking libSipHash.wasm
BUILD FAILURE 6.1 wasm