The Swift Package Index logo.Swift Package Index

Build Information

Successful build of files, reference main (ceb5c4), with Swift 6.2 for macOS (SPM) on 6 Feb 2026 11:20:54 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nashysolutions/files.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nashysolutions/files
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ceb5c4e Merge pull request #2 from nashysolutions/contents-of-directory-1
Cloned https://github.com/nashysolutions/files.git
Revision (git rev-parse @):
ceb5c4ed8354e52e6ec0c0d1a71842de49fd2787
SUCCESS checkout https://github.com/nashysolutions/files.git at main
========================================
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",
  "dependencies": [
    {
      "identity": "files",
      "name": "files",
      "url": "https://github.com/nashysolutions/files.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/files",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/nashysolutions/files.git
[1/205] Fetching files
Fetched https://github.com/nashysolutions/files.git from cache (0.99s)
Creating working copy for https://github.com/nashysolutions/files.git
Working copy of https://github.com/nashysolutions/files.git resolved at main (ceb5c4e)
warning: '.resolve-product-dependencies': dependency 'files' is not used by any target
Found 0 product dependencies
========================================
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.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Copying Info.plist
[2/4] Copying Localizable.xcstrings
[3/4] Write swift-version-49B95AFC49DCD68C.txt
[5/20] Compiling Files UpdateResource.swift
[6/20] Compiling Files StoredItem.swift
[7/20] Compiling Files LoadResource.swift
[8/20] Compiling Files MoveFilesOperation.swift
[9/20] Compiling Files Folder.swift
[10/20] Compiling Files CopyAllResourcesOperation.swift
[11/20] Compiling Files FileSystemContext.swift
[12/20] Compiling Files FileSystemDirectory.swift
[13/20] Compiling Files FileSystemFolderStore.swift
[14/20] Compiling Files FileSystemOperations.swift
[15/20] Compiling Files DeleteFilesOperation.swift
[16/20] Compiling Files DeleteResource.swift
[17/20] Compiling Files Directory.swift
[18/20] Compiling Files DirectoryEntry.swift
[19/20] Emitting module Files
[20/20] Compiling Files SaveResource.swift
[21/21] Compiling Files resource_bundle_accessor.swift
Build complete! (4.57s)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "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_memberships" : [
        "Files"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Files/Resources/Localizable.xcstrings",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Directory.swift",
        "DirectoryEntry.swift",
        "FileSystemContext.swift",
        "FileSystemDirectory.swift",
        "FileSystemFolderStore.swift",
        "FileSystemOperations.swift",
        "Folder.swift",
        "Operations/CopyAllResourcesOperation.swift",
        "Operations/DeleteFilesOperation.swift",
        "Operations/DeleteResource.swift",
        "Operations/LoadResource.swift",
        "Operations/MoveFilesOperation.swift",
        "Operations/SaveResource.swift",
        "Operations/UpdateResource.swift",
        "StoredItem.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.