The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AppsShowcase, reference v0.2.0 (e7c19e), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 05:54:14 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/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
========================================
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": "apps-showcase-swift",
      "name": "AppsShowcase",
      "url": "https://github.com/marionauta/apps-showcase-swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/apps-showcase-swift",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/marionauta/apps-showcase-swift.git
[1/55] Fetching apps-showcase-swift
Fetched https://github.com/marionauta/apps-showcase-swift.git from cache (0.63s)
Creating working copy for https://github.com/marionauta/apps-showcase-swift.git
Working copy of https://github.com/marionauta/apps-showcase-swift.git resolved at v0.2.0 (e7c19e3)
warning: '.resolve-product-dependencies': dependency 'apps-showcase-swift' 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/marionauta/apps-showcase-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[0/4] Copying Info.plist
[1/4] Copying Localizable.strings
[3/4] Write swift-version--6988338F2F200930.txt
[5/12] Compiling AppsShowcase ShowcasedAppsSection.swift
[6/12] Compiling AppsShowcase resource_bundle_accessor.swift
[7/12] Compiling AppsShowcase AppsResponse.swift
[8/12] Compiling AppsShowcase AppsShowcase.swift
[9/12] Compiling AppsShowcase ShowcasedAppLink.swift
[10/12] Compiling AppsShowcase ShowcasedApp.swift
[11/12] Compiling AppsShowcase ShowcasedAppRow.swift
[12/12] Emitting module AppsShowcase
Build complete! (8.12s)
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.