The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Loadability, reference main (df6d9c), with Swift 6.3 for macOS (SPM) on 20 Apr 2026 23:42:41 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/julianschiavo/Loadability.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/julianschiavo/Loadability
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at df6d9c9 Update README.md
Cloned https://github.com/julianschiavo/Loadability.git
Revision (git rev-parse @):
df6d9c9124254184a3da2f2cbdd781d6c810665b
SUCCESS checkout https://github.com/julianschiavo/Loadability.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": "loadability",
      "name": "Loadability",
      "url": "https://github.com/julianschiavo/Loadability.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Loadability",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/julianschiavo/Loadability.git
[1/687] Fetching loadability
Fetched https://github.com/julianschiavo/Loadability.git from cache (0.89s)
Creating working copy for https://github.com/julianschiavo/Loadability.git
Working copy of https://github.com/julianschiavo/Loadability.git resolved at main (df6d9c9)
warning: '.resolve-product-dependencies': dependency 'loadability' 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/julianschiavo/Loadability.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/18] Compiling Loadability ThrowsErrors.swift
[4/18] Compiling Loadability SharedSerializableCache.swift
[5/18] Compiling Loadability Error-Description.swift
[6/19] Compiling Loadability SimpleNetworkLoader.swift
[7/19] Compiling Loadability HasPlaceholder.swift
[8/19] Compiling Loadability View-ErrorAlert.swift
[9/19] Compiling Loadability CachedLoader.swift
[10/19] Compiling Loadability GenericKey.swift
[11/19] Compiling Loadability Loader.swift
[12/19] Compiling Loadability SerializableCache.swift
[13/19] Compiling Loadability SharedCache.swift
[14/19] Compiling Loadability Load.swift
[15/19] Compiling Loadability LocalizedError.swift
[16/19] Emitting module Loadability
[17/19] Compiling Loadability AnySharedCache.swift
[18/19] Compiling Loadability Cache.swift
[19/19] Compiling Loadability LoadableView.swift
Build complete! (8.99s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Loadability",
  "name" : "Loadability",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15"
    },
    {
      "name" : "macos",
      "version" : "12"
    },
    {
      "name" : "watchos",
      "version" : "8"
    }
  ],
  "products" : [
    {
      "name" : "Loadability",
      "targets" : [
        "Loadability"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Loadability",
      "module_type" : "SwiftTarget",
      "name" : "Loadability",
      "path" : "Sources/Loadability",
      "product_memberships" : [
        "Loadability"
      ],
      "sources" : [
        "Caching/AnySharedCache.swift",
        "Caching/Cache.swift",
        "Caching/SerializableCache.swift",
        "Caching/SharedCache.swift",
        "Caching/SharedSerializableCache.swift",
        "Extensions/Error-Description.swift",
        "Extensions/View-ErrorAlert.swift",
        "Networking/CachedLoader.swift",
        "Networking/GenericKey.swift",
        "Networking/Loader.swift",
        "Networking/SimpleNetworkLoader.swift",
        "Other/HasPlaceholder.swift",
        "Other/LocalizedError.swift",
        "Other/ThrowsErrors.swift",
        "UI/Load.swift",
        "UI/LoadableView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.