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 Dripper, reference main (8dde50), with Swift 6.0 for macOS (SPM) on 27 Sep 2024 20:04:07 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0.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.54.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/musicspot24/Dripper.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/musicspot24/Dripper
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8dde505 📦️ Add empty test target
Cloned https://github.com/musicspot24/Dripper.git
Revision (git rev-parse @):
8dde505dca42ce13b048a9462f30bed8d50ce087
SUCCESS checkout https://github.com/musicspot24/Dripper.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/musicspot24/Dripper.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0.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--4A847ED0836F2485.txt
[3/9] Compiling Dripper Station.swift
[4/9] Compiling Dripper TestStation.swift
[5/9] Emitting module Dripper
[6/9] Compiling Dripper Drip.swift
[7/9] Compiling Dripper Dripper.swift
[8/9] Compiling Dripper DripperBuilder.swift
[9/9] Compiling Dripper Effect.swift
Build complete! (8.86s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Dripper",
  "name" : "Dripper",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Dripper",
      "targets" : [
        "Dripper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "DripperTests",
      "module_type" : "SwiftTarget",
      "name" : "DripperTests",
      "path" : "Tests/DripperTests",
      "sources" : [
        "DripperTests.swift"
      ],
      "target_dependencies" : [
        "Dripper"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Dripper",
      "module_type" : "SwiftTarget",
      "name" : "Dripper",
      "path" : "Sources/Dripper",
      "product_memberships" : [
        "Dripper"
      ],
      "sources" : [
        "Drip.swift",
        "Dripper.swift",
        "DripperBuilder.swift",
        "Effect.swift",
        "Station.swift",
        "TestStation.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.