The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Loadability, reference v1.0.5 (dcff6e), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 21:20:53 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: v1.0.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/julianschiavo/Loadability
 * tag               v1.0.5     -> FETCH_HEAD
HEAD is now at dcff6ef 1.0.5 more async methods
Cloned https://github.com/julianschiavo/Loadability.git
Revision (git rev-parse @):
dcff6ef9bae74849b00488cb043b7ca7eb670854
SUCCESS checkout https://github.com/julianschiavo/Loadability.git at v1.0.5
========================================
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.87s)
Creating working copy for https://github.com/julianschiavo/Loadability.git
Working copy of https://github.com/julianschiavo/Loadability.git resolved at v1.0.5 (dcff6ef)
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 AnySharedCache.swift
[4/18] Compiling Loadability Cache.swift
[5/18] Compiling Loadability Load.swift
[6/18] Compiling Loadability SerializableCache.swift
[7/18] Compiling Loadability SharedCache.swift
[8/18] Compiling Loadability SharedSerializableCache.swift
[9/18] Compiling Loadability Error-Description.swift
[10/18] Emitting module Loadability
[11/18] Compiling Loadability LocalizedError.swift
[12/18] Compiling Loadability View-ErrorAlert.swift
[13/18] Compiling Loadability CachedLoader.swift
[14/18] Compiling Loadability ThrowsErrors.swift
[15/18] Compiling Loadability GenericKey.swift
[16/18] Compiling Loadability Loader.swift
[17/18] Compiling Loadability SimpleNetworkLoader.swift
[18/18] Compiling Loadability HasPlaceholder.swift
[19/19] Compiling Loadability LoadableView.swift
Build complete! (8.65s)
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.