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 Tempry, reference 0.1.1 (631787), with Swift 6.0 for macOS (SPM) on 31 Oct 2024 17:23:46 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/yanamura/Tempry.git
Reference: 0.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yanamura/Tempry
 * tag               0.1.1      -> FETCH_HEAD
HEAD is now at 6317877 fix: method accessibility
Cloned https://github.com/yanamura/Tempry.git
Revision (git rev-parse @):
6317877010af099a4ce2506a33ead61f7ab8e296
SUCCESS checkout https://github.com/yanamura/Tempry.git at 0.1.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": "tempry",
      "name": "Tempry",
      "url": "https://github.com/yanamura/Tempry.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Tempry",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/yanamura/Tempry.git
[1/58] Fetching tempry
Fetched https://github.com/yanamura/Tempry.git from cache (0.62s)
Creating working copy for https://github.com/yanamura/Tempry.git
Working copy of https://github.com/yanamura/Tempry.git resolved at 0.1.1 (6317877)
warning: '.resolve-product-dependencies': dependency 'tempry' 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/yanamura/Tempry.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/4] Compiling Tempry Tempry.swift
[4/4] Emitting module Tempry
Build complete! (5.39s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Tempry",
  "name" : "Tempry",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Tempry",
      "targets" : [
        "Tempry"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TempryTests",
      "module_type" : "SwiftTarget",
      "name" : "TempryTests",
      "path" : "Tests/TempryTests",
      "sources" : [
        "TempryTests.swift"
      ],
      "target_dependencies" : [
        "Tempry"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Tempry",
      "module_type" : "SwiftTarget",
      "name" : "Tempry",
      "path" : "Sources/Tempry",
      "product_memberships" : [
        "Tempry"
      ],
      "sources" : [
        "Tempry.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.