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 GlassEffect, reference main (ea4983), with Swift 6.0 for macOS (SPM) on 16 Sep 2024 04:48:58 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.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.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Czajnikowski/GlassEffect.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Czajnikowski/GlassEffect
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ea49838 Update README.md
Cloned https://github.com/Czajnikowski/GlassEffect.git
Revision (git rev-parse @):
ea49838d901b9ef050c9af431304b74fe89f67cc
SUCCESS checkout https://github.com/Czajnikowski/GlassEffect.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/Czajnikowski/GlassEffect.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/3] Write sources
[1/3] Copying GlassEffect.metal
[2/3] Write swift-version-117DEE11B69C53C9.txt
[4/6] Compiling GlassEffect resource_bundle_accessor.swift
[5/6] Emitting module GlassEffect
[6/6] Compiling GlassEffect GlassEffect.swift
Build complete! (11.29s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "GlassEffect",
  "name" : "GlassEffect",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "GlassEffect",
      "targets" : [
        "GlassEffect"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GlassEffect",
      "module_type" : "SwiftTarget",
      "name" : "GlassEffect",
      "path" : "Sources/GlassEffect",
      "product_memberships" : [
        "GlassEffect"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/GlassEffect/Shaders/GlassEffect.metal",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "GlassEffect.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.