The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ScreenUI 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/k-o-d-e-n/ScreenUI.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/k-o-d-e-n/ScreenUI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 99429b4 Updated to 1.1.1.
Cloned https://github.com/k-o-d-e-n/ScreenUI.git
Revision (git rev-parse @):
99429b497e02b69079d3d60f30b46b426a51208f
SUCCESS checkout https://github.com/k-o-d-e-n/ScreenUI.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "screenui",
      "name": "ScreenUI",
      "url": "https://github.com/k-o-d-e-n/ScreenUI.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ScreenUI",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/k-o-d-e-n/ScreenUI.git
[1/193] Fetching screenui
Fetched https://github.com/k-o-d-e-n/ScreenUI.git (0.31s)
Creating working copy for https://github.com/k-o-d-e-n/ScreenUI.git
Working copy of https://github.com/k-o-d-e-n/ScreenUI.git resolved at main
warning: '.resolve-product-dependencies': dependency 'screenui' 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/11] Compiling ScreenUI Screen.swift
[2/11] Compiling ScreenUI ScreenBuilder.swift
[3/11] Compiling ScreenUI ScreenPath.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScreenUI/ScreenPath.swift:60:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public subscript<T>(next path: KeyPath<To.PathFrom, T>) -> T { transition[next: path] }
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScreenUI/ScreenPath.swift:45:25: note: 'T' previously declared here
public struct StartPath<T>: ScreenPath, ScreenPathPrivate, ScreenPathPrivate2 where T: Transition {
                        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScreenUI/ScreenPath.swift:128:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public subscript<T>(next path: KeyPath<To.PathFrom, T>) -> T { transition[next: path] }
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScreenUI/ScreenPath.swift:109:30: note: 'T' previously declared here
public struct NextPath<Prev, T>: ScreenPath, ScreenPathPrivate, ScreenPathPrivate2
                             ^
[4/11] Compiling ScreenUI Crossplatform.swift
[5/11] Compiling ScreenUI PathProvider.swift
[6/11] Compiling ScreenUI Transition.swift
[7/11] Compiling ScreenUI ScreenState.swift
[8/11] Compiling ScreenUI SwiftUI.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:321:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public subscript<T>(next path: KeyPath<To.PathFrom, T>) -> T { transition[next: path] }
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:306:33: note: 'T' previously declared here
public struct StartPath_SwiftUI<T>: ScreenPath, ScreenPathPrivate, ScreenPath_SwiftUI where T: SwiftUICompatibleTransition {
                                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:370:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public subscript<T>(next path: KeyPath<To.PathFrom, T>) -> T { transition[next: path] }
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:352:38: note: 'T' previously declared here
public struct NextPath_SwiftUI<Prev, T>: ScreenPath, ScreenPathPrivate, ScreenPath_SwiftUI
                                     ^
[9/12] Emitting module ScreenUI
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScreenUI/ScreenPath.swift:60:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public subscript<T>(next path: KeyPath<To.PathFrom, T>) -> T { transition[next: path] }
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScreenUI/ScreenPath.swift:45:25: note: 'T' previously declared here
public struct StartPath<T>: ScreenPath, ScreenPathPrivate, ScreenPathPrivate2 where T: Transition {
                        ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScreenUI/ScreenPath.swift:128:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public subscript<T>(next path: KeyPath<To.PathFrom, T>) -> T { transition[next: path] }
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScreenUI/ScreenPath.swift:109:30: note: 'T' previously declared here
public struct NextPath<Prev, T>: ScreenPath, ScreenPathPrivate, ScreenPathPrivate2
                             ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:321:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public subscript<T>(next path: KeyPath<To.PathFrom, T>) -> T { transition[next: path] }
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:306:33: note: 'T' previously declared here
public struct StartPath_SwiftUI<T>: ScreenPath, ScreenPathPrivate, ScreenPath_SwiftUI where T: SwiftUICompatibleTransition {
                                ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:370:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public subscript<T>(next path: KeyPath<To.PathFrom, T>) -> T { transition[next: path] }
                     ^
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:352:38: note: 'T' previously declared here
public struct NextPath_SwiftUI<Prev, T>: ScreenPath, ScreenPathPrivate, ScreenPath_SwiftUI
                                     ^
[10/12] Compiling ScreenUI AppKit.swift
[11/12] Compiling ScreenUI ContentBuilders.swift
[12/12] Compiling ScreenUI UIKit.swift
Build complete! (12.16s)
Build complete.
Done.