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

Successful build of SwiftUtils, reference main (67d8a9), with Swift 6.1 for Linux on 24 May 2025 22:03:02 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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 67d8a95 0.1.0
Cloned https://github.com/Genaro-Chris/SwiftUtils.git
Revision (git rev-parse @):
67d8a953087181ef302d552729205da7de42a492
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Genaro-Chris/SwiftUtils.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Genaro-Chris/SwiftUtils.git
https://github.com/Genaro-Chris/SwiftUtils.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:ba854000887cd0c27418c7bc304adc590345237c7003ebd31ba26cc8db085cf3
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/12] Compiling Utilities Variant+Error.swift
[4/13] Compiling Utilities Utils.swift
[5/13] Compiling Utilities Tuple.swift
[6/13] Compiling Utilities ThrowingFunction.swift
[7/13] Compiling Utilities SwiftUtils.swift
[8/13] Compiling Utilities Function.swift
[9/13] Compiling Utilities MaybeUninit.swift
[10/13] Emitting module Utilities
[11/13] Compiling Utilities AsyncFunction.swift
[12/13] Compiling Utilities AsyncThrowingFunction.swift
[13/13] Compiling Utilities Variant.swift
Build complete! (4.12s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:ba854000887cd0c27418c7bc304adc590345237c7003ebd31ba26cc8db085cf3
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.