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 ClampedPropertyWrapper, reference 0.2.0 (964086), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 16:33:04 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/CypherPoet/ClampedPropertyWrapper.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CypherPoet/ClampedPropertyWrapper
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at 9640865 0.2.0
Cloned https://github.com/CypherPoet/ClampedPropertyWrapper.git
Revision (git rev-parse @):
9640865f66dbbb3253eef80b927d609e67b4449b
SUCCESS checkout https://github.com/CypherPoet/ClampedPropertyWrapper.git at 0.2.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": "clampedpropertywrapper",
      "name": "ClampedPropertyWrapper",
      "url": "https://github.com/CypherPoet/ClampedPropertyWrapper.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ClampedPropertyWrapper",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/CypherPoet/ClampedPropertyWrapper.git
[1/109] Fetching clampedpropertywrapper
Fetched https://github.com/CypherPoet/ClampedPropertyWrapper.git from cache (1.25s)
Creating working copy for https://github.com/CypherPoet/ClampedPropertyWrapper.git
Working copy of https://github.com/CypherPoet/ClampedPropertyWrapper.git resolved at 0.2.0 (9640865)
warning: '.resolve-product-dependencies': dependency 'clampedpropertywrapper' 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/CypherPoet/ClampedPropertyWrapper.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/4] Compiling ClampedPropertyWrapper Clamped.swift
[4/4] Emitting module ClampedPropertyWrapper
Build complete! (5.59s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ClampedPropertyWrapper",
  "name" : "ClampedPropertyWrapper",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "ClampedPropertyWrapper",
      "targets" : [
        "ClampedPropertyWrapper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ClampedPropertyWrapperTests",
      "module_type" : "SwiftTarget",
      "name" : "ClampedPropertyWrapperTests",
      "path" : "Tests/ClampedPropertyWrapper",
      "sources" : [
        "Cases/ClampedPropertyWrapperTests.swift"
      ],
      "target_dependencies" : [
        "ClampedPropertyWrapper"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ClampedPropertyWrapper",
      "module_type" : "SwiftTarget",
      "name" : "ClampedPropertyWrapper",
      "path" : "Sources/ClampedPropertyWrapper",
      "product_memberships" : [
        "ClampedPropertyWrapper"
      ],
      "sources" : [
        "Clamped.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.