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 Francium, reference 1.1.1 (a0c25b), with Swift 6.1 for Wasm on 28 May 2025 02:24:22 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/e-sites/Francium.git
Reference: 1.1.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/e-sites/Francium
 * tag               1.1.1      -> FETCH_HEAD
HEAD is now at a0c25bc Swift 5.5
Cloned https://github.com/e-sites/Francium.git
Revision (git rev-parse @):
a0c25bc35a67f1067a93a44ff8984a4b83e7cf10
SUCCESS checkout https://github.com/e-sites/Francium.git at 1.1.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/e-sites/Francium.git
https://github.com/e-sites/Francium.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Francium",
  "name" : "Francium",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Francium",
      "targets" : [
        "Francium"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FranciumTests",
      "module_type" : "SwiftTarget",
      "name" : "FranciumTests",
      "path" : "Tests/FranciumTests",
      "sources" : [
        "FranciumTests.swift"
      ],
      "target_dependencies" : [
        "Francium"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Francium",
      "module_type" : "SwiftTarget",
      "name" : "Francium",
      "path" : "Sources/Francium",
      "product_memberships" : [
        "Francium"
      ],
      "sources" : [
        "Errors/Error.swift",
        "IO/Dir.swift",
        "IO/File.swift",
        "IO/IOObject.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Sources/Francium/Francium.xcodeproj': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Sources/Francium/README.md': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Sources/Francium/Sources/Info.plist': File not found.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Sources/Francium/README.md': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Sources/Francium/Francium.xcodeproj': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Sources/Francium/Sources/Info.plist': File not found.
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/7] Compiling Francium IOObject.swift
/host/spi-builder-workspace/Sources/Francium/IO/Dir.swift:14:8: error: no such module 'Darwin'
 12 | let system_glob = Glibc.glob
 13 | #else
 14 | import Darwin
    |        `- error: no such module 'Darwin'
 15 |
 16 | let system_glob = Darwin.glob
[4/7] Compiling Francium File.swift
/host/spi-builder-workspace/Sources/Francium/IO/Dir.swift:14:8: error: no such module 'Darwin'
 12 | let system_glob = Glibc.glob
 13 | #else
 14 | import Darwin
    |        `- error: no such module 'Darwin'
 15 |
 16 | let system_glob = Darwin.glob
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/7] Emitting module Francium
/host/spi-builder-workspace/Sources/Francium/IO/Dir.swift:14:8: error: no such module 'Darwin'
 12 | let system_glob = Glibc.glob
 13 | #else
 14 | import Darwin
    |        `- error: no such module 'Darwin'
 15 |
 16 | let system_glob = Darwin.glob
[6/7] Compiling Francium Error.swift
/host/spi-builder-workspace/Sources/Francium/IO/Dir.swift:14:8: error: no such module 'Darwin'
 12 | let system_glob = Glibc.glob
 13 | #else
 14 | import Darwin
    |        `- error: no such module 'Darwin'
 15 |
 16 | let system_glob = Darwin.glob
[7/7] Compiling Francium Dir.swift
/host/spi-builder-workspace/Sources/Francium/IO/Dir.swift:14:8: error: no such module 'Darwin'
 12 | let system_glob = Glibc.glob
 13 | #else
 14 | import Darwin
    |        `- error: no such module 'Darwin'
 15 |
 16 | let system_glob = Darwin.glob
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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': Invalid Exclude '/host/spi-builder-workspace/Sources/Francium/Francium.xcodeproj': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Sources/Francium/README.md': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Sources/Francium/Sources/Info.plist': File not found.
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/6] Emitting module Francium
/host/spi-builder-workspace/Sources/Francium/IO/Dir.swift:14:8: error: no such module 'Darwin'
 12 | let system_glob = Glibc.glob
 13 | #else
 14 | import Darwin
    |        `- error: no such module 'Darwin'
 15 |
 16 | let system_glob = Darwin.glob
[3/6] Compiling Francium IOObject.swift
/host/spi-builder-workspace/Sources/Francium/IO/Dir.swift:14:8: error: no such module 'Darwin'
 12 | let system_glob = Glibc.glob
 13 | #else
 14 | import Darwin
    |        `- error: no such module 'Darwin'
 15 |
 16 | let system_glob = Darwin.glob
[4/6] Compiling Francium File.swift
/host/spi-builder-workspace/Sources/Francium/IO/Dir.swift:14:8: error: no such module 'Darwin'
 12 | let system_glob = Glibc.glob
 13 | #else
 14 | import Darwin
    |        `- error: no such module 'Darwin'
 15 |
 16 | let system_glob = Darwin.glob
[5/6] Compiling Francium Error.swift
/host/spi-builder-workspace/Sources/Francium/IO/Dir.swift:14:8: error: no such module 'Darwin'
 12 | let system_glob = Glibc.glob
 13 | #else
 14 | import Darwin
    |        `- error: no such module 'Darwin'
 15 |
 16 | let system_glob = Darwin.glob
[6/6] Compiling Francium Dir.swift
/host/spi-builder-workspace/Sources/Francium/IO/Dir.swift:14:8: error: no such module 'Darwin'
 12 | let system_glob = Glibc.glob
 13 | #else
 14 | import Darwin
    |        `- error: no such module 'Darwin'
 15 |
 16 | let system_glob = Darwin.glob
BUILD FAILURE 6.1 wasm