The Swift Package Index logo.Swift Package Index

Build Information

Successful build of WolfFoundation with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wolfmcnally/WolfFoundation.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/wolfmcnally/WolfFoundation
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/wolfmcnally/WolfFoundation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/10] Write sources
[3/10] Write swift-version--423B1241ED78D482.txt
[5/32] Compiling WolfPipe SetAlgebra.swift
[6/32] Compiling WolfPipe PipeOperator.swift
[7/32] Compiling WolfPipe KeyPaths.swift
[8/32] Compiling WolfPipe EffectfulComposeOperator.swift
[9/32] Compiling WolfPipe Curry.swift
[10/32] Emitting module WolfPipe
[11/32] Compiling WolfPipe PipeCompatibleFunctions.swift
[12/32] Compiling WolfPipe ComposeOperator.swift
[12/32] Write Objects.LinkFileList
[13/32] Linking libWolfPipe.dylib
[15/32] Compiling WolfNumerics Interval.swift
[16/32] Compiling WolfNumerics IntervalCreationOperator.swift
[17/32] Compiling WolfNumerics SecureRandomNumberGenerator.swift
[18/33] Compiling WolfNumerics Lerp.swift
[19/33] Compiling WolfNumerics NumericUtils.swift
[20/33] Compiling WolfNumerics RangeExtensions.swift
[21/33] Compiling WolfNumerics RunningAverage.swift
[22/33] Emitting module WolfNumerics
[23/33] Compiling WolfNumerics PercentOperator.swift
[24/33] Compiling WolfNumerics RandomExtensions.swift
[25/33] Compiling WolfNumerics ApproximatelyEqualsOperator.swift
[26/33] Compiling WolfNumerics BinarySearch.swift
[27/33] Compiling WolfNumerics Frac.swift
[28/33] Compiling WolfNumerics Interpolable.swift
[29/33] Compiling WolfNumerics SeededRandomNumberGenerator.swift
[29/33] Write Objects.LinkFileList
[30/33] Linking libWolfNumerics.dylib
[32/71] Compiling WolfFoundation TimeConstants.swift
[33/71] Compiling WolfFoundation Heap.swift
[34/71] Compiling WolfFoundation Matrix.swift
[35/71] Compiling WolfFoundation PriorityQueue.swift
[36/71] Compiling WolfFoundation Queue.swift
[37/71] Compiling WolfFoundation ValueCache.swift
[38/71] Compiling WolfFoundation Hex.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/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> {
                                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WolfFoundation/Types/Lazy.swift:47:19: note: 'T' previously declared here
public class Lazy<T> {
                  ^
[39/71] Compiling WolfFoundation JSON.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/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> {
                                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WolfFoundation/Types/Lazy.swift:47:19: note: 'T' previously declared here
public class Lazy<T> {
                  ^
[40/71] Compiling WolfFoundation Lazy.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/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> {
                                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WolfFoundation/Types/Lazy.swift:47:19: note: 'T' previously declared here
public class Lazy<T> {
                  ^
[41/71] Compiling WolfFoundation Ordinal.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/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> {
                                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WolfFoundation/Types/Lazy.swift:47:19: note: 'T' previously declared here
public class Lazy<T> {
                  ^
[42/71] Compiling WolfFoundation Position.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/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> {
                                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WolfFoundation/Types/Lazy.swift:47:19: note: 'T' previously declared here
public class Lazy<T> {
                  ^
[43/71] Compiling WolfFoundation WeakSet.swift
[44/71] Compiling WolfFoundation CodedError.swift
[45/71] Compiling WolfFoundation ErrorExtensions.swift
[46/71] Compiling WolfFoundation MessageError.swift
[47/71] Compiling WolfFoundation ValidationError.swift
[48/71] Compiling WolfFoundation WolfFoundationError.swift
[49/71] Emitting module WolfFoundation
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/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> {
                                ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WolfFoundation/Types/Lazy.swift:47:19: note: 'T' previously declared here
public class Lazy<T> {
                  ^
[50/71] Compiling WolfFoundation ArrayExtensions.swift
[51/71] Compiling WolfFoundation CircularIndex.swift
[52/71] Compiling WolfFoundation DataExtensions.swift
[53/71] Compiling WolfFoundation DateExtensions.swift
[54/71] Compiling WolfFoundation DictionaryExtensions.swift
[55/71] Compiling WolfFoundation InvalidateAndAssignOperator.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/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/71] Compiling WolfFoundation ReferenceOperator.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/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/71] Compiling WolfFoundation TweakOperator.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/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/71] Compiling WolfFoundation Hideable.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/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/71] Compiling WolfFoundation Invalidatable.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/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
[60/71] Compiling WolfFoundation OptionalExtensions.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/DebugIdentifier.swift:34:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
            return getAssociatedValue(for: &debugIdentifierKey)
                                           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/DebugIdentifier.swift:38:47: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
            setAssociatedValue(newValue, for: &debugIdentifierKey)
                                              ^
[61/71] Compiling WolfFoundation Associated.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/DebugIdentifier.swift:34:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
            return getAssociatedValue(for: &debugIdentifierKey)
                                           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/DebugIdentifier.swift:38:47: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
            setAssociatedValue(newValue, for: &debugIdentifierKey)
                                              ^
[62/71] Compiling WolfFoundation DebugIdentifier.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/DebugIdentifier.swift:34:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
            return getAssociatedValue(for: &debugIdentifierKey)
                                           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/DebugIdentifier.swift:38:47: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
            setAssociatedValue(newValue, for: &debugIdentifierKey)
                                              ^
[63/71] Compiling WolfFoundation AttributeAssignmentPrecedence.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/DebugIdentifier.swift:34:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
            return getAssociatedValue(for: &debugIdentifierKey)
                                           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/DebugIdentifier.swift:38:47: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
            setAssociatedValue(newValue, for: &debugIdentifierKey)
                                              ^
[64/71] Compiling WolfFoundation InheritsFromOperator.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/DebugIdentifier.swift:34:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
            return getAssociatedValue(for: &debugIdentifierKey)
                                           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/DebugIdentifier.swift:38:47: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
            setAssociatedValue(newValue, for: &debugIdentifierKey)
                                              ^
[65/71] Compiling WolfFoundation ModelObject.swift
[66/71] Compiling WolfFoundation Serializable.swift
[67/71] Compiling WolfFoundation ASCII.swift
[68/71] Compiling WolfFoundation Base64.swift
[69/71] Compiling WolfFoundation Dimensions.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
[74/76] Write Objects.LinkFileList
[75/76] Linking libWolfFoundation.dylib
Build complete! (7.07s)
Fetching https://github.com/wolfmcnally/WolfPipe from cache
Fetching https://github.com/wolfmcnally/WolfNumerics from cache
Fetched https://github.com/wolfmcnally/WolfNumerics from cache (0.15s)
Fetched https://github.com/wolfmcnally/WolfPipe from cache (0.15s)
Computing version for https://github.com/wolfmcnally/WolfPipe
Computed https://github.com/wolfmcnally/WolfPipe at 2.0.2 (0.02s)
Computing version for https://github.com/wolfmcnally/WolfNumerics
Computed https://github.com/wolfmcnally/WolfNumerics at 4.0.4 (0.01s)
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
Build complete.
Done.

Build Machine: Mac 7