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

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.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.9
Building package at path:  $PWD
https://github.com/0xWDG/PreventScreenshot.git
Command line invocation:
    /Applications/Xcode-15.2.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 of package ‘Inspect’
the target name PreventScreenshot has different case on the filesystem and the Package.swift manifest fileResolve Package Graph
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
resolved source packages: PreventScreenshot, Inspect
2024-08-09 16:40:20.394 xcodebuild[452:2508] [MT] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Execution/RunContextManager/IDERunContextManager.m:848
Details:  Error deleting scheme: Cannot modify data because the process disallows saving.
Object:   <IDERunContextManager: 0x600001ef95f0>
Method:   -deleteRunContexts:completionQueue:completionBlock:
Thread:   <_NSMainThread: 0x6000039cc200>{number = 1, name = main}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2024-08-09 16:40:20.395 xcodebuild[452:2508] could not delete old scheme: Error Domain=DVTCustomDataStoringErrors Code=0 "Cannot modify data because the process disallows saving." UserInfo={NSLocalizedDescription=Cannot modify data because the process disallows saving.}
{
  "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.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme PreventScreenshot -destination platform=macOS,arch=arm64
Build complete.
Done.