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 5.10 for macOS (Xcode) using Xcode 15.4 on 9 Aug 2024 20:40:23 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme PreventScreenshot -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.49.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:         macosXcodebuild
Swift version:             5.10
Building package at path:  $PWD
https://github.com/0xWDG/PreventScreenshot.git
Command line invocation:
    /Applications/Xcode-15.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/0xWDG/Inspect.git
Creating working copy of package ‘Inspect’
Checking out main (4ab1af6) of package ‘Inspect’
the target name PreventScreenshot has different case on the filesystem and the Package.swift manifest file
Resolved source packages:
  PreventScreenshot: /Users/admin/builder/spi-builder-workspace
  Inspect: https://github.com/0xWDG/Inspect.git @ main (4ab1af6)
resolved source packages: PreventScreenshot, Inspect
{
  "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
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "PreventScreenshot"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme PreventScreenshot -destination platform=macOS,arch=arm64
Build complete.
Done.