The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Finite with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vknabel/Finite.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/vknabel/Finite
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at cbd5de6 Improvements for Swift 5.3
Cloned https://github.com/vknabel/Finite.git
Revision (git rev-parse @):
cbd5de6ebbabfb39a730d1357c1c3659f4301c45
SUCCESS checkout https://github.com/vknabel/Finite.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/vknabel/Finite.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/7] Compiling Finite Transition.swift
[4/7] Compiling Finite StateMachine.swift
[5/7] Emitting module Finite
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Ref.swift:37:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private struct Weak<T> {
                        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Ref.swift:7:20: note: 'T' previously declared here
internal class Ref<T> {
                   ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Ref.swift:41:23: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private class Box<T>: ReferenceDisposable {
                      ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Ref.swift:7:20: note: 'T' previously declared here
internal class Ref<T> {
                   ^
[6/7] Compiling Finite Ref.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Ref.swift:37:25: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private struct Weak<T> {
                        ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Ref.swift:7:20: note: 'T' previously declared here
internal class Ref<T> {
                   ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Ref.swift:41:23: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private class Box<T>: ReferenceDisposable {
                      ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Ref.swift:7:20: note: 'T' previously declared here
internal class Ref<T> {
                   ^
[7/7] Compiling Finite StateFlow.swift
Build complete! (4.56s)
Fetching https://github.com/JohnSundell/ShellOut.git from cache
Fetching https://github.com/kareman/SwiftShell from cache
Fetching https://github.com/shibapm/PackageConfig.git from cache
Fetching https://github.com/shibapm/Komondor.git from cache
Fetching https://github.com/shibapm/Logger from cache
Fetching https://github.com/f-meloni/Rocket.git from cache
Fetched https://github.com/shibapm/Logger from cache (0.17s)
Fetching https://github.com/nicklockwood/SwiftFormat.git from cache
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.17s)
Fetching https://github.com/jpsim/Yams from cache
Fetched https://github.com/shibapm/PackageConfig.git from cache (0.20s)
Fetched https://github.com/kareman/SwiftShell from cache (0.21s)
Fetched https://github.com/f-meloni/Rocket.git from cache (0.21s)
Fetched https://github.com/shibapm/Komondor.git from cache (0.21s)
Fetched https://github.com/nicklockwood/SwiftFormat.git from cache (0.19s)
Fetched https://github.com/jpsim/Yams from cache (0.19s)
Computing version for https://github.com/f-meloni/Rocket.git
Computed https://github.com/f-meloni/Rocket.git at 1.0.0 (0.33s)
Computing version for https://github.com/nicklockwood/SwiftFormat.git
Computed https://github.com/nicklockwood/SwiftFormat.git at 0.43.5 (0.33s)
Computing version for https://github.com/shibapm/Komondor.git
Computed https://github.com/shibapm/Komondor.git at 1.0.4 (0.31s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 0.13.0 (0.02s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.0.1 (0.03s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (0.32s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 2.0.0 (0.32s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (0.02s)
warning: /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/Yams-fd9f2519 is not valid git repository for 'https://github.com/jpsim/Yams', will fetch again.
Fetching https://github.com/jpsim/Yams from cache
Fetched https://github.com/jpsim/Yams from cache (0.01s)
warning: /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/Yams-fd9f2519 is not valid git repository for 'https://github.com/jpsim/Yams', will fetch again.
Fetching https://github.com/jpsim/Yams from cache
Fetched https://github.com/jpsim/Yams from cache (0.01s)
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 2.0.0
warning: /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/ShellOut-b8493064 is not valid git repository for 'https://github.com/JohnSundell/ShellOut.git', will fetch again.
Fetching https://github.com/JohnSundell/ShellOut.git from cache
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.01s)
warning: /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/ShellOut-b8493064 is not valid git repository for 'https://github.com/JohnSundell/ShellOut.git', will fetch again.
Fetching https://github.com/JohnSundell/ShellOut.git from cache
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.01s)
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
warning: /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/SwiftFormat-92afd852 is not valid git repository for 'https://github.com/nicklockwood/SwiftFormat.git', will fetch again.
Fetching https://github.com/nicklockwood/SwiftFormat.git from cache
Fetched https://github.com/nicklockwood/SwiftFormat.git from cache (0.01s)
warning: /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/SwiftFormat-92afd852 is not valid git repository for 'https://github.com/nicklockwood/SwiftFormat.git', will fetch again.
Fetching https://github.com/nicklockwood/SwiftFormat.git from cache
Fetched https://github.com/nicklockwood/SwiftFormat.git from cache (0.01s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat.git
Working copy of https://github.com/nicklockwood/SwiftFormat.git resolved at 0.43.5
warning: /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/Rocket-4ef21455 is not valid git repository for 'https://github.com/f-meloni/Rocket.git', will fetch again.
Fetching https://github.com/f-meloni/Rocket.git from cache
Fetched https://github.com/f-meloni/Rocket.git from cache (0.01s)
warning: /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/Rocket-4ef21455 is not valid git repository for 'https://github.com/f-meloni/Rocket.git', will fetch again.
Fetching https://github.com/f-meloni/Rocket.git from cache
Fetched https://github.com/f-meloni/Rocket.git from cache (0.01s)
Creating working copy for https://github.com/f-meloni/Rocket.git
Working copy of https://github.com/f-meloni/Rocket.git resolved at 1.0.0
Creating working copy for https://github.com/shibapm/PackageConfig.git
Working copy of https://github.com/shibapm/PackageConfig.git resolved at 0.13.0
Creating working copy for https://github.com/shibapm/Komondor.git
Working copy of https://github.com/shibapm/Komondor.git resolved at 1.0.4
Creating working copy for https://github.com/shibapm/Logger
Working copy of https://github.com/shibapm/Logger resolved at 0.2.3
warning: /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/SwiftShell-bdb5da28 is not valid git repository for 'https://github.com/kareman/SwiftShell', will fetch again.
Fetching https://github.com/kareman/SwiftShell from cache
Fetched https://github.com/kareman/SwiftShell from cache (0.01s)
warning: /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/SwiftShell-bdb5da28 is not valid git repository for 'https://github.com/kareman/SwiftShell', will fetch again.
Fetching https://github.com/kareman/SwiftShell from cache
Fetched https://github.com/kareman/SwiftShell from cache (0.00s)
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.0.1
Build complete.
Done.

Build Machine: Mac 7