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 Disk, reference master (d48d67), with Swift 5.9 for macOS (Xcode) using Xcode 15.2 on 13 Aug 2024 08:54:41 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.49.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/saoudrizwan/Disk.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/saoudrizwan/Disk
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at d48d67a Merge pull request #97 from AndrewSB/patch-1
Cloned https://github.com/saoudrizwan/Disk.git
Revision (git rev-parse @):
d48d67ade230ffcbf669d024df93e194b448f7b9
SUCCESS checkout https://github.com/saoudrizwan/Disk.git at master
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             5.9
Building package at path:  $PWD
https://github.com/saoudrizwan/Disk.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
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Disk",
  "name" : "Disk",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "Disk",
      "targets" : [
        "Disk"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DiskTests",
      "module_type" : "SwiftTarget",
      "name" : "DiskTests",
      "path" : "Tests",
      "sources" : [
        "DiskTests.swift",
        "Message.swift",
        "UIImage+Extension.swift"
      ],
      "target_dependencies" : [
        "Disk"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Disk",
      "module_type" : "SwiftTarget",
      "name" : "Disk",
      "path" : "Sources",
      "product_memberships" : [
        "Disk"
      ],
      "sources" : [
        "Disk+Codable.swift",
        "Disk+Data.swift",
        "Disk+Errors.swift",
        "Disk+Helpers.swift",
        "Disk+InternalHelpers.swift",
        "Disk+UIImage.swift",
        "Disk+VolumeInformation.swift",
        "Disk+[Data].swift",
        "Disk+[UIImage].swift",
        "Disk.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Sources/DiskExample': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Tests/DiskExample': File not found.
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "Disk",
    "schemes" : [
      "Disk"
    ],
    "targets" : [
      "Disk",
      "DiskTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Disk -destination platform=macOS,arch=arm64
Build complete.
Done.