The Swift Package Index logo.Swift Package Index

Build Information

Successful build of files, reference main (ceb5c4), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 11:23:27 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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",
  "traits": [
    "default"
  ],
  "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",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/nashysolutions/files.git
[1/205] Fetching files
Fetched https://github.com/nashysolutions/files.git from cache (0.66s)
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.3
Building package at path:  $PWD
https://github.com/nashysolutions/files.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Copying Info.plist
[1/4] Write sources
[1/4] Copying Localizable.xcstrings
[3/4] Write swift-version--6988338F2F200930.txt
[5/20] Compiling Files LoadResource.swift
[6/20] Compiling Files MoveFilesOperation.swift
[7/21] Compiling Files SaveResource.swift
[8/21] Compiling Files Directory.swift
[9/21] Compiling Files DirectoryEntry.swift
[10/21] Compiling Files FileSystemFolderStore.swift
[11/21] Compiling Files FileSystemOperations.swift
[12/21] Compiling Files FileSystemContext.swift
[13/21] Compiling Files FileSystemDirectory.swift
[14/21] Emitting module Files
[15/21] Compiling Files DeleteFilesOperation.swift
[16/21] Compiling Files DeleteResource.swift
[17/21] Compiling Files Folder.swift
[18/21] Compiling Files CopyAllResourcesOperation.swift
[19/21] Compiling Files UpdateResource.swift
[20/21] Compiling Files StoredItem.swift
[21/21] Compiling Files resource_bundle_accessor.swift
Build complete! (5.36s)
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.