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 Resyncer, reference 1.2.0 (77343d), with Swift 5.9 for macOS (SPM) on 7 Apr 2025 13:15:43 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danielepantaleone/Resyncer.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/danielepantaleone/Resyncer
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at 77343dc Fix running unit tests on GitHub actions
Cloned https://github.com/danielepantaleone/Resyncer.git
Revision (git rev-parse @):
77343dc8862f4cb252f9daf6989e4762986fab6e
SUCCESS checkout https://github.com/danielepantaleone/Resyncer.git at 1.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/danielepantaleone/Resyncer.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/4] Compiling Resyncer ResyncerError.swift
[2/4] Compiling Resyncer ResyncerBox.swift
[3/4] Compiling Resyncer Resyncer.swift
[4/4] Emitting module Resyncer
Build complete! (4.56s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Resyncer",
  "name" : "Resyncer",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "Resyncer",
      "targets" : [
        "Resyncer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ResyncerTests",
      "module_type" : "SwiftTarget",
      "name" : "ResyncerTests",
      "path" : "Tests/ResyncerTests",
      "sources" : [
        "ResyncerTests.swift"
      ],
      "target_dependencies" : [
        "Resyncer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Resyncer",
      "module_type" : "SwiftTarget",
      "name" : "Resyncer",
      "path" : "Sources/Resyncer",
      "product_memberships" : [
        "Resyncer"
      ],
      "sources" : [
        "Resyncer.swift",
        "ResyncerBox.swift",
        "ResyncerError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.