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 Sectioner, reference master (7fb39a), with Swift 6.0 for macOS (SPM) on 26 Nov 2024 12:53:02 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/alexito4/sectioner.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alexito4/sectioner
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7fb39ac Example in README
Cloned https://github.com/alexito4/sectioner.git
Revision (git rev-parse @):
7fb39ac3ae54c9dcf3df9c776ad5a9f1d192046e
SUCCESS checkout https://github.com/alexito4/sectioner.git at master
========================================
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": "sectioner",
      "name": "Sectioner",
      "url": "https://github.com/alexito4/sectioner.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/sectioner",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/alexito4/sectioner.git
[1/33] Fetching sectioner
Fetched https://github.com/alexito4/sectioner.git from cache (0.56s)
Creating working copy for https://github.com/alexito4/sectioner.git
Working copy of https://github.com/alexito4/sectioner.git resolved at master (7fb39ac)
warning: '.resolve-product-dependencies': dependency 'sectioner' 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/alexito4/sectioner.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/4] Emitting module Sectioner
[4/4] Compiling Sectioner Sectioner.swift
Build complete! (1.56s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Sectioner",
  "name" : "Sectioner",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Sectioner",
      "targets" : [
        "Sectioner"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SectionerTests",
      "module_type" : "SwiftTarget",
      "name" : "SectionerTests",
      "path" : "Tests/SectionerTests",
      "sources" : [
        "Difference.swift",
        "SectionerTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Sectioner"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Sectioner",
      "module_type" : "SwiftTarget",
      "name" : "Sectioner",
      "path" : "Sources/Sectioner",
      "product_memberships" : [
        "Sectioner"
      ],
      "sources" : [
        "Sectioner.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.