The Swift Package Index logo.Swift Package Index

Build Information

Successful build of EasyInject with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vknabel/EasyInject.git
Reference: 1.4.0
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/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
Revision (git rev-parse @):
7219204554c55d805b0e91cdb3b5b6cd713f31b5
SUCCESS checkout https://github.com/vknabel/EasyInject.git at 1.4.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/vknabel/EasyInject.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/13] Compiling EasyInject LazyInjector.swift
[4/13] Compiling EasyInject LazilyInjectedProvider.swift
[5/13] Compiling EasyInject GlobalInjector.swift
[6/13] Compiling EasyInject Extensions.swift
[7/13] Compiling EasyInject GenericProvidableKey.swift
[8/13] Compiling EasyInject StrictInjector.swift
[9/14] Compiling EasyInject Core.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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 {
                       ^
[10/14] Compiling EasyInject CoreExtensions.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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 {
                       ^
[11/14] Emitting module EasyInject
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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 {
                       ^
[12/14] Compiling EasyInject AnyInjector.swift
[13/14] Compiling EasyInject ComposedInjector.swift
[14/14] Compiling EasyInject StrictlyInjectedProvider.swift
Build complete! (2.67s)
Build complete.
Done.