The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of TypedIdentifier, reference 2.0.3 (284340), with Swift 6.0 for Linux on 10 Jan 2025 14:40:13 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 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/VergeGroup/TypedIdentifier.git
Reference: 2.0.3
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/TypedIdentifier
 * tag               2.0.3      -> FETCH_HEAD
HEAD is now at 2843404 Add platfroms (#1)
Cloned https://github.com/VergeGroup/TypedIdentifier.git
Revision (git rev-parse @):
284340409ba47858a1b3c353dcef9c21303953db
SUCCESS checkout https://github.com/VergeGroup/TypedIdentifier.git at 2.0.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/VergeGroup/TypedIdentifier.git
https://github.com/VergeGroup/TypedIdentifier.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TypedIdentifier",
  "name" : "TypedIdentifier",
  "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"
}
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 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
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! (4.34s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TypedIdentifier",
  "name" : "TypedIdentifier",
  "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:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.