The Swift Package Index logo.Swift Package Index

Build Information

Successful build of WolfFoundation with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4609320-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/wolfmcnally/WolfFoundation.git
Reference: 5.0.1
Cloned https://github.com/wolfmcnally/WolfFoundation.git into spi-builder-workspace
SUCCESS checkout https://github.com/wolfmcnally/WolfFoundation.git at 5.0.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4609320-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/wolfmcnally/WolfPipe
Fetching https://github.com/wolfmcnally/WolfNumerics
[1/275] Fetching wolfnumerics
[252/552] Fetching wolfnumerics, wolfpipe
Fetched https://github.com/wolfmcnally/WolfPipe (0.21s)
Fetched https://github.com/wolfmcnally/WolfNumerics (0.21s)
Computing version for https://github.com/wolfmcnally/WolfPipe
Computed https://github.com/wolfmcnally/WolfPipe at 2.0.2 (0.30s)
Computing version for https://github.com/wolfmcnally/WolfNumerics
Computed https://github.com/wolfmcnally/WolfNumerics at 4.0.4 (0.32s)
Creating working copy for https://github.com/wolfmcnally/WolfNumerics
Working copy of https://github.com/wolfmcnally/WolfNumerics resolved at 4.0.4
Creating working copy for https://github.com/wolfmcnally/WolfPipe
Working copy of https://github.com/wolfmcnally/WolfPipe resolved at 2.0.2
Building for debugging...
[1/28] Emitting module WolfPipe
[2/28] Emitting module WolfNumerics
[3/29] Compiling WolfNumerics SecureRandomNumberGenerator.swift
[4/29] Compiling WolfNumerics Interval.swift
[5/29] Compiling WolfNumerics IntervalCreationOperator.swift
[6/29] Compiling WolfNumerics SeededRandomNumberGenerator.swift
[7/29] Compiling WolfPipe SetAlgebra.swift
[8/29] Compiling WolfPipe PipeOperator.swift
[9/29] Compiling WolfPipe Curry.swift
[10/29] Compiling WolfPipe PipeCompatibleFunctions.swift
[11/29] Compiling WolfPipe EffectfulComposeOperator.swift
[12/29] Compiling WolfPipe ComposeOperator.swift
[13/29] Compiling WolfPipe KeyPaths.swift
[15/31] Wrapping AST for WolfPipe for debugging
[16/31] Linking libWolfPipe.so
[18/31] Compiling WolfNumerics RangeExtensions.swift
[19/31] Compiling WolfNumerics RunningAverage.swift
[20/31] Compiling WolfNumerics ApproximatelyEqualsOperator.swift
[21/31] Compiling WolfNumerics BinarySearch.swift
[22/31] Compiling WolfNumerics Lerp.swift
[23/31] Compiling WolfNumerics NumericUtils.swift
[24/31] Compiling WolfNumerics Frac.swift
[25/31] Compiling WolfNumerics Interpolable.swift
[26/31] Compiling WolfNumerics PercentOperator.swift
[27/31] Compiling WolfNumerics RandomExtensions.swift
[29/33] Wrapping AST for WolfNumerics for debugging
[30/33] Linking libWolfNumerics.so
[32/71] Emitting module WolfFoundation
/host/spi-builder-workspace/Sources/WolfFoundation/Protocols/Hideable.swift:31:27: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol Hideable: class {
                          ^~~~~
                          AnyObject
/host/spi-builder-workspace/Sources/WolfFoundation/Types/Lazy.swift:49:33: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private indirect enum State<T> {
                                ^
/host/spi-builder-workspace/Sources/WolfFoundation/Types/Lazy.swift:47:19: note: 'T' previously declared here
public class Lazy<T> {
                  ^
[33/76] Compiling WolfFoundation ModelObject.swift
[34/76] Compiling WolfFoundation Serializable.swift
[35/76] Compiling WolfFoundation ASCII.swift
[36/76] Compiling WolfFoundation Base64.swift
[37/76] Compiling WolfFoundation Dimensions.swift
[38/76] Compiling WolfFoundation InvalidateAndAssignOperator.swift
/host/spi-builder-workspace/Sources/WolfFoundation/Protocols/Hideable.swift:31:27: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol Hideable: class {
                          ^~~~~
                          AnyObject
[39/76] Compiling WolfFoundation ReferenceOperator.swift
/host/spi-builder-workspace/Sources/WolfFoundation/Protocols/Hideable.swift:31:27: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol Hideable: class {
                          ^~~~~
                          AnyObject
[40/76] Compiling WolfFoundation TweakOperator.swift
/host/spi-builder-workspace/Sources/WolfFoundation/Protocols/Hideable.swift:31:27: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol Hideable: class {
                          ^~~~~
                          AnyObject
[41/76] Compiling WolfFoundation Hideable.swift
/host/spi-builder-workspace/Sources/WolfFoundation/Protocols/Hideable.swift:31:27: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol Hideable: class {
                          ^~~~~
                          AnyObject
[42/76] Compiling WolfFoundation Invalidatable.swift
/host/spi-builder-workspace/Sources/WolfFoundation/Protocols/Hideable.swift:31:27: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol Hideable: class {
                          ^~~~~
                          AnyObject
[43/76] Compiling WolfFoundation WeakSet.swift
[44/76] Compiling WolfFoundation CodedError.swift
[45/76] Compiling WolfFoundation ErrorExtensions.swift
[46/76] Compiling WolfFoundation MessageError.swift
[47/76] Compiling WolfFoundation ValidationError.swift
[48/76] Compiling WolfFoundation WolfFoundationError.swift
[49/76] Compiling WolfFoundation TimeConstants.swift
[50/76] Compiling WolfFoundation Heap.swift
[51/76] Compiling WolfFoundation Matrix.swift
[52/76] Compiling WolfFoundation PriorityQueue.swift
[53/76] Compiling WolfFoundation Queue.swift
[54/76] Compiling WolfFoundation ValueCache.swift
[55/76] Compiling WolfFoundation ArrayExtensions.swift
[56/76] Compiling WolfFoundation CircularIndex.swift
[57/76] Compiling WolfFoundation DataExtensions.swift
[58/76] Compiling WolfFoundation DateExtensions.swift
[59/76] Compiling WolfFoundation DictionaryExtensions.swift
[60/76] Compiling WolfFoundation Hex.swift
/host/spi-builder-workspace/Sources/WolfFoundation/Types/Lazy.swift:49:33: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private indirect enum State<T> {
                                ^
/host/spi-builder-workspace/Sources/WolfFoundation/Types/Lazy.swift:47:19: note: 'T' previously declared here
public class Lazy<T> {
                  ^
[61/76] Compiling WolfFoundation JSON.swift
/host/spi-builder-workspace/Sources/WolfFoundation/Types/Lazy.swift:49:33: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private indirect enum State<T> {
                                ^
/host/spi-builder-workspace/Sources/WolfFoundation/Types/Lazy.swift:47:19: note: 'T' previously declared here
public class Lazy<T> {
                  ^
[62/76] Compiling WolfFoundation Lazy.swift
/host/spi-builder-workspace/Sources/WolfFoundation/Types/Lazy.swift:49:33: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private indirect enum State<T> {
                                ^
/host/spi-builder-workspace/Sources/WolfFoundation/Types/Lazy.swift:47:19: note: 'T' previously declared here
public class Lazy<T> {
                  ^
[63/76] Compiling WolfFoundation Ordinal.swift
/host/spi-builder-workspace/Sources/WolfFoundation/Types/Lazy.swift:49:33: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private indirect enum State<T> {
                                ^
/host/spi-builder-workspace/Sources/WolfFoundation/Types/Lazy.swift:47:19: note: 'T' previously declared here
public class Lazy<T> {
                  ^
[64/76] Compiling WolfFoundation Position.swift
/host/spi-builder-workspace/Sources/WolfFoundation/Types/Lazy.swift:49:33: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private indirect enum State<T> {
                                ^
/host/spi-builder-workspace/Sources/WolfFoundation/Types/Lazy.swift:47:19: note: 'T' previously declared here
public class Lazy<T> {
                  ^
[65/76] Compiling WolfFoundation OptionalExtensions.swift
[66/76] Compiling WolfFoundation Associated.swift
[67/76] Compiling WolfFoundation DebugIdentifier.swift
[68/76] Compiling WolfFoundation AttributeAssignmentPrecedence.swift
[69/76] Compiling WolfFoundation InheritsFromOperator.swift
[70/76] Compiling WolfFoundation SortWeight.swift
[71/76] Compiling WolfFoundation Tagged.swift
[72/76] Compiling WolfFoundation TransferValue.swift
[73/76] Compiling WolfFoundation UTF8.swift
[74/76] Compiling WolfFoundation Weak.swift
[76/78] Wrapping AST for WolfFoundation for debugging
[77/78] Linking libWolfFoundation.so
Build complete! (12.65s)
Build complete.
Done.

Build Machine: Linux 2