The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ArchitectureComponents with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/spropensource/ArchitectureComponents.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/spropensource/ArchitectureComponents
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at ee79f06 Updated README to note Carthage and CocoaPods are supported
Cloned https://github.com/spropensource/ArchitectureComponents.git
Revision (git rev-parse @):
ee79f060ccbcac69a479af973d3a33426becfa26
SUCCESS checkout https://github.com/spropensource/ArchitectureComponents.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "architecturecomponents",
      "name": "ArchitectureComponents",
      "url": "https://github.com/spropensource/ArchitectureComponents.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ArchitectureComponents",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/spropensource/ArchitectureComponents.git
[1/139] Fetching architecturecomponents
Fetched https://github.com/spropensource/ArchitectureComponents.git (0.33s)
Creating working copy for https://github.com/spropensource/ArchitectureComponents.git
Working copy of https://github.com/spropensource/ArchitectureComponents.git resolved at master
warning: '.resolve-product-dependencies': dependency 'architecturecomponents' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/18] Compiling ArchitectureComponents LifecycleOwner.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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 {
                   ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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 })
                                                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ArchitectureComponents/Lifecycle/LifecycleRegistry.swift:165:50: note: use 'compactMap(_:)' instead
        let activeObservers = self.weakObservers.flatMap({ $0.lifecycleObserver })
                                                 ^~~~~~~
                                                 compactMap
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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 {
    ^~~~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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 {
    ^~~~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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] {
    ^~~~~~~~~

[2/18] Compiling ArchitectureComponents LifecycleRegistry.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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 {
                   ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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 })
                                                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ArchitectureComponents/Lifecycle/LifecycleRegistry.swift:165:50: note: use 'compactMap(_:)' instead
        let activeObservers = self.weakObservers.flatMap({ $0.lifecycleObserver })
                                                 ^~~~~~~
                                                 compactMap
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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 {
    ^~~~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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 {
    ^~~~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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] {
    ^~~~~~~~~

[3/18] Compiling ArchitectureComponents Extensions.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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 {
                   ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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 })
                                                 ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ArchitectureComponents/Lifecycle/LifecycleRegistry.swift:165:50: note: use 'compactMap(_:)' instead
        let activeObservers = self.weakObservers.flatMap({ $0.lifecycleObserver })
                                                 ^~~~~~~
                                                 compactMap
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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 {
    ^~~~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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 {
    ^~~~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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] {
    ^~~~~~~~~

[4/18] Compiling ArchitectureComponents MutableLiveData.swift
[5/18] Compiling ArchitectureComponents LiveDataError.swift
[6/18] Compiling ArchitectureComponents ObserverListController.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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>) {
                                    ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ArchitectureComponents/LiveData/Swift/ObserverListController.swift:19:39: note: 'Type' previously declared here
internal class ObserverListController<Type>: ObserverControllerDelegate {
                                      ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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>) {
                                      ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ArchitectureComponents/LiveData/Swift/ObserverListController.swift:19:39: note: 'Type' previously declared here
internal class ObserverListController<Type>: ObserverControllerDelegate {
                                      ^
[7/18] Compiling ArchitectureComponents SwitchedLiveData.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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>) {
                                    ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ArchitectureComponents/LiveData/Swift/ObserverListController.swift:19:39: note: 'Type' previously declared here
internal class ObserverListController<Type>: ObserverControllerDelegate {
                                      ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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>) {
                                      ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ArchitectureComponents/LiveData/Swift/ObserverListController.swift:19:39: note: 'Type' previously declared here
internal class ObserverListController<Type>: ObserverControllerDelegate {
                                      ^
[8/18] Compiling ArchitectureComponents TransformedLiveData.swift
[9/18] Compiling ArchitectureComponents Transformations.swift
[10/18] Compiling ArchitectureComponents ObserverController.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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 {
               ^
[11/18] Compiling ArchitectureComponents ObserverHandle.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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 {
               ^
[12/18] Emitting module ArchitectureComponents
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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 {
                   ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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 {
    ^~~~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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 {
    ^~~~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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] {
    ^~~~~~~~~

/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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 {
               ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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>) {
                                    ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ArchitectureComponents/LiveData/Swift/ObserverListController.swift:19:39: note: 'Type' previously declared here
internal class ObserverListController<Type>: ObserverControllerDelegate {
                                      ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/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>) {
                                      ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ArchitectureComponents/LiveData/Swift/ObserverListController.swift:19:39: note: 'Type' previously declared here
internal class ObserverListController<Type>: ObserverControllerDelegate {
                                      ^
[13/18] Compiling ArchitectureComponents DefaultLifecycleObserver.swift
[14/18] Compiling ArchitectureComponents Lifecycle.swift
[15/18] Compiling ArchitectureComponents LifecycleObserver.swift
[16/18] Compiling ArchitectureComponents LifecycleError.swift
[17/18] Compiling ArchitectureComponents LiveData.swift
[18/18] Compiling ArchitectureComponents MediatorLiveData.swift
[19/20] Compiling ArchitectureComponents LifecycleTableViewController.swift
[20/20] Compiling ArchitectureComponents LifecycleViewController.swift
Build complete! (8.35s)
Build complete.
Done.