The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftUtils, reference main (87ad56), with Swift 6.2 for Wasm on 11 Aug 2025 05:31:59 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Genaro-Chris/SwiftUtils.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/Genaro-Chris/SwiftUtils
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 87ad560 some fixes and docs
Cloned https://github.com/Genaro-Chris/SwiftUtils.git
Revision (git rev-parse @):
87ad56079e41b81bf26c9f935f30e17cb8cf8331
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Genaro-Chris/SwiftUtils.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Genaro-Chris/SwiftUtils.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/12] Compiling Utilities Utils.swift
[4/13] Compiling Utilities Variant+Error.swift
[5/13] Emitting module Utilities
[6/13] Compiling Utilities ThrowingFunction.swift
[7/13] Compiling Utilities SwiftUtils.swift
[8/13] Compiling Utilities Tuple.swift
[9/13] Compiling Utilities Function.swift
[10/13] Compiling Utilities MaybeUninit.swift
[11/13] Compiling Utilities AsyncFunction.swift
[12/13] Compiling Utilities AsyncThrowingFunction.swift
[13/13] Compiling Utilities Variant.swift
Build complete! (6.68s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftUtils",
  "name" : "SwiftUtils",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "Utilities",
      "targets" : [
        "Utilities"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Utilities",
      "module_type" : "SwiftTarget",
      "name" : "Utilities",
      "path" : "Sources",
      "product_memberships" : [
        "Utilities"
      ],
      "sources" : [
        "SwiftUtils/AsyncFunction.swift",
        "SwiftUtils/AsyncThrowingFunction.swift",
        "SwiftUtils/Function.swift",
        "SwiftUtils/MaybeUninit.swift",
        "SwiftUtils/SwiftUtils.swift",
        "SwiftUtils/ThrowingFunction.swift",
        "SwiftUtils/Tuple.swift",
        "SwiftUtils/Utils.swift",
        "SwiftUtils/Variant+Error.swift",
        "SwiftUtils/Variant.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftUtilsTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUtilsTests",
      "path" : "Tests/SwiftUtilsTests",
      "sources" : [
        "Declarations.swift",
        "FunctionTests.swift",
        "MaybeUninitTests.swift",
        "SwiftUtilsTests.swift",
        "TupleTests.swift",
        "VariantTests.swift"
      ],
      "target_dependencies" : [
        "Utilities"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "6.0"
}
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Done.