The Swift Package Index logo.Swift Package Index

Build Information

Successful build of EasyInject 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/vknabel/EasyInject.git
Reference: 1.4.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/vknabel/EasyInject
 * tag               1.4.0      -> FETCH_HEAD
HEAD is now at 7219204 Upgraded to Swift 5-Package-Syntax
Cloned https://github.com/vknabel/EasyInject.git into spi-builder-workspace
7219204554c55d805b0e91cdb3b5b6cd713f31b5
SUCCESS checkout https://github.com/vknabel/EasyInject.git at 1.4.0
========================================
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/11] Compiling EasyInject GlobalInjector.swift
[2/12] Compiling EasyInject LazilyInjectedProvider.swift
[3/12] Compiling EasyInject Core.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EasyInject/CoreExtensions.swift:104:29: warning: generic parameter 'V' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public static func derive<V: Providable, K: ProvidableKey & ExpressibleByStringLiteral>(
                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EasyInject/Core.swift:8:42: note: 'V' previously declared here
public struct Provider<K: ProvidableKey, V: Providable>: CustomDebugStringConvertible {
                                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EasyInject/CoreExtensions.swift:104:44: warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public static func derive<V: Providable, K: ProvidableKey & ExpressibleByStringLiteral>(
                                           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EasyInject/Core.swift:8:24: note: 'K' previously declared here
public struct Provider<K: ProvidableKey, V: Providable>: CustomDebugStringConvertible {
                       ^
[4/12] Compiling EasyInject CoreExtensions.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EasyInject/CoreExtensions.swift:104:29: warning: generic parameter 'V' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public static func derive<V: Providable, K: ProvidableKey & ExpressibleByStringLiteral>(
                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EasyInject/Core.swift:8:42: note: 'V' previously declared here
public struct Provider<K: ProvidableKey, V: Providable>: CustomDebugStringConvertible {
                                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EasyInject/CoreExtensions.swift:104:44: warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public static func derive<V: Providable, K: ProvidableKey & ExpressibleByStringLiteral>(
                                           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EasyInject/Core.swift:8:24: note: 'K' previously declared here
public struct Provider<K: ProvidableKey, V: Providable>: CustomDebugStringConvertible {
                       ^
[5/12] Compiling EasyInject LazyInjector.swift
[6/12] Emitting module EasyInject
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EasyInject/CoreExtensions.swift:104:29: warning: generic parameter 'V' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public static func derive<V: Providable, K: ProvidableKey & ExpressibleByStringLiteral>(
                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EasyInject/Core.swift:8:42: note: 'V' previously declared here
public struct Provider<K: ProvidableKey, V: Providable>: CustomDebugStringConvertible {
                                         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EasyInject/CoreExtensions.swift:104:44: warning: generic parameter 'K' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public static func derive<V: Providable, K: ProvidableKey & ExpressibleByStringLiteral>(
                                           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/EasyInject/Core.swift:8:24: note: 'K' previously declared here
public struct Provider<K: ProvidableKey, V: Providable>: CustomDebugStringConvertible {
                       ^
[7/12] Compiling EasyInject StrictInjector.swift
[8/12] Compiling EasyInject Extensions.swift
[9/12] Compiling EasyInject GenericProvidableKey.swift
[10/12] Compiling EasyInject AnyInjector.swift
[11/12] Compiling EasyInject ComposedInjector.swift
[12/12] Compiling EasyInject StrictlyInjectedProvider.swift
Build complete! (1.35s)
Build complete.
Done.