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-1":/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: master
Cloned https://github.com/vknabel/EasyInject.git into spi-builder-workspace
SUCCESS checkout https://github.com/vknabel/EasyInject.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4609320-1":/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] 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 {
                       ^
[2/11] Compiling EasyInject AnyInjector.swift
[3/11] Compiling EasyInject ComposedInjector.swift
[4/12] Compiling EasyInject LazyInjector.swift
[5/12] Compiling EasyInject LazilyInjectedProvider.swift
[6/12] Compiling EasyInject StrictInjector.swift
[7/12] Compiling EasyInject StrictlyInjectedProvider.swift
[8/12] Compiling EasyInject Extensions.swift
[9/12] Compiling EasyInject GenericProvidableKey.swift
[10/12] Compiling EasyInject GlobalInjector.swift
[11/12] 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 {
                       ^
[12/12] 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 {
                       ^
Build complete! (7.74s)
Build complete.
Done.

Build Machine: Linux 2