The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Finite with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4606859-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/vknabel/Finite.git
Reference: master
Cloned https://github.com/vknabel/Finite.git into spi-builder-workspace
SUCCESS checkout https://github.com/vknabel/Finite.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-4606859-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/f-meloni/Rocket.git
Fetching https://github.com/JohnSundell/ShellOut.git
[1/4863] Fetching swiftshell
[634/5435] Fetching swiftshell, shellout
[1497/6821] Fetching swiftshell, shellout, rocket
Fetching https://github.com/jpsim/Yams
Fetched https://github.com/f-meloni/Rocket.git (0.35s)
Fetched https://github.com/JohnSundell/ShellOut.git (0.35s)
Fetching https://github.com/shibapm/Logger
Fetched https://github.com/kareman/SwiftShell (0.36s)
Fetching https://github.com/shibapm/PackageConfig.git
[1/580] Fetching packageconfig
[581/696] Fetching packageconfig, logger
Fetched https://github.com/shibapm/Logger (0.22s)
Fetching https://github.com/nicklockwood/SwiftFormat.git
Fetched https://github.com/shibapm/PackageConfig.git (0.22s)
Fetching https://github.com/shibapm/Komondor.git
[1/509] Fetching komondor
Fetched https://github.com/shibapm/Komondor.git (0.22s)
[1/8606] Fetching yams
[8607/40822] Fetching yams, swiftformat
Fetched https://github.com/jpsim/Yams (1.12s)
[1933/32216] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat.git (17.92s)
Computing version for https://github.com/f-meloni/Rocket.git
Computed https://github.com/f-meloni/Rocket.git at 1.0.0 (3.83s)
Computing version for https://github.com/nicklockwood/SwiftFormat.git
Computed https://github.com/nicklockwood/SwiftFormat.git at 0.43.5 (0.99s)
Computing version for https://github.com/shibapm/Komondor.git
Computed https://github.com/shibapm/Komondor.git at 1.0.4 (0.26s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 0.13.0 (0.27s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.0.1 (0.27s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (0.27s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 2.0.0 (0.28s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (0.27s)
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/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.0.1
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/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 2.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/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
Creating working copy for https://github.com/nicklockwood/SwiftFormat.git
Working copy of https://github.com/nicklockwood/SwiftFormat.git resolved at 0.43.5
Creating working copy for https://github.com/shibapm/Logger
Working copy of https://github.com/shibapm/Logger resolved at 0.2.3
Building for debugging...
[1/5] Compiling Finite Transition.swift
[2/5] Compiling Finite StateFlow.swift
[3/5] Emitting module Finite
/host/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> {
                        ^
/host/spi-builder-workspace/Sources/Ref.swift:7:20: note: 'T' previously declared here
internal class Ref<T> {
                   ^
/host/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 {
                      ^
/host/spi-builder-workspace/Sources/Ref.swift:7:20: note: 'T' previously declared here
internal class Ref<T> {
                   ^
[4/5] Compiling Finite StateMachine.swift
[5/5] Compiling Finite Ref.swift
/host/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> {
                        ^
/host/spi-builder-workspace/Sources/Ref.swift:7:20: note: 'T' previously declared here
internal class Ref<T> {
                   ^
/host/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 {
                      ^
/host/spi-builder-workspace/Sources/Ref.swift:7:20: note: 'T' previously declared here
internal class Ref<T> {
                   ^
Build complete! (30.76s)
Build complete.
Done.

Build Machine: Linux 1