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 RWLock, reference 1.0.0 (fc7781), with Swift 6.0 for macOS (SPM) on 3 Nov 2024 03:30:47 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.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.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/grype/RWLock-Swift.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/grype/RWLock-Swift
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at fc7781a Initial commit
Cloned https://github.com/grype/RWLock-Swift.git
Revision (git rev-parse @):
fc7781a5b696c9e26942d8175b7d2363cd2d3680
SUCCESS checkout https://github.com/grype/RWLock-Swift.git at 1.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "rwlock-swift",
      "name": "RWLock",
      "url": "https://github.com/grype/RWLock-Swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RWLock-Swift",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/grype/RWLock-Swift.git
[1/20] Fetching rwlock-swift
Fetched https://github.com/grype/RWLock-Swift.git from cache (0.57s)
Creating working copy for https://github.com/grype/RWLock-Swift.git
Working copy of https://github.com/grype/RWLock-Swift.git resolved at 1.0.0 (fc7781a)
warning: '.resolve-product-dependencies': dependency 'rwlock-swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/grype/RWLock-Swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.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--7754E27361AE5C74.txt
[3/5] Emitting module RWLock
[4/5] Compiling RWLock RWLock.swift
[5/5] Compiling RWLock RWLockedPropertyWrapper.swift
Build complete! (6.03s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "RWLock",
  "name" : "RWLock",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "RWLock",
      "targets" : [
        "RWLock"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RWLockTests",
      "module_type" : "SwiftTarget",
      "name" : "RWLockTests",
      "path" : "Tests/RWLockTests",
      "sources" : [
        "RWLockTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "RWLock"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RWLock",
      "module_type" : "SwiftTarget",
      "name" : "RWLock",
      "path" : "Sources/RWLock",
      "product_memberships" : [
        "RWLock"
      ],
      "sources" : [
        "RWLock.swift",
        "RWLockedPropertyWrapper.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.