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 d3-color, reference main (e884b6), with Swift 6.0 (beta) for macOS (SPM) on 13 Sep 2024 18:45:18 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/igor11191708/d3-color.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/igor11191708/d3-color
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e884b6d Update README.md
Cloned https://github.com/igor11191708/d3-color.git
Revision (git rev-parse @):
e884b6d28346335f896d669f8cc372fec81dfd2c
SUCCESS checkout https://github.com/igor11191708/d3-color.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/igor11191708/d3-color.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-117DEE11B69C53C9.txt
[3/4] Emitting module d3_color
[4/4] Compiling d3_color Color+Ext.swift
Build complete! (10.77s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "d3-color",
  "name" : "d3-color",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12"
    },
    {
      "name" : "ios",
      "version" : "15"
    },
    {
      "name" : "tvos",
      "version" : "16"
    },
    {
      "name" : "watchos",
      "version" : "7"
    }
  ],
  "products" : [
    {
      "name" : "d3-color",
      "targets" : [
        "d3-color"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "d3_colorTests",
      "module_type" : "SwiftTarget",
      "name" : "d3-colorTests",
      "path" : "Tests/d3-colorTests",
      "sources" : [
        "d3_colorTests.swift"
      ],
      "target_dependencies" : [
        "d3-color"
      ],
      "type" : "test"
    },
    {
      "c99name" : "d3_color",
      "module_type" : "SwiftTarget",
      "name" : "d3-color",
      "path" : "Sources/d3-color",
      "product_memberships" : [
        "d3-color"
      ],
      "sources" : [
        "Color+Ext.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.