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 Reusable, reference main (85e8ef), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 02:59:12 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/AliSoftware/Reusable.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AliSoftware/Reusable
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 85e8ef7 Reset CHANGELOG
Cloned https://github.com/AliSoftware/Reusable.git
Revision (git rev-parse @):
85e8ef7b2441433ffed2fc8cf4942961b70a83f6
SUCCESS checkout https://github.com/AliSoftware/Reusable.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/AliSoftware/Reusable.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/10] Emitting module Reusable
[4/10] Compiling Reusable UICollectionView+Reusable.swift
[5/10] Compiling Reusable Reusable.swift
[6/10] Compiling Reusable UITableView+Reusable.swift
[7/10] Compiling Reusable NibLoadable.swift
[8/10] Compiling Reusable StoryboardSceneBased.swift
[9/10] Compiling Reusable StoryboardBased.swift
[10/10] Compiling Reusable NibOwnerLoadable.swift
Build complete! (0.94s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Reusable",
  "name" : "Reusable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "Reusable",
      "targets" : [
        "Reusable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "Reusable",
      "module_type" : "SwiftTarget",
      "name" : "Reusable",
      "path" : "Sources",
      "product_memberships" : [
        "Reusable"
      ],
      "sources" : [
        "Storyboard/StoryboardBased.swift",
        "Storyboard/StoryboardSceneBased.swift",
        "View/NibLoadable.swift",
        "View/NibOwnerLoadable.swift",
        "View/Reusable.swift",
        "View/UICollectionView+Reusable.swift",
        "View/UITableView+Reusable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Done.