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 1.3.1 (010dce), with Swift 5.9 for macOS (Xcode) using Xcode 15.2 on 24 Jul 2024 16:14:21 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Hex.swift -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.48.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yaslab/Hex.swift.git
Reference: 1.3.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yaslab/Hex.swift
 * tag               1.3.1      -> FETCH_HEAD
HEAD is now at 010dce3 Refactoring
Cloned https://github.com/yaslab/Hex.swift.git
Revision (git rev-parse @):
010dce38b653fe95c5c7db84cf03d8c2eb7c3f86
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/yaslab/Hex.swift.git at 1.3.1
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             5.9
Building package at path:  $PWD
https://github.com/yaslab/Hex.swift.git
Command line invocation:
    /Applications/Xcode-15.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  Hex.swift: /Users/admin/builder/spi-builder-workspace
resolved source packages: Hex.swift
{
  "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.4"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Hex.swift"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Hex.swift -destination platform=macOS,arch=arm64
Build complete.
Done.