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 IAppRater, reference v1.0.2 (14fb23), with Swift 6.0 for macOS (SPM) on 13 Oct 2024 23:20:46 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.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.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ukushu/IAppRater.git
Reference: v1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ukushu/IAppRater
 * tag               v1.0.2     -> FETCH_HEAD
HEAD is now at 14fb230 Package.swift upd
Cloned https://github.com/ukushu/IAppRater.git
Revision (git rev-parse @):
14fb230167b59a663e6935d1913ea787d8d1f4b8
SUCCESS checkout https://github.com/ukushu/IAppRater.git at v1.0.2
========================================
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": "iapprater",
      "name": "IAppRater",
      "url": "https://github.com/ukushu/IAppRater.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/IAppRater",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ukushu/IAppRater.git
[1/165] Fetching iapprater
Fetched https://github.com/ukushu/IAppRater.git from cache (0.78s)
Creating working copy for https://github.com/ukushu/IAppRater.git
Working copy of https://github.com/ukushu/IAppRater.git resolved at v1.0.2 (14fb230)
warning: '.resolve-product-dependencies': dependency 'iapprater' 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/ukushu/IAppRater.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.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--4A847ED0836F2485.txt
[3/4] Compiling IAppRater IAppRater.swift
[4/4] Emitting module IAppRater
Build complete! (9.29s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "IAppRater",
  "name" : "IAppRater",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "IAppRater",
      "targets" : [
        "IAppRater"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IAppRaterTests",
      "module_type" : "SwiftTarget",
      "name" : "IAppRaterTests",
      "path" : "Tests/IAppRaterTests",
      "sources" : [
        "IAppRaterTests.swift"
      ],
      "target_dependencies" : [
        "IAppRater"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IAppRater",
      "module_type" : "SwiftTarget",
      "name" : "IAppRater",
      "path" : "Sources/IAppRater",
      "product_memberships" : [
        "IAppRater"
      ],
      "sources" : [
        "IAppRater.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.