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 Apple Watch Decimal Pad, reference main (53bee4), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 08:51:49 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/ApplebaumIan/SwiftUI-Apple-Watch-Decimal-Pad.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ApplebaumIan/SwiftUI-Apple-Watch-Decimal-Pad
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 53bee40 hotfix-platform-compatibility
Cloned https://github.com/ApplebaumIan/SwiftUI-Apple-Watch-Decimal-Pad.git
Revision (git rev-parse @):
53bee40ba591829da7c3a180e7e30f3a1af70428
SUCCESS checkout https://github.com/ApplebaumIan/SwiftUI-Apple-Watch-Decimal-Pad.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ApplebaumIan/SwiftUI-Apple-Watch-Decimal-Pad.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/5] Emitting module SwiftUI_Apple_Watch_Decimal_Pad
[4/5] Compiling SwiftUI_Apple_Watch_Decimal_Pad DigetPadView.swift
[5/5] Compiling SwiftUI_Apple_Watch_Decimal_Pad Modifiers.swift
Build complete! (6.90s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftUI Apple Watch Decimal Pad",
  "name" : "SwiftUI Apple Watch Decimal Pad",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftUI Apple Watch Decimal Pad",
      "targets" : [
        "SwiftUI Apple Watch Decimal Pad"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SwiftUI_Apple_Watch_Decimal_Pad",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUI Apple Watch Decimal Pad",
      "path" : "Sources/SwiftUI Apple Watch Decimal Pad",
      "product_memberships" : [
        "SwiftUI Apple Watch Decimal Pad"
      ],
      "sources" : [
        "DigetPadView.swift",
        "Modifiers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.