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 main (4104ae), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 15:37:18 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nashysolutions/Directory
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4104ae5 Update Changelog.md
Cloned https://github.com/nashysolutions/Directory.git
Revision (git rev-parse @):
4104ae5582e72ab307783e5b7483d9df0a539cb4
SUCCESS checkout https://github.com/nashysolutions/Directory.git at main
========================================
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 Database.swift
[6/11] Compiling Cache Cache.swift
[7/11] Emitting module Cache
[8/11] Compiling Cache Expiry.swift
[9/11] Compiling Cache Resource.swift
[10/11] Emitting module Files
[11/11] Compiling Files Files.swift
[12/26] Compiling Directory SerializableContainer.swift
[13/27] Compiling Directory SerializableSovereignContainer.swift
[14/27] Compiling Directory PhotoStore.swift
[15/27] Compiling Directory PhotosDirectory.swift
[16/27] Compiling Directory PortableImage.swift
[17/27] Compiling Directory MemoryConscious.swift
[18/27] Compiling Directory Photo.swift
[19/27] Compiling Directory SovereignContainer.swift
[20/27] Compiling Directory PhotoCache.swift
[21/27] Compiling Directory PhotoError.swift
[22/27] Compiling Directory DiskLocationAware.swift
[23/27] Compiling Directory DiskResource.swift
[24/27] Compiling Directory TempPhoto.swift
[25/27] Compiling Directory Database.swift
[26/27] Compiling Directory Directory.swift
[27/27] Emitting module Directory
Build complete! (14.56s)
Fetching https://github.com/nashysolutions/Cache.git
Fetching https://github.com/JohnSundell/Files
[1/1248] Fetching files
[214/1541] Fetching files, cache
Fetched https://github.com/nashysolutions/Cache.git from cache (1.05s)
Fetched https://github.com/JohnSundell/Files from cache (1.05s)
Computing version for https://github.com/JohnSundell/Files
Computed https://github.com/JohnSundell/Files at 4.2.0 (1.58s)
Computing version for https://github.com/nashysolutions/Cache.git
Computed https://github.com/nashysolutions/Cache.git at 2.0.0 (0.50s)
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.