This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 HexColor with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/WilhelmOks/HexColor.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/WilhelmOks/HexColor
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at f2a5de3 Update Package.swift
Cloned https://github.com/WilhelmOks/HexColor.git
Revision (git rev-parse @):
f2a5de311f08e2525adbb0cd3426d7c0c0e40617
SUCCESS checkout https://github.com/WilhelmOks/HexColor.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/WilhelmOks/HexColor.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-6F35C1178C84523A.txt
[5/6] Emitting module HexColor
[6/6] Compiling HexColor HexColor.swift
/Users/admin/builder/spi-builder-workspace/Sources/HexColor/HexColor.swift:52:17: warning: 'scanHexInt32' was deprecated in macOS 10.15
50 |
51 |         var rgb: UInt32 = 0
52 |         scanner.scanHexInt32(&rgb)
   |                 `- warning: 'scanHexInt32' was deprecated in macOS 10.15
53 |         return rgb
54 |     }
[7/10] Compiling HexUIColor UIColorExtensions.swift
[8/10] Emitting module HexUIColor
[9/10] Compiling HexNSColor NSColorExtensions.swift
[10/10] Emitting module HexNSColor
Build complete! (23.88s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "HexColor",
  "name" : "HexColor",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "HexNSColor",
      "targets" : [
        "HexNSColor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HexUIColor",
      "targets" : [
        "HexUIColor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HexUIColor",
      "module_type" : "SwiftTarget",
      "name" : "HexUIColor",
      "path" : "Sources/HexUIColor",
      "product_memberships" : [
        "HexUIColor"
      ],
      "sources" : [
        "UIColorExtensions.swift"
      ],
      "target_dependencies" : [
        "HexColor"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HexNSColor",
      "module_type" : "SwiftTarget",
      "name" : "HexNSColor",
      "path" : "Sources/HexNSColor",
      "product_memberships" : [
        "HexNSColor"
      ],
      "sources" : [
        "NSColorExtensions.swift"
      ],
      "target_dependencies" : [
        "HexColor"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HexColorTests",
      "module_type" : "SwiftTarget",
      "name" : "HexColorTests",
      "path" : "Tests/HexColorTests",
      "sources" : [
        "HexColorTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "HexColor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HexColor",
      "module_type" : "SwiftTarget",
      "name" : "HexColor",
      "path" : "Sources/HexColor",
      "product_memberships" : [
        "HexNSColor",
        "HexUIColor"
      ],
      "sources" : [
        "HexColor.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.