The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of FileUtils, reference 0.2.0 (fca327), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 22:12:30 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/getGuaka/FileUtils.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/getGuaka/FileUtils
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at fca327e Fix link to Guaka
Cloned https://github.com/getGuaka/FileUtils.git
Revision (git rev-parse @):
fca327ea913f3d985954d23c9bd383ccf418b588
SUCCESS checkout https://github.com/getGuaka/FileUtils.git at 0.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/getGuaka/FileUtils.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/10] Compiling FileUtils Utilities.swift
[4/10] Compiling FileUtils StringExtensions.swift
[5/10] Compiling FileUtils Directory.swift
[6/10] Compiling FileUtils Path.swift
[7/10] Compiling FileUtils CrossPlatform.swift
[8/10] Compiling FileUtils File.swift
[9/10] Emitting module FileUtils
[10/10] Compiling FileUtils Constants.swift
Build complete! (1.59s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FileUtils",
  "name" : "FileUtils",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "FileUtils",
      "targets" : [
        "FileUtils"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4"
  ],
  "targets" : [
    {
      "c99name" : "FileUtilsTests",
      "module_type" : "SwiftTarget",
      "name" : "FileUtilsTests",
      "path" : "Tests/FileUtilsTests",
      "sources" : [
        "DirectoryTests.swift",
        "FileTests.swift",
        "PathTests.swift"
      ],
      "target_dependencies" : [
        "FileUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FileUtils",
      "module_type" : "SwiftTarget",
      "name" : "FileUtils",
      "path" : "Sources/FileUtils",
      "product_memberships" : [
        "FileUtils"
      ],
      "sources" : [
        "Constants.swift",
        "CrossPlatform.swift",
        "Directory.swift",
        "File.swift",
        "Path.swift",
        "StringExtensions.swift",
        "Utilities.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.