The Swift Package Index logo.Swift Package Index

Build Information

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

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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.1
Building package at path:  $PWD
https://github.com/johnno1962/HotSwiftUI.git
https://github.com/johnno1962/HotSwiftUI.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/4] Emitting module HotSwiftUI
[4/4] Compiling HotSwiftUI HotSwiftUI.swift
/Users/admin/builder/spi-builder-workspace/Sources/HotSwiftUI/HotSwiftUI.swift:97:20: error: return from initializer without initializing all stored properties
 95 | public struct ObserveInjection: DynamicProperty {
 96 |     @ObservedObject private var iO = InjectionObserver.shared
 97 |     public init() {}
    |                    |- error: return from initializer without initializing all stored properties
    |                    `- note: main actor-isolated default value of 'self.iO' cannot be used in a nonisolated initalizer
 98 |     public private(set) var wrappedValue: Int {
 99 |         get {0} set {}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/3] Compiling HotSwiftUI HotSwiftUI.swift
[3/3] Emitting module HotSwiftUI
Build complete! (0.64s)
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.