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 files, reference 2.1.0 (9c7630), with Swift 6.2 (beta) for macOS (SPM) on 24 Jun 2025 16:24:19 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/nashysolutions/files.git
Reference: 2.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nashysolutions/files
 * tag               2.1.0      -> FETCH_HEAD
HEAD is now at 9c76306 Merge branch 'main' of github.com:nashysolutions/files
Cloned https://github.com/nashysolutions/files.git
Revision (git rev-parse @):
9c76306050115394e69c7b05ff289d2d11135bea
SUCCESS checkout https://github.com/nashysolutions/files.git at 2.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/nashysolutions/files.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[2/5] Copying Localizable.xcstrings
[3/5] Copying Info.plist
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/7] Compiling ErrorPresentation LocalizedCustomerFacingError.swift
[7/7] Emitting module ErrorPresentation
[8/19] Compiling Files UpdateResource.swift
[9/19] Compiling Files SaveResource.swift
[10/20] Compiling Files resource_bundle_accessor.swift
[11/20] Compiling Files FileSystemFolderStore.swift
[12/20] Compiling Files Folder.swift
[13/20] Emitting module Files
[14/20] Compiling Files LoadResource.swift
[15/20] Compiling Files FileSystemOperations.swift
[16/20] Compiling Files FileSystemContext.swift
[17/20] Compiling Files FileSystemDirectory.swift
[18/20] Compiling Files DeleteResource.swift
[19/20] Compiling Files Directory.swift
[20/20] Compiling Files File.swift
Build complete! (7.41s)
Fetching https://github.com/nashysolutions/error-presentation.git
[1/25] Fetching error-presentation
Fetched https://github.com/nashysolutions/error-presentation.git from cache (0.67s)
Computing version for https://github.com/nashysolutions/error-presentation.git
Computed https://github.com/nashysolutions/error-presentation.git at 1.0.0 (1.19s)
Creating working copy for https://github.com/nashysolutions/error-presentation.git
Working copy of https://github.com/nashysolutions/error-presentation.git resolved at 1.0.0
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "error-presentation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "1.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nashysolutions/error-presentation.git"
    }
  ],
  "manifest_display_name" : "files",
  "name" : "files",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "Files",
      "targets" : [
        "Files"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FilesTests",
      "module_type" : "SwiftTarget",
      "name" : "FilesTests",
      "path" : "Tests/FilesTests",
      "sources" : [
        "CopyResourceTests.swift",
        "DeleteResourceErrorTests.swift",
        "DeleteResourceTests.swift",
        "DirectoryTests.swift",
        "FileExistenceTests.swift",
        "FileReadWriteTests.swift",
        "FileSystemFolderStoreTests.swift",
        "FileSystemOperationsTests.swift",
        "FolderExistenceTests.swift",
        "LiveAgent.swift",
        "LiveAgentTests.swift",
        "MockContext.swift",
        "MockFolder.swift",
        "MockResource.swift",
        "MoveResourceTests.swift",
        "RemoveDirectoryTests.swift",
        "URLExpectation.swift"
      ],
      "target_dependencies" : [
        "Files"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Files",
      "module_type" : "SwiftTarget",
      "name" : "Files",
      "path" : "Sources/Files",
      "product_dependencies" : [
        "ErrorPresentation"
      ],
      "product_memberships" : [
        "Files"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Files/Resources/Localizable.xcstrings",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Directory.swift",
        "File.swift",
        "FileSystemContext.swift",
        "FileSystemDirectory.swift",
        "FileSystemFolderStore.swift",
        "FileSystemOperations.swift",
        "Folder.swift",
        "Operations/DeleteResource.swift",
        "Operations/LoadResource.swift",
        "Operations/SaveResource.swift",
        "Operations/UpdateResource.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.