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-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/wolfmcnally/WolfFoundation.git
Reference: master
Cloned https://github.com/wolfmcnally/WolfFoundation.git into spi-builder-workspace
SUCCESS checkout https://github.com/wolfmcnally/WolfFoundation.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-4609320-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/wolfmcnally/WolfPipe
Fetching https://github.com/wolfmcnally/WolfNumerics
[1/277] Fetching wolfpipe
[198/552] Fetching wolfpipe, wolfnumerics
Fetched https://github.com/wolfmcnally/WolfNumerics (0.34s)
Fetched https://github.com/wolfmcnally/WolfPipe (0.34s)
Computing version for https://github.com/wolfmcnally/WolfPipe
Computed https://github.com/wolfmcnally/WolfPipe at 2.0.2 (0.56s)
Computing version for https://github.com/wolfmcnally/WolfNumerics
Computed https://github.com/wolfmcnally/WolfNumerics at 4.0.4 (0.57s)
Creating working copy for https://github.com/wolfmcnally/WolfPipe
Working copy of https://github.com/wolfmcnally/WolfPipe resolved at 2.0.2
Creating working copy for https://github.com/wolfmcnally/WolfNumerics
Working copy of https://github.com/wolfmcnally/WolfNumerics resolved at 4.0.4
Building for debugging...
[1/28] Compiling WolfNumerics SecureRandomNumberGenerator.swift
[2/29] Compiling WolfPipe EffectfulComposeOperator.swift
[3/29] Compiling WolfPipe KeyPaths.swift
[4/29] Compiling WolfNumerics SeededRandomNumberGenerator.swift
[5/29] Compiling WolfPipe PipeCompatibleFunctions.swift
[6/29] Compiling WolfPipe ComposeOperator.swift
[7/29] Emitting module WolfPipe
[8/29] Compiling WolfPipe PipeOperator.swift
[9/29] Compiling WolfPipe SetAlgebra.swift
[10/29] Compiling WolfPipe Curry.swift
[12/31] Wrapping AST for WolfPipe for debugging
[13/31] Linking libWolfPipe.so
[15/31] Compiling WolfNumerics RangeExtensions.swift
[16/31] Compiling WolfNumerics RunningAverage.swift
[17/31] Compiling WolfNumerics Lerp.swift
[18/31] Compiling WolfNumerics NumericUtils.swift
[19/31] Compiling WolfNumerics Frac.swift
[20/31] Compiling WolfNumerics Interpolable.swift
[21/31] Compiling WolfNumerics Interval.swift
[22/31] Compiling WolfNumerics IntervalCreationOperator.swift
[23/31] Compiling WolfNumerics PercentOperator.swift
[24/31] Compiling WolfNumerics RandomExtensions.swift
[25/31] Emitting module WolfNumerics
[26/31] Compiling WolfNumerics ApproximatelyEqualsOperator.swift
[27/31] Compiling WolfNumerics BinarySearch.swift
[29/33] Wrapping AST for WolfNumerics for debugging
[30/33] Linking libWolfNumerics.so
[32/71] Compiling WolfFoundation OptionalExtensions.swift
[33/71] Compiling WolfFoundation Associated.swift
[34/71] Compiling WolfFoundation DebugIdentifier.swift
[35/71] Compiling WolfFoundation AttributeAssignmentPrecedence.swift
[36/71] Compiling WolfFoundation InheritsFromOperator.swift
[37/76] 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> {
                  ^
[38/76] Compiling WolfFoundation ModelObject.swift
[39/76] Compiling WolfFoundation Serializable.swift
[40/76] Compiling WolfFoundation ASCII.swift
[41/76] Compiling WolfFoundation Base64.swift
[42/76] Compiling WolfFoundation Dimensions.swift
[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 ArrayExtensions.swift
[50/76] Compiling WolfFoundation CircularIndex.swift
[51/76] Compiling WolfFoundation DataExtensions.swift
[52/76] Compiling WolfFoundation DateExtensions.swift
[53/76] Compiling WolfFoundation DictionaryExtensions.swift
[54/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
[55/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
[56/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
[57/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
[58/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
[59/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> {
                  ^
[60/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> {
                  ^
[61/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> {
                  ^
[62/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> {
                  ^
[63/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> {
                  ^
[64/76] Compiling WolfFoundation TimeConstants.swift
[65/76] Compiling WolfFoundation Heap.swift
[66/76] Compiling WolfFoundation Matrix.swift
[67/76] Compiling WolfFoundation PriorityQueue.swift
[68/76] Compiling WolfFoundation Queue.swift
[69/76] Compiling WolfFoundation ValueCache.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! (13.40s)
Build complete.
Done.

Build Machine: Linux 2