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 Directory, reference 5.0.0 (c55f8a), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 15:35:01 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/Directory.git
Reference: 5.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nashysolutions/Directory
 * tag               5.0.0      -> FETCH_HEAD
HEAD is now at c55f8a6 Update changelog.
Cloned https://github.com/nashysolutions/Directory.git
Revision (git rev-parse @):
c55f8a61b3feb9a9e349a9747569f43157c56bdb
SUCCESS checkout https://github.com/nashysolutions/Directory.git at 5.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/nashysolutions/Directory.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/11] Compiling Cache Resource.swift
[6/11] Emitting module Cache
[7/11] Compiling Cache Cache.swift
[8/11] Compiling Cache Database.swift
[9/11] Compiling Cache Expiry.swift
[10/11] Compiling Files Files.swift
[11/11] Emitting module Files
[12/26] Compiling Directory SerializableSovereignContainer.swift
[13/27] Emitting module Directory
[14/27] Compiling Directory MemoryConscious.swift
[15/27] Compiling Directory Photo.swift
[16/27] Compiling Directory DiskLocationAware.swift
[17/27] Compiling Directory DiskResource.swift
[18/27] Compiling Directory TempPhoto.swift
[19/27] Compiling Directory SerializableContainer.swift
[20/27] Compiling Directory PhotoStore.swift
[21/27] Compiling Directory PhotosDirectory.swift
[22/27] Compiling Directory SovereignContainer.swift
[23/27] Compiling Directory PortableImage.swift
[24/27] Compiling Directory PhotoCache.swift
[25/27] Compiling Directory PhotoError.swift
[26/27] Compiling Directory Database.swift
[27/27] Compiling Directory Directory.swift
Build complete! (14.07s)
Fetching https://github.com/nashysolutions/Cache.git
Fetching https://github.com/JohnSundell/Files
[1/293] Fetching cache
[189/1541] Fetching cache, files
Fetched https://github.com/JohnSundell/Files from cache (0.99s)
Fetched https://github.com/nashysolutions/Cache.git from cache (0.99s)
Computing version for https://github.com/JohnSundell/Files
Computed https://github.com/JohnSundell/Files at 4.2.0 (1.52s)
Computing version for https://github.com/nashysolutions/Cache.git
Computed https://github.com/nashysolutions/Cache.git at 2.0.0 (0.48s)
Creating working copy for https://github.com/JohnSundell/Files
Working copy of https://github.com/JohnSundell/Files resolved at 4.2.0
Creating working copy for https://github.com/nashysolutions/Cache.git
Working copy of https://github.com/nashysolutions/Cache.git resolved at 2.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "cache",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "2.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nashysolutions/Cache.git"
    },
    {
      "identity" : "files",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.2.0",
            "upper_bound" : "4.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/Files"
    }
  ],
  "manifest_display_name" : "Directory",
  "name" : "Directory",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "Directory",
      "targets" : [
        "Directory"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DirectoryTests",
      "module_type" : "SwiftTarget",
      "name" : "DirectoryTests",
      "path" : "Tests/DirectoryTests",
      "product_dependencies" : [
        "Files"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/DirectoryTests/Resources/cat.png",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "DirectoryTests.swift"
      ],
      "target_dependencies" : [
        "Directory"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Directory",
      "module_type" : "SwiftTarget",
      "name" : "Directory",
      "path" : "Sources/Directory",
      "product_dependencies" : [
        "Files",
        "Cache"
      ],
      "product_memberships" : [
        "Directory"
      ],
      "sources" : [
        "Database.swift",
        "Directory.swift",
        "DiskLocationAware.swift",
        "DiskResource.swift",
        "MemoryConscious.swift",
        "Photo.swift",
        "PhotoCache.swift",
        "PhotoError.swift",
        "PhotoStore.swift",
        "PhotosDirectory.swift",
        "PortableImage.swift",
        "SerializableContainer.swift",
        "SerializableSovereignContainer.swift",
        "SovereignContainer.swift",
        "TempPhoto.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.