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 swiftui-app-icon-creator, reference v1.2.0 (f0c7ba), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 06:58:18 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/darrarski/swiftui-app-icon-creator.git
Reference: v1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/darrarski/swiftui-app-icon-creator
 * tag               v1.2.0     -> FETCH_HEAD
HEAD is now at f0c7ba4 Initial iOS platform support
Cloned https://github.com/darrarski/swiftui-app-icon-creator.git
Revision (git rev-parse @):
f0c7ba4e66d3dc8135ccf9146afc05f9dff3c4ff
SUCCESS checkout https://github.com/darrarski/swiftui-app-icon-creator.git at v1.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/darrarski/swiftui-app-icon-creator.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/9] Compiling AppIconCreator View+If.swift
[4/9] Compiling AppIconCreator IconView.swift
[5/9] Compiling AppIconCreator IconPreviews.swift
[6/9] Compiling AppIconCreator IconConfig.swift
[7/9] Compiling AppIconCreator IconImage.swift
[8/9] Emitting module AppIconCreator
[9/9] Compiling AppIconCreator IconPreview.swift
Build complete! (8.41s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swiftui-app-icon-creator",
  "name" : "swiftui-app-icon-creator",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "AppIconCreator",
      "targets" : [
        "AppIconCreator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AppIconCreator",
      "module_type" : "SwiftTarget",
      "name" : "AppIconCreator",
      "path" : "Sources/AppIconCreator",
      "product_memberships" : [
        "AppIconCreator"
      ],
      "sources" : [
        "IconConfig.swift",
        "IconImage.swift",
        "IconPreview.swift",
        "IconPreviews.swift",
        "IconView.swift",
        "View+If.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.