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 Hex.swift, reference main (f7ec8d), with Swift 5.10 for macOS (SPM) on 20 Apr 2025 07:25:46 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yaslab/Hex.swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yaslab/Hex.swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f7ec8d4 Update ci.yml
Cloned https://github.com/yaslab/Hex.swift.git
Revision (git rev-parse @):
f7ec8d44809b503d88eecf8670f0155bc7778e2c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/yaslab/Hex.swift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/yaslab/Hex.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/8] Compiling Hex Data+Hex.swift
[4/8] Emitting module Hex
[5/8] Compiling Hex JSON.swift
[6/8] Compiling Hex Sequence+Hex.swift
[7/8] Compiling Hex Base16.swift
[8/8] Compiling Hex Collection+Hex.swift
Build complete! (4.86s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Hex.swift",
  "name" : "Hex.swift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "Hex",
      "targets" : [
        "Hex"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HexTests",
      "module_type" : "SwiftTarget",
      "name" : "HexTests",
      "path" : "Tests/HexTests",
      "sources" : [
        "Base16Tests.swift",
        "Collection+HexTests.swift",
        "Data+HexTests.swift",
        "JSONTests.swift",
        "Sequence+HexTests.swift"
      ],
      "target_dependencies" : [
        "Hex"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Hex",
      "module_type" : "SwiftTarget",
      "name" : "Hex",
      "path" : "Sources/Hex",
      "product_memberships" : [
        "Hex"
      ],
      "sources" : [
        "Base16.swift",
        "Collection+Hex.swift",
        "Data+Hex.swift",
        "JSON.swift",
        "Sequence+Hex.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.