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 main (2d4727), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 00:16:33 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SongProOrg/songpro-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2d47271 Add Swift tool version
Cloned https://github.com/SongProOrg/songpro-swift.git
Revision (git rev-parse @):
2d47271f96bbb530835796500ef7f22f51abc95e
SUCCESS checkout https://github.com/SongProOrg/songpro-swift.git at main
Fetching https://github.com/eonist/ResourceHelper.git
[1/122] Fetching resourcehelper
Fetched https://github.com/eonist/ResourceHelper.git from cache (0.66s)
Creating working copy for https://github.com/eonist/ResourceHelper.git
Working copy of https://github.com/eonist/ResourceHelper.git resolved at master (1c45578)
========================================
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 main (2d47271)
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/9] Compiling SongPro SongPro.swift
[4/9] Compiling SongPro Section.swift
[5/9] Compiling SongPro Song.swift
[6/9] Compiling SongPro Measure.swift
[7/9] Emitting module SongPro
[8/9] Compiling SongPro Line.swift
[9/9] Compiling SongPro Part.swift
Build complete! (8.48s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "resourcehelper",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/eonist/ResourceHelper.git"
    }
  ],
  "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",
      "product_dependencies" : [
        "ResourceHelper"
      ],
      "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",
        "Measure.swift",
        "Part.swift",
        "Section.swift",
        "Song.swift",
        "SongPro.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.