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 Tribute, reference master (b04828), with Swift 6.0 for macOS (SPM) on 4 Nov 2024 22:17:59 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/nicklockwood/Tribute.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nicklockwood/Tribute
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b04828e Support Package.resolved verson 3 which is a compatible superset of version 2
Cloned https://github.com/nicklockwood/Tribute.git
Revision (git rev-parse @):
b04828ee801afe7fc67f87e74837c5f8097e0e61
SUCCESS checkout https://github.com/nicklockwood/Tribute.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": "tribute",
      "name": "Tribute",
      "url": "https://github.com/nicklockwood/Tribute.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Tribute",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/nicklockwood/Tribute.git
[4/179] Fetching tribute
Fetched https://github.com/nicklockwood/Tribute.git from cache (0.84s)
Creating working copy for https://github.com/nicklockwood/Tribute.git
Working copy of https://github.com/nicklockwood/Tribute.git resolved at master (b04828e)
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/nicklockwood/Tribute.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/6] Write sources
[1/6] Write tribute-entitlement.plist
[2/6] Write swift-version--7754E27361AE5C74.txt
[4/11] Compiling Tribute Globs.swift
[5/11] Emitting module Tribute
[6/11] Compiling Tribute Tribute.swift
[7/11] Compiling Tribute Template.swift
[8/11] Compiling Tribute main.swift
[8/11] Write Objects.LinkFileList
[9/11] Linking tribute
[10/11] Applying tribute
Build complete! (8.17s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Tribute",
  "name" : "Tribute",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "tribute",
      "targets" : [
        "Tribute"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Tribute",
      "module_type" : "SwiftTarget",
      "name" : "Tribute",
      "path" : "Sources",
      "product_memberships" : [
        "tribute"
      ],
      "sources" : [
        "Globs.swift",
        "Template.swift",
        "Tribute.swift",
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.1"
}
Done.