The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftlierCLI with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4606859-1":/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/drewag/SwiftlierCLI.git
Reference: 6.0.1
Cloned https://github.com/drewag/SwiftlierCLI.git into spi-builder-workspace
SUCCESS checkout https://github.com/drewag/SwiftlierCLI.git at 6.0.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4606859-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/drewag/SwiftDate.git
Fetching https://github.com/drewag/Swiftlier.git
[1/4568] Fetching swiftlier
[641/13004] Fetching swiftlier, swiftdate
Fetched https://github.com/drewag/SwiftDate.git (1.48s)
Fetched https://github.com/drewag/Swiftlier.git (1.48s)
Computing version for https://github.com/drewag/Swiftlier.git
Computed https://github.com/drewag/Swiftlier.git at 6.1.3 (0.27s)
Computing version for https://github.com/drewag/SwiftDate.git
Computed https://github.com/drewag/SwiftDate.git at 6.1.1 (1.15s)
Creating working copy for https://github.com/drewag/SwiftDate.git
Working copy of https://github.com/drewag/SwiftDate.git resolved at 6.1.1
Creating working copy for https://github.com/drewag/Swiftlier.git
Working copy of https://github.com/drewag/Swiftlier.git resolved at 6.1.3
Building for debugging...
[1/89] Emitting module Swiftlier
[2/96] Emitting module SwiftDate
[3/100] Compiling SwiftDate TimePeriodGroup.swift
[4/100] Compiling SwiftDate TimePeriod+Support.swift
[5/100] Compiling SwiftDate TimePeriod.swift
[6/100] Compiling SwiftDate TimePeriodProtocol.swift
[7/100] Compiling Swiftlier SwiftlierError.swift
[8/100] Compiling Swiftlier SwiftlierResult.swift
[9/100] Compiling Swiftlier FileSystem+iOSDirectories.swift
[10/100] Compiling Swiftlier FileSystem.swift
[11/100] Compiling Swiftlier Path+Coding.swift
[12/100] Compiling Swiftlier JSON.swift
[13/100] Compiling Swiftlier NativeTypesStructured.swift
[14/100] Compiling Swiftlier Structured.swift
[15/100] Compiling Swiftlier XML.swift
[16/100] Compiling Swiftlier String+Enhancements.swift
[17/100] Compiling Swiftlier URL+Enhancements.swift
[18/100] Compiling Swiftlier AnySwiftlierError.swift
[19/100] Compiling Swiftlier GenericSwiftlierError.swift
[20/100] Compiling Swiftlier OperationBasedError.swift
[21/100] Compiling Swiftlier Path.swift
[22/100] Compiling Swiftlier PersistenceService.swift
[23/100] Compiling Swiftlier ReferenceTypePersistenceService.swift
[24/100] Compiling Swiftlier Date+Helpers.swift
[25/100] Compiling Swiftlier DispatchQueue+Enhancements.swift
[26/100] Compiling Swiftlier Age.swift
[27/100] Compiling Swiftlier AlwaysEqual.swift
[28/100] Compiling Swiftlier Angle.swift
[29/100] Compiling Swiftlier Day.swift
[30/100] Compiling Swiftlier EmailAddress.swift
[31/100] Compiling Swiftlier HTML.swift
[32/100] Compiling Swiftlier Mass.swift
[33/100] Compiling Swiftlier Price.swift
[34/100] Compiling Swiftlier UniquelyIdentifiable.swift
[35/100] Compiling Swiftlier CSVStreamReader.swift
[36/100] Compiling Swiftlier DelimiterStreamReader.swift
[37/100] Compiling Swiftlier StreamReader.swift
[38/100] Compiling Swiftlier Date+Testable.swift
[39/100] Compiling Swiftlier URLSession+Testing.swift
[48/100] Compiling Swiftlier Syncable.swift
[49/100] Compiling Swiftlier WeakWrapper.swift
[50/100] Compiling Swiftlier EventCenter.swift
[51/100] Compiling Swiftlier MultiCallback.swift
[52/100] Compiling Swiftlier OtherSwiftlierError.swift
[53/100] Compiling Swiftlier Observable.swift
[54/100] Compiling Swiftlier ObservableArray.swift
[55/100] Compiling Swiftlier ObservableDictionary.swift
[56/100] Compiling Swiftlier ObservableReference.swift
[57/100] Compiling Swiftlier LimitedQueue.swift
[58/100] Compiling Swiftlier OrderedDictionary.swift
[59/100] Compiling Swiftlier PatchyRange.swift
[60/100] Compiling Swiftlier SelectableValue.swift
[75/102] Compiling Swiftlier PercentEncodable.swift
[76/102] Compiling Swiftlier SpecDecoder.swift
[77/102] Compiling Swiftlier Collection+Enhancments.swift
[78/102] Compiling Swiftlier Data+Processing.swift
[95/102] Compiling Swiftlier ValueTypePersistenceService.swift
[96/102] Compiling Swiftlier Bool+Formatting.swift
[97/102] Compiling Swiftlier Data+Base64.swift
[98/102] Compiling Swiftlier Date+Formatting.swift
[99/102] Compiling Swiftlier Double+Formatting.swift
[100/102] Compiling Swiftlier HeartRateFormatter.swift
[101/102] Compiling Swiftlier TimeInterval+Formatting.swift
[102/102] Compiling Swiftlier BinarySearchTree.swift
[105/108] Compiling SwiftlierCLI ShellCommand.swift
/host/spi-builder-workspace/Sources/SwiftlierCLI/ShellCommand.swift:34:22: warning: 'launchPath' is deprecated: renamed to 'executableURL'
        self.process.launchPath = "/usr/bin/env"
                     ^
/host/spi-builder-workspace/Sources/SwiftlierCLI/ShellCommand.swift:34:22: note: use 'executableURL' instead
        self.process.launchPath = "/usr/bin/env"
                     ^~~~~~~~~~
                     executableURL
/host/spi-builder-workspace/Sources/SwiftlierCLI/ShellCommand.swift:163:29: warning: 'launch()' is deprecated: renamed to 'run'
            command.process.launch()
                            ^
/host/spi-builder-workspace/Sources/SwiftlierCLI/ShellCommand.swift:163:29: note: use 'run' instead
            command.process.launch()
                            ^~~~~~
                            run
[106/108] Compiling SwiftlierCLI ZipFilePath.swift
[107/108] Emitting module SwiftlierCLI
[108/108] Compiling SwiftlierCLI CommandLineDecoder.swift
Build complete! (23.80s)
Build complete.
Done.

Build Machine: Linux 1