The Swift Package Index logo.Swift Package Index

Build Information

Successful build of WolfFoundation with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wolfmcnally/WolfFoundation.git
Reference: 5.0.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/wolfmcnally/WolfFoundation
 * tag               5.0.1      -> FETCH_HEAD
HEAD is now at 8370e79 Build as dynamic library.
Cloned https://github.com/wolfmcnally/WolfFoundation.git
Revision (git rev-parse @):
8370e79858c238b584600374bd13484414796c72
SUCCESS checkout https://github.com/wolfmcnally/WolfFoundation.git at 5.0.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/wolfmcnally/WolfFoundation.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/wolfmcnally/WolfNumerics
Fetching https://github.com/wolfmcnally/WolfPipe
[1/275] Fetching wolfnumerics
[276/552] Fetching wolfnumerics, wolfpipe
Fetched https://github.com/wolfmcnally/WolfPipe from cache (0.19s)
Fetched https://github.com/wolfmcnally/WolfNumerics from cache (0.19s)
Computing version for https://github.com/wolfmcnally/WolfPipe
Computed https://github.com/wolfmcnally/WolfPipe at 2.0.2 (0.39s)
Computing version for https://github.com/wolfmcnally/WolfNumerics
Computed https://github.com/wolfmcnally/WolfNumerics at 4.0.4 (0.40s)
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...
[0/13] Write sources
[3/13] Write swift-version-24593BA9C3E375BF.txt
[5/35] Compiling WolfPipe SetAlgebra.swift
[6/35] Compiling WolfNumerics SecureRandomNumberGenerator.swift
[7/36] Compiling WolfNumerics Interval.swift
[8/36] Compiling WolfNumerics IntervalCreationOperator.swift
[9/36] Compiling WolfNumerics SeededRandomNumberGenerator.swift
[10/36] Emitting module WolfPipe
[11/36] Compiling WolfPipe ComposeOperator.swift
[12/36] Compiling WolfPipe Curry.swift
[13/36] Compiling WolfNumerics Frac.swift
[14/36] Compiling WolfNumerics Interpolable.swift
[15/36] Compiling WolfPipe PipeCompatibleFunctions.swift
[16/36] Compiling WolfPipe EffectfulComposeOperator.swift
[17/36] Compiling WolfPipe KeyPaths.swift
[18/36] Compiling WolfPipe PipeOperator.swift
[19/37] Wrapping AST for WolfPipe for debugging
[20/37] Write Objects.LinkFileList
[21/37] Linking libWolfPipe.so
[23/37] Compiling WolfNumerics RangeExtensions.swift
[24/37] Compiling WolfNumerics RunningAverage.swift
[25/37] Compiling WolfNumerics Lerp.swift
[26/37] Compiling WolfNumerics NumericUtils.swift
[27/37] Compiling WolfNumerics PercentOperator.swift
[28/37] Compiling WolfNumerics RandomExtensions.swift
[29/37] Compiling WolfNumerics ApproximatelyEqualsOperator.swift
[30/37] Compiling WolfNumerics BinarySearch.swift
[31/37] Emitting module WolfNumerics
[32/38] Wrapping AST for WolfNumerics for debugging
[33/38] Write Objects.LinkFileList
[34/38] Linking libWolfNumerics.so
[36/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
[37/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
[38/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
[39/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
[40/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
[41/81] Compiling WolfFoundation OptionalExtensions.swift
[42/81] Compiling WolfFoundation Associated.swift
[43/81] Compiling WolfFoundation DebugIdentifier.swift
[44/81] Compiling WolfFoundation AttributeAssignmentPrecedence.swift
[45/81] Compiling WolfFoundation InheritsFromOperator.swift
[46/81] 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> {
                  ^
[47/81] Compiling WolfFoundation WeakSet.swift
[48/81] Compiling WolfFoundation CodedError.swift
[49/81] Compiling WolfFoundation ErrorExtensions.swift
[50/81] Compiling WolfFoundation MessageError.swift
[51/81] Compiling WolfFoundation ValidationError.swift
[52/81] Compiling WolfFoundation WolfFoundationError.swift
[53/81] Compiling WolfFoundation ModelObject.swift
[54/81] Compiling WolfFoundation Serializable.swift
[55/81] Compiling WolfFoundation ASCII.swift
[56/81] Compiling WolfFoundation Base64.swift
[57/81] Compiling WolfFoundation Dimensions.swift
[58/81] Compiling WolfFoundation TimeConstants.swift
[59/81] Compiling WolfFoundation Heap.swift
[60/81] Compiling WolfFoundation Matrix.swift
[61/81] Compiling WolfFoundation PriorityQueue.swift
[62/81] Compiling WolfFoundation Queue.swift
[63/81] Compiling WolfFoundation ValueCache.swift
[64/81] 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> {
                  ^
[65/81] 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> {
                  ^
[66/81] 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> {
                  ^
[67/81] 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> {
                  ^
[68/81] 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> {
                  ^
[69/81] Compiling WolfFoundation ArrayExtensions.swift
[70/81] Compiling WolfFoundation CircularIndex.swift
[71/81] Compiling WolfFoundation DataExtensions.swift
[72/81] Compiling WolfFoundation DateExtensions.swift
[73/81] Compiling WolfFoundation DictionaryExtensions.swift
[74/81] Compiling WolfFoundation SortWeight.swift
[75/81] Compiling WolfFoundation Tagged.swift
[76/81] Compiling WolfFoundation TransferValue.swift
[77/81] Compiling WolfFoundation UTF8.swift
[78/81] Compiling WolfFoundation Weak.swift
[79/82] Wrapping AST for WolfFoundation for debugging
[80/82] Write Objects.LinkFileList
[81/82] Linking libWolfFoundation.so
Build complete! (10.24s)
Build complete.
Done.

Build Machine: Linux 1