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 Debouncify, reference v0.1.0 (c55140), with Swift 6.0 for macOS (SPM) on 16 Sep 2024 12:11:24 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/mesqueeb/Debouncify.git
Reference: v0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mesqueeb/Debouncify
 * tag               v0.1.0     -> FETCH_HEAD
HEAD is now at c551403 0.1.0
Cloned https://github.com/mesqueeb/Debouncify.git
Revision (git rev-parse @):
c5514036de80637ad3bde9edebe8033cd2208a28
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mesqueeb/Debouncify.git at v0.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/mesqueeb/Debouncify.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/5] Compiling Debouncify Debouncify.swift
[4/5] Emitting module Debouncify
[5/5] Compiling Debouncify OnChangeDebounced.swift
Build complete! (11.72s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Debouncify",
  "name" : "Debouncify",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "Debouncify",
      "targets" : [
        "Debouncify"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DebouncifyTests",
      "module_type" : "SwiftTarget",
      "name" : "DebouncifyTests",
      "path" : "Tests",
      "sources" : [
        "DebouncifyTests.swift"
      ],
      "target_dependencies" : [
        "Debouncify"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Debouncify",
      "module_type" : "SwiftTarget",
      "name" : "Debouncify",
      "path" : "Sources",
      "product_memberships" : [
        "Debouncify"
      ],
      "sources" : [
        "Debouncify.swift",
        "OnChangeDebounced.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.