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 PreventScreenshot, reference main (2605b3), with Swift 6.0 (beta) for macOS (SPM) on 16 Sep 2024 14:41:13 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/0xWDG/PreventScreenshot.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xWDG/PreventScreenshot
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2605b31 Update README.md
Cloned https://github.com/0xWDG/PreventScreenshot.git
Revision (git rev-parse @):
2605b31c25bdf859c623f0c381711310974dd482
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/0xWDG/PreventScreenshot.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/0xWDG/PreventScreenshot.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
[2/3] Write swift-version-117DEE11B69C53C9.txt
[4/5] Emitting module Inspect
[5/5] Compiling Inspect Inspect.swift
[6/7] Emitting module PreventScreenshot
[7/7] Compiling PreventScreenshot PreventScreenshot.swift
Build complete! (14.33s)
Fetching https://github.com/0xWDG/Inspect.git
[1/154] Fetching inspect
Fetched https://github.com/0xWDG/Inspect.git from cache (0.87s)
Creating working copy for https://github.com/0xWDG/Inspect.git
Working copy of https://github.com/0xWDG/Inspect.git resolved at main (4ab1af6)
warning: 'spi-builder-workspace': the target name PreventScreenshot has different case on the filesystem and the Package.swift manifest file
Build complete.
{
  "dependencies" : [
    {
      "identity" : "inspect",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/0xWDG/Inspect.git"
    }
  ],
  "manifest_display_name" : "PreventScreenshot",
  "name" : "PreventScreenshot",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "PreventScreenshot",
      "targets" : [
        "PreventScreenshot"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PreventScreenshotTests",
      "module_type" : "SwiftTarget",
      "name" : "PreventScreenshotTests",
      "path" : "Tests/PreventScreenshotTests",
      "sources" : [
        "PreventScreenshotTests.swift"
      ],
      "target_dependencies" : [
        "PreventScreenshot"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PreventScreenshot",
      "module_type" : "SwiftTarget",
      "name" : "PreventScreenshot",
      "path" : "Sources/PreventScreenshot",
      "product_dependencies" : [
        "Inspect"
      ],
      "product_memberships" : [
        "PreventScreenshot"
      ],
      "sources" : [
        "PreventScreenshot.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
warning: 'spi-builder-workspace': the target name PreventScreenshot has different case on the filesystem and the Package.swift manifest file
Done.