The Swift Package Index logo.Swift Package Index

Build Information

Successful build of EasyInject with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4609320-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

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
Cloned https://github.com/vknabel/EasyInject.git into spi-builder-workspace
SUCCESS checkout https://github.com/vknabel/EasyInject.git at 1.4.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4609320-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
[1/11] Compiling EasyInject Core.swift
/host/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>(
                            ^
/host/spi-builder-workspace/Sources/EasyInject/Core.swift:8:42: note: 'V' previously declared here
public struct Provider<K: ProvidableKey, V: Providable>: CustomDebugStringConvertible {
                                         ^
/host/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>(
                                           ^
/host/spi-builder-workspace/Sources/EasyInject/Core.swift:8:24: note: 'K' previously declared here
public struct Provider<K: ProvidableKey, V: Providable>: CustomDebugStringConvertible {
                       ^
[2/11] Compiling EasyInject CoreExtensions.swift
/host/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>(
                            ^
/host/spi-builder-workspace/Sources/EasyInject/Core.swift:8:42: note: 'V' previously declared here
public struct Provider<K: ProvidableKey, V: Providable>: CustomDebugStringConvertible {
                                         ^
/host/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>(
                                           ^
/host/spi-builder-workspace/Sources/EasyInject/Core.swift:8:24: note: 'K' previously declared here
public struct Provider<K: ProvidableKey, V: Providable>: CustomDebugStringConvertible {
                       ^
[3/11] Compiling EasyInject AnyInjector.swift
[4/11] Compiling EasyInject ComposedInjector.swift
[5/11] Emitting module EasyInject
/host/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>(
                            ^
/host/spi-builder-workspace/Sources/EasyInject/Core.swift:8:42: note: 'V' previously declared here
public struct Provider<K: ProvidableKey, V: Providable>: CustomDebugStringConvertible {
                                         ^
/host/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>(
                                           ^
/host/spi-builder-workspace/Sources/EasyInject/Core.swift:8:24: note: 'K' previously declared here
public struct Provider<K: ProvidableKey, V: Providable>: CustomDebugStringConvertible {
                       ^
[6/11] Compiling EasyInject Extensions.swift
[7/11] Compiling EasyInject GenericProvidableKey.swift
[8/12] Compiling EasyInject LazyInjector.swift
[9/12] Compiling EasyInject LazilyInjectedProvider.swift
[10/12] Compiling EasyInject GlobalInjector.swift
[11/12] Compiling EasyInject StrictInjector.swift
[12/12] Compiling EasyInject StrictlyInjectedProvider.swift
Build complete! (6.50s)
Build complete.
Done.

Build Machine: Linux 2