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.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wolfmcnally/WolfFoundation.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/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
Fetching https://github.com/wolfmcnally/WolfPipe from cache
Fetching https://github.com/wolfmcnally/WolfNumerics from cache
Fetched https://github.com/wolfmcnally/WolfNumerics (0.22s)
Fetched https://github.com/wolfmcnally/WolfPipe (0.22s)
Computing version for https://github.com/wolfmcnally/WolfPipe
Computed https://github.com/wolfmcnally/WolfPipe at 2.0.2 (0.50s)
Computing version for https://github.com/wolfmcnally/WolfNumerics
Computed https://github.com/wolfmcnally/WolfNumerics at 4.0.4 (0.51s)
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "wolffoundation",
      "name": "WolfFoundation",
      "url": "https://github.com/wolfmcnally/WolfFoundation.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/WolfFoundation",
      "dependencies": [
        {
          "identity": "wolfnumerics",
          "name": "WolfNumerics",
          "url": "https://github.com/wolfmcnally/WolfNumerics",
          "version": "4.0.4",
          "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/WolfNumerics",
          "dependencies": [
          ]
        },
        {
          "identity": "wolfpipe",
          "name": "WolfPipe",
          "url": "https://github.com/wolfmcnally/WolfPipe",
          "version": "2.0.2",
          "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/WolfPipe",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/wolfmcnally/WolfFoundation.git
[1/343] Fetching wolffoundation
Fetched https://github.com/wolfmcnally/WolfFoundation.git (0.31s)
Fetching https://github.com/wolfmcnally/WolfPipe from cache
Fetching https://github.com/wolfmcnally/WolfNumerics from cache
Fetched https://github.com/wolfmcnally/WolfNumerics (0.20s)
Fetched https://github.com/wolfmcnally/WolfPipe (0.20s)
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
Creating working copy for https://github.com/wolfmcnally/WolfFoundation.git
Working copy of https://github.com/wolfmcnally/WolfFoundation.git resolved at master
warning: '.resolve-product-dependencies': dependency 'wolffoundation' is not used by any target
Found 2 product dependencies
  - WolfNumerics
  - WolfPipe
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/25] Compiling WolfPipe ComposeOperator.swift
[2/25] Emitting module WolfPipe
[3/25] Compiling WolfPipe Curry.swift
[4/25] Compiling WolfPipe SetAlgebra.swift
[5/25] Compiling WolfPipe PipeOperator.swift
[6/25] Compiling WolfPipe KeyPaths.swift
[7/25] Compiling WolfPipe EffectfulComposeOperator.swift
[8/25] Compiling WolfPipe PipeCompatibleFunctions.swift
[8/25] Linking libWolfPipe.dylib
[10/25] Compiling WolfNumerics SecureRandomNumberGenerator.swift
[11/26] Emitting module WolfNumerics
[12/26] Compiling WolfNumerics RangeExtensions.swift
[13/26] Compiling WolfNumerics RunningAverage.swift
[14/26] Compiling WolfNumerics Frac.swift
[15/26] Compiling WolfNumerics Interpolable.swift
[16/26] Compiling WolfNumerics ApproximatelyEqualsOperator.swift
[17/26] Compiling WolfNumerics BinarySearch.swift
[18/26] Compiling WolfNumerics Interval.swift
[19/26] Compiling WolfNumerics IntervalCreationOperator.swift
[20/26] Compiling WolfNumerics Lerp.swift
[21/26] Compiling WolfNumerics NumericUtils.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] Emitting module WolfFoundation
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WolfFoundation/Types/Lazy.swift:47:19: note: 'T' previously declared here
public class Lazy<T> {
                  ^
[27/64] Compiling WolfFoundation ArrayExtensions.swift
[28/64] Compiling WolfFoundation CircularIndex.swift
[29/64] Compiling WolfFoundation DataExtensions.swift
[30/64] Compiling WolfFoundation DateExtensions.swift
[31/64] Compiling WolfFoundation DictionaryExtensions.swift
[32/64] Compiling WolfFoundation WeakSet.swift
[33/64] Compiling WolfFoundation CodedError.swift
[34/64] Compiling WolfFoundation ErrorExtensions.swift
[35/64] Compiling WolfFoundation MessageError.swift
[36/64] Compiling WolfFoundation ValidationError.swift
[37/64] Compiling WolfFoundation WolfFoundationError.swift
[38/64] Compiling WolfFoundation OptionalExtensions.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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)
                                              ^
[39/64] Compiling WolfFoundation Associated.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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)
                                              ^
[40/64] Compiling WolfFoundation DebugIdentifier.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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)
                                              ^
[41/64] Compiling WolfFoundation AttributeAssignmentPrecedence.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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)
                                              ^
[42/64] Compiling WolfFoundation InheritsFromOperator.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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)
                                              ^
[43/64] Compiling WolfFoundation TimeConstants.swift
[44/64] Compiling WolfFoundation Heap.swift
[45/64] Compiling WolfFoundation Matrix.swift
[46/64] Compiling WolfFoundation PriorityQueue.swift
[47/64] Compiling WolfFoundation Queue.swift
[48/64] Compiling WolfFoundation ValueCache.swift
[49/64] Compiling WolfFoundation InvalidateAndAssignOperator.swift
/Users/admin/builds/J1XnyXFH/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
[50/64] Compiling WolfFoundation ReferenceOperator.swift
/Users/admin/builds/J1XnyXFH/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
[51/64] Compiling WolfFoundation TweakOperator.swift
/Users/admin/builds/J1XnyXFH/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
[52/64] Compiling WolfFoundation Hideable.swift
/Users/admin/builds/J1XnyXFH/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
[53/64] Compiling WolfFoundation Invalidatable.swift
/Users/admin/builds/J1XnyXFH/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
[54/64] Compiling WolfFoundation Hex.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WolfFoundation/Types/Lazy.swift:47:19: note: 'T' previously declared here
public class Lazy<T> {
                  ^
[55/64] Compiling WolfFoundation JSON.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WolfFoundation/Types/Lazy.swift:47:19: note: 'T' previously declared here
public class Lazy<T> {
                  ^
[56/64] Compiling WolfFoundation Lazy.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WolfFoundation/Types/Lazy.swift:47:19: note: 'T' previously declared here
public class Lazy<T> {
                  ^
[57/64] Compiling WolfFoundation Ordinal.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WolfFoundation/Types/Lazy.swift:47:19: note: 'T' previously declared here
public class Lazy<T> {
                  ^
[58/64] Compiling WolfFoundation Position.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/WolfFoundation/Types/Lazy.swift:47:19: note: 'T' previously declared here
public class Lazy<T> {
                  ^
[59/64] Compiling WolfFoundation ModelObject.swift
[60/64] Compiling WolfFoundation Serializable.swift
[61/64] Compiling WolfFoundation ASCII.swift
[62/64] Compiling WolfFoundation Base64.swift
[63/64] Compiling WolfFoundation Dimensions.swift
[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! (19.86s)
Build complete.
Done.