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 UnsplashSwiftUI, reference v2.1.0 (65b7f9), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 08:12:51 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/ArnavMotwani/UnsplashSwiftUI.git
Reference: v2.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ArnavMotwani/UnsplashSwiftUI
 * tag               v2.1.0     -> FETCH_HEAD
HEAD is now at 65b7f92 Fixed formatting
Cloned https://github.com/ArnavMotwani/UnsplashSwiftUI.git
Revision (git rev-parse @):
65b7f920e9c77a471505636c7ec743e0715e5559
SUCCESS checkout https://github.com/ArnavMotwani/UnsplashSwiftUI.git at v2.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ArnavMotwani/UnsplashSwiftUI.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/6] Compiling UnsplashSwiftUI UnsplashData.swift
[4/6] Emitting module UnsplashSwiftUI
[5/6] Compiling UnsplashSwiftUI FetchImage.swift
[6/6] Compiling UnsplashSwiftUI UnsplashSwiftUI.swift
Build complete! (7.16s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "UnsplashSwiftUI",
  "name" : "UnsplashSwiftUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "UnsplashSwiftUI",
      "targets" : [
        "UnsplashSwiftUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UnsplashSwiftUI",
      "module_type" : "SwiftTarget",
      "name" : "UnsplashSwiftUI",
      "path" : "Sources/UnsplashSwiftUI",
      "product_memberships" : [
        "UnsplashSwiftUI"
      ],
      "sources" : [
        "FetchImage.swift",
        "UnsplashData.swift",
        "UnsplashSwiftUI.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.