The Swift Package Index logo.Swift Package Index

Build Information

Successful build of HotSwiftUI, reference 1.2.5 (868e88), with Swift 6.0 for macOS (SPM) on 29 Apr 2026 09:43:23 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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/johnno1962/HotSwiftUI.git
Reference: 1.2.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/johnno1962/HotSwiftUI
 * tag               1.2.5      -> FETCH_HEAD
HEAD is now at 868e889 Add @MainActor for strict concurrency.
Cloned https://github.com/johnno1962/HotSwiftUI.git
Revision (git rev-parse @):
868e889cf8d79e1641bdd9bc3816d0a245a145bc
SUCCESS checkout https://github.com/johnno1962/HotSwiftUI.git at 1.2.5
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/johnno1962/HotSwiftUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/4] Emitting module HotSwiftUI
[4/4] Compiling HotSwiftUI HotSwiftUI.swift
Build complete! (7.70s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "HotSwiftUI",
  "name" : "HotSwiftUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "HotSwiftUI",
      "targets" : [
        "HotSwiftUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "HotSwiftUITests",
      "module_type" : "SwiftTarget",
      "name" : "HotSwiftUITests",
      "path" : "Tests/HotSwiftUITests",
      "sources" : [
        "HotSwiftUITests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "HotSwiftUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HotSwiftUI",
      "module_type" : "SwiftTarget",
      "name" : "HotSwiftUI",
      "path" : "Sources/HotSwiftUI",
      "product_memberships" : [
        "HotSwiftUI"
      ],
      "sources" : [
        "HotSwiftUI.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.