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 AppsShowcase, reference v0.2.0 (e7c19e), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 01:08:15 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/marionauta/apps-showcase-swift.git
Reference: v0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/marionauta/apps-showcase-swift
 * tag               v0.2.0     -> FETCH_HEAD
HEAD is now at e7c19e3 chore: document `ShowcasedAppsList`
Cloned https://github.com/marionauta/apps-showcase-swift.git
Revision (git rev-parse @):
e7c19e35ce81ccf778e4994248feab8f019421c0
SUCCESS checkout https://github.com/marionauta/apps-showcase-swift.git at v0.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/marionauta/apps-showcase-swift.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
[1/4] Copying Info.plist
[2/4] Copying Localizable.strings
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/12] Compiling AppsShowcase resource_bundle_accessor.swift
[6/12] Compiling AppsShowcase ShowcasedAppLink.swift
[7/12] Compiling AppsShowcase ShowcasedAppsSection.swift
[8/12] Compiling AppsShowcase AppsShowcase.swift
[9/12] Compiling AppsShowcase ShowcasedApp.swift
[10/12] Compiling AppsShowcase AppsResponse.swift
[11/12] Emitting module AppsShowcase
[12/12] Compiling AppsShowcase ShowcasedAppRow.swift
Build complete! (7.76s)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "AppsShowcase",
  "name" : "AppsShowcase",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "AppsShowcase",
      "targets" : [
        "AppsShowcase"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AppsShowcase",
      "module_type" : "SwiftTarget",
      "name" : "AppsShowcase",
      "path" : "Sources/AppsShowcase",
      "product_memberships" : [
        "AppsShowcase"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/AppsShowcase/Resources/Localizable.strings",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "AppsResponse.swift",
        "AppsShowcase.swift",
        "ShowcasedApp.swift",
        "Views/ShowcasedAppLink.swift",
        "Views/ShowcasedAppRow.swift",
        "Views/ShowcasedAppsSection.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.