The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ArchitectureComponents with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/spropensource/ArchitectureComponents.git
Reference: 0.1.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/spropensource/ArchitectureComponents
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 33835ad Merge pull request #1 from spropensource/SupportCarthageAndCocoaPods
Cloned https://github.com/spropensource/ArchitectureComponents.git
Revision (git rev-parse @):
33835ad4de7ef19d9f5f59b7d119127e223e811f
SUCCESS checkout https://github.com/spropensource/ArchitectureComponents.git at 0.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/spropensource/ArchitectureComponents.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/20] 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 {
                                      ^
[4/22] Compiling ArchitectureComponents LifecycleTableViewController.swift
[5/22] Compiling ArchitectureComponents LifecycleViewController.swift
[6/22] 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] {
    ^~~~~~~~~

[7/22] 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] {
    ^~~~~~~~~

[8/22] 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] {
    ^~~~~~~~~

[9/22] Compiling ArchitectureComponents DefaultLifecycleObserver.swift
[10/22] Compiling ArchitectureComponents Lifecycle.swift
[11/22] Compiling ArchitectureComponents LifecycleObserver.swift
[12/22] Compiling ArchitectureComponents TransformedLiveData.swift
[13/22] Compiling ArchitectureComponents Transformations.swift
[14/22] Compiling ArchitectureComponents MutableLiveData.swift
[15/22] Compiling ArchitectureComponents LiveDataError.swift
[16/22] Compiling ArchitectureComponents LifecycleError.swift
[17/22] Compiling ArchitectureComponents LiveData.swift
[18/22] Compiling ArchitectureComponents MediatorLiveData.swift
[19/22] 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 {
                                      ^
[20/22] 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 {
                                      ^
[21/22] 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 {
               ^
[22/22] 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! (8.43s)
Build complete.
Done.

Build Machine: Linux 1