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 swift-typed-identifier, reference 2.0.4 (ea7afa), with Swift 6.0 for Linux on 23 May 2025 10:26:47 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/VergeGroup/swift-typed-identifier.git
Reference: 2.0.4
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/VergeGroup/swift-typed-identifier
 * tag               2.0.4      -> FETCH_HEAD
HEAD is now at ea7afa2 rename package name (#3)
Cloned https://github.com/VergeGroup/swift-typed-identifier.git
Revision (git rev-parse @):
ea7afa2ce943c6bf3ef87d385c8a6e9f67fea4f3
SUCCESS checkout https://github.com/VergeGroup/swift-typed-identifier.git at 2.0.4
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/VergeGroup/swift-typed-identifier.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:eb4fa402aea9a5d8f220b50fa960a581858eee7d87d88f234799973af2acd8ee
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/4] Compiling TypedIdentifier TypedIdentifier.swift
/host/spi-builder-workspace/Sources/TypedIdentifier/TypedIdentifier.swift:73:6: warning: expression of type 'MyIdentifiable.TypedIdentifierRawValue' (aka 'String') is unused
71 |
72 | private func _run(id: MyIdentifiable.TypedID) {
73 |   id.raw
   |      `- warning: expression of type 'MyIdentifiable.TypedIdentifierRawValue' (aka 'String') is unused
74 | }
75 |
[4/4] Emitting module TypedIdentifier
Build complete! (3.12s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-typed-identifier",
  "name" : "swift-typed-identifier",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "TypedIdentifier",
      "targets" : [
        "TypedIdentifier"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "TypedIdentifier",
      "module_type" : "SwiftTarget",
      "name" : "TypedIdentifier",
      "path" : "Sources/TypedIdentifier",
      "product_memberships" : [
        "TypedIdentifier"
      ],
      "sources" : [
        "TypedIdentifier.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:eb4fa402aea9a5d8f220b50fa960a581858eee7d87d88f234799973af2acd8ee
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.