The Swift Package Index logo.Swift Package Index

Build Information

Failed to build WolfFoundation, reference 5.0.1 (8370e7), with Swift 6.1 for Android on 27 May 2025 15:07:55 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/wolfmcnally/WolfFoundation.git
https://github.com/wolfmcnally/WolfFoundation.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/wolfmcnally/WolfPipe
Fetching https://github.com/wolfmcnally/WolfNumerics
[1/277] Fetching wolfpipe
[278/552] Fetching wolfpipe, wolfnumerics
Fetched https://github.com/wolfmcnally/WolfPipe from cache (0.42s)
Fetched https://github.com/wolfmcnally/WolfNumerics from cache (0.42s)
Computing version for https://github.com/wolfmcnally/WolfPipe
Computed https://github.com/wolfmcnally/WolfPipe at 2.0.2 (1.21s)
Computing version for https://github.com/wolfmcnally/WolfNumerics
Computed https://github.com/wolfmcnally/WolfNumerics at 4.0.4 (1.25s)
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...
[0/13] Write sources
[3/13] Write swift-version-24593BA9C3E375BF.txt
[5/35] Emitting module WolfPipe
[6/35] Compiling WolfPipe PipeCompatibleFunctions.swift
[7/35] Compiling WolfPipe KeyPaths.swift
[8/35] Compiling WolfPipe EffectfulComposeOperator.swift
[9/35] Compiling WolfPipe Curry.swift
[10/35] Compiling WolfPipe ComposeOperator.swift
[11/35] Compiling WolfPipe PipeOperator.swift
[12/35] Compiling WolfPipe SetAlgebra.swift
[13/36] Wrapping AST for WolfPipe for debugging
[14/36] Write Objects.LinkFileList
[15/36] Linking libWolfPipe.so
[17/36] Compiling WolfNumerics SecureRandomNumberGenerator.swift
[18/37] Compiling WolfNumerics Frac.swift
[19/37] Compiling WolfNumerics Interpolable.swift
[20/37] Compiling WolfNumerics SeededRandomNumberGenerator.swift
[21/37] Compiling WolfNumerics Interval.swift
[22/37] Compiling WolfNumerics IntervalCreationOperator.swift
[23/37] Compiling WolfNumerics ApproximatelyEqualsOperator.swift
[24/37] Compiling WolfNumerics BinarySearch.swift
[25/37] Emitting module WolfNumerics
[26/37] Compiling WolfNumerics Lerp.swift
[27/37] Compiling WolfNumerics NumericUtils.swift
[28/37] Compiling WolfNumerics RangeExtensions.swift
[29/37] Compiling WolfNumerics RunningAverage.swift
[30/37] Compiling WolfNumerics PercentOperator.swift
[31/37] Compiling WolfNumerics RandomExtensions.swift
[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
29 | #endif
30 |
31 | public protocol Hideable: class {
   |                           `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
32 |     var isHidden: Bool { get set }
33 | }
[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
29 | #endif
30 |
31 | public protocol Hideable: class {
   |                           `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
32 |     var isHidden: Bool { get set }
33 | }
[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
29 | #endif
30 |
31 | public protocol Hideable: class {
   |                           `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
32 |     var isHidden: Bool { get set }
33 | }
[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
29 | #endif
30 |
31 | public protocol Hideable: class {
   |                           `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
32 |     var isHidden: Bool { get set }
33 | }
[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
29 | #endif
30 |
31 | public protocol Hideable: class {
   |                           `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
32 |     var isHidden: Bool { get set }
33 | }
[41/81] Compiling WolfFoundation OptionalExtensions.swift
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:48:9: error: cannot find 'objc_setAssociatedObject' in scope
46 |     public func setAssociatedValue<T>(_ value: T?, for key: UnsafeRawPointer) {
47 |         let v = value.map { Associated<T>($0) }
48 |         objc_setAssociatedObject(self, key, v, .OBJC_ASSOCIATION_COPY)
   |         `- error: cannot find 'objc_setAssociatedObject' in scope
49 |     }
50 |
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:48:49: error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_COPY'
46 |     public func setAssociatedValue<T>(_ value: T?, for key: UnsafeRawPointer) {
47 |         let v = value.map { Associated<T>($0) }
48 |         objc_setAssociatedObject(self, key, v, .OBJC_ASSOCIATION_COPY)
   |                                                 `- error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_COPY'
49 |     }
50 |
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:52:17: error: cannot find 'objc_getAssociatedObject' in scope
50 |
51 |     public func getAssociatedValue<T>(for key: UnsafeRawPointer) -> T? {
52 |         return (objc_getAssociatedObject(self, key) as? Associated<T>).map { $0.value }
   |                 `- error: cannot find 'objc_getAssociatedObject' in scope
53 |     }
54 | }
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/DebugIdentifier.swift:28:13: warning: var 'debugIdentifierKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
26 | import Foundation
27 |
28 | private var debugIdentifierKey = "debugIdentifier"
   |             |- warning: var 'debugIdentifierKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'debugIdentifierKey' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: add '@MainActor' to make var 'debugIdentifierKey' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |
30 | extension NSObject {
[42/81] Compiling WolfFoundation Associated.swift
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:48:9: error: cannot find 'objc_setAssociatedObject' in scope
46 |     public func setAssociatedValue<T>(_ value: T?, for key: UnsafeRawPointer) {
47 |         let v = value.map { Associated<T>($0) }
48 |         objc_setAssociatedObject(self, key, v, .OBJC_ASSOCIATION_COPY)
   |         `- error: cannot find 'objc_setAssociatedObject' in scope
49 |     }
50 |
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:48:49: error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_COPY'
46 |     public func setAssociatedValue<T>(_ value: T?, for key: UnsafeRawPointer) {
47 |         let v = value.map { Associated<T>($0) }
48 |         objc_setAssociatedObject(self, key, v, .OBJC_ASSOCIATION_COPY)
   |                                                 `- error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_COPY'
49 |     }
50 |
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:52:17: error: cannot find 'objc_getAssociatedObject' in scope
50 |
51 |     public func getAssociatedValue<T>(for key: UnsafeRawPointer) -> T? {
52 |         return (objc_getAssociatedObject(self, key) as? Associated<T>).map { $0.value }
   |                 `- error: cannot find 'objc_getAssociatedObject' in scope
53 |     }
54 | }
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/DebugIdentifier.swift:28:13: warning: var 'debugIdentifierKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
26 | import Foundation
27 |
28 | private var debugIdentifierKey = "debugIdentifier"
   |             |- warning: var 'debugIdentifierKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'debugIdentifierKey' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: add '@MainActor' to make var 'debugIdentifierKey' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |
30 | extension NSObject {
[43/81] Compiling WolfFoundation DebugIdentifier.swift
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:48:9: error: cannot find 'objc_setAssociatedObject' in scope
46 |     public func setAssociatedValue<T>(_ value: T?, for key: UnsafeRawPointer) {
47 |         let v = value.map { Associated<T>($0) }
48 |         objc_setAssociatedObject(self, key, v, .OBJC_ASSOCIATION_COPY)
   |         `- error: cannot find 'objc_setAssociatedObject' in scope
49 |     }
50 |
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:48:49: error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_COPY'
46 |     public func setAssociatedValue<T>(_ value: T?, for key: UnsafeRawPointer) {
47 |         let v = value.map { Associated<T>($0) }
48 |         objc_setAssociatedObject(self, key, v, .OBJC_ASSOCIATION_COPY)
   |                                                 `- error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_COPY'
49 |     }
50 |
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:52:17: error: cannot find 'objc_getAssociatedObject' in scope
50 |
51 |     public func getAssociatedValue<T>(for key: UnsafeRawPointer) -> T? {
52 |         return (objc_getAssociatedObject(self, key) as? Associated<T>).map { $0.value }
   |                 `- error: cannot find 'objc_getAssociatedObject' in scope
53 |     }
54 | }
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/DebugIdentifier.swift:28:13: warning: var 'debugIdentifierKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
26 | import Foundation
27 |
28 | private var debugIdentifierKey = "debugIdentifier"
   |             |- warning: var 'debugIdentifierKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'debugIdentifierKey' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: add '@MainActor' to make var 'debugIdentifierKey' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |
30 | extension NSObject {
[44/81] Compiling WolfFoundation AttributeAssignmentPrecedence.swift
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:48:9: error: cannot find 'objc_setAssociatedObject' in scope
46 |     public func setAssociatedValue<T>(_ value: T?, for key: UnsafeRawPointer) {
47 |         let v = value.map { Associated<T>($0) }
48 |         objc_setAssociatedObject(self, key, v, .OBJC_ASSOCIATION_COPY)
   |         `- error: cannot find 'objc_setAssociatedObject' in scope
49 |     }
50 |
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:48:49: error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_COPY'
46 |     public func setAssociatedValue<T>(_ value: T?, for key: UnsafeRawPointer) {
47 |         let v = value.map { Associated<T>($0) }
48 |         objc_setAssociatedObject(self, key, v, .OBJC_ASSOCIATION_COPY)
   |                                                 `- error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_COPY'
49 |     }
50 |
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:52:17: error: cannot find 'objc_getAssociatedObject' in scope
50 |
51 |     public func getAssociatedValue<T>(for key: UnsafeRawPointer) -> T? {
52 |         return (objc_getAssociatedObject(self, key) as? Associated<T>).map { $0.value }
   |                 `- error: cannot find 'objc_getAssociatedObject' in scope
53 |     }
54 | }
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/DebugIdentifier.swift:28:13: warning: var 'debugIdentifierKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
26 | import Foundation
27 |
28 | private var debugIdentifierKey = "debugIdentifier"
   |             |- warning: var 'debugIdentifierKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'debugIdentifierKey' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: add '@MainActor' to make var 'debugIdentifierKey' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |
30 | extension NSObject {
[45/81] Compiling WolfFoundation InheritsFromOperator.swift
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:48:9: error: cannot find 'objc_setAssociatedObject' in scope
46 |     public func setAssociatedValue<T>(_ value: T?, for key: UnsafeRawPointer) {
47 |         let v = value.map { Associated<T>($0) }
48 |         objc_setAssociatedObject(self, key, v, .OBJC_ASSOCIATION_COPY)
   |         `- error: cannot find 'objc_setAssociatedObject' in scope
49 |     }
50 |
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:48:49: error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_COPY'
46 |     public func setAssociatedValue<T>(_ value: T?, for key: UnsafeRawPointer) {
47 |         let v = value.map { Associated<T>($0) }
48 |         objc_setAssociatedObject(self, key, v, .OBJC_ASSOCIATION_COPY)
   |                                                 `- error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_COPY'
49 |     }
50 |
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:52:17: error: cannot find 'objc_getAssociatedObject' in scope
50 |
51 |     public func getAssociatedValue<T>(for key: UnsafeRawPointer) -> T? {
52 |         return (objc_getAssociatedObject(self, key) as? Associated<T>).map { $0.value }
   |                 `- error: cannot find 'objc_getAssociatedObject' in scope
53 |     }
54 | }
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/DebugIdentifier.swift:28:13: warning: var 'debugIdentifierKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
26 | import Foundation
27 |
28 | private var debugIdentifierKey = "debugIdentifier"
   |             |- warning: var 'debugIdentifierKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'debugIdentifierKey' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: add '@MainActor' to make var 'debugIdentifierKey' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |
30 | extension NSObject {
[46/81] Compiling WolfFoundation SortWeight.swift
/host/spi-builder-workspace/Sources/WolfFoundation/Types/Tagged.swift:28:16: warning: stored property 'rawValue' of 'Sendable'-conforming generic struct 'Tagged' has non-sendable type 'RawValue'; this is an error in the Swift 6 language mode
 25 | // Based on: https://github.com/pointfreeco/swift-tagged
 26 |
 27 | public struct Tagged<Tag, RawValue> {
    |                           `- note: consider making generic parameter 'RawValue' conform to the 'Sendable' protocol
 28 |     public var rawValue: RawValue
    |                `- warning: stored property 'rawValue' of 'Sendable'-conforming generic struct 'Tagged' has non-sendable type 'RawValue'; this is an error in the Swift 6 language mode
 29 |
 30 |     public init(rawValue: RawValue) {
[47/81] Compiling WolfFoundation Tagged.swift
/host/spi-builder-workspace/Sources/WolfFoundation/Types/Tagged.swift:28:16: warning: stored property 'rawValue' of 'Sendable'-conforming generic struct 'Tagged' has non-sendable type 'RawValue'; this is an error in the Swift 6 language mode
 25 | // Based on: https://github.com/pointfreeco/swift-tagged
 26 |
 27 | public struct Tagged<Tag, RawValue> {
    |                           `- note: consider making generic parameter 'RawValue' conform to the 'Sendable' protocol
 28 |     public var rawValue: RawValue
    |                `- warning: stored property 'rawValue' of 'Sendable'-conforming generic struct 'Tagged' has non-sendable type 'RawValue'; this is an error in the Swift 6 language mode
 29 |
 30 |     public init(rawValue: RawValue) {
[48/81] Compiling WolfFoundation TransferValue.swift
/host/spi-builder-workspace/Sources/WolfFoundation/Types/Tagged.swift:28:16: warning: stored property 'rawValue' of 'Sendable'-conforming generic struct 'Tagged' has non-sendable type 'RawValue'; this is an error in the Swift 6 language mode
 25 | // Based on: https://github.com/pointfreeco/swift-tagged
 26 |
 27 | public struct Tagged<Tag, RawValue> {
    |                           `- note: consider making generic parameter 'RawValue' conform to the 'Sendable' protocol
 28 |     public var rawValue: RawValue
    |                `- warning: stored property 'rawValue' of 'Sendable'-conforming generic struct 'Tagged' has non-sendable type 'RawValue'; this is an error in the Swift 6 language mode
 29 |
 30 |     public init(rawValue: RawValue) {
[49/81] Compiling WolfFoundation UTF8.swift
/host/spi-builder-workspace/Sources/WolfFoundation/Types/Tagged.swift:28:16: warning: stored property 'rawValue' of 'Sendable'-conforming generic struct 'Tagged' has non-sendable type 'RawValue'; this is an error in the Swift 6 language mode
 25 | // Based on: https://github.com/pointfreeco/swift-tagged
 26 |
 27 | public struct Tagged<Tag, RawValue> {
    |                           `- note: consider making generic parameter 'RawValue' conform to the 'Sendable' protocol
 28 |     public var rawValue: RawValue
    |                `- warning: stored property 'rawValue' of 'Sendable'-conforming generic struct 'Tagged' has non-sendable type 'RawValue'; this is an error in the Swift 6 language mode
 29 |
 30 |     public init(rawValue: RawValue) {
[50/81] Compiling WolfFoundation Weak.swift
/host/spi-builder-workspace/Sources/WolfFoundation/Types/Tagged.swift:28:16: warning: stored property 'rawValue' of 'Sendable'-conforming generic struct 'Tagged' has non-sendable type 'RawValue'; this is an error in the Swift 6 language mode
 25 | // Based on: https://github.com/pointfreeco/swift-tagged
 26 |
 27 | public struct Tagged<Tag, RawValue> {
    |                           `- note: consider making generic parameter 'RawValue' conform to the 'Sendable' protocol
 28 |     public var rawValue: RawValue
    |                `- warning: stored property 'rawValue' of 'Sendable'-conforming generic struct 'Tagged' has non-sendable type 'RawValue'; this is an error in the Swift 6 language mode
 29 |
 30 |     public init(rawValue: RawValue) {
[51/81] Compiling WolfFoundation WeakSet.swift
[52/81] Compiling WolfFoundation CodedError.swift
[53/81] Compiling WolfFoundation ErrorExtensions.swift
[54/81] Compiling WolfFoundation MessageError.swift
[55/81] Compiling WolfFoundation ValidationError.swift
[56/81] Compiling WolfFoundation WolfFoundationError.swift
[57/81] Emitting module WolfFoundation
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:71:23: warning: static property 'iso8601Formatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 69 | // Example: "1965-05-15T00:00:00.0Z"
 70 | extension Date {
 71 |     public static var iso8601Formatter: DateFormatter = {
    |                       |- warning: static property 'iso8601Formatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'iso8601Formatter' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'iso8601Formatter' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 72 |         let formatter = DateFormatter()
 73 |         formatter.dateFormat = "yyyy-MM-dd'T'HH:mm:ss.sZ"
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:81:23: warning: static property 'shortDateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 79 |     }
 80 |
 81 |     public static var shortDateFormatter: DateFormatter = {
    |                       |- warning: static property 'shortDateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'shortDateFormatter' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'shortDateFormatter' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 82 |         let formatter = DateFormatter()
 83 |         formatter.dateFormat = "yyyy-MM-dd"
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/DebugIdentifier.swift:28:13: warning: var 'debugIdentifierKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
26 | import Foundation
27 |
28 | private var debugIdentifierKey = "debugIdentifier"
   |             |- warning: var 'debugIdentifierKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'debugIdentifierKey' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: add '@MainActor' to make var 'debugIdentifierKey' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |
30 | extension NSObject {
/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
29 | #endif
30 |
31 | public protocol Hideable: class {
   |                           `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
32 |     var isHidden: Bool { get set }
33 | }
/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 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)
/host/spi-builder-workspace/Sources/WolfFoundation/Types/Tagged.swift:28:16: warning: stored property 'rawValue' of 'Sendable'-conforming generic struct 'Tagged' has non-sendable type 'RawValue'; this is an error in the Swift 6 language mode
 25 | // Based on: https://github.com/pointfreeco/swift-tagged
 26 |
 27 | public struct Tagged<Tag, RawValue> {
    |                           `- note: consider making generic parameter 'RawValue' conform to the 'Sendable' protocol
 28 |     public var rawValue: RawValue
    |                `- warning: stored property 'rawValue' of 'Sendable'-conforming generic struct 'Tagged' has non-sendable type 'RawValue'; this is an error in the Swift 6 language mode
 29 |
 30 |     public init(rawValue: RawValue) {
[58/81] Compiling WolfFoundation ArrayExtensions.swift
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:71:23: warning: static property 'iso8601Formatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 69 | // Example: "1965-05-15T00:00:00.0Z"
 70 | extension Date {
 71 |     public static var iso8601Formatter: DateFormatter = {
    |                       |- warning: static property 'iso8601Formatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'iso8601Formatter' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'iso8601Formatter' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 72 |         let formatter = DateFormatter()
 73 |         formatter.dateFormat = "yyyy-MM-dd'T'HH:mm:ss.sZ"
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:81:23: warning: static property 'shortDateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 79 |     }
 80 |
 81 |     public static var shortDateFormatter: DateFormatter = {
    |                       |- warning: static property 'shortDateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'shortDateFormatter' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'shortDateFormatter' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 82 |         let formatter = DateFormatter()
 83 |         formatter.dateFormat = "yyyy-MM-dd"
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:167:56: warning: 'date' is deprecated: These types of result will not be returned by swift-corelibs-foundation API.
165 | extension Date {
166 |     public init?(naturalLanguage s: String) {
167 |         let type: NSTextCheckingResult.CheckingType = .date
    |                                                        `- warning: 'date' is deprecated: These types of result will not be returned by swift-corelibs-foundation API.
168 |         let detector = try! NSDataDetector(types: type®)
169 |         let length = (s as NSString).length
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:168:29: error: cannot find 'NSDataDetector' in scope
166 |     public init?(naturalLanguage s: String) {
167 |         let type: NSTextCheckingResult.CheckingType = .date
168 |         let detector = try! NSDataDetector(types: type®)
    |                             `- error: cannot find 'NSDataDetector' in scope
169 |         let length = (s as NSString).length
170 |         let range = NSRange(location: 0, length: length)
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:171:64: error: cannot infer contextual base in reference to member 'reportCompletion'
169 |         let length = (s as NSString).length
170 |         let range = NSRange(location: 0, length: length)
171 |         guard let match = detector.firstMatch(in: s, options: .reportCompletion, range: range) else {
    |                                                                `- error: cannot infer contextual base in reference to member 'reportCompletion'
172 |             return nil
173 |         }
[59/81] Compiling WolfFoundation CircularIndex.swift
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:71:23: warning: static property 'iso8601Formatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 69 | // Example: "1965-05-15T00:00:00.0Z"
 70 | extension Date {
 71 |     public static var iso8601Formatter: DateFormatter = {
    |                       |- warning: static property 'iso8601Formatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'iso8601Formatter' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'iso8601Formatter' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 72 |         let formatter = DateFormatter()
 73 |         formatter.dateFormat = "yyyy-MM-dd'T'HH:mm:ss.sZ"
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:81:23: warning: static property 'shortDateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 79 |     }
 80 |
 81 |     public static var shortDateFormatter: DateFormatter = {
    |                       |- warning: static property 'shortDateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'shortDateFormatter' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'shortDateFormatter' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 82 |         let formatter = DateFormatter()
 83 |         formatter.dateFormat = "yyyy-MM-dd"
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:167:56: warning: 'date' is deprecated: These types of result will not be returned by swift-corelibs-foundation API.
165 | extension Date {
166 |     public init?(naturalLanguage s: String) {
167 |         let type: NSTextCheckingResult.CheckingType = .date
    |                                                        `- warning: 'date' is deprecated: These types of result will not be returned by swift-corelibs-foundation API.
168 |         let detector = try! NSDataDetector(types: type®)
169 |         let length = (s as NSString).length
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:168:29: error: cannot find 'NSDataDetector' in scope
166 |     public init?(naturalLanguage s: String) {
167 |         let type: NSTextCheckingResult.CheckingType = .date
168 |         let detector = try! NSDataDetector(types: type®)
    |                             `- error: cannot find 'NSDataDetector' in scope
169 |         let length = (s as NSString).length
170 |         let range = NSRange(location: 0, length: length)
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:171:64: error: cannot infer contextual base in reference to member 'reportCompletion'
169 |         let length = (s as NSString).length
170 |         let range = NSRange(location: 0, length: length)
171 |         guard let match = detector.firstMatch(in: s, options: .reportCompletion, range: range) else {
    |                                                                `- error: cannot infer contextual base in reference to member 'reportCompletion'
172 |             return nil
173 |         }
[60/81] Compiling WolfFoundation DataExtensions.swift
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:71:23: warning: static property 'iso8601Formatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 69 | // Example: "1965-05-15T00:00:00.0Z"
 70 | extension Date {
 71 |     public static var iso8601Formatter: DateFormatter = {
    |                       |- warning: static property 'iso8601Formatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'iso8601Formatter' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'iso8601Formatter' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 72 |         let formatter = DateFormatter()
 73 |         formatter.dateFormat = "yyyy-MM-dd'T'HH:mm:ss.sZ"
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:81:23: warning: static property 'shortDateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 79 |     }
 80 |
 81 |     public static var shortDateFormatter: DateFormatter = {
    |                       |- warning: static property 'shortDateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'shortDateFormatter' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'shortDateFormatter' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 82 |         let formatter = DateFormatter()
 83 |         formatter.dateFormat = "yyyy-MM-dd"
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:167:56: warning: 'date' is deprecated: These types of result will not be returned by swift-corelibs-foundation API.
165 | extension Date {
166 |     public init?(naturalLanguage s: String) {
167 |         let type: NSTextCheckingResult.CheckingType = .date
    |                                                        `- warning: 'date' is deprecated: These types of result will not be returned by swift-corelibs-foundation API.
168 |         let detector = try! NSDataDetector(types: type®)
169 |         let length = (s as NSString).length
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:168:29: error: cannot find 'NSDataDetector' in scope
166 |     public init?(naturalLanguage s: String) {
167 |         let type: NSTextCheckingResult.CheckingType = .date
168 |         let detector = try! NSDataDetector(types: type®)
    |                             `- error: cannot find 'NSDataDetector' in scope
169 |         let length = (s as NSString).length
170 |         let range = NSRange(location: 0, length: length)
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:171:64: error: cannot infer contextual base in reference to member 'reportCompletion'
169 |         let length = (s as NSString).length
170 |         let range = NSRange(location: 0, length: length)
171 |         guard let match = detector.firstMatch(in: s, options: .reportCompletion, range: range) else {
    |                                                                `- error: cannot infer contextual base in reference to member 'reportCompletion'
172 |             return nil
173 |         }
[61/81] Compiling WolfFoundation DateExtensions.swift
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:71:23: warning: static property 'iso8601Formatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 69 | // Example: "1965-05-15T00:00:00.0Z"
 70 | extension Date {
 71 |     public static var iso8601Formatter: DateFormatter = {
    |                       |- warning: static property 'iso8601Formatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'iso8601Formatter' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'iso8601Formatter' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 72 |         let formatter = DateFormatter()
 73 |         formatter.dateFormat = "yyyy-MM-dd'T'HH:mm:ss.sZ"
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:81:23: warning: static property 'shortDateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 79 |     }
 80 |
 81 |     public static var shortDateFormatter: DateFormatter = {
    |                       |- warning: static property 'shortDateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'shortDateFormatter' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'shortDateFormatter' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 82 |         let formatter = DateFormatter()
 83 |         formatter.dateFormat = "yyyy-MM-dd"
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:167:56: warning: 'date' is deprecated: These types of result will not be returned by swift-corelibs-foundation API.
165 | extension Date {
166 |     public init?(naturalLanguage s: String) {
167 |         let type: NSTextCheckingResult.CheckingType = .date
    |                                                        `- warning: 'date' is deprecated: These types of result will not be returned by swift-corelibs-foundation API.
168 |         let detector = try! NSDataDetector(types: type®)
169 |         let length = (s as NSString).length
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:168:29: error: cannot find 'NSDataDetector' in scope
166 |     public init?(naturalLanguage s: String) {
167 |         let type: NSTextCheckingResult.CheckingType = .date
168 |         let detector = try! NSDataDetector(types: type®)
    |                             `- error: cannot find 'NSDataDetector' in scope
169 |         let length = (s as NSString).length
170 |         let range = NSRange(location: 0, length: length)
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:171:64: error: cannot infer contextual base in reference to member 'reportCompletion'
169 |         let length = (s as NSString).length
170 |         let range = NSRange(location: 0, length: length)
171 |         guard let match = detector.firstMatch(in: s, options: .reportCompletion, range: range) else {
    |                                                                `- error: cannot infer contextual base in reference to member 'reportCompletion'
172 |             return nil
173 |         }
[62/81] Compiling WolfFoundation DictionaryExtensions.swift
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:71:23: warning: static property 'iso8601Formatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 69 | // Example: "1965-05-15T00:00:00.0Z"
 70 | extension Date {
 71 |     public static var iso8601Formatter: DateFormatter = {
    |                       |- warning: static property 'iso8601Formatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'iso8601Formatter' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'iso8601Formatter' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 72 |         let formatter = DateFormatter()
 73 |         formatter.dateFormat = "yyyy-MM-dd'T'HH:mm:ss.sZ"
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:81:23: warning: static property 'shortDateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 79 |     }
 80 |
 81 |     public static var shortDateFormatter: DateFormatter = {
    |                       |- warning: static property 'shortDateFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'shortDateFormatter' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'shortDateFormatter' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 82 |         let formatter = DateFormatter()
 83 |         formatter.dateFormat = "yyyy-MM-dd"
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:167:56: warning: 'date' is deprecated: These types of result will not be returned by swift-corelibs-foundation API.
165 | extension Date {
166 |     public init?(naturalLanguage s: String) {
167 |         let type: NSTextCheckingResult.CheckingType = .date
    |                                                        `- warning: 'date' is deprecated: These types of result will not be returned by swift-corelibs-foundation API.
168 |         let detector = try! NSDataDetector(types: type®)
169 |         let length = (s as NSString).length
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:168:29: error: cannot find 'NSDataDetector' in scope
166 |     public init?(naturalLanguage s: String) {
167 |         let type: NSTextCheckingResult.CheckingType = .date
168 |         let detector = try! NSDataDetector(types: type®)
    |                             `- error: cannot find 'NSDataDetector' in scope
169 |         let length = (s as NSString).length
170 |         let range = NSRange(location: 0, length: length)
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:171:64: error: cannot infer contextual base in reference to member 'reportCompletion'
169 |         let length = (s as NSString).length
170 |         let range = NSRange(location: 0, length: length)
171 |         guard let match = detector.firstMatch(in: s, options: .reportCompletion, range: range) else {
    |                                                                `- error: cannot infer contextual base in reference to member 'reportCompletion'
172 |             return nil
173 |         }
[63/81] Compiling WolfFoundation TimeConstants.swift
[64/81] Compiling WolfFoundation Heap.swift
[65/81] Compiling WolfFoundation Matrix.swift
[66/81] Compiling WolfFoundation PriorityQueue.swift
[67/81] Compiling WolfFoundation Queue.swift
[68/81] Compiling WolfFoundation ValueCache.swift
[69/81] Compiling WolfFoundation ModelObject.swift
[70/81] Compiling WolfFoundation Serializable.swift
[71/81] Compiling WolfFoundation ASCII.swift
[72/81] Compiling WolfFoundation Base64.swift
[73/81] Compiling WolfFoundation Dimensions.swift
[74/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 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)
[75/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 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)
[76/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 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)
[77/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 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)
[78/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 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)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/10] Write swift-version-24593BA9C3E375BF.txt
[2/32] Compiling WolfPipe ComposeOperator.swift
[3/32] Compiling WolfNumerics SecureRandomNumberGenerator.swift
[4/33] Compiling WolfNumerics SeededRandomNumberGenerator.swift
[5/33] Compiling WolfPipe Curry.swift
[6/33] Compiling WolfPipe PipeOperator.swift
[7/33] Compiling WolfPipe SetAlgebra.swift
[8/33] Compiling WolfNumerics ApproximatelyEqualsOperator.swift
[9/33] Compiling WolfNumerics BinarySearch.swift
[10/33] Compiling WolfPipe EffectfulComposeOperator.swift
[11/33] Emitting module WolfPipe
[12/33] Compiling WolfPipe KeyPaths.swift
[13/33] Emitting module WolfNumerics
[14/33] Compiling WolfPipe PipeCompatibleFunctions.swift
[15/34] Compiling WolfNumerics PercentOperator.swift
[16/34] Compiling WolfNumerics RandomExtensions.swift
[17/34] Compiling WolfNumerics RangeExtensions.swift
[18/34] Compiling WolfNumerics RunningAverage.swift
[19/33] Write Objects.LinkFileList
[20/33] Linking libWolfPipe.so
[22/33] Compiling WolfNumerics Frac.swift
[23/33] Compiling WolfNumerics Interpolable.swift
[24/33] Compiling WolfNumerics Interval.swift
[25/33] Compiling WolfNumerics IntervalCreationOperator.swift
[26/33] Compiling WolfNumerics Lerp.swift
[27/33] Compiling WolfNumerics NumericUtils.swift
[28/33] Write Objects.LinkFileList
[29/33] Linking libWolfNumerics.so
[31/71] 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
29 | #endif
30 |
31 | public protocol Hideable: class {
   |                           `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
32 |     var isHidden: Bool { get set }
33 | }
/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 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)
[32/76] Compiling WolfFoundation WeakSet.swift
[33/76] Compiling WolfFoundation CodedError.swift
[34/76] Compiling WolfFoundation ErrorExtensions.swift
[35/76] Compiling WolfFoundation MessageError.swift
[36/76] Compiling WolfFoundation ValidationError.swift
[37/76] Compiling WolfFoundation WolfFoundationError.swift
[38/76] Compiling WolfFoundation TimeConstants.swift
[39/76] Compiling WolfFoundation Heap.swift
[40/76] Compiling WolfFoundation Matrix.swift
[41/76] Compiling WolfFoundation PriorityQueue.swift
[42/76] Compiling WolfFoundation Queue.swift
[43/76] Compiling WolfFoundation ValueCache.swift
[44/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
29 | #endif
30 |
31 | public protocol Hideable: class {
   |                           `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
32 |     var isHidden: Bool { get set }
33 | }
[45/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
29 | #endif
30 |
31 | public protocol Hideable: class {
   |                           `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
32 |     var isHidden: Bool { get set }
33 | }
[46/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
29 | #endif
30 |
31 | public protocol Hideable: class {
   |                           `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
32 |     var isHidden: Bool { get set }
33 | }
[47/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
29 | #endif
30 |
31 | public protocol Hideable: class {
   |                           `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
32 |     var isHidden: Bool { get set }
33 | }
[48/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
29 | #endif
30 |
31 | public protocol Hideable: class {
   |                           `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
32 |     var isHidden: Bool { get set }
33 | }
[49/76] Compiling WolfFoundation ArrayExtensions.swift
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:167:56: warning: 'date' is deprecated: These types of result will not be returned by swift-corelibs-foundation API.
165 | extension Date {
166 |     public init?(naturalLanguage s: String) {
167 |         let type: NSTextCheckingResult.CheckingType = .date
    |                                                        `- warning: 'date' is deprecated: These types of result will not be returned by swift-corelibs-foundation API.
168 |         let detector = try! NSDataDetector(types: type®)
169 |         let length = (s as NSString).length
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:168:29: error: cannot find 'NSDataDetector' in scope
166 |     public init?(naturalLanguage s: String) {
167 |         let type: NSTextCheckingResult.CheckingType = .date
168 |         let detector = try! NSDataDetector(types: type®)
    |                             `- error: cannot find 'NSDataDetector' in scope
169 |         let length = (s as NSString).length
170 |         let range = NSRange(location: 0, length: length)
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:171:64: error: cannot infer contextual base in reference to member 'reportCompletion'
169 |         let length = (s as NSString).length
170 |         let range = NSRange(location: 0, length: length)
171 |         guard let match = detector.firstMatch(in: s, options: .reportCompletion, range: range) else {
    |                                                                `- error: cannot infer contextual base in reference to member 'reportCompletion'
172 |             return nil
173 |         }
[50/76] Compiling WolfFoundation CircularIndex.swift
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:167:56: warning: 'date' is deprecated: These types of result will not be returned by swift-corelibs-foundation API.
165 | extension Date {
166 |     public init?(naturalLanguage s: String) {
167 |         let type: NSTextCheckingResult.CheckingType = .date
    |                                                        `- warning: 'date' is deprecated: These types of result will not be returned by swift-corelibs-foundation API.
168 |         let detector = try! NSDataDetector(types: type®)
169 |         let length = (s as NSString).length
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:168:29: error: cannot find 'NSDataDetector' in scope
166 |     public init?(naturalLanguage s: String) {
167 |         let type: NSTextCheckingResult.CheckingType = .date
168 |         let detector = try! NSDataDetector(types: type®)
    |                             `- error: cannot find 'NSDataDetector' in scope
169 |         let length = (s as NSString).length
170 |         let range = NSRange(location: 0, length: length)
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:171:64: error: cannot infer contextual base in reference to member 'reportCompletion'
169 |         let length = (s as NSString).length
170 |         let range = NSRange(location: 0, length: length)
171 |         guard let match = detector.firstMatch(in: s, options: .reportCompletion, range: range) else {
    |                                                                `- error: cannot infer contextual base in reference to member 'reportCompletion'
172 |             return nil
173 |         }
[51/76] Compiling WolfFoundation DataExtensions.swift
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:167:56: warning: 'date' is deprecated: These types of result will not be returned by swift-corelibs-foundation API.
165 | extension Date {
166 |     public init?(naturalLanguage s: String) {
167 |         let type: NSTextCheckingResult.CheckingType = .date
    |                                                        `- warning: 'date' is deprecated: These types of result will not be returned by swift-corelibs-foundation API.
168 |         let detector = try! NSDataDetector(types: type®)
169 |         let length = (s as NSString).length
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:168:29: error: cannot find 'NSDataDetector' in scope
166 |     public init?(naturalLanguage s: String) {
167 |         let type: NSTextCheckingResult.CheckingType = .date
168 |         let detector = try! NSDataDetector(types: type®)
    |                             `- error: cannot find 'NSDataDetector' in scope
169 |         let length = (s as NSString).length
170 |         let range = NSRange(location: 0, length: length)
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:171:64: error: cannot infer contextual base in reference to member 'reportCompletion'
169 |         let length = (s as NSString).length
170 |         let range = NSRange(location: 0, length: length)
171 |         guard let match = detector.firstMatch(in: s, options: .reportCompletion, range: range) else {
    |                                                                `- error: cannot infer contextual base in reference to member 'reportCompletion'
172 |             return nil
173 |         }
[52/76] Compiling WolfFoundation DateExtensions.swift
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:167:56: warning: 'date' is deprecated: These types of result will not be returned by swift-corelibs-foundation API.
165 | extension Date {
166 |     public init?(naturalLanguage s: String) {
167 |         let type: NSTextCheckingResult.CheckingType = .date
    |                                                        `- warning: 'date' is deprecated: These types of result will not be returned by swift-corelibs-foundation API.
168 |         let detector = try! NSDataDetector(types: type®)
169 |         let length = (s as NSString).length
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:168:29: error: cannot find 'NSDataDetector' in scope
166 |     public init?(naturalLanguage s: String) {
167 |         let type: NSTextCheckingResult.CheckingType = .date
168 |         let detector = try! NSDataDetector(types: type®)
    |                             `- error: cannot find 'NSDataDetector' in scope
169 |         let length = (s as NSString).length
170 |         let range = NSRange(location: 0, length: length)
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:171:64: error: cannot infer contextual base in reference to member 'reportCompletion'
169 |         let length = (s as NSString).length
170 |         let range = NSRange(location: 0, length: length)
171 |         guard let match = detector.firstMatch(in: s, options: .reportCompletion, range: range) else {
    |                                                                `- error: cannot infer contextual base in reference to member 'reportCompletion'
172 |             return nil
173 |         }
[53/76] Compiling WolfFoundation DictionaryExtensions.swift
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:167:56: warning: 'date' is deprecated: These types of result will not be returned by swift-corelibs-foundation API.
165 | extension Date {
166 |     public init?(naturalLanguage s: String) {
167 |         let type: NSTextCheckingResult.CheckingType = .date
    |                                                        `- warning: 'date' is deprecated: These types of result will not be returned by swift-corelibs-foundation API.
168 |         let detector = try! NSDataDetector(types: type®)
169 |         let length = (s as NSString).length
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:168:29: error: cannot find 'NSDataDetector' in scope
166 |     public init?(naturalLanguage s: String) {
167 |         let type: NSTextCheckingResult.CheckingType = .date
168 |         let detector = try! NSDataDetector(types: type®)
    |                             `- error: cannot find 'NSDataDetector' in scope
169 |         let length = (s as NSString).length
170 |         let range = NSRange(location: 0, length: length)
/host/spi-builder-workspace/Sources/WolfFoundation/Extensions/DateExtensions.swift:171:64: error: cannot infer contextual base in reference to member 'reportCompletion'
169 |         let length = (s as NSString).length
170 |         let range = NSRange(location: 0, length: length)
171 |         guard let match = detector.firstMatch(in: s, options: .reportCompletion, range: range) else {
    |                                                                `- error: cannot infer contextual base in reference to member 'reportCompletion'
172 |             return nil
173 |         }
[54/76] Compiling WolfFoundation ModelObject.swift
[55/76] Compiling WolfFoundation Serializable.swift
[56/76] Compiling WolfFoundation ASCII.swift
[57/76] Compiling WolfFoundation Base64.swift
[58/76] Compiling WolfFoundation Dimensions.swift
[59/76] 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 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)
[60/76] 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 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)
[61/76] 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 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)
[62/76] 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 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)
[63/76] 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 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)
[64/76] Compiling WolfFoundation OptionalExtensions.swift
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:48:9: error: cannot find 'objc_setAssociatedObject' in scope
46 |     public func setAssociatedValue<T>(_ value: T?, for key: UnsafeRawPointer) {
47 |         let v = value.map { Associated<T>($0) }
48 |         objc_setAssociatedObject(self, key, v, .OBJC_ASSOCIATION_COPY)
   |         `- error: cannot find 'objc_setAssociatedObject' in scope
49 |     }
50 |
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:48:49: error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_COPY'
46 |     public func setAssociatedValue<T>(_ value: T?, for key: UnsafeRawPointer) {
47 |         let v = value.map { Associated<T>($0) }
48 |         objc_setAssociatedObject(self, key, v, .OBJC_ASSOCIATION_COPY)
   |                                                 `- error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_COPY'
49 |     }
50 |
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:52:17: error: cannot find 'objc_getAssociatedObject' in scope
50 |
51 |     public func getAssociatedValue<T>(for key: UnsafeRawPointer) -> T? {
52 |         return (objc_getAssociatedObject(self, key) as? Associated<T>).map { $0.value }
   |                 `- error: cannot find 'objc_getAssociatedObject' in scope
53 |     }
54 | }
[65/76] Compiling WolfFoundation Associated.swift
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:48:9: error: cannot find 'objc_setAssociatedObject' in scope
46 |     public func setAssociatedValue<T>(_ value: T?, for key: UnsafeRawPointer) {
47 |         let v = value.map { Associated<T>($0) }
48 |         objc_setAssociatedObject(self, key, v, .OBJC_ASSOCIATION_COPY)
   |         `- error: cannot find 'objc_setAssociatedObject' in scope
49 |     }
50 |
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:48:49: error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_COPY'
46 |     public func setAssociatedValue<T>(_ value: T?, for key: UnsafeRawPointer) {
47 |         let v = value.map { Associated<T>($0) }
48 |         objc_setAssociatedObject(self, key, v, .OBJC_ASSOCIATION_COPY)
   |                                                 `- error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_COPY'
49 |     }
50 |
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:52:17: error: cannot find 'objc_getAssociatedObject' in scope
50 |
51 |     public func getAssociatedValue<T>(for key: UnsafeRawPointer) -> T? {
52 |         return (objc_getAssociatedObject(self, key) as? Associated<T>).map { $0.value }
   |                 `- error: cannot find 'objc_getAssociatedObject' in scope
53 |     }
54 | }
[66/76] Compiling WolfFoundation DebugIdentifier.swift
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:48:9: error: cannot find 'objc_setAssociatedObject' in scope
46 |     public func setAssociatedValue<T>(_ value: T?, for key: UnsafeRawPointer) {
47 |         let v = value.map { Associated<T>($0) }
48 |         objc_setAssociatedObject(self, key, v, .OBJC_ASSOCIATION_COPY)
   |         `- error: cannot find 'objc_setAssociatedObject' in scope
49 |     }
50 |
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:48:49: error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_COPY'
46 |     public func setAssociatedValue<T>(_ value: T?, for key: UnsafeRawPointer) {
47 |         let v = value.map { Associated<T>($0) }
48 |         objc_setAssociatedObject(self, key, v, .OBJC_ASSOCIATION_COPY)
   |                                                 `- error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_COPY'
49 |     }
50 |
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:52:17: error: cannot find 'objc_getAssociatedObject' in scope
50 |
51 |     public func getAssociatedValue<T>(for key: UnsafeRawPointer) -> T? {
52 |         return (objc_getAssociatedObject(self, key) as? Associated<T>).map { $0.value }
   |                 `- error: cannot find 'objc_getAssociatedObject' in scope
53 |     }
54 | }
[67/76] Compiling WolfFoundation AttributeAssignmentPrecedence.swift
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:48:9: error: cannot find 'objc_setAssociatedObject' in scope
46 |     public func setAssociatedValue<T>(_ value: T?, for key: UnsafeRawPointer) {
47 |         let v = value.map { Associated<T>($0) }
48 |         objc_setAssociatedObject(self, key, v, .OBJC_ASSOCIATION_COPY)
   |         `- error: cannot find 'objc_setAssociatedObject' in scope
49 |     }
50 |
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:48:49: error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_COPY'
46 |     public func setAssociatedValue<T>(_ value: T?, for key: UnsafeRawPointer) {
47 |         let v = value.map { Associated<T>($0) }
48 |         objc_setAssociatedObject(self, key, v, .OBJC_ASSOCIATION_COPY)
   |                                                 `- error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_COPY'
49 |     }
50 |
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:52:17: error: cannot find 'objc_getAssociatedObject' in scope
50 |
51 |     public func getAssociatedValue<T>(for key: UnsafeRawPointer) -> T? {
52 |         return (objc_getAssociatedObject(self, key) as? Associated<T>).map { $0.value }
   |                 `- error: cannot find 'objc_getAssociatedObject' in scope
53 |     }
54 | }
[68/76] Compiling WolfFoundation InheritsFromOperator.swift
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:48:9: error: cannot find 'objc_setAssociatedObject' in scope
46 |     public func setAssociatedValue<T>(_ value: T?, for key: UnsafeRawPointer) {
47 |         let v = value.map { Associated<T>($0) }
48 |         objc_setAssociatedObject(self, key, v, .OBJC_ASSOCIATION_COPY)
   |         `- error: cannot find 'objc_setAssociatedObject' in scope
49 |     }
50 |
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:48:49: error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_COPY'
46 |     public func setAssociatedValue<T>(_ value: T?, for key: UnsafeRawPointer) {
47 |         let v = value.map { Associated<T>($0) }
48 |         objc_setAssociatedObject(self, key, v, .OBJC_ASSOCIATION_COPY)
   |                                                 `- error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_COPY'
49 |     }
50 |
/host/spi-builder-workspace/Sources/WolfFoundation/ObjCRuntime/Associated.swift:52:17: error: cannot find 'objc_getAssociatedObject' in scope
50 |
51 |     public func getAssociatedValue<T>(for key: UnsafeRawPointer) -> T? {
52 |         return (objc_getAssociatedObject(self, key) as? Associated<T>).map { $0.value }
   |                 `- error: cannot find 'objc_getAssociatedObject' in scope
53 |     }
54 | }
[69/76] Compiling WolfFoundation SortWeight.swift
[70/76] Compiling WolfFoundation Tagged.swift
[71/76] Compiling WolfFoundation TransferValue.swift
[72/76] Compiling WolfFoundation UTF8.swift
[73/76] Compiling WolfFoundation Weak.swift
BUILD FAILURE 6.1 android