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 SongPro, reference 0.0.1 (22af8f), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 00:16:42 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/SongProOrg/songpro-swift.git
Reference: 0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SongProOrg/songpro-swift
 * tag               0.0.1      -> FETCH_HEAD
HEAD is now at 22af8ff Adds a README and LICENSE
Cloned https://github.com/SongProOrg/songpro-swift.git
Revision (git rev-parse @):
22af8ff6dd2ca5517d3a0a40742888650053e825
SUCCESS checkout https://github.com/SongProOrg/songpro-swift.git at 0.0.1
========================================
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": "songpro-swift",
      "name": "SongPro",
      "url": "https://github.com/SongProOrg/songpro-swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/songpro-swift",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/SongProOrg/songpro-swift.git
[1/175] Fetching songpro-swift
Fetched https://github.com/SongProOrg/songpro-swift.git from cache (0.66s)
Creating working copy for https://github.com/SongProOrg/songpro-swift.git
Working copy of https://github.com/SongProOrg/songpro-swift.git resolved at 0.0.1 (22af8ff)
warning: '.resolve-product-dependencies': dependency 'songpro-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/SongProOrg/songpro-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/8] Compiling SongPro Section.swift
[4/8] Compiling SongPro Song.swift
[5/8] Compiling SongPro Part.swift
[6/8] Compiling SongPro Line.swift
[7/8] Emitting module SongPro
[8/8] Compiling SongPro SongPro.swift
Build complete! (8.84s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SongPro",
  "name" : "SongPro",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SongPro",
      "targets" : [
        "SongPro"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SongProTests",
      "module_type" : "SwiftTarget",
      "name" : "SongProTests",
      "path" : "Tests/SongProTests",
      "sources" : [
        "SongProTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SongPro"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SongPro",
      "module_type" : "SwiftTarget",
      "name" : "SongPro",
      "path" : "Sources/SongPro",
      "product_memberships" : [
        "SongPro"
      ],
      "sources" : [
        "Line.swift",
        "Part.swift",
        "Section.swift",
        "Song.swift",
        "SongPro.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.