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 XCTAssertNoLeak, reference 0.3.2 (d24a03), with Swift 6.0 for macOS (SPM) on 28 Nov 2024 18:57:57 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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tarunon/xctassertnoleak.git
Reference: 0.3.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tarunon/xctassertnoleak
 * tag               0.3.2      -> FETCH_HEAD
HEAD is now at d24a03c Merge pull request #17 from giginet/bump-up-version
Cloned https://github.com/tarunon/xctassertnoleak.git
Revision (git rev-parse @):
d24a03ce5bf92bd8ccf1aed1d44a060c92db204a
SUCCESS checkout https://github.com/tarunon/xctassertnoleak.git at 0.3.2
========================================
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": "xctassertnoleak",
      "name": "XCTAssertNoLeak",
      "url": "https://github.com/tarunon/xctassertnoleak.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/xctassertnoleak",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/tarunon/xctassertnoleak.git
[6/541] Fetching xctassertnoleak
Fetched https://github.com/tarunon/xctassertnoleak.git from cache (1.01s)
Creating working copy for https://github.com/tarunon/xctassertnoleak.git
Working copy of https://github.com/tarunon/xctassertnoleak.git resolved at 0.3.2 (d24a03c)
warning: '.resolve-product-dependencies': dependency 'xctassertnoleak' 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/tarunon/xctassertnoleak.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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/9] Compiling XCTAssertNoLeak XCTAssertNoLeak.swift
[4/9] Compiling XCTAssertNoLeak Assert.swift
[5/9] Emitting module XCTAssertNoLeak
[6/9] Compiling XCTAssertNoLeak AssertNoLeakContext.swift
[7/9] Compiling XCTAssertNoLeak Node.swift
[8/9] Compiling XCTAssertNoLeak OldSwiftSupport.swift
[9/9] Compiling XCTAssertNoLeak CustomTraversable.swift
Build complete! (13.47s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "XCTAssertNoLeak",
  "name" : "XCTAssertNoLeak",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "macos",
      "version" : "10.11"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "XCTAssertNoLeak",
      "targets" : [
        "XCTAssertNoLeak"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XCTAssertNoLeakTests",
      "module_type" : "SwiftTarget",
      "name" : "XCTAssertNoLeakTests",
      "path" : "Tests/XCTAssertNoLeakTests",
      "sources" : [
        "NodeTests.swift",
        "OldSwiftSupport.swift",
        "XCTAssertNoLeakTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "XCTAssertNoLeak"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XCTAssertNoLeak",
      "module_type" : "SwiftTarget",
      "name" : "XCTAssertNoLeak",
      "path" : "Sources/XCTAssertNoLeak",
      "product_memberships" : [
        "XCTAssertNoLeak"
      ],
      "sources" : [
        "Core/Assert.swift",
        "Core/AssertNoLeakContext.swift",
        "Core/CustomTraversable.swift",
        "Core/Node.swift",
        "Core/OldSwiftSupport.swift",
        "Front/XCTAssertNoLeak.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.