The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Fileable, reference 1.2.2 (193e3e), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 02:13:12 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shotastage/Fileable.swift.git
Reference: 1.2.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/shotastage/Fileable.swift
 * tag               1.2.2      -> FETCH_HEAD
HEAD is now at 193e3e0 fix inaccessible method
Cloned https://github.com/shotastage/Fileable.swift.git
Revision (git rev-parse @):
193e3e01a57168bbca33f298d9ab231a6bd142e7
SUCCESS checkout https://github.com/shotastage/Fileable.swift.git at 1.2.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/shotastage/Fileable.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/13] Compiling Fileable ZipArchive.swift
[4/13] Compiling Fileable Utilities.swift
[5/13] Compiling Fileable OLD.swift
[6/14] Compiling Fileable Operations.swift
[7/14] Compiling Fileable Permissions.swift
[8/14] Compiling Fileable Network.swift
[9/14] Compiling Fileable Errors.swift
[10/14] Compiling Fileable Fileable.swift
[11/14] Compiling Fileable FHS.swift
[12/14] Emitting module Fileable
[13/14] Compiling Fileable StoredProperties.swift
[14/14] Compiling Fileable iOS+Fileable.swift
Build complete! (4.60s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Fileable",
  "name" : "Fileable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Fileable",
      "targets" : [
        "Fileable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FileableTests",
      "module_type" : "SwiftTarget",
      "name" : "FileableTests",
      "path" : "Tests/FileableTests",
      "sources" : [
        "BasicOperation.swift",
        "FileableTestMain.swift",
        "Info.swift",
        "PathTypeCasting.swift",
        "XCTest.swift",
        "iOSDirs.swift"
      ],
      "target_dependencies" : [
        "Fileable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Fileable",
      "module_type" : "SwiftTarget",
      "name" : "Fileable",
      "path" : "Sources/Fileable",
      "product_memberships" : [
        "Fileable"
      ],
      "sources" : [
        "Errors.swift",
        "Fileable.swift",
        "Linux/FHS.swift",
        "Network.swift",
        "Operations.swift",
        "Permissions.swift",
        "StoredProperties.swift",
        "Utilities.swift",
        "ZipArchive.swift",
        "iOS/OLD.swift",
        "iOS/iOS+Fileable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.