The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftCloudDrive, reference 1.4.4 (4f2f38), with Swift 6.0 for macOS (SPM) on 11 Jun 2025 17:20:31 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/drewmccormack/SwiftCloudDrive.git
Reference: 1.4.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/drewmccormack/SwiftCloudDrive
 * tag               1.4.4      -> FETCH_HEAD
HEAD is now at 4f2f387 Fixed build errors with Xcode 26.
Cloned https://github.com/drewmccormack/SwiftCloudDrive.git
Revision (git rev-parse @):
4f2f38724d6a8724f727c1bc10d9cddd17fbb9e8
SUCCESS checkout https://github.com/drewmccormack/SwiftCloudDrive.git at 1.4.4
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/drewmccormack/SwiftCloudDrive.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Copying PrivacyInfo.xcprivacy
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/11] Compiling SwiftCloudDrive resource_bundle_accessor.swift
[5/11] Compiling SwiftCloudDrive RootRelativePath.swift
[6/11] Compiling SwiftCloudDrive CoordinatedFileManager.swift
[7/11] Compiling SwiftCloudDrive MetadataMonitor.swift
[8/11] Compiling SwiftCloudDrive FileMonitor.swift
[9/11] Compiling SwiftCloudDrive Errors.swift
[10/11] Emitting module SwiftCloudDrive
[11/11] Compiling SwiftCloudDrive CloudDrive.swift
Build complete! (6.29s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftCloudDrive",
  "name" : "SwiftCloudDrive",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftCloudDrive",
      "targets" : [
        "SwiftCloudDrive"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SwiftCloudDriveTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCloudDriveTests",
      "path" : "Tests/SwiftCloudDriveTests",
      "sources" : [
        "CloudDriveTests.swift"
      ],
      "target_dependencies" : [
        "SwiftCloudDrive"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftCloudDrive",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCloudDrive",
      "path" : "Sources/SwiftCloudDrive",
      "product_memberships" : [
        "SwiftCloudDrive"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftCloudDrive/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "CloudDrive.swift",
        "CoordinatedFileManager.swift",
        "Errors.swift",
        "FileMonitor.swift",
        "MetadataMonitor.swift",
        "RootRelativePath.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.