The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Fileable, reference 1.2.2 (193e3e), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 00:00:59 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "fileable.swift",
      "name": "Fileable",
      "url": "https://github.com/shotastage/Fileable.swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Fileable.swift",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/shotastage/Fileable.swift.git
[1/906] Fetching fileable.swift
Fetched https://github.com/shotastage/Fileable.swift.git from cache (0.95s)
Creating working copy for https://github.com/shotastage/Fileable.swift.git
Working copy of https://github.com/shotastage/Fileable.swift.git resolved at 1.2.2 (193e3e0)
warning: '.resolve-product-dependencies': dependency 'fileable.swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/shotastage/Fileable.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/13] Compiling Fileable ZipArchive.swift
[4/13] Compiling Fileable OLD.swift
[5/14] Compiling Fileable Permissions.swift
[6/14] Compiling Fileable Operations.swift
[7/14] Compiling Fileable FHS.swift
[8/14] Compiling Fileable Network.swift
[9/14] Compiling Fileable Errors.swift
[10/14] Compiling Fileable Fileable.swift
[11/14] Emitting module Fileable
[12/14] Compiling Fileable Utilities.swift
[13/14] Compiling Fileable StoredProperties.swift
[14/14] Compiling Fileable iOS+Fileable.swift
Build complete! (5.57s)
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.