The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftUIPhone, reference master (e78f80), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 13:03:06 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/JUSTINMKAUFMAN/SwiftUIPhone.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/JUSTINMKAUFMAN/SwiftUIPhone
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e78f801 Merge pull request #1 from christopherweems/main
Cloned https://github.com/JUSTINMKAUFMAN/SwiftUIPhone.git
Revision (git rev-parse @):
e78f8010f52fa78d72df4134e00bb34c4c629f1c
SUCCESS checkout https://github.com/JUSTINMKAUFMAN/SwiftUIPhone.git at master
========================================
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": "swiftuiphone",
      "name": "SwiftUIPhone",
      "url": "https://github.com/JUSTINMKAUFMAN/SwiftUIPhone.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftUIPhone",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/JUSTINMKAUFMAN/SwiftUIPhone.git
[1/80] Fetching swiftuiphone
Fetched https://github.com/JUSTINMKAUFMAN/SwiftUIPhone.git from cache (1.15s)
Creating working copy for https://github.com/JUSTINMKAUFMAN/SwiftUIPhone.git
Working copy of https://github.com/JUSTINMKAUFMAN/SwiftUIPhone.git resolved at master (e78f801)
warning: '.resolve-product-dependencies': dependency 'swiftuiphone' 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/JUSTINMKAUFMAN/SwiftUIPhone.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[1/5] Copying PhoneBlack.png
[2/5] Copying PhoneWhite.png
[2/5] Copying PhoneFrame.png
[4/5] Write swift-version--6988338F2F200930.txt
[6/9] Compiling SwiftUIPhone resource_bundle_accessor.swift
[7/9] Compiling SwiftUIPhone SwiftUIPhone.swift
[8/9] Compiling SwiftUIPhone Extensions.swift
[9/9] Emitting module SwiftUIPhone
Build complete! (8.09s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftUIPhone",
  "name" : "SwiftUIPhone",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftUIPhone",
      "targets" : [
        "SwiftUIPhone"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftUIPhone",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUIPhone",
      "path" : "Sources/SwiftUIPhone",
      "product_memberships" : [
        "SwiftUIPhone"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIPhone/Resources/PhoneBlack.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIPhone/Resources/PhoneFrame.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIPhone/Resources/PhoneWhite.png",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Extensions.swift",
        "SwiftUIPhone.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Done.