The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ArchitectureComponents 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/spropensource/ArchitectureComponents.git
Reference: master
Cloned https://github.com/spropensource/ArchitectureComponents.git into spi-builder-workspace
SUCCESS checkout https://github.com/spropensource/ArchitectureComponents.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-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/18] Emitting module ArchitectureComponents
/host/spi-builder-workspace/Sources/ArchitectureComponents/Lifecycle/LifecycleRegistry.swift:48:20: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'LifecycleRegistry.LifecycleObserverEnvelope' to 'Hashable' by implementing 'hash(into:)' instead
        public var hashValue: Int {
                   ^
/host/spi-builder-workspace/Sources/ArchitectureComponents/Lifecycle/Swift/Extensions.swift:60:5: warning: 'internal' modifier is redundant for property declared in an internal extension
    internal var stateAfter: LifecycleState {
    ^~~~~~~~~
    
/host/spi-builder-workspace/Sources/ArchitectureComponents/Lifecycle/Swift/Extensions.swift:73:5: warning: 'internal' modifier is redundant for property declared in an internal extension
    internal var stateBefore: LifecycleState {
    ^~~~~~~~~
    
/host/spi-builder-workspace/Sources/ArchitectureComponents/Lifecycle/Swift/Extensions.swift:110:5: warning: 'internal' modifier is redundant for instance method declared in an internal extension
    internal func eventsToState(_ targetState: LifecycleState) throws -> [LifecycleEvent] {
    ^~~~~~~~~
    
/host/spi-builder-workspace/Sources/ArchitectureComponents/LiveData/Swift/ObserverHandle.swift:36:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'ObserverHandle' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
/host/spi-builder-workspace/Sources/ArchitectureComponents/LiveData/Swift/ObserverListController.swift:54:37: warning: generic parameter 'Type' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func observerDidActivate<Type>(_ observer: ObserverController<Type>) {
                                    ^
/host/spi-builder-workspace/Sources/ArchitectureComponents/LiveData/Swift/ObserverListController.swift:19:39: note: 'Type' previously declared here
internal class ObserverListController<Type>: ObserverControllerDelegate {
                                      ^
/host/spi-builder-workspace/Sources/ArchitectureComponents/LiveData/Swift/ObserverListController.swift:58:39: warning: generic parameter 'Type' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func observerDidDeactivate<Type>(_ observer: ObserverController<Type>) {
                                      ^
/host/spi-builder-workspace/Sources/ArchitectureComponents/LiveData/Swift/ObserverListController.swift:19:39: note: 'Type' previously declared here
internal class ObserverListController<Type>: ObserverControllerDelegate {
                                      ^
[2/20] Compiling ArchitectureComponents LifecycleTableViewController.swift
[3/20] Compiling ArchitectureComponents LifecycleViewController.swift
[4/20] Compiling ArchitectureComponents LifecycleOwner.swift
/host/spi-builder-workspace/Sources/ArchitectureComponents/Lifecycle/LifecycleRegistry.swift:48:20: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'LifecycleRegistry.LifecycleObserverEnvelope' to 'Hashable' by implementing 'hash(into:)' instead
        public var hashValue: Int {
                   ^
/host/spi-builder-workspace/Sources/ArchitectureComponents/Lifecycle/LifecycleRegistry.swift:165:50: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
        let activeObservers = self.weakObservers.flatMap({ $0.lifecycleObserver })
                                                 ^
/host/spi-builder-workspace/Sources/ArchitectureComponents/Lifecycle/LifecycleRegistry.swift:165:50: note: use 'compactMap(_:)' instead
        let activeObservers = self.weakObservers.flatMap({ $0.lifecycleObserver })
                                                 ^~~~~~~
                                                 compactMap
/host/spi-builder-workspace/Sources/ArchitectureComponents/Lifecycle/Swift/Extensions.swift:60:5: warning: 'internal' modifier is redundant for property declared in an internal extension
    internal var stateAfter: LifecycleState {
    ^~~~~~~~~
    
/host/spi-builder-workspace/Sources/ArchitectureComponents/Lifecycle/Swift/Extensions.swift:73:5: warning: 'internal' modifier is redundant for property declared in an internal extension
    internal var stateBefore: LifecycleState {
    ^~~~~~~~~
    
/host/spi-builder-workspace/Sources/ArchitectureComponents/Lifecycle/Swift/Extensions.swift:110:5: warning: 'internal' modifier is redundant for instance method declared in an internal extension
    internal func eventsToState(_ targetState: LifecycleState) throws -> [LifecycleEvent] {
    ^~~~~~~~~
    
[5/20] Compiling ArchitectureComponents LifecycleRegistry.swift
/host/spi-builder-workspace/Sources/ArchitectureComponents/Lifecycle/LifecycleRegistry.swift:48:20: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'LifecycleRegistry.LifecycleObserverEnvelope' to 'Hashable' by implementing 'hash(into:)' instead
        public var hashValue: Int {
                   ^
/host/spi-builder-workspace/Sources/ArchitectureComponents/Lifecycle/LifecycleRegistry.swift:165:50: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
        let activeObservers = self.weakObservers.flatMap({ $0.lifecycleObserver })
                                                 ^
/host/spi-builder-workspace/Sources/ArchitectureComponents/Lifecycle/LifecycleRegistry.swift:165:50: note: use 'compactMap(_:)' instead
        let activeObservers = self.weakObservers.flatMap({ $0.lifecycleObserver })
                                                 ^~~~~~~
                                                 compactMap
/host/spi-builder-workspace/Sources/ArchitectureComponents/Lifecycle/Swift/Extensions.swift:60:5: warning: 'internal' modifier is redundant for property declared in an internal extension
    internal var stateAfter: LifecycleState {
    ^~~~~~~~~
    
/host/spi-builder-workspace/Sources/ArchitectureComponents/Lifecycle/Swift/Extensions.swift:73:5: warning: 'internal' modifier is redundant for property declared in an internal extension
    internal var stateBefore: LifecycleState {
    ^~~~~~~~~
    
/host/spi-builder-workspace/Sources/ArchitectureComponents/Lifecycle/Swift/Extensions.swift:110:5: warning: 'internal' modifier is redundant for instance method declared in an internal extension
    internal func eventsToState(_ targetState: LifecycleState) throws -> [LifecycleEvent] {
    ^~~~~~~~~
    
[6/20] Compiling ArchitectureComponents Extensions.swift
/host/spi-builder-workspace/Sources/ArchitectureComponents/Lifecycle/LifecycleRegistry.swift:48:20: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'LifecycleRegistry.LifecycleObserverEnvelope' to 'Hashable' by implementing 'hash(into:)' instead
        public var hashValue: Int {
                   ^
/host/spi-builder-workspace/Sources/ArchitectureComponents/Lifecycle/LifecycleRegistry.swift:165:50: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
        let activeObservers = self.weakObservers.flatMap({ $0.lifecycleObserver })
                                                 ^
/host/spi-builder-workspace/Sources/ArchitectureComponents/Lifecycle/LifecycleRegistry.swift:165:50: note: use 'compactMap(_:)' instead
        let activeObservers = self.weakObservers.flatMap({ $0.lifecycleObserver })
                                                 ^~~~~~~
                                                 compactMap
/host/spi-builder-workspace/Sources/ArchitectureComponents/Lifecycle/Swift/Extensions.swift:60:5: warning: 'internal' modifier is redundant for property declared in an internal extension
    internal var stateAfter: LifecycleState {
    ^~~~~~~~~
    
/host/spi-builder-workspace/Sources/ArchitectureComponents/Lifecycle/Swift/Extensions.swift:73:5: warning: 'internal' modifier is redundant for property declared in an internal extension
    internal var stateBefore: LifecycleState {
    ^~~~~~~~~
    
/host/spi-builder-workspace/Sources/ArchitectureComponents/Lifecycle/Swift/Extensions.swift:110:5: warning: 'internal' modifier is redundant for instance method declared in an internal extension
    internal func eventsToState(_ targetState: LifecycleState) throws -> [LifecycleEvent] {
    ^~~~~~~~~
    
[7/20] Compiling ArchitectureComponents TransformedLiveData.swift
[8/20] Compiling ArchitectureComponents Transformations.swift
[9/20] Compiling ArchitectureComponents MutableLiveData.swift
[10/20] Compiling ArchitectureComponents LiveDataError.swift
[11/20] Compiling ArchitectureComponents ObserverListController.swift
/host/spi-builder-workspace/Sources/ArchitectureComponents/LiveData/Swift/ObserverListController.swift:54:37: warning: generic parameter 'Type' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func observerDidActivate<Type>(_ observer: ObserverController<Type>) {
                                    ^
/host/spi-builder-workspace/Sources/ArchitectureComponents/LiveData/Swift/ObserverListController.swift:19:39: note: 'Type' previously declared here
internal class ObserverListController<Type>: ObserverControllerDelegate {
                                      ^
/host/spi-builder-workspace/Sources/ArchitectureComponents/LiveData/Swift/ObserverListController.swift:58:39: warning: generic parameter 'Type' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func observerDidDeactivate<Type>(_ observer: ObserverController<Type>) {
                                      ^
/host/spi-builder-workspace/Sources/ArchitectureComponents/LiveData/Swift/ObserverListController.swift:19:39: note: 'Type' previously declared here
internal class ObserverListController<Type>: ObserverControllerDelegate {
                                      ^
[12/20] Compiling ArchitectureComponents SwitchedLiveData.swift
/host/spi-builder-workspace/Sources/ArchitectureComponents/LiveData/Swift/ObserverListController.swift:54:37: warning: generic parameter 'Type' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func observerDidActivate<Type>(_ observer: ObserverController<Type>) {
                                    ^
/host/spi-builder-workspace/Sources/ArchitectureComponents/LiveData/Swift/ObserverListController.swift:19:39: note: 'Type' previously declared here
internal class ObserverListController<Type>: ObserverControllerDelegate {
                                      ^
/host/spi-builder-workspace/Sources/ArchitectureComponents/LiveData/Swift/ObserverListController.swift:58:39: warning: generic parameter 'Type' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func observerDidDeactivate<Type>(_ observer: ObserverController<Type>) {
                                      ^
/host/spi-builder-workspace/Sources/ArchitectureComponents/LiveData/Swift/ObserverListController.swift:19:39: note: 'Type' previously declared here
internal class ObserverListController<Type>: ObserverControllerDelegate {
                                      ^
[13/20] Compiling ArchitectureComponents LifecycleError.swift
[14/20] Compiling ArchitectureComponents LiveData.swift
[15/20] Compiling ArchitectureComponents MediatorLiveData.swift
[16/20] Compiling ArchitectureComponents DefaultLifecycleObserver.swift
[17/20] Compiling ArchitectureComponents Lifecycle.swift
[18/20] Compiling ArchitectureComponents LifecycleObserver.swift
[19/20] Compiling ArchitectureComponents ObserverController.swift
/host/spi-builder-workspace/Sources/ArchitectureComponents/LiveData/Swift/ObserverHandle.swift:36:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'ObserverHandle' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
[20/20] Compiling ArchitectureComponents ObserverHandle.swift
/host/spi-builder-workspace/Sources/ArchitectureComponents/LiveData/Swift/ObserverHandle.swift:36:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'ObserverHandle' to 'Hashable' by implementing 'hash(into:)' instead
    public var hashValue: Int {
               ^
Build complete! (11.14s)
Build complete.
Done.

Build Machine: Linux 2