The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64

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
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
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 into spi-builder-workspace
8370e79858c238b584600374bd13484414796c72
SUCCESS checkout https://github.com/wolfmcnally/WolfFoundation.git at 5.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Fetching https://github.com/wolfmcnally/WolfNumerics from cache
Fetching https://github.com/wolfmcnally/WolfPipe from cache
Fetched https://github.com/wolfmcnally/WolfPipe (0.19s)
Fetched https://github.com/wolfmcnally/WolfNumerics (0.19s)
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.02s)
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/25] Compiling WolfPipe KeyPaths.swift
[2/25] Compiling WolfPipe PipeOperator.swift
[3/25] Compiling WolfPipe SetAlgebra.swift
[4/25] Emitting module WolfPipe
[5/25] Compiling WolfPipe EffectfulComposeOperator.swift
[6/25] Compiling WolfPipe PipeCompatibleFunctions.swift
[7/25] Compiling WolfPipe Curry.swift
[8/25] Compiling WolfPipe ComposeOperator.swift
[8/25] Linking libWolfPipe.dylib
[10/25] Emitting module WolfNumerics
[11/26] Compiling WolfNumerics SecureRandomNumberGenerator.swift
[12/26] Compiling WolfNumerics Frac.swift
[13/26] Compiling WolfNumerics Interpolable.swift
[14/26] Compiling WolfNumerics Interval.swift
[15/26] Compiling WolfNumerics IntervalCreationOperator.swift
[16/26] Compiling WolfNumerics Lerp.swift
[17/26] Compiling WolfNumerics NumericUtils.swift
[18/26] Compiling WolfNumerics ApproximatelyEqualsOperator.swift
[19/26] Compiling WolfNumerics BinarySearch.swift
[20/26] Compiling WolfNumerics RangeExtensions.swift
[21/26] Compiling WolfNumerics RunningAverage.swift
[22/26] Compiling WolfNumerics PercentOperator.swift
[23/26] Compiling WolfNumerics RandomExtensions.swift
[24/26] Compiling WolfNumerics SeededRandomNumberGenerator.swift
[24/26] Linking libWolfNumerics.dylib
[26/64] Compiling WolfFoundation ModelObject.swift
[27/64] Compiling WolfFoundation Serializable.swift
[28/64] Compiling WolfFoundation ASCII.swift
[29/64] Compiling WolfFoundation Base64.swift
[30/64] Compiling WolfFoundation Dimensions.swift
[31/69] Emitting module WolfFoundation
/Users/builder/builds/TDmZkXJm/0/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/TDmZkXJm/0/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/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WolfFoundation/Types/Lazy.swift:47:19: note: 'T' previously declared here
public class Lazy<T> {
                  ^
[32/69] Compiling WolfFoundation WeakSet.swift
[33/69] Compiling WolfFoundation CodedError.swift
[34/69] Compiling WolfFoundation ErrorExtensions.swift
[35/69] Compiling WolfFoundation MessageError.swift
[36/69] Compiling WolfFoundation ValidationError.swift
[37/69] Compiling WolfFoundation WolfFoundationError.swift
[38/69] Compiling WolfFoundation Hex.swift
/Users/builder/builds/TDmZkXJm/0/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/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WolfFoundation/Types/Lazy.swift:47:19: note: 'T' previously declared here
public class Lazy<T> {
                  ^
[39/69] Compiling WolfFoundation JSON.swift
/Users/builder/builds/TDmZkXJm/0/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/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WolfFoundation/Types/Lazy.swift:47:19: note: 'T' previously declared here
public class Lazy<T> {
                  ^
[40/69] Compiling WolfFoundation Lazy.swift
/Users/builder/builds/TDmZkXJm/0/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/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WolfFoundation/Types/Lazy.swift:47:19: note: 'T' previously declared here
public class Lazy<T> {
                  ^
[41/69] Compiling WolfFoundation Ordinal.swift
/Users/builder/builds/TDmZkXJm/0/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/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WolfFoundation/Types/Lazy.swift:47:19: note: 'T' previously declared here
public class Lazy<T> {
                  ^
[42/69] Compiling WolfFoundation Position.swift
/Users/builder/builds/TDmZkXJm/0/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/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WolfFoundation/Types/Lazy.swift:47:19: note: 'T' previously declared here
public class Lazy<T> {
                  ^
[43/69] Compiling WolfFoundation TimeConstants.swift
[44/69] Compiling WolfFoundation Heap.swift
[45/69] Compiling WolfFoundation Matrix.swift
[46/69] Compiling WolfFoundation PriorityQueue.swift
[47/69] Compiling WolfFoundation Queue.swift
[48/69] Compiling WolfFoundation ValueCache.swift
[49/69] Compiling WolfFoundation ArrayExtensions.swift
[50/69] Compiling WolfFoundation CircularIndex.swift
[51/69] Compiling WolfFoundation DataExtensions.swift
[52/69] Compiling WolfFoundation DateExtensions.swift
[53/69] Compiling WolfFoundation DictionaryExtensions.swift
[54/69] Compiling WolfFoundation OptionalExtensions.swift
/Users/builder/builds/TDmZkXJm/0/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/TDmZkXJm/0/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)
                                              ^
[55/69] Compiling WolfFoundation Associated.swift
/Users/builder/builds/TDmZkXJm/0/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/TDmZkXJm/0/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)
                                              ^
[56/69] Compiling WolfFoundation DebugIdentifier.swift
/Users/builder/builds/TDmZkXJm/0/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/TDmZkXJm/0/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)
                                              ^
[57/69] Compiling WolfFoundation AttributeAssignmentPrecedence.swift
/Users/builder/builds/TDmZkXJm/0/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/TDmZkXJm/0/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)
                                              ^
[58/69] Compiling WolfFoundation InheritsFromOperator.swift
/Users/builder/builds/TDmZkXJm/0/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/TDmZkXJm/0/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)
                                              ^
[59/69] Compiling WolfFoundation InvalidateAndAssignOperator.swift
/Users/builder/builds/TDmZkXJm/0/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/69] Compiling WolfFoundation ReferenceOperator.swift
/Users/builder/builds/TDmZkXJm/0/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
[61/69] Compiling WolfFoundation TweakOperator.swift
/Users/builder/builds/TDmZkXJm/0/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
[62/69] Compiling WolfFoundation Hideable.swift
/Users/builder/builds/TDmZkXJm/0/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
[63/69] Compiling WolfFoundation Invalidatable.swift
/Users/builder/builds/TDmZkXJm/0/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
[64/69] Compiling WolfFoundation SortWeight.swift
[65/69] Compiling WolfFoundation Tagged.swift
[66/69] Compiling WolfFoundation TransferValue.swift
[67/69] Compiling WolfFoundation UTF8.swift
[68/69] Compiling WolfFoundation Weak.swift
[68/69] Linking libWolfFoundation.dylib
Build complete! (10.12s)
Build complete.
Done.