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.0 for macOS (SPM) on 14 Jun 2025 09:18:18 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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.0
Building package at path:  $PWD
https://github.com/nashysolutions/files.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Copying Info.plist
[0/5] Copying Localizable.xcstrings
[2/5] Write sources
[4/5] Write swift-version-5BDAB9E9C0126B9D.txt
[6/7] Compiling ErrorPresentation LocalizedCustomerFacingError.swift
[7/7] Emitting module ErrorPresentation
[8/19] Compiling Files FileSystemOperations.swift
[9/19] Compiling Files FileSystemContext.swift
[10/19] Compiling Files FileSystemDirectory.swift
[11/19] Compiling Files DeleteResource.swift
[12/20] Compiling Files Folder.swift
[13/20] Compiling Files FileSystemFolderStore.swift
[14/20] Compiling Files UpdateResource.swift
[15/20] Compiling Files SaveResource.swift
[16/20] Compiling Files LoadResource.swift
[17/20] Compiling Files resource_bundle_accessor.swift
[18/20] Compiling Files Directory.swift
[19/20] Compiling Files File.swift
[20/20] Emitting module Files
Build complete! (8.30s)
Fetching https://github.com/nashysolutions/error-presentation.git
[1/22] Fetching error-presentation
Fetched https://github.com/nashysolutions/error-presentation.git from cache (0.58s)
Computing version for https://github.com/nashysolutions/error-presentation.git
Computed https://github.com/nashysolutions/error-presentation.git at 1.0.0 (0.53s)
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.