The Swift Package Index logo.Swift Package Index

Build Information

Successful build of WolfFoundation, reference master (8370e7), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 06:16:02 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wolfmcnally/WolfFoundation.git
Reference: master
Initialized empty Git repository in /Users/admin/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:             6.2
Building package at path:  $PWD
https://github.com/wolfmcnally/WolfFoundation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/10] Write sources
[3/10] Write swift-version-1EA4D86E10B52AF.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] Compiling WolfPipe ComposeOperator.swift
[11/32] Emitting module WolfPipe
[12/32] Compiling WolfPipe PipeCompatibleFunctions.swift
[12/32] Write Objects.LinkFileList
[13/32] Linking libWolfPipe.dylib
[15/32] Compiling WolfNumerics RunningAverage.swift
[16/32] Compiling WolfNumerics SecureRandomNumberGenerator.swift
[17/33] Compiling WolfNumerics RangeExtensions.swift
[18/33] Compiling WolfNumerics PercentOperator.swift
[19/33] Compiling WolfNumerics ApproximatelyEqualsOperator.swift
[20/33] Compiling WolfNumerics BinarySearch.swift
[21/33] Compiling WolfNumerics Interval.swift
[22/33] Compiling WolfNumerics IntervalCreationOperator.swift
[23/33] Compiling WolfNumerics Lerp.swift
[24/33] Compiling WolfNumerics NumericUtils.swift
[25/33] Compiling WolfNumerics RandomExtensions.swift
[26/33] Compiling WolfNumerics Frac.swift
[27/33] Compiling WolfNumerics Interpolable.swift
[28/33] Emitting module WolfNumerics
[29/33] Compiling WolfNumerics SeededRandomNumberGenerator.swift
[29/33] Write Objects.LinkFileList
[30/33] Linking libWolfNumerics.dylib
[32/72] Emitting module WolfFoundation
/Users/admin/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 [#deprecation]
29 | #endif
30 |
31 | public protocol Hideable: class {
   |                           `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
32 |     var isHidden: Bool { get set }
33 | }
/Users/admin/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 the Swift 6 language mode
45 |  Caches result for sunsequent calls
46 |  */
47 | public class Lazy<T> {
   |                   `- note: 'T' previously declared here
48 |
49 |     private indirect enum State<T> {
   |                                 `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
50 |         case closure( () -> (T) )
51 |         case value(T)
[33/76] Compiling WolfFoundation ValidationError.swift
[34/76] Compiling WolfFoundation WolfFoundationError.swift
[35/76] Compiling WolfFoundation ArrayExtensions.swift
[36/76] Compiling WolfFoundation CircularIndex.swift
[37/76] Compiling WolfFoundation ValueCache.swift
[38/76] Compiling WolfFoundation WeakSet.swift
[39/76] Compiling WolfFoundation CodedError.swift
[40/76] Compiling WolfFoundation ErrorExtensions.swift
[41/76] Compiling WolfFoundation MessageError.swift
[42/76] Compiling WolfFoundation TimeConstants.swift
[43/76] Compiling WolfFoundation Heap.swift
[44/76] Compiling WolfFoundation Matrix.swift
[45/76] Compiling WolfFoundation PriorityQueue.swift
[46/76] Compiling WolfFoundation Queue.swift
[47/76] Compiling WolfFoundation Lazy.swift
/Users/admin/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 the Swift 6 language mode
45 |  Caches result for sunsequent calls
46 |  */
47 | public class Lazy<T> {
   |                   `- note: 'T' previously declared here
48 |
49 |     private indirect enum State<T> {
   |                                 `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
50 |         case closure( () -> (T) )
51 |         case value(T)
[48/76] Compiling WolfFoundation Ordinal.swift
/Users/admin/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 the Swift 6 language mode
45 |  Caches result for sunsequent calls
46 |  */
47 | public class Lazy<T> {
   |                   `- note: 'T' previously declared here
48 |
49 |     private indirect enum State<T> {
   |                                 `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
50 |         case closure( () -> (T) )
51 |         case value(T)
[49/76] Compiling WolfFoundation Position.swift
/Users/admin/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 the Swift 6 language mode
45 |  Caches result for sunsequent calls
46 |  */
47 | public class Lazy<T> {
   |                   `- note: 'T' previously declared here
48 |
49 |     private indirect enum State<T> {
   |                                 `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
50 |         case closure( () -> (T) )
51 |         case value(T)
[50/76] Compiling WolfFoundation SortWeight.swift
/Users/admin/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 the Swift 6 language mode
45 |  Caches result for sunsequent calls
46 |  */
47 | public class Lazy<T> {
   |                   `- note: 'T' previously declared here
48 |
49 |     private indirect enum State<T> {
   |                                 `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
50 |         case closure( () -> (T) )
51 |         case value(T)
[51/76] Compiling WolfFoundation Associated.swift
/Users/admin/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.
32 |     public var debugIdentifier: String? {
33 |         get {
34 |             return getAssociatedValue(for: &debugIdentifierKey)
   |                                            `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
35 |         }
36 |
/Users/admin/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.
36 |
37 |         set {
38 |             setAssociatedValue(newValue, for: &debugIdentifierKey)
   |                                               `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
39 |         }
40 |     }
[52/76] Compiling WolfFoundation DebugIdentifier.swift
/Users/admin/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.
32 |     public var debugIdentifier: String? {
33 |         get {
34 |             return getAssociatedValue(for: &debugIdentifierKey)
   |                                            `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
35 |         }
36 |
/Users/admin/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.
36 |
37 |         set {
38 |             setAssociatedValue(newValue, for: &debugIdentifierKey)
   |                                               `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
39 |         }
40 |     }
[53/76] Compiling WolfFoundation AttributeAssignmentPrecedence.swift
/Users/admin/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.
32 |     public var debugIdentifier: String? {
33 |         get {
34 |             return getAssociatedValue(for: &debugIdentifierKey)
   |                                            `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
35 |         }
36 |
/Users/admin/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.
36 |
37 |         set {
38 |             setAssociatedValue(newValue, for: &debugIdentifierKey)
   |                                               `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
39 |         }
40 |     }
[54/76] Compiling WolfFoundation InheritsFromOperator.swift
/Users/admin/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.
32 |     public var debugIdentifier: String? {
33 |         get {
34 |             return getAssociatedValue(for: &debugIdentifierKey)
   |                                            `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
35 |         }
36 |
/Users/admin/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.
36 |
37 |         set {
38 |             setAssociatedValue(newValue, for: &debugIdentifierKey)
   |                                               `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
39 |         }
40 |     }
[55/76] Compiling WolfFoundation Base64.swift
[56/76] Compiling WolfFoundation Dimensions.swift
[57/76] Compiling WolfFoundation Hex.swift
[58/76] Compiling WolfFoundation JSON.swift
[59/76] Compiling WolfFoundation Tagged.swift
[60/76] Compiling WolfFoundation TransferValue.swift
[61/76] Compiling WolfFoundation UTF8.swift
[62/76] Compiling WolfFoundation Weak.swift
[63/76] Compiling WolfFoundation Invalidatable.swift
[64/76] Compiling WolfFoundation ModelObject.swift
[65/76] Compiling WolfFoundation Serializable.swift
[66/76] Compiling WolfFoundation ASCII.swift
[67/76] Compiling WolfFoundation DataExtensions.swift
[68/76] Compiling WolfFoundation DateExtensions.swift
[69/76] Compiling WolfFoundation DictionaryExtensions.swift
[70/76] Compiling WolfFoundation OptionalExtensions.swift
[71/76] Compiling WolfFoundation InvalidateAndAssignOperator.swift
/Users/admin/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 [#deprecation]
29 | #endif
30 |
31 | public protocol Hideable: class {
   |                           `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
32 |     var isHidden: Bool { get set }
33 | }
[72/76] Compiling WolfFoundation ReferenceOperator.swift
/Users/admin/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 [#deprecation]
29 | #endif
30 |
31 | public protocol Hideable: class {
   |                           `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
32 |     var isHidden: Bool { get set }
33 | }
[73/76] Compiling WolfFoundation TweakOperator.swift
/Users/admin/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 [#deprecation]
29 | #endif
30 |
31 | public protocol Hideable: class {
   |                           `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
32 |     var isHidden: Bool { get set }
33 | }
[74/76] Compiling WolfFoundation Hideable.swift
/Users/admin/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 [#deprecation]
29 | #endif
30 |
31 | public protocol Hideable: class {
   |                           `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
32 |     var isHidden: Bool { get set }
33 | }
[74/76] Write Objects.LinkFileList
[75/76] Linking libWolfFoundation.dylib
Build complete! (14.70s)
Fetching https://github.com/wolfmcnally/WolfPipe
Fetching https://github.com/wolfmcnally/WolfNumerics
[1/275] Fetching wolfnumerics
[271/552] Fetching wolfnumerics, wolfpipe
Fetched https://github.com/wolfmcnally/WolfPipe from cache (0.72s)
Fetched https://github.com/wolfmcnally/WolfNumerics from cache (0.72s)
Computing version for https://github.com/wolfmcnally/WolfPipe
Computed https://github.com/wolfmcnally/WolfPipe at 2.0.2 (1.24s)
Computing version for https://github.com/wolfmcnally/WolfNumerics
Computed https://github.com/wolfmcnally/WolfNumerics at 4.0.4 (0.49s)
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
Build complete.
{
  "dependencies" : [
    {
      "identity" : "wolfnumerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/wolfmcnally/WolfNumerics"
    },
    {
      "identity" : "wolfpipe",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/wolfmcnally/WolfPipe"
    }
  ],
  "manifest_display_name" : "WolfFoundation",
  "name" : "WolfFoundation",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "WolfFoundation",
      "targets" : [
        "WolfFoundation"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WolfFoundation",
      "module_type" : "SwiftTarget",
      "name" : "WolfFoundation",
      "path" : "Sources/WolfFoundation",
      "product_dependencies" : [
        "WolfNumerics",
        "WolfPipe"
      ],
      "product_memberships" : [
        "WolfFoundation"
      ],
      "sources" : [
        "Constants/TimeConstants.swift",
        "Containers/Heap.swift",
        "Containers/Matrix.swift",
        "Containers/PriorityQueue.swift",
        "Containers/Queue.swift",
        "Containers/ValueCache.swift",
        "Containers/WeakSet.swift",
        "Errors/CodedError.swift",
        "Errors/ErrorExtensions.swift",
        "Errors/MessageError.swift",
        "Errors/ValidationError.swift",
        "Errors/WolfFoundationError.swift",
        "Extensions/ArrayExtensions.swift",
        "Extensions/CircularIndex.swift",
        "Extensions/DataExtensions.swift",
        "Extensions/DateExtensions.swift",
        "Extensions/DictionaryExtensions.swift",
        "Extensions/OptionalExtensions.swift",
        "ObjCRuntime/Associated.swift",
        "ObjCRuntime/DebugIdentifier.swift",
        "Operators/AttributeAssignmentPrecedence.swift",
        "Operators/InheritsFromOperator.swift",
        "Operators/InvalidateAndAssignOperator.swift",
        "Operators/ReferenceOperator.swift",
        "Operators/TweakOperator.swift",
        "Protocols/Hideable.swift",
        "Protocols/Invalidatable.swift",
        "Protocols/ModelObject.swift",
        "Protocols/Serializable.swift",
        "Types/ASCII.swift",
        "Types/Base64.swift",
        "Types/Dimensions.swift",
        "Types/Hex.swift",
        "Types/JSON.swift",
        "Types/Lazy.swift",
        "Types/Ordinal.swift",
        "Types/Position.swift",
        "Types/SortWeight.swift",
        "Types/Tagged.swift",
        "Types/TransferValue.swift",
        "Types/UTF8.swift",
        "Types/Weak.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.