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 0.0.1 (02cf66), with Swift 5.8 for macOS (Xcode) using Xcode 14.3 on 23 Jul 2024 19:33:02 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.47.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xWDG/PreventScreenshot.git
Reference: 0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xWDG/PreventScreenshot
 * tag               0.0.1      -> FETCH_HEAD
HEAD is now at 02cf66b Rename
Cloned https://github.com/0xWDG/PreventScreenshot.git
Revision (git rev-parse @):
02cf66b209f6b6fdce7943eb8d9a4dae4fb5ac76
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/0xWDG/PreventScreenshot.git at 0.0.1
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             5.8
Building package at path:  $PWD
https://github.com/0xWDG/PreventScreenshot.git
Command line invocation:
    /Applications/Xcode-14.3.1.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
the target name PreventScreenshot has different case on the filesystem and the Package.swift manifest file
Resolve 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
resolved source packages: PreventScreenshot
2024-07-23 15:32:41.042 xcodebuild[465:2463] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
2024-07-23 15:32:43.953 xcodebuild[465:2463] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot7/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-21815/IDEFoundation/Execution/RunContextManager/IDERunContextManager.m:842
Details:  Error deleting scheme: Cannot modify data because the process disallows saving.
Object:   <IDERunContextManager: 0x60000180c240>
Method:   -deleteRunContexts:completionQueue:completionBlock:
Thread:   <_NSMainThread: 0x600003f0c200>{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-07-23 15:32:43.954 xcodebuild[465:2463] 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" : [
  ],
  "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_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"
    ]
  }
}
2024-07-23 15:32:48.351 xcodebuild[526:2785] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme PreventScreenshot -destination platform=macOS,arch=arm64
Build complete.
Done.