The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swiftui-hooks with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ra1028/SwiftUI-Hooks.git
Reference: 0.0.8
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/ra1028/SwiftUI-Hooks
 * tag               0.0.8      -> FETCH_HEAD
HEAD is now at f096d6b Merge pull request #28 from josefdolezal/feature/lazy-initial-state
Cloned https://github.com/ra1028/SwiftUI-Hooks.git into spi-builder-workspace
f096d6b4475a55da402aaec4e297bdd07bf52c20
SUCCESS checkout https://github.com/ra1028/SwiftUI-Hooks.git at 0.0.8
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Building for debugging...
[1/26] Emitting module Hooks
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Hooks/HookDispatcher.swift:214:16: warning: generic parameter 'H' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func state<H: Hook>(of hookType: H.Type) -> H.State? {
               ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Hooks/HookDispatcher.swift:206:27: note: 'H' previously declared here
private struct HookRecord<H: Hook>: HookRecordProtocol {
                          ^
[2/29] Compiling Hooks RefObject.swift
[3/29] Compiling Hooks HookTester.swift
[4/29] Compiling Hooks ViewExtensions.swift
[5/29] Compiling Hooks AsyncPhase.swift
[6/29] Compiling Hooks Consumer.swift
[7/29] Compiling Hooks Context.swift
[8/29] Compiling Hooks Provider.swift
[9/29] Compiling Hooks UsePublisher.swift
[10/29] Compiling Hooks UsePublisherSubscribe.swift
[11/29] Compiling Hooks UseReducer.swift
[12/29] Compiling Hooks UseRef.swift
[13/29] Compiling Hooks Hook.swift
[14/29] Compiling Hooks UseAsync.swift
[15/29] Compiling Hooks UseAsyncPerform.swift
[16/29] Compiling Hooks UseContext.swift
[17/29] Compiling Hooks HookScope.swift
[18/29] Compiling Hooks HookUpdateStrategy.swift
[19/29] Compiling Hooks HookView.swift
[20/29] Compiling Hooks Assertions.swift
[21/29] Compiling Hooks EnvironmentKeys.swift
[22/29] Compiling Hooks LinkedList.swift
[23/29] Compiling Hooks UseEffect.swift
[24/29] Compiling Hooks UseEnvironment.swift
[25/29] Compiling Hooks UseHook.swift
[26/29] Compiling Hooks UseMemo.swift
[27/29] Compiling Hooks UseState.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Hooks/HookDispatcher.swift:214:16: warning: generic parameter 'H' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func state<H: Hook>(of hookType: H.Type) -> H.State? {
               ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Hooks/HookDispatcher.swift:206:27: note: 'H' previously declared here
private struct HookRecord<H: Hook>: HookRecordProtocol {
                          ^
[28/29] Compiling Hooks HookCoordinator.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Hooks/HookDispatcher.swift:214:16: warning: generic parameter 'H' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func state<H: Hook>(of hookType: H.Type) -> H.State? {
               ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Hooks/HookDispatcher.swift:206:27: note: 'H' previously declared here
private struct HookRecord<H: Hook>: HookRecordProtocol {
                          ^
[29/29] Compiling Hooks HookDispatcher.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Hooks/HookDispatcher.swift:214:16: warning: generic parameter 'H' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    func state<H: Hook>(of hookType: H.Type) -> H.State? {
               ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Hooks/HookDispatcher.swift:206:27: note: 'H' previously declared here
private struct HookRecord<H: Hook>: HookRecordProtocol {
                          ^
Build complete! (8.51s)
Build complete.
Done.