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 master (cd3c24), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 22:12:37 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/getGuaka/FileUtils
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at cd3c24e Turn off Travis email notifications
Cloned https://github.com/getGuaka/FileUtils.git
Revision (git rev-parse @):
cd3c24e5217eb7a81c5606166b5048a1a9b35539
SUCCESS checkout https://github.com/getGuaka/FileUtils.git at master
========================================
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 Constants.swift
[9/10] Emitting module FileUtils
[10/10] Compiling FileUtils File.swift
Build complete! (1.66s)
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.