The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build swift-foundation-extensions, reference 0.5.0 (b01f75), with Swift 6.1 for Linux on 28 Apr 2025 10:19:30 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CaptureContext/swift-foundation-extensions.git
Reference: 0.5.0
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/CaptureContext/swift-foundation-extensions
 * tag               0.5.0      -> FETCH_HEAD
HEAD is now at b01f751 feat: Update README.md
Cloned https://github.com/CaptureContext/swift-foundation-extensions.git
Revision (git rev-parse @):
b01f751b7daab7ad74cd232840b6bfa237e9fc8a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/CaptureContext/swift-foundation-extensions.git at 0.5.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/CaptureContext/swift-foundation-extensions.git
https://github.com/CaptureContext/swift-foundation-extensions.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-declarative-configuration",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "0.4.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/capturecontext/swift-declarative-configuration.git"
    },
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump"
    },
    {
      "identity" : "swift-macro-toolkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "0.4.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/stackotter/swift-macro-toolkit.git"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.2",
            "upper_bound" : "0.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing.git"
    }
  ],
  "manifest_display_name" : "swift-foundation-extensions",
  "name" : "swift-foundation-extensions",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "FoundationExtensions",
      "targets" : [
        "FoundationExtensions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FoundationExtensionsMacros",
      "targets" : [
        "FoundationExtensionsMacros"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FoundationExtensionsMacrosPlugin",
      "targets" : [
        "FoundationExtensionsMacrosPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FoundationExtensionsTests",
      "module_type" : "SwiftTarget",
      "name" : "FoundationExtensionsTests",
      "path" : "Tests/FoundationExtensionsTests",
      "sources" : [
        "AssociatingObjectTests.swift",
        "CodingKeysTests.swift",
        "EquatedTests.swift",
        "IndirectTests.swift",
        "ObjectProxyTests.swift",
        "ReferenceTests.swift",
        "ResettableTests.swift",
        "SwizzlingTests.swift"
      ],
      "target_dependencies" : [
        "FoundationExtensions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FoundationExtensionsMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "FoundationExtensionsMacrosTests",
      "path" : "Tests/FoundationExtensionsMacrosTests",
      "sources" : [
        "AssociatedObjectTests.swift"
      ],
      "target_dependencies" : [
        "FoundationExtensionsMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FoundationExtensionsMacrosPluginTests",
      "module_type" : "SwiftTarget",
      "name" : "FoundationExtensionsMacrosPluginTests",
      "path" : "Tests/FoundationExtensionsMacrosPluginTests",
      "product_dependencies" : [
        "MacroTesting"
      ],
      "sources" : [
        "AssociatedObjectTests.swift"
      ],
      "target_dependencies" : [
        "FoundationExtensionsMacrosPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FoundationExtensionsMacrosPlugin",
      "module_type" : "SwiftTarget",
      "name" : "FoundationExtensionsMacrosPlugin",
      "path" : "Sources/FoundationExtensionsMacrosPlugin",
      "product_dependencies" : [
        "MacroToolkit"
      ],
      "product_memberships" : [
        "FoundationExtensionsMacros",
        "FoundationExtensionsMacrosPlugin"
      ],
      "sources" : [
        "AssociatedObjectMacro/AssociatedObjectMacro.swift",
        "Helpers/Diagnostics+.swift",
        "Helpers/Operators.swift",
        "Plugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "FoundationExtensionsMacros",
      "module_type" : "SwiftTarget",
      "name" : "FoundationExtensionsMacros",
      "path" : "Sources/FoundationExtensionsMacros",
      "product_memberships" : [
        "FoundationExtensionsMacros"
      ],
      "sources" : [
        "AssociatedObject.swift",
        "Exports.swift"
      ],
      "target_dependencies" : [
        "FoundationExtensions",
        "FoundationExtensionsMacrosPlugin"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FoundationExtensions",
      "module_type" : "SwiftTarget",
      "name" : "FoundationExtensions",
      "path" : "Sources/FoundationExtensions",
      "product_dependencies" : [
        "FunctionalKeyPath",
        "CustomDump"
      ],
      "product_memberships" : [
        "FoundationExtensions",
        "FoundationExtensionsMacros"
      ],
      "sources" : [
        "Exports.swift",
        "Extensions/Bundle+.swift",
        "Extensions/Codable+.swift",
        "Extensions/Collection+.swift",
        "Extensions/DispatchTime+.swift",
        "Extensions/FloatingPoint+.swift",
        "Extensions/NSAttributedString+.swift",
        "Extensions/NSLocking+.swift",
        "Extensions/Optional+.swift",
        "Extensions/Range+.swift",
        "Extensions/Result+.swift",
        "Extensions/String+.swift",
        "General/AssociatingObject/AssociatingObject.swift",
        "General/AssociatingObject/objc_AssociationPolicy+.swift",
        "General/Box&Reference/Box.swift",
        "General/Box&Reference/Reference.swift",
        "General/Castable.swift",
        "General/Equated/Equated+Comparator.swift",
        "General/Equated/Equated.swift",
        "General/Indirect.swift",
        "General/PropertyProxy.swift",
        "General/Resettable/Resettable+CollectionProxy.swift",
        "General/Resettable/Resettable.swift",
        "General/RuntimeWarnings.swift",
        "General/Swizzling/NSObject+Swizzling.swift",
        "General/USID.swift",
        "General/UnwrappingError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/capturecontext/swift-declarative-configuration.git
Fetching https://github.com/stackotter/swift-macro-toolkit.git
Fetching https://github.com/pointfreeco/swift-macro-testing.git
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/869] Fetching swift-macro-toolkit
[870/1509] Fetching swift-macro-toolkit, swift-declarative-configuration
[1510/2377] Fetching swift-macro-toolkit, swift-declarative-configuration, swift-macro-testing
Fetched https://github.com/stackotter/swift-macro-toolkit.git from cache (0.26s)
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (0.29s)
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/capturecontext/swift-declarative-configuration.git from cache (0.67s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.67s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.2.2 (1.17s)
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13159] Fetching swift-snapshot-testing
[2107/83404] Fetching swift-snapshot-testing, swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (4.77s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (4.78s)
Computing version for https://github.com/stackotter/swift-macro-toolkit.git
Computed https://github.com/stackotter/swift-macro-toolkit.git at 0.3.1 (5.31s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.0.0 (2.45s)
Computing version for https://github.com/capturecontext/swift-declarative-configuration.git
Computed https://github.com/capturecontext/swift-declarative-configuration.git at 0.3.3 (0.65s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.67s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5388] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.64s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (1.15s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.3 (2.24s)
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.3
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 509.0.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/capturecontext/swift-declarative-configuration.git
Working copy of https://github.com/capturecontext/swift-declarative-configuration.git resolved at 0.3.3
Creating working copy for https://github.com/stackotter/swift-macro-toolkit.git
Working copy of https://github.com/stackotter/swift-macro-toolkit.git resolved at 0.3.1
Creating working copy for https://github.com/pointfreeco/swift-macro-testing.git
Working copy of https://github.com/pointfreeco/swift-macro-testing.git resolved at 0.2.2
warning: 'swift-snapshot-testing': 'swift-snapshot-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
Building for debugging...
[0/45] Write sources
[28/45] Write swift-version-24593BA9C3E375BF.txt
[30/91] Compiling IssueReporting TestContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[31/91] Compiling IssueReporting Unimplemented.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[34/95] Emitting module SwiftSyntax509
[35/95] Compiling SwiftSyntax509 Empty.swift
[36/95] Emitting module FunctionalModification
[37/95] Compiling FunctionalModification Reduce.swift
[38/95] Compiling FunctionalModification Modification.swift
[41/97] Emitting module FunctionalModification
[42/97] Compiling FunctionalModification Reduce.swift
[44/100] Wrapping AST for SwiftSyntax509 for debugging
[46/145] Compiling SwiftSyntax SyntaxCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/145] Compiling SwiftSyntax SyntaxData.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[50/145] Emitting module FunctionalKeyPath
[51/145] Compiling FunctionalKeyPath FunctionalKeyPath.swift
[53/148] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[54/148] Compiling SwiftSyntax RawSyntaxTokenView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[55/148] Compiling SwiftSyntax SourceLength.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/148] Compiling SwiftSyntax RawSyntaxLayoutView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/148] Compiling SwiftSyntax MissingNodeInitializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[59/148] Compiling SwiftSyntax RawSyntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/148] Compiling SwiftSyntax SourceLocation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[61/148] Compiling SwiftSyntax SourcePresence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[62/148] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[63/148] Compiling SwiftSyntax Syntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[67/148] Compiling SwiftSyntax AbsolutePosition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[68/148] Compiling SwiftSyntax Assert.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[69/148] Compiling SwiftSyntax BumpPtrAllocator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[70/148] Emitting module IssueReporting
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[71/148] Compiling SwiftSyntax CommonAncestor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/148] Compiling SwiftSyntax Convenience.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[73/148] Compiling SwiftSyntax MemoryLayout.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[74/149] Emitting module IssueReporting
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[78/149] Emitting module FunctionalKeyPath
[79/149] Compiling FunctionalKeyPath FunctionalKeyPath.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[92/154] Compiling XCTestDynamicOverlay Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[101/163] Emitting module XCTestDynamicOverlay
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[102/163] Compiling XCTestDynamicOverlay Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[104/164] Emitting module XCTestDynamicOverlay
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[105/164] Compiling XCTestDynamicOverlay Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[107/219] Compiling CustomDump StoreKit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[108/219] Compiling CustomDump Swift.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[109/219] Compiling CustomDump SwiftUI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[110/219] Compiling CustomDump UIKit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[111/219] Compiling CustomDump GameKit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[112/219] Compiling CustomDump KeyPath.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[113/219] Compiling CustomDump Photos.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[114/219] Compiling CustomDump Speech.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[115/222] Compiling CustomDump Identifiable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[116/222] Compiling CustomDump Mirror.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[117/222] Compiling CustomDump String.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[118/222] Compiling CustomDump ExpectNoDifference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[119/222] Compiling CustomDump AnyType.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[120/222] Compiling CustomDump CollectionDifference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[121/225] Compiling CustomDump CustomDumpStringConvertible.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[122/225] Compiling CustomDump Diff.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[123/225] Compiling CustomDump Dump.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[124/225] Compiling CustomDump CoreImage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[125/225] Compiling CustomDump CoreLocation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[126/225] Compiling CustomDump CoreMotion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[127/225] Compiling CustomDump Foundation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[135/225] Compiling CustomDump Unordered.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[136/225] Compiling CustomDump XCTAssertDifference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[137/225] Compiling CustomDump XCTAssertNoDifference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[145/225] Compiling CustomDump CustomDumpReflectable.swift
[146/225] Compiling CustomDump CustomDumpRepresentable.swift
[150/225] Compiling CustomDump ExpectDifference.swift
[151/225] Emitting module CustomDump
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[157/225] Compiling CustomDump UserNotifications.swift
[158/225] Compiling CustomDump UserNotificationsUI.swift
[159/225] Emitting module CustomDump
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[182/277] Compiling FoundationExtensions AssociatingObject.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:9:11: error: cannot find type 'objc_AssociationPolicy' in scope
  7 | 		_ object: Object?,
  8 | 		forKey key: StaticString,
  9 | 		policy: objc_AssociationPolicy
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 10 | 	) -> Bool
 11 |
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:33:11: error: cannot find type 'objc_AssociationPolicy' in scope
 31 | 		_ object: Object?,
 32 | 		forKey key: StaticString,
 33 | 		policy: objc_AssociationPolicy = .retain(.nonatomic)
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 34 | 	) -> Bool {
 35 | 		return _setAssociatedObject(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:95:10: error: cannot find type 'objc_AssociationPolicy' in scope
 93 | 	to associatingObject: AnyObject,
 94 | 	forKey key: StaticString,
 95 | 	policy: objc_AssociationPolicy
    |          `- error: cannot find type 'objc_AssociationPolicy' in scope
 96 | ) -> Bool {
 97 | 	guard key.hasPointerRepresentation
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:39:12: error: extra argument 'policy' in call
 37 | 			to: self,
 38 | 			forKey: key,
 39 | 			policy: policy
    |            `- error: extra argument 'policy' in call
 40 | 		)
 41 | 	}
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:82:12: error: extra argument 'policy' in call
 80 | 		to: associatingObject,
 81 | 		forKey: key,
 82 | 		policy: .init(
    |            `- error: extra argument 'policy' in call
 83 | 			Object.self is AnyClass ? .retain : .copy,
 84 | 			threadSafety
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:82:12: error: cannot infer contextual base in reference to member 'init'
 80 | 		to: associatingObject,
 81 | 		forKey: key,
 82 | 		policy: .init(
    |            `- error: cannot infer contextual base in reference to member 'init'
 83 | 			Object.self is AnyClass ? .retain : .copy,
 84 | 			threadSafety
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:83:31: error: cannot infer contextual base in reference to member 'retain'
 81 | 		forKey: key,
 82 | 		policy: .init(
 83 | 			Object.self is AnyClass ? .retain : .copy,
    |                               `- error: cannot infer contextual base in reference to member 'retain'
 84 | 			threadSafety
 85 | 		)
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:100:2: error: cannot find 'objc_setAssociatedObject' in scope
 98 | 	else { return false }
 99 |
100 | 	objc_setAssociatedObject(
    |  `- error: cannot find 'objc_setAssociatedObject' in scope
101 | 		associatingObject,
102 | 		UnsafeRawPointer(key.utf8Start),
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:119:9: error: cannot find 'objc_getAssociatedObject' in scope
117 | 	else { return nil }
118 |
119 | 	return objc_getAssociatedObject(
    |         `- error: cannot find 'objc_getAssociatedObject' in scope
120 | 		associatingObject,
121 | 		UnsafeRawPointer(key.utf8Start)
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/objc_AssociationPolicy+.swift:41:11: error: cannot find type 'objc_AssociationPolicy' in scope
 39 | }
 40 |
 41 | extension objc_AssociationPolicy {
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 42 | 	@inlinable
 43 | 	public init(
[183/277] Compiling FoundationExtensions objc_AssociationPolicy+.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:9:11: error: cannot find type 'objc_AssociationPolicy' in scope
  7 | 		_ object: Object?,
  8 | 		forKey key: StaticString,
  9 | 		policy: objc_AssociationPolicy
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 10 | 	) -> Bool
 11 |
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:33:11: error: cannot find type 'objc_AssociationPolicy' in scope
 31 | 		_ object: Object?,
 32 | 		forKey key: StaticString,
 33 | 		policy: objc_AssociationPolicy = .retain(.nonatomic)
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 34 | 	) -> Bool {
 35 | 		return _setAssociatedObject(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:95:10: error: cannot find type 'objc_AssociationPolicy' in scope
 93 | 	to associatingObject: AnyObject,
 94 | 	forKey key: StaticString,
 95 | 	policy: objc_AssociationPolicy
    |          `- error: cannot find type 'objc_AssociationPolicy' in scope
 96 | ) -> Bool {
 97 | 	guard key.hasPointerRepresentation
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:39:12: error: extra argument 'policy' in call
 37 | 			to: self,
 38 | 			forKey: key,
 39 | 			policy: policy
    |            `- error: extra argument 'policy' in call
 40 | 		)
 41 | 	}
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:82:12: error: extra argument 'policy' in call
 80 | 		to: associatingObject,
 81 | 		forKey: key,
 82 | 		policy: .init(
    |            `- error: extra argument 'policy' in call
 83 | 			Object.self is AnyClass ? .retain : .copy,
 84 | 			threadSafety
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:82:12: error: cannot infer contextual base in reference to member 'init'
 80 | 		to: associatingObject,
 81 | 		forKey: key,
 82 | 		policy: .init(
    |            `- error: cannot infer contextual base in reference to member 'init'
 83 | 			Object.self is AnyClass ? .retain : .copy,
 84 | 			threadSafety
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:83:31: error: cannot infer contextual base in reference to member 'retain'
 81 | 		forKey: key,
 82 | 		policy: .init(
 83 | 			Object.self is AnyClass ? .retain : .copy,
    |                               `- error: cannot infer contextual base in reference to member 'retain'
 84 | 			threadSafety
 85 | 		)
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:100:2: error: cannot find 'objc_setAssociatedObject' in scope
 98 | 	else { return false }
 99 |
100 | 	objc_setAssociatedObject(
    |  `- error: cannot find 'objc_setAssociatedObject' in scope
101 | 		associatingObject,
102 | 		UnsafeRawPointer(key.utf8Start),
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:119:9: error: cannot find 'objc_getAssociatedObject' in scope
117 | 	else { return nil }
118 |
119 | 	return objc_getAssociatedObject(
    |         `- error: cannot find 'objc_getAssociatedObject' in scope
120 | 		associatingObject,
121 | 		UnsafeRawPointer(key.utf8Start)
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/objc_AssociationPolicy+.swift:41:11: error: cannot find type 'objc_AssociationPolicy' in scope
 39 | }
 40 |
 41 | extension objc_AssociationPolicy {
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 42 | 	@inlinable
 43 | 	public init(
[184/277] Compiling FoundationExtensions Box.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:9:11: error: cannot find type 'objc_AssociationPolicy' in scope
  7 | 		_ object: Object?,
  8 | 		forKey key: StaticString,
  9 | 		policy: objc_AssociationPolicy
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 10 | 	) -> Bool
 11 |
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:33:11: error: cannot find type 'objc_AssociationPolicy' in scope
 31 | 		_ object: Object?,
 32 | 		forKey key: StaticString,
 33 | 		policy: objc_AssociationPolicy = .retain(.nonatomic)
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 34 | 	) -> Bool {
 35 | 		return _setAssociatedObject(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:95:10: error: cannot find type 'objc_AssociationPolicy' in scope
 93 | 	to associatingObject: AnyObject,
 94 | 	forKey key: StaticString,
 95 | 	policy: objc_AssociationPolicy
    |          `- error: cannot find type 'objc_AssociationPolicy' in scope
 96 | ) -> Bool {
 97 | 	guard key.hasPointerRepresentation
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:39:12: error: extra argument 'policy' in call
 37 | 			to: self,
 38 | 			forKey: key,
 39 | 			policy: policy
    |            `- error: extra argument 'policy' in call
 40 | 		)
 41 | 	}
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:82:12: error: extra argument 'policy' in call
 80 | 		to: associatingObject,
 81 | 		forKey: key,
 82 | 		policy: .init(
    |            `- error: extra argument 'policy' in call
 83 | 			Object.self is AnyClass ? .retain : .copy,
 84 | 			threadSafety
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:82:12: error: cannot infer contextual base in reference to member 'init'
 80 | 		to: associatingObject,
 81 | 		forKey: key,
 82 | 		policy: .init(
    |            `- error: cannot infer contextual base in reference to member 'init'
 83 | 			Object.self is AnyClass ? .retain : .copy,
 84 | 			threadSafety
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:83:31: error: cannot infer contextual base in reference to member 'retain'
 81 | 		forKey: key,
 82 | 		policy: .init(
 83 | 			Object.self is AnyClass ? .retain : .copy,
    |                               `- error: cannot infer contextual base in reference to member 'retain'
 84 | 			threadSafety
 85 | 		)
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:100:2: error: cannot find 'objc_setAssociatedObject' in scope
 98 | 	else { return false }
 99 |
100 | 	objc_setAssociatedObject(
    |  `- error: cannot find 'objc_setAssociatedObject' in scope
101 | 		associatingObject,
102 | 		UnsafeRawPointer(key.utf8Start),
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:119:9: error: cannot find 'objc_getAssociatedObject' in scope
117 | 	else { return nil }
118 |
119 | 	return objc_getAssociatedObject(
    |         `- error: cannot find 'objc_getAssociatedObject' in scope
120 | 		associatingObject,
121 | 		UnsafeRawPointer(key.utf8Start)
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/objc_AssociationPolicy+.swift:41:11: error: cannot find type 'objc_AssociationPolicy' in scope
 39 | }
 40 |
 41 | extension objc_AssociationPolicy {
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 42 | 	@inlinable
 43 | 	public init(
[185/280] Compiling FoundationExtensions DispatchTime+.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/Extensions/DispatchTime+.swift:11:1: warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
 9 | }
10 |
11 | extension DispatchTime: ExpressibleByFloatLiteral {
   | |- warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 | 	/// Creates DispatchTime for the specified interval in seconds from `.now()`
13 | 	@inlinable
[186/280] Compiling FoundationExtensions FloatingPoint+.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/Extensions/DispatchTime+.swift:11:1: warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
 9 | }
10 |
11 | extension DispatchTime: ExpressibleByFloatLiteral {
   | |- warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 | 	/// Creates DispatchTime for the specified interval in seconds from `.now()`
13 | 	@inlinable
[187/280] Compiling FoundationExtensions NSAttributedString+.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/Extensions/DispatchTime+.swift:11:1: warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
 9 | }
10 |
11 | extension DispatchTime: ExpressibleByFloatLiteral {
   | |- warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 | 	/// Creates DispatchTime for the specified interval in seconds from `.now()`
13 | 	@inlinable
[188/280] Compiling FoundationExtensions NSLocking+.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/Extensions/DispatchTime+.swift:11:1: warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
 9 | }
10 |
11 | extension DispatchTime: ExpressibleByFloatLiteral {
   | |- warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 | 	/// Creates DispatchTime for the specified interval in seconds from `.now()`
13 | 	@inlinable
[189/280] Compiling FoundationExtensions Optional+.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/Extensions/DispatchTime+.swift:11:1: warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
 9 | }
10 |
11 | extension DispatchTime: ExpressibleByFloatLiteral {
   | |- warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 | 	/// Creates DispatchTime for the specified interval in seconds from `.now()`
13 | 	@inlinable
[190/280] Compiling FoundationExtensions Range+.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/Extensions/DispatchTime+.swift:11:1: warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
 9 | }
10 |
11 | extension DispatchTime: ExpressibleByFloatLiteral {
   | |- warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 | 	/// Creates DispatchTime for the specified interval in seconds from `.now()`
13 | 	@inlinable
[191/280] Compiling FoundationExtensions Result+.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/Extensions/DispatchTime+.swift:11:1: warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
 9 | }
10 |
11 | extension DispatchTime: ExpressibleByFloatLiteral {
   | |- warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 | 	/// Creates DispatchTime for the specified interval in seconds from `.now()`
13 | 	@inlinable
[192/280] Compiling FoundationExtensions String+.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/Extensions/DispatchTime+.swift:11:1: warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
 9 | }
10 |
11 | extension DispatchTime: ExpressibleByFloatLiteral {
   | |- warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 | 	/// Creates DispatchTime for the specified interval in seconds from `.now()`
13 | 	@inlinable
[193/283] Compiling FoundationExtensions Exports.swift
[194/283] Compiling FoundationExtensions Bundle+.swift
[195/283] Compiling FoundationExtensions Codable+.swift
[196/283] Compiling FoundationExtensions Collection+.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:9:11: error: cannot find type 'objc_AssociationPolicy' in scope
  7 | 		_ object: Object?,
  8 | 		forKey key: StaticString,
  9 | 		policy: objc_AssociationPolicy
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 10 | 	) -> Bool
 11 |
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:33:11: error: cannot find type 'objc_AssociationPolicy' in scope
 31 | 		_ object: Object?,
 32 | 		forKey key: StaticString,
 33 | 		policy: objc_AssociationPolicy = .retain(.nonatomic)
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 34 | 	) -> Bool {
 35 | 		return _setAssociatedObject(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:95:10: error: cannot find type 'objc_AssociationPolicy' in scope
 93 | 	to associatingObject: AnyObject,
 94 | 	forKey key: StaticString,
 95 | 	policy: objc_AssociationPolicy
    |          `- error: cannot find type 'objc_AssociationPolicy' in scope
 96 | ) -> Bool {
 97 | 	guard key.hasPointerRepresentation
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:39:12: error: extra argument 'policy' in call
 37 | 			to: self,
 38 | 			forKey: key,
 39 | 			policy: policy
    |            `- error: extra argument 'policy' in call
 40 | 		)
 41 | 	}
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:82:12: error: extra argument 'policy' in call
 80 | 		to: associatingObject,
 81 | 		forKey: key,
 82 | 		policy: .init(
    |            `- error: extra argument 'policy' in call
 83 | 			Object.self is AnyClass ? .retain : .copy,
 84 | 			threadSafety
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:82:12: error: cannot infer contextual base in reference to member 'init'
 80 | 		to: associatingObject,
 81 | 		forKey: key,
 82 | 		policy: .init(
    |            `- error: cannot infer contextual base in reference to member 'init'
 83 | 			Object.self is AnyClass ? .retain : .copy,
 84 | 			threadSafety
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:83:31: error: cannot infer contextual base in reference to member 'retain'
 81 | 		forKey: key,
 82 | 		policy: .init(
 83 | 			Object.self is AnyClass ? .retain : .copy,
    |                               `- error: cannot infer contextual base in reference to member 'retain'
 84 | 			threadSafety
 85 | 		)
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:100:2: error: cannot find 'objc_setAssociatedObject' in scope
 98 | 	else { return false }
 99 |
100 | 	objc_setAssociatedObject(
    |  `- error: cannot find 'objc_setAssociatedObject' in scope
101 | 		associatingObject,
102 | 		UnsafeRawPointer(key.utf8Start),
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:119:9: error: cannot find 'objc_getAssociatedObject' in scope
117 | 	else { return nil }
118 |
119 | 	return objc_getAssociatedObject(
    |         `- error: cannot find 'objc_getAssociatedObject' in scope
120 | 		associatingObject,
121 | 		UnsafeRawPointer(key.utf8Start)
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/objc_AssociationPolicy+.swift:41:11: error: cannot find type 'objc_AssociationPolicy' in scope
 39 | }
 40 |
 41 | extension objc_AssociationPolicy {
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 42 | 	@inlinable
 43 | 	public init(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:9:11: error: cannot find type 'objc_AssociationPolicy' in scope
  7 | 		_ object: Object?,
  8 | 		forKey key: StaticString,
  9 | 		policy: objc_AssociationPolicy
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 10 | 	) -> Bool
 11 |
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:33:11: error: cannot find type 'objc_AssociationPolicy' in scope
 31 | 		_ object: Object?,
 32 | 		forKey key: StaticString,
 33 | 		policy: objc_AssociationPolicy = .retain(.nonatomic)
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 34 | 	) -> Bool {
 35 | 		return _setAssociatedObject(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:95:10: error: cannot find type 'objc_AssociationPolicy' in scope
 93 | 	to associatingObject: AnyObject,
 94 | 	forKey key: StaticString,
 95 | 	policy: objc_AssociationPolicy
    |          `- error: cannot find type 'objc_AssociationPolicy' in scope
 96 | ) -> Bool {
 97 | 	guard key.hasPointerRepresentation
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:39:12: error: extra argument 'policy' in call
 37 | 			to: self,
 38 | 			forKey: key,
 39 | 			policy: policy
    |            `- error: extra argument 'policy' in call
 40 | 		)
 41 | 	}
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:82:12: error: extra argument 'policy' in call
 80 | 		to: associatingObject,
 81 | 		forKey: key,
 82 | 		policy: .init(
    |            `- error: extra argument 'policy' in call
 83 | 			Object.self is AnyClass ? .retain : .copy,
 84 | 			threadSafety
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:82:12: error: cannot infer contextual base in reference to member 'init'
 80 | 		to: associatingObject,
 81 | 		forKey: key,
 82 | 		policy: .init(
    |            `- error: cannot infer contextual base in reference to member 'init'
 83 | 			Object.self is AnyClass ? .retain : .copy,
 84 | 			threadSafety
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:83:31: error: cannot infer contextual base in reference to member 'retain'
 81 | 		forKey: key,
 82 | 		policy: .init(
 83 | 			Object.self is AnyClass ? .retain : .copy,
    |                               `- error: cannot infer contextual base in reference to member 'retain'
 84 | 			threadSafety
 85 | 		)
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:100:2: error: cannot find 'objc_setAssociatedObject' in scope
 98 | 	else { return false }
 99 |
100 | 	objc_setAssociatedObject(
    |  `- error: cannot find 'objc_setAssociatedObject' in scope
101 | 		associatingObject,
102 | 		UnsafeRawPointer(key.utf8Start),
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:119:9: error: cannot find 'objc_getAssociatedObject' in scope
117 | 	else { return nil }
118 |
119 | 	return objc_getAssociatedObject(
    |         `- error: cannot find 'objc_getAssociatedObject' in scope
120 | 		associatingObject,
121 | 		UnsafeRawPointer(key.utf8Start)
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/objc_AssociationPolicy+.swift:41:11: error: cannot find type 'objc_AssociationPolicy' in scope
 39 | }
 40 |
 41 | extension objc_AssociationPolicy {
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 42 | 	@inlinable
 43 | 	public init(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:9:11: error: cannot find type 'objc_AssociationPolicy' in scope
  7 | 		_ object: Object?,
  8 | 		forKey key: StaticString,
  9 | 		policy: objc_AssociationPolicy
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 10 | 	) -> Bool
 11 |
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:33:11: error: cannot find type 'objc_AssociationPolicy' in scope
 31 | 		_ object: Object?,
 32 | 		forKey key: StaticString,
 33 | 		policy: objc_AssociationPolicy = .retain(.nonatomic)
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 34 | 	) -> Bool {
 35 | 		return _setAssociatedObject(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:95:10: error: cannot find type 'objc_AssociationPolicy' in scope
 93 | 	to associatingObject: AnyObject,
 94 | 	forKey key: StaticString,
 95 | 	policy: objc_AssociationPolicy
    |          `- error: cannot find type 'objc_AssociationPolicy' in scope
 96 | ) -> Bool {
 97 | 	guard key.hasPointerRepresentation
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:39:12: error: extra argument 'policy' in call
 37 | 			to: self,
 38 | 			forKey: key,
 39 | 			policy: policy
    |            `- error: extra argument 'policy' in call
 40 | 		)
 41 | 	}
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:82:12: error: extra argument 'policy' in call
 80 | 		to: associatingObject,
 81 | 		forKey: key,
 82 | 		policy: .init(
    |            `- error: extra argument 'policy' in call
 83 | 			Object.self is AnyClass ? .retain : .copy,
 84 | 			threadSafety
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:82:12: error: cannot infer contextual base in reference to member 'init'
 80 | 		to: associatingObject,
 81 | 		forKey: key,
 82 | 		policy: .init(
    |            `- error: cannot infer contextual base in reference to member 'init'
 83 | 			Object.self is AnyClass ? .retain : .copy,
 84 | 			threadSafety
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:83:31: error: cannot infer contextual base in reference to member 'retain'
 81 | 		forKey: key,
 82 | 		policy: .init(
 83 | 			Object.self is AnyClass ? .retain : .copy,
    |                               `- error: cannot infer contextual base in reference to member 'retain'
 84 | 			threadSafety
 85 | 		)
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:100:2: error: cannot find 'objc_setAssociatedObject' in scope
 98 | 	else { return false }
 99 |
100 | 	objc_setAssociatedObject(
    |  `- error: cannot find 'objc_setAssociatedObject' in scope
101 | 		associatingObject,
102 | 		UnsafeRawPointer(key.utf8Start),
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:119:9: error: cannot find 'objc_getAssociatedObject' in scope
117 | 	else { return nil }
118 |
119 | 	return objc_getAssociatedObject(
    |         `- error: cannot find 'objc_getAssociatedObject' in scope
120 | 		associatingObject,
121 | 		UnsafeRawPointer(key.utf8Start)
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/objc_AssociationPolicy+.swift:41:11: error: cannot find type 'objc_AssociationPolicy' in scope
 39 | }
 40 |
 41 | extension objc_AssociationPolicy {
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 42 | 	@inlinable
 43 | 	public init(
[208/283] Compiling FoundationExtensions NSObject+Swizzling.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:42:23: error: cannot find type 'Selector' in scope
40 | 	///
41 | 	public static func objc_exchangeImplementations(
42 | 		_ originalSelector: Selector,
   |                       `- error: cannot find type 'Selector' in scope
43 | 		_ swizzledSelector: Selector
44 | 	) {
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:43:23: error: cannot find type 'Selector' in scope
41 | 	public static func objc_exchangeImplementations(
42 | 		_ originalSelector: Selector,
43 | 		_ swizzledSelector: Selector
   |                       `- error: cannot find type 'Selector' in scope
44 | 	) {
45 | 		let originalMethod = class_getInstanceMethod(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:45:24: error: cannot find 'class_getInstanceMethod' in scope
43 | 		_ swizzledSelector: Selector
44 | 	) {
45 | 		let originalMethod = class_getInstanceMethod(
   |                        `- error: cannot find 'class_getInstanceMethod' in scope
46 | 			Self.self,
47 | 			originalSelector
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:50:24: error: cannot find 'class_getInstanceMethod' in scope
48 | 		)
49 |
50 | 		let swizzledMethod = class_getInstanceMethod(
   |                        `- error: cannot find 'class_getInstanceMethod' in scope
51 | 			Self.self,
52 | 			swizzledSelector
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:60:3: error: cannot find 'method_exchangeImplementations' in scope
58 | 		else { return }
59 |
60 | 		method_exchangeImplementations(originalMethod, swizzledMethod)
   |   `- error: cannot find 'method_exchangeImplementations' in scope
61 | 	}
62 | }
[209/283] Compiling FoundationExtensions USID.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:42:23: error: cannot find type 'Selector' in scope
40 | 	///
41 | 	public static func objc_exchangeImplementations(
42 | 		_ originalSelector: Selector,
   |                       `- error: cannot find type 'Selector' in scope
43 | 		_ swizzledSelector: Selector
44 | 	) {
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:43:23: error: cannot find type 'Selector' in scope
41 | 	public static func objc_exchangeImplementations(
42 | 		_ originalSelector: Selector,
43 | 		_ swizzledSelector: Selector
   |                       `- error: cannot find type 'Selector' in scope
44 | 	) {
45 | 		let originalMethod = class_getInstanceMethod(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:45:24: error: cannot find 'class_getInstanceMethod' in scope
43 | 		_ swizzledSelector: Selector
44 | 	) {
45 | 		let originalMethod = class_getInstanceMethod(
   |                        `- error: cannot find 'class_getInstanceMethod' in scope
46 | 			Self.self,
47 | 			originalSelector
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:50:24: error: cannot find 'class_getInstanceMethod' in scope
48 | 		)
49 |
50 | 		let swizzledMethod = class_getInstanceMethod(
   |                        `- error: cannot find 'class_getInstanceMethod' in scope
51 | 			Self.self,
52 | 			swizzledSelector
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:60:3: error: cannot find 'method_exchangeImplementations' in scope
58 | 		else { return }
59 |
60 | 		method_exchangeImplementations(originalMethod, swizzledMethod)
   |   `- error: cannot find 'method_exchangeImplementations' in scope
61 | 	}
62 | }
[210/283] Compiling FoundationExtensions UnwrappingError.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:42:23: error: cannot find type 'Selector' in scope
40 | 	///
41 | 	public static func objc_exchangeImplementations(
42 | 		_ originalSelector: Selector,
   |                       `- error: cannot find type 'Selector' in scope
43 | 		_ swizzledSelector: Selector
44 | 	) {
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:43:23: error: cannot find type 'Selector' in scope
41 | 	public static func objc_exchangeImplementations(
42 | 		_ originalSelector: Selector,
43 | 		_ swizzledSelector: Selector
   |                       `- error: cannot find type 'Selector' in scope
44 | 	) {
45 | 		let originalMethod = class_getInstanceMethod(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:45:24: error: cannot find 'class_getInstanceMethod' in scope
43 | 		_ swizzledSelector: Selector
44 | 	) {
45 | 		let originalMethod = class_getInstanceMethod(
   |                        `- error: cannot find 'class_getInstanceMethod' in scope
46 | 			Self.self,
47 | 			originalSelector
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:50:24: error: cannot find 'class_getInstanceMethod' in scope
48 | 		)
49 |
50 | 		let swizzledMethod = class_getInstanceMethod(
   |                        `- error: cannot find 'class_getInstanceMethod' in scope
51 | 			Self.self,
52 | 			swizzledSelector
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:60:3: error: cannot find 'method_exchangeImplementations' in scope
58 | 		else { return }
59 |
60 | 		method_exchangeImplementations(originalMethod, swizzledMethod)
   |   `- error: cannot find 'method_exchangeImplementations' in scope
61 | 	}
62 | }
[215/283] Compiling FoundationExtensions Equated.swift
[216/283] Compiling FoundationExtensions Indirect.swift
[217/283] Compiling FoundationExtensions PropertyProxy.swift
[218/283] Compiling FoundationExtensions Reference.swift
[219/283] Compiling FoundationExtensions Castable.swift
[220/283] Compiling FoundationExtensions Equated+Comparator.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:42:23: error: cannot find type 'Selector' in scope
40 | 	///
41 | 	public static func objc_exchangeImplementations(
42 | 		_ originalSelector: Selector,
   |                       `- error: cannot find type 'Selector' in scope
43 | 		_ swizzledSelector: Selector
44 | 	) {
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:43:23: error: cannot find type 'Selector' in scope
41 | 	public static func objc_exchangeImplementations(
42 | 		_ originalSelector: Selector,
43 | 		_ swizzledSelector: Selector
   |                       `- error: cannot find type 'Selector' in scope
44 | 	) {
45 | 		let originalMethod = class_getInstanceMethod(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:45:24: error: cannot find 'class_getInstanceMethod' in scope
43 | 		_ swizzledSelector: Selector
44 | 	) {
45 | 		let originalMethod = class_getInstanceMethod(
   |                        `- error: cannot find 'class_getInstanceMethod' in scope
46 | 			Self.self,
47 | 			originalSelector
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:50:24: error: cannot find 'class_getInstanceMethod' in scope
48 | 		)
49 |
50 | 		let swizzledMethod = class_getInstanceMethod(
   |                        `- error: cannot find 'class_getInstanceMethod' in scope
51 | 			Self.self,
52 | 			swizzledSelector
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:60:3: error: cannot find 'method_exchangeImplementations' in scope
58 | 		else { return }
59 |
60 | 		method_exchangeImplementations(originalMethod, swizzledMethod)
   |   `- error: cannot find 'method_exchangeImplementations' in scope
61 | 	}
62 | }
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:42:23: error: cannot find type 'Selector' in scope
40 | 	///
41 | 	public static func objc_exchangeImplementations(
42 | 		_ originalSelector: Selector,
   |                       `- error: cannot find type 'Selector' in scope
43 | 		_ swizzledSelector: Selector
44 | 	) {
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:43:23: error: cannot find type 'Selector' in scope
41 | 	public static func objc_exchangeImplementations(
42 | 		_ originalSelector: Selector,
43 | 		_ swizzledSelector: Selector
   |                       `- error: cannot find type 'Selector' in scope
44 | 	) {
45 | 		let originalMethod = class_getInstanceMethod(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:45:24: error: cannot find 'class_getInstanceMethod' in scope
43 | 		_ swizzledSelector: Selector
44 | 	) {
45 | 		let originalMethod = class_getInstanceMethod(
   |                        `- error: cannot find 'class_getInstanceMethod' in scope
46 | 			Self.self,
47 | 			originalSelector
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:50:24: error: cannot find 'class_getInstanceMethod' in scope
48 | 		)
49 |
50 | 		let swizzledMethod = class_getInstanceMethod(
   |                        `- error: cannot find 'class_getInstanceMethod' in scope
51 | 			Self.self,
52 | 			swizzledSelector
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:60:3: error: cannot find 'method_exchangeImplementations' in scope
58 | 		else { return }
59 |
60 | 		method_exchangeImplementations(originalMethod, swizzledMethod)
   |   `- error: cannot find 'method_exchangeImplementations' in scope
61 | 	}
62 | }
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:42:23: error: cannot find type 'Selector' in scope
40 | 	///
41 | 	public static func objc_exchangeImplementations(
42 | 		_ originalSelector: Selector,
   |                       `- error: cannot find type 'Selector' in scope
43 | 		_ swizzledSelector: Selector
44 | 	) {
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:43:23: error: cannot find type 'Selector' in scope
41 | 	public static func objc_exchangeImplementations(
42 | 		_ originalSelector: Selector,
43 | 		_ swizzledSelector: Selector
   |                       `- error: cannot find type 'Selector' in scope
44 | 	) {
45 | 		let originalMethod = class_getInstanceMethod(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:45:24: error: cannot find 'class_getInstanceMethod' in scope
43 | 		_ swizzledSelector: Selector
44 | 	) {
45 | 		let originalMethod = class_getInstanceMethod(
   |                        `- error: cannot find 'class_getInstanceMethod' in scope
46 | 			Self.self,
47 | 			originalSelector
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:50:24: error: cannot find 'class_getInstanceMethod' in scope
48 | 		)
49 |
50 | 		let swizzledMethod = class_getInstanceMethod(
   |                        `- error: cannot find 'class_getInstanceMethod' in scope
51 | 			Self.self,
52 | 			swizzledSelector
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:60:3: error: cannot find 'method_exchangeImplementations' in scope
58 | 		else { return }
59 |
60 | 		method_exchangeImplementations(originalMethod, swizzledMethod)
   |   `- error: cannot find 'method_exchangeImplementations' in scope
61 | 	}
62 | }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[224/283] Emitting module FoundationExtensions
/host/spi-builder-workspace/Sources/FoundationExtensions/Extensions/DispatchTime+.swift:11:1: warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
 9 | }
10 |
11 | extension DispatchTime: ExpressibleByFloatLiteral {
   | |- warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 | 	/// Creates DispatchTime for the specified interval in seconds from `.now()`
13 | 	@inlinable
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:9:11: error: cannot find type 'objc_AssociationPolicy' in scope
  7 | 		_ object: Object?,
  8 | 		forKey key: StaticString,
  9 | 		policy: objc_AssociationPolicy
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 10 | 	) -> Bool
 11 |
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:33:11: error: cannot find type 'objc_AssociationPolicy' in scope
 31 | 		_ object: Object?,
 32 | 		forKey key: StaticString,
 33 | 		policy: objc_AssociationPolicy = .retain(.nonatomic)
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 34 | 	) -> Bool {
 35 | 		return _setAssociatedObject(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:95:10: error: cannot find type 'objc_AssociationPolicy' in scope
 93 | 	to associatingObject: AnyObject,
 94 | 	forKey key: StaticString,
 95 | 	policy: objc_AssociationPolicy
    |          `- error: cannot find type 'objc_AssociationPolicy' in scope
 96 | ) -> Bool {
 97 | 	guard key.hasPointerRepresentation
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:39:12: error: extra argument 'policy' in call
 37 | 			to: self,
 38 | 			forKey: key,
 39 | 			policy: policy
    |            `- error: extra argument 'policy' in call
 40 | 		)
 41 | 	}
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:82:12: error: extra argument 'policy' in call
 80 | 		to: associatingObject,
 81 | 		forKey: key,
 82 | 		policy: .init(
    |            `- error: extra argument 'policy' in call
 83 | 			Object.self is AnyClass ? .retain : .copy,
 84 | 			threadSafety
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:82:12: error: cannot infer contextual base in reference to member 'init'
 80 | 		to: associatingObject,
 81 | 		forKey: key,
 82 | 		policy: .init(
    |            `- error: cannot infer contextual base in reference to member 'init'
 83 | 			Object.self is AnyClass ? .retain : .copy,
 84 | 			threadSafety
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:83:31: error: cannot infer contextual base in reference to member 'retain'
 81 | 		forKey: key,
 82 | 		policy: .init(
 83 | 			Object.self is AnyClass ? .retain : .copy,
    |                               `- error: cannot infer contextual base in reference to member 'retain'
 84 | 			threadSafety
 85 | 		)
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:100:2: error: cannot find 'objc_setAssociatedObject' in scope
 98 | 	else { return false }
 99 |
100 | 	objc_setAssociatedObject(
    |  `- error: cannot find 'objc_setAssociatedObject' in scope
101 | 		associatingObject,
102 | 		UnsafeRawPointer(key.utf8Start),
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:119:9: error: cannot find 'objc_getAssociatedObject' in scope
117 | 	else { return nil }
118 |
119 | 	return objc_getAssociatedObject(
    |         `- error: cannot find 'objc_getAssociatedObject' in scope
120 | 		associatingObject,
121 | 		UnsafeRawPointer(key.utf8Start)
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/objc_AssociationPolicy+.swift:41:11: error: cannot find type 'objc_AssociationPolicy' in scope
 39 | }
 40 |
 41 | extension objc_AssociationPolicy {
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 42 | 	@inlinable
 43 | 	public init(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/RuntimeWarnings.swift:41:73: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
39 | 		)
40 | 		#else
41 | 		fputs("\(formatter.string(from: Date())) [\(category)] \(message)\n", stderr)
   |                                                                         `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
42 | 		#endif
43 | 	}
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
145 | extern FILE *stderr;		/* Standard error output stream.  */
    |              `- note: var declared here
146 | /* C89/C99 say they're macros.  Make them happy.  */
147 | #define stdin stdin
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:42:23: error: cannot find type 'Selector' in scope
40 | 	///
41 | 	public static func objc_exchangeImplementations(
42 | 		_ originalSelector: Selector,
   |                       `- error: cannot find type 'Selector' in scope
43 | 		_ swizzledSelector: Selector
44 | 	) {
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:43:23: error: cannot find type 'Selector' in scope
41 | 	public static func objc_exchangeImplementations(
42 | 		_ originalSelector: Selector,
43 | 		_ swizzledSelector: Selector
   |                       `- error: cannot find type 'Selector' in scope
44 | 	) {
45 | 		let originalMethod = class_getInstanceMethod(
error: emit-module command failed with exit code 1 (use -v to see invocation)
/host/spi-builder-workspace/Sources/FoundationExtensions/Extensions/DispatchTime+.swift:11:1: warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
 9 | }
10 |
11 | extension DispatchTime: ExpressibleByFloatLiteral {
   | |- warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 | 	/// Creates DispatchTime for the specified interval in seconds from `.now()`
13 | 	@inlinable
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:9:11: error: cannot find type 'objc_AssociationPolicy' in scope
  7 | 		_ object: Object?,
  8 | 		forKey key: StaticString,
  9 | 		policy: objc_AssociationPolicy
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 10 | 	) -> Bool
 11 |
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:33:11: error: cannot find type 'objc_AssociationPolicy' in scope
 31 | 		_ object: Object?,
 32 | 		forKey key: StaticString,
 33 | 		policy: objc_AssociationPolicy = .retain(.nonatomic)
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 34 | 	) -> Bool {
 35 | 		return _setAssociatedObject(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:95:10: error: cannot find type 'objc_AssociationPolicy' in scope
 93 | 	to associatingObject: AnyObject,
 94 | 	forKey key: StaticString,
 95 | 	policy: objc_AssociationPolicy
    |          `- error: cannot find type 'objc_AssociationPolicy' in scope
 96 | ) -> Bool {
 97 | 	guard key.hasPointerRepresentation
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:39:12: error: extra argument 'policy' in call
 37 | 			to: self,
 38 | 			forKey: key,
 39 | 			policy: policy
    |            `- error: extra argument 'policy' in call
 40 | 		)
 41 | 	}
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:82:12: error: extra argument 'policy' in call
 80 | 		to: associatingObject,
 81 | 		forKey: key,
 82 | 		policy: .init(
    |            `- error: extra argument 'policy' in call
 83 | 			Object.self is AnyClass ? .retain : .copy,
 84 | 			threadSafety
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:82:12: error: cannot infer contextual base in reference to member 'init'
 80 | 		to: associatingObject,
 81 | 		forKey: key,
 82 | 		policy: .init(
    |            `- error: cannot infer contextual base in reference to member 'init'
 83 | 			Object.self is AnyClass ? .retain : .copy,
 84 | 			threadSafety
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:83:31: error: cannot infer contextual base in reference to member 'retain'
 81 | 		forKey: key,
 82 | 		policy: .init(
 83 | 			Object.self is AnyClass ? .retain : .copy,
    |                               `- error: cannot infer contextual base in reference to member 'retain'
 84 | 			threadSafety
 85 | 		)
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:100:2: error: cannot find 'objc_setAssociatedObject' in scope
 98 | 	else { return false }
 99 |
100 | 	objc_setAssociatedObject(
    |  `- error: cannot find 'objc_setAssociatedObject' in scope
101 | 		associatingObject,
102 | 		UnsafeRawPointer(key.utf8Start),
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:119:9: error: cannot find 'objc_getAssociatedObject' in scope
117 | 	else { return nil }
118 |
119 | 	return objc_getAssociatedObject(
    |         `- error: cannot find 'objc_getAssociatedObject' in scope
120 | 		associatingObject,
121 | 		UnsafeRawPointer(key.utf8Start)
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/objc_AssociationPolicy+.swift:41:11: error: cannot find type 'objc_AssociationPolicy' in scope
 39 | }
 40 |
 41 | extension objc_AssociationPolicy {
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 42 | 	@inlinable
 43 | 	public init(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/RuntimeWarnings.swift:41:73: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
39 | 		)
40 | 		#else
41 | 		fputs("\(formatter.string(from: Date())) [\(category)] \(message)\n", stderr)
   |                                                                         `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
42 | 		#endif
43 | 	}
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
145 | extern FILE *stderr;		/* Standard error output stream.  */
    |              `- note: var declared here
146 | /* C89/C99 say they're macros.  Make them happy.  */
147 | #define stdin stdin
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:42:23: error: cannot find type 'Selector' in scope
40 | 	///
41 | 	public static func objc_exchangeImplementations(
42 | 		_ originalSelector: Selector,
   |                       `- error: cannot find type 'Selector' in scope
43 | 		_ swizzledSelector: Selector
44 | 	) {
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:43:23: error: cannot find type 'Selector' in scope
41 | 	public static func objc_exchangeImplementations(
42 | 		_ originalSelector: Selector,
43 | 		_ swizzledSelector: Selector
   |                       `- error: cannot find type 'Selector' in scope
44 | 	) {
45 | 		let originalMethod = class_getInstanceMethod(
[232/283] Compiling FoundationExtensions Resettable+CollectionProxy.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/General/RuntimeWarnings.swift:41:73: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
39 | 		)
40 | 		#else
41 | 		fputs("\(formatter.string(from: Date())) [\(category)] \(message)\n", stderr)
   |                                                                         `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
42 | 		#endif
43 | 	}
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
145 | extern FILE *stderr;		/* Standard error output stream.  */
    |              `- note: var declared here
146 | /* C89/C99 say they're macros.  Make them happy.  */
147 | #define stdin stdin
[233/283] Compiling FoundationExtensions Resettable.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/General/RuntimeWarnings.swift:41:73: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
39 | 		)
40 | 		#else
41 | 		fputs("\(formatter.string(from: Date())) [\(category)] \(message)\n", stderr)
   |                                                                         `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
42 | 		#endif
43 | 	}
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
145 | extern FILE *stderr;		/* Standard error output stream.  */
    |              `- note: var declared here
146 | /* C89/C99 say they're macros.  Make them happy.  */
147 | #define stdin stdin
[234/283] Compiling FoundationExtensions RuntimeWarnings.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/General/RuntimeWarnings.swift:41:73: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
39 | 		)
40 | 		#else
41 | 		fputs("\(formatter.string(from: Date())) [\(category)] \(message)\n", stderr)
   |                                                                         `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
42 | 		#endif
43 | 	}
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
145 | extern FILE *stderr;		/* Standard error output stream.  */
    |              `- note: var declared here
146 | /* C89/C99 say they're macros.  Make them happy.  */
147 | #define stdin stdin
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'swift-snapshot-testing': 'swift-snapshot-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
[0/1] Planning build
Building for debugging...
[0/17] Write swift-version-24593BA9C3E375BF.txt
[2/60] Emitting module FunctionalModification
[3/63] Compiling FunctionalModification Modification.swift
[4/63] Compiling FunctionalModification Reduce.swift
[5/64] Compiling SwiftSyntax509 Empty.swift
[7/64] Compiling FunctionalModification Reduce.swift
[8/64] Emitting module FunctionalModification
[9/64] Compiling FunctionalModification Modification.swift
[10/65] Emitting module SwiftSyntax509
[13/67] Compiling IssueReporting ErrorReporting.swift
[14/67] Compiling IssueReporting AppHostWarning.swift
[15/67] Compiling IssueReporting Deprecations.swift
[16/69] Compiling IssueReporting TestContext.swift
[17/69] Compiling IssueReporting Unimplemented.swift
[18/69] Emitting module IssueReporting
[20/71] Compiling IssueReporting RuntimeWarningReporter.swift
[21/71] Compiling IssueReporting ReportIssue.swift
[22/71] Compiling IssueReporting BreakpointReporter.swift
[23/71] Compiling IssueReporting FatalErrorReporter.swift
[26/73] Compiling IssueReporting FailureObserver.swift
[27/73] Compiling IssueReporting LockIsolated.swift
[28/73] Compiling IssueReporting Rethrows.swift
[29/73] Compiling FunctionalKeyPath FunctionalKeyPath.swift
[30/73] Emitting module FunctionalKeyPath
[35/74] Compiling IssueReporting XCTest.swift
[36/74] Compiling IssueReporting IsTesting.swift
[37/74] Compiling IssueReporting IssueReporter.swift
[38/74] Emitting module FunctionalKeyPath
[46/74] Compiling IssueReporting SwiftTesting.swift
[47/74] Compiling IssueReporting UncheckedSendable.swift
[48/74] Compiling IssueReporting Warn.swift
[49/110] Compiling FunctionalKeyPath FunctionalKeyPath.swift
[50/120] Compiling SwiftSyntax Utils.swift
[51/120] Compiling SwiftSyntax AbsolutePosition.swift
[54/121] Compiling SwiftSyntax SourcePresence.swift
[55/121] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[56/121] Compiling SwiftSyntax Syntax.swift
[57/121] Compiling SwiftSyntax SyntaxArena.swift
[58/121] Compiling SwiftSyntax SyntaxChildren.swift
[59/121] Compiling SwiftSyntax SyntaxCollection.swift
[63/128] Compiling XCTestDynamicOverlay Exports.swift
[65/128] Emitting module XCTestDynamicOverlay
[66/128] Compiling XCTestDynamicOverlay Deprecations.swift
[67/129] Emitting module XCTestDynamicOverlay
[68/129] Compiling XCTestDynamicOverlay Deprecations.swift
[71/184] Compiling CustomDump CustomDumpStringConvertible.swift
[72/184] Compiling CustomDump Diff.swift
[73/184] Compiling CustomDump Dump.swift
[74/184] Compiling CustomDump ExpectDifference.swift
[75/187] Compiling CustomDump StoreKit.swift
[76/187] Compiling CustomDump Swift.swift
[77/187] Compiling CustomDump SwiftUI.swift
[78/187] Compiling CustomDump UIKit.swift
[79/187] Compiling CustomDump GameKit.swift
[80/187] Compiling CustomDump KeyPath.swift
[81/187] Compiling CustomDump Photos.swift
[82/187] Compiling CustomDump Speech.swift
[91/190] Compiling CustomDump Identifiable.swift
[92/190] Compiling CustomDump Mirror.swift
[93/190] Compiling CustomDump String.swift
[94/190] Compiling CustomDump ExpectNoDifference.swift
[95/190] Compiling CustomDump AnyType.swift
[96/190] Compiling CustomDump CollectionDifference.swift
[97/190] Compiling CustomDump Unordered.swift
[98/190] Compiling CustomDump XCTAssertDifference.swift
[99/190] Compiling CustomDump XCTAssertNoDifference.swift
[106/190] Compiling CustomDump CoreImage.swift
[107/190] Compiling CustomDump CoreLocation.swift
[108/190] Compiling CustomDump CoreMotion.swift
[109/190] Compiling CustomDump Foundation.swift
[117/190] Emitting module CustomDump
[125/196] Compiling CustomDump UserNotifications.swift
[126/196] Compiling CustomDump UserNotificationsUI.swift
[127/196] Compiling CustomDump CustomDumpReflectable.swift
[128/196] Compiling CustomDump CustomDumpRepresentable.swift
[146/248] Compiling FoundationExtensions Exports.swift
[147/248] Compiling FoundationExtensions Bundle+.swift
[148/248] Compiling FoundationExtensions Codable+.swift
[149/248] Compiling FoundationExtensions Collection+.swift
[150/251] Compiling FoundationExtensions NSObject+Swizzling.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:42:23: error: cannot find type 'Selector' in scope
40 | 	///
41 | 	public static func objc_exchangeImplementations(
42 | 		_ originalSelector: Selector,
   |                       `- error: cannot find type 'Selector' in scope
43 | 		_ swizzledSelector: Selector
44 | 	) {
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:43:23: error: cannot find type 'Selector' in scope
41 | 	public static func objc_exchangeImplementations(
42 | 		_ originalSelector: Selector,
43 | 		_ swizzledSelector: Selector
   |                       `- error: cannot find type 'Selector' in scope
44 | 	) {
45 | 		let originalMethod = class_getInstanceMethod(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:45:24: error: cannot find 'class_getInstanceMethod' in scope
43 | 		_ swizzledSelector: Selector
44 | 	) {
45 | 		let originalMethod = class_getInstanceMethod(
   |                        `- error: cannot find 'class_getInstanceMethod' in scope
46 | 			Self.self,
47 | 			originalSelector
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:50:24: error: cannot find 'class_getInstanceMethod' in scope
48 | 		)
49 |
50 | 		let swizzledMethod = class_getInstanceMethod(
   |                        `- error: cannot find 'class_getInstanceMethod' in scope
51 | 			Self.self,
52 | 			swizzledSelector
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:60:3: error: cannot find 'method_exchangeImplementations' in scope
58 | 		else { return }
59 |
60 | 		method_exchangeImplementations(originalMethod, swizzledMethod)
   |   `- error: cannot find 'method_exchangeImplementations' in scope
61 | 	}
62 | }
[151/251] Compiling FoundationExtensions USID.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:42:23: error: cannot find type 'Selector' in scope
40 | 	///
41 | 	public static func objc_exchangeImplementations(
42 | 		_ originalSelector: Selector,
   |                       `- error: cannot find type 'Selector' in scope
43 | 		_ swizzledSelector: Selector
44 | 	) {
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:43:23: error: cannot find type 'Selector' in scope
41 | 	public static func objc_exchangeImplementations(
42 | 		_ originalSelector: Selector,
43 | 		_ swizzledSelector: Selector
   |                       `- error: cannot find type 'Selector' in scope
44 | 	) {
45 | 		let originalMethod = class_getInstanceMethod(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:45:24: error: cannot find 'class_getInstanceMethod' in scope
43 | 		_ swizzledSelector: Selector
44 | 	) {
45 | 		let originalMethod = class_getInstanceMethod(
   |                        `- error: cannot find 'class_getInstanceMethod' in scope
46 | 			Self.self,
47 | 			originalSelector
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:50:24: error: cannot find 'class_getInstanceMethod' in scope
48 | 		)
49 |
50 | 		let swizzledMethod = class_getInstanceMethod(
   |                        `- error: cannot find 'class_getInstanceMethod' in scope
51 | 			Self.self,
52 | 			swizzledSelector
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:60:3: error: cannot find 'method_exchangeImplementations' in scope
58 | 		else { return }
59 |
60 | 		method_exchangeImplementations(originalMethod, swizzledMethod)
   |   `- error: cannot find 'method_exchangeImplementations' in scope
61 | 	}
62 | }
[152/251] Compiling FoundationExtensions UnwrappingError.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:42:23: error: cannot find type 'Selector' in scope
40 | 	///
41 | 	public static func objc_exchangeImplementations(
42 | 		_ originalSelector: Selector,
   |                       `- error: cannot find type 'Selector' in scope
43 | 		_ swizzledSelector: Selector
44 | 	) {
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:43:23: error: cannot find type 'Selector' in scope
41 | 	public static func objc_exchangeImplementations(
42 | 		_ originalSelector: Selector,
43 | 		_ swizzledSelector: Selector
   |                       `- error: cannot find type 'Selector' in scope
44 | 	) {
45 | 		let originalMethod = class_getInstanceMethod(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:45:24: error: cannot find 'class_getInstanceMethod' in scope
43 | 		_ swizzledSelector: Selector
44 | 	) {
45 | 		let originalMethod = class_getInstanceMethod(
   |                        `- error: cannot find 'class_getInstanceMethod' in scope
46 | 			Self.self,
47 | 			originalSelector
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:50:24: error: cannot find 'class_getInstanceMethod' in scope
48 | 		)
49 |
50 | 		let swizzledMethod = class_getInstanceMethod(
   |                        `- error: cannot find 'class_getInstanceMethod' in scope
51 | 			Self.self,
52 | 			swizzledSelector
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:60:3: error: cannot find 'method_exchangeImplementations' in scope
58 | 		else { return }
59 |
60 | 		method_exchangeImplementations(originalMethod, swizzledMethod)
   |   `- error: cannot find 'method_exchangeImplementations' in scope
61 | 	}
62 | }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[153/251] Emitting module FoundationExtensions
/host/spi-builder-workspace/Sources/FoundationExtensions/Extensions/DispatchTime+.swift:11:1: warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
 9 | }
10 |
11 | extension DispatchTime: ExpressibleByFloatLiteral {
   | |- warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 | 	/// Creates DispatchTime for the specified interval in seconds from `.now()`
13 | 	@inlinable
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:9:11: error: cannot find type 'objc_AssociationPolicy' in scope
  7 | 		_ object: Object?,
  8 | 		forKey key: StaticString,
  9 | 		policy: objc_AssociationPolicy
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 10 | 	) -> Bool
 11 |
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:33:11: error: cannot find type 'objc_AssociationPolicy' in scope
 31 | 		_ object: Object?,
 32 | 		forKey key: StaticString,
 33 | 		policy: objc_AssociationPolicy = .retain(.nonatomic)
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 34 | 	) -> Bool {
 35 | 		return _setAssociatedObject(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:95:10: error: cannot find type 'objc_AssociationPolicy' in scope
 93 | 	to associatingObject: AnyObject,
 94 | 	forKey key: StaticString,
 95 | 	policy: objc_AssociationPolicy
    |          `- error: cannot find type 'objc_AssociationPolicy' in scope
 96 | ) -> Bool {
 97 | 	guard key.hasPointerRepresentation
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:39:12: error: extra argument 'policy' in call
 37 | 			to: self,
 38 | 			forKey: key,
 39 | 			policy: policy
    |            `- error: extra argument 'policy' in call
 40 | 		)
 41 | 	}
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:82:12: error: extra argument 'policy' in call
 80 | 		to: associatingObject,
 81 | 		forKey: key,
 82 | 		policy: .init(
    |            `- error: extra argument 'policy' in call
 83 | 			Object.self is AnyClass ? .retain : .copy,
 84 | 			threadSafety
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:82:12: error: cannot infer contextual base in reference to member 'init'
 80 | 		to: associatingObject,
 81 | 		forKey: key,
 82 | 		policy: .init(
    |            `- error: cannot infer contextual base in reference to member 'init'
 83 | 			Object.self is AnyClass ? .retain : .copy,
 84 | 			threadSafety
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:83:31: error: cannot infer contextual base in reference to member 'retain'
 81 | 		forKey: key,
 82 | 		policy: .init(
 83 | 			Object.self is AnyClass ? .retain : .copy,
    |                               `- error: cannot infer contextual base in reference to member 'retain'
 84 | 			threadSafety
 85 | 		)
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:100:2: error: cannot find 'objc_setAssociatedObject' in scope
 98 | 	else { return false }
 99 |
100 | 	objc_setAssociatedObject(
    |  `- error: cannot find 'objc_setAssociatedObject' in scope
101 | 		associatingObject,
102 | 		UnsafeRawPointer(key.utf8Start),
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:119:9: error: cannot find 'objc_getAssociatedObject' in scope
117 | 	else { return nil }
118 |
119 | 	return objc_getAssociatedObject(
    |         `- error: cannot find 'objc_getAssociatedObject' in scope
120 | 		associatingObject,
121 | 		UnsafeRawPointer(key.utf8Start)
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/objc_AssociationPolicy+.swift:41:11: error: cannot find type 'objc_AssociationPolicy' in scope
 39 | }
 40 |
 41 | extension objc_AssociationPolicy {
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 42 | 	@inlinable
 43 | 	public init(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:42:23: error: cannot find type 'Selector' in scope
40 | 	///
41 | 	public static func objc_exchangeImplementations(
42 | 		_ originalSelector: Selector,
   |                       `- error: cannot find type 'Selector' in scope
43 | 		_ swizzledSelector: Selector
44 | 	) {
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:43:23: error: cannot find type 'Selector' in scope
41 | 	public static func objc_exchangeImplementations(
42 | 		_ originalSelector: Selector,
43 | 		_ swizzledSelector: Selector
   |                       `- error: cannot find type 'Selector' in scope
44 | 	) {
45 | 		let originalMethod = class_getInstanceMethod(
[158/254] Compiling FoundationExtensions Optional+.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/Extensions/DispatchTime+.swift:11:1: warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
 9 | }
10 |
11 | extension DispatchTime: ExpressibleByFloatLiteral {
   | |- warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 | 	/// Creates DispatchTime for the specified interval in seconds from `.now()`
13 | 	@inlinable
[159/254] Compiling FoundationExtensions Range+.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/Extensions/DispatchTime+.swift:11:1: warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
 9 | }
10 |
11 | extension DispatchTime: ExpressibleByFloatLiteral {
   | |- warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 | 	/// Creates DispatchTime for the specified interval in seconds from `.now()`
13 | 	@inlinable
[160/254] Compiling FoundationExtensions Result+.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/Extensions/DispatchTime+.swift:11:1: warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
 9 | }
10 |
11 | extension DispatchTime: ExpressibleByFloatLiteral {
   | |- warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 | 	/// Creates DispatchTime for the specified interval in seconds from `.now()`
13 | 	@inlinable
[161/254] Compiling FoundationExtensions String+.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/Extensions/DispatchTime+.swift:11:1: warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
 9 | }
10 |
11 | extension DispatchTime: ExpressibleByFloatLiteral {
   | |- warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 | 	/// Creates DispatchTime for the specified interval in seconds from `.now()`
13 | 	@inlinable
[162/254] Compiling FoundationExtensions DispatchTime+.swift
[163/254] Compiling FoundationExtensions FloatingPoint+.swift
[164/254] Compiling FoundationExtensions NSAttributedString+.swift
[165/254] Compiling FoundationExtensions NSLocking+.swift
[166/254] Compiling FoundationExtensions AssociatingObject.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:9:11: error: cannot find type 'objc_AssociationPolicy' in scope
  7 | 		_ object: Object?,
  8 | 		forKey key: StaticString,
  9 | 		policy: objc_AssociationPolicy
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 10 | 	) -> Bool
 11 |
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:33:11: error: cannot find type 'objc_AssociationPolicy' in scope
 31 | 		_ object: Object?,
 32 | 		forKey key: StaticString,
 33 | 		policy: objc_AssociationPolicy = .retain(.nonatomic)
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 34 | 	) -> Bool {
 35 | 		return _setAssociatedObject(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:95:10: error: cannot find type 'objc_AssociationPolicy' in scope
 93 | 	to associatingObject: AnyObject,
 94 | 	forKey key: StaticString,
 95 | 	policy: objc_AssociationPolicy
    |          `- error: cannot find type 'objc_AssociationPolicy' in scope
 96 | ) -> Bool {
 97 | 	guard key.hasPointerRepresentation
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:39:12: error: extra argument 'policy' in call
 37 | 			to: self,
 38 | 			forKey: key,
 39 | 			policy: policy
    |            `- error: extra argument 'policy' in call
 40 | 		)
 41 | 	}
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:82:12: error: extra argument 'policy' in call
 80 | 		to: associatingObject,
 81 | 		forKey: key,
 82 | 		policy: .init(
    |            `- error: extra argument 'policy' in call
 83 | 			Object.self is AnyClass ? .retain : .copy,
 84 | 			threadSafety
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:82:12: error: cannot infer contextual base in reference to member 'init'
 80 | 		to: associatingObject,
 81 | 		forKey: key,
 82 | 		policy: .init(
    |            `- error: cannot infer contextual base in reference to member 'init'
 83 | 			Object.self is AnyClass ? .retain : .copy,
 84 | 			threadSafety
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:83:31: error: cannot infer contextual base in reference to member 'retain'
 81 | 		forKey: key,
 82 | 		policy: .init(
 83 | 			Object.self is AnyClass ? .retain : .copy,
    |                               `- error: cannot infer contextual base in reference to member 'retain'
 84 | 			threadSafety
 85 | 		)
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:100:2: error: cannot find 'objc_setAssociatedObject' in scope
 98 | 	else { return false }
 99 |
100 | 	objc_setAssociatedObject(
    |  `- error: cannot find 'objc_setAssociatedObject' in scope
101 | 		associatingObject,
102 | 		UnsafeRawPointer(key.utf8Start),
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:119:9: error: cannot find 'objc_getAssociatedObject' in scope
117 | 	else { return nil }
118 |
119 | 	return objc_getAssociatedObject(
    |         `- error: cannot find 'objc_getAssociatedObject' in scope
120 | 		associatingObject,
121 | 		UnsafeRawPointer(key.utf8Start)
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/objc_AssociationPolicy+.swift:41:11: error: cannot find type 'objc_AssociationPolicy' in scope
 39 | }
 40 |
 41 | extension objc_AssociationPolicy {
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 42 | 	@inlinable
 43 | 	public init(
[167/254] Compiling FoundationExtensions objc_AssociationPolicy+.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:9:11: error: cannot find type 'objc_AssociationPolicy' in scope
  7 | 		_ object: Object?,
  8 | 		forKey key: StaticString,
  9 | 		policy: objc_AssociationPolicy
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 10 | 	) -> Bool
 11 |
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:33:11: error: cannot find type 'objc_AssociationPolicy' in scope
 31 | 		_ object: Object?,
 32 | 		forKey key: StaticString,
 33 | 		policy: objc_AssociationPolicy = .retain(.nonatomic)
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 34 | 	) -> Bool {
 35 | 		return _setAssociatedObject(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:95:10: error: cannot find type 'objc_AssociationPolicy' in scope
 93 | 	to associatingObject: AnyObject,
 94 | 	forKey key: StaticString,
 95 | 	policy: objc_AssociationPolicy
    |          `- error: cannot find type 'objc_AssociationPolicy' in scope
 96 | ) -> Bool {
 97 | 	guard key.hasPointerRepresentation
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:39:12: error: extra argument 'policy' in call
 37 | 			to: self,
 38 | 			forKey: key,
 39 | 			policy: policy
    |            `- error: extra argument 'policy' in call
 40 | 		)
 41 | 	}
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:82:12: error: extra argument 'policy' in call
 80 | 		to: associatingObject,
 81 | 		forKey: key,
 82 | 		policy: .init(
    |            `- error: extra argument 'policy' in call
 83 | 			Object.self is AnyClass ? .retain : .copy,
 84 | 			threadSafety
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:82:12: error: cannot infer contextual base in reference to member 'init'
 80 | 		to: associatingObject,
 81 | 		forKey: key,
 82 | 		policy: .init(
    |            `- error: cannot infer contextual base in reference to member 'init'
 83 | 			Object.self is AnyClass ? .retain : .copy,
 84 | 			threadSafety
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:83:31: error: cannot infer contextual base in reference to member 'retain'
 81 | 		forKey: key,
 82 | 		policy: .init(
 83 | 			Object.self is AnyClass ? .retain : .copy,
    |                               `- error: cannot infer contextual base in reference to member 'retain'
 84 | 			threadSafety
 85 | 		)
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:100:2: error: cannot find 'objc_setAssociatedObject' in scope
 98 | 	else { return false }
 99 |
100 | 	objc_setAssociatedObject(
    |  `- error: cannot find 'objc_setAssociatedObject' in scope
101 | 		associatingObject,
102 | 		UnsafeRawPointer(key.utf8Start),
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:119:9: error: cannot find 'objc_getAssociatedObject' in scope
117 | 	else { return nil }
118 |
119 | 	return objc_getAssociatedObject(
    |         `- error: cannot find 'objc_getAssociatedObject' in scope
120 | 		associatingObject,
121 | 		UnsafeRawPointer(key.utf8Start)
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/objc_AssociationPolicy+.swift:41:11: error: cannot find type 'objc_AssociationPolicy' in scope
 39 | }
 40 |
 41 | extension objc_AssociationPolicy {
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 42 | 	@inlinable
 43 | 	public init(
[168/254] Compiling FoundationExtensions Box.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:9:11: error: cannot find type 'objc_AssociationPolicy' in scope
  7 | 		_ object: Object?,
  8 | 		forKey key: StaticString,
  9 | 		policy: objc_AssociationPolicy
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 10 | 	) -> Bool
 11 |
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:33:11: error: cannot find type 'objc_AssociationPolicy' in scope
 31 | 		_ object: Object?,
 32 | 		forKey key: StaticString,
 33 | 		policy: objc_AssociationPolicy = .retain(.nonatomic)
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 34 | 	) -> Bool {
 35 | 		return _setAssociatedObject(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:95:10: error: cannot find type 'objc_AssociationPolicy' in scope
 93 | 	to associatingObject: AnyObject,
 94 | 	forKey key: StaticString,
 95 | 	policy: objc_AssociationPolicy
    |          `- error: cannot find type 'objc_AssociationPolicy' in scope
 96 | ) -> Bool {
 97 | 	guard key.hasPointerRepresentation
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:39:12: error: extra argument 'policy' in call
 37 | 			to: self,
 38 | 			forKey: key,
 39 | 			policy: policy
    |            `- error: extra argument 'policy' in call
 40 | 		)
 41 | 	}
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:82:12: error: extra argument 'policy' in call
 80 | 		to: associatingObject,
 81 | 		forKey: key,
 82 | 		policy: .init(
    |            `- error: extra argument 'policy' in call
 83 | 			Object.self is AnyClass ? .retain : .copy,
 84 | 			threadSafety
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:82:12: error: cannot infer contextual base in reference to member 'init'
 80 | 		to: associatingObject,
 81 | 		forKey: key,
 82 | 		policy: .init(
    |            `- error: cannot infer contextual base in reference to member 'init'
 83 | 			Object.self is AnyClass ? .retain : .copy,
 84 | 			threadSafety
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:83:31: error: cannot infer contextual base in reference to member 'retain'
 81 | 		forKey: key,
 82 | 		policy: .init(
 83 | 			Object.self is AnyClass ? .retain : .copy,
    |                               `- error: cannot infer contextual base in reference to member 'retain'
 84 | 			threadSafety
 85 | 		)
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:100:2: error: cannot find 'objc_setAssociatedObject' in scope
 98 | 	else { return false }
 99 |
100 | 	objc_setAssociatedObject(
    |  `- error: cannot find 'objc_setAssociatedObject' in scope
101 | 		associatingObject,
102 | 		UnsafeRawPointer(key.utf8Start),
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:119:9: error: cannot find 'objc_getAssociatedObject' in scope
117 | 	else { return nil }
118 |
119 | 	return objc_getAssociatedObject(
    |         `- error: cannot find 'objc_getAssociatedObject' in scope
120 | 		associatingObject,
121 | 		UnsafeRawPointer(key.utf8Start)
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/objc_AssociationPolicy+.swift:41:11: error: cannot find type 'objc_AssociationPolicy' in scope
 39 | }
 40 |
 41 | extension objc_AssociationPolicy {
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 42 | 	@inlinable
 43 | 	public init(
[169/254] Compiling FoundationExtensions Equated.swift
[170/254] Compiling FoundationExtensions Indirect.swift
[171/254] Compiling FoundationExtensions PropertyProxy.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/Extensions/DispatchTime+.swift:11:1: warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
 9 | }
10 |
11 | extension DispatchTime: ExpressibleByFloatLiteral {
   | |- warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 | 	/// Creates DispatchTime for the specified interval in seconds from `.now()`
13 | 	@inlinable
/host/spi-builder-workspace/Sources/FoundationExtensions/Extensions/DispatchTime+.swift:11:1: warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
 9 | }
10 |
11 | extension DispatchTime: ExpressibleByFloatLiteral {
   | |- warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 | 	/// Creates DispatchTime for the specified interval in seconds from `.now()`
13 | 	@inlinable
/host/spi-builder-workspace/Sources/FoundationExtensions/Extensions/DispatchTime+.swift:11:1: warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
 9 | }
10 |
11 | extension DispatchTime: ExpressibleByFloatLiteral {
   | |- warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 | 	/// Creates DispatchTime for the specified interval in seconds from `.now()`
13 | 	@inlinable
/host/spi-builder-workspace/Sources/FoundationExtensions/Extensions/DispatchTime+.swift:11:1: warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
 9 | }
10 |
11 | extension DispatchTime: ExpressibleByFloatLiteral {
   | |- warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 | 	/// Creates DispatchTime for the specified interval in seconds from `.now()`
13 | 	@inlinable
[176/254] Compiling FoundationExtensions Reference.swift
[177/254] Compiling FoundationExtensions Castable.swift
[178/254] Compiling FoundationExtensions Equated+Comparator.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:9:11: error: cannot find type 'objc_AssociationPolicy' in scope
  7 | 		_ object: Object?,
  8 | 		forKey key: StaticString,
  9 | 		policy: objc_AssociationPolicy
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 10 | 	) -> Bool
 11 |
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:33:11: error: cannot find type 'objc_AssociationPolicy' in scope
 31 | 		_ object: Object?,
 32 | 		forKey key: StaticString,
 33 | 		policy: objc_AssociationPolicy = .retain(.nonatomic)
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 34 | 	) -> Bool {
 35 | 		return _setAssociatedObject(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:95:10: error: cannot find type 'objc_AssociationPolicy' in scope
 93 | 	to associatingObject: AnyObject,
 94 | 	forKey key: StaticString,
 95 | 	policy: objc_AssociationPolicy
    |          `- error: cannot find type 'objc_AssociationPolicy' in scope
 96 | ) -> Bool {
 97 | 	guard key.hasPointerRepresentation
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:39:12: error: extra argument 'policy' in call
 37 | 			to: self,
 38 | 			forKey: key,
 39 | 			policy: policy
    |            `- error: extra argument 'policy' in call
 40 | 		)
 41 | 	}
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:82:12: error: extra argument 'policy' in call
 80 | 		to: associatingObject,
 81 | 		forKey: key,
 82 | 		policy: .init(
    |            `- error: extra argument 'policy' in call
 83 | 			Object.self is AnyClass ? .retain : .copy,
 84 | 			threadSafety
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:82:12: error: cannot infer contextual base in reference to member 'init'
 80 | 		to: associatingObject,
 81 | 		forKey: key,
 82 | 		policy: .init(
    |            `- error: cannot infer contextual base in reference to member 'init'
 83 | 			Object.self is AnyClass ? .retain : .copy,
 84 | 			threadSafety
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:83:31: error: cannot infer contextual base in reference to member 'retain'
 81 | 		forKey: key,
 82 | 		policy: .init(
 83 | 			Object.self is AnyClass ? .retain : .copy,
    |                               `- error: cannot infer contextual base in reference to member 'retain'
 84 | 			threadSafety
 85 | 		)
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:100:2: error: cannot find 'objc_setAssociatedObject' in scope
 98 | 	else { return false }
 99 |
100 | 	objc_setAssociatedObject(
    |  `- error: cannot find 'objc_setAssociatedObject' in scope
101 | 		associatingObject,
102 | 		UnsafeRawPointer(key.utf8Start),
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:119:9: error: cannot find 'objc_getAssociatedObject' in scope
117 | 	else { return nil }
118 |
119 | 	return objc_getAssociatedObject(
    |         `- error: cannot find 'objc_getAssociatedObject' in scope
120 | 		associatingObject,
121 | 		UnsafeRawPointer(key.utf8Start)
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/objc_AssociationPolicy+.swift:41:11: error: cannot find type 'objc_AssociationPolicy' in scope
 39 | }
 40 |
 41 | extension objc_AssociationPolicy {
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 42 | 	@inlinable
 43 | 	public init(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:9:11: error: cannot find type 'objc_AssociationPolicy' in scope
  7 | 		_ object: Object?,
  8 | 		forKey key: StaticString,
  9 | 		policy: objc_AssociationPolicy
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 10 | 	) -> Bool
 11 |
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:33:11: error: cannot find type 'objc_AssociationPolicy' in scope
 31 | 		_ object: Object?,
 32 | 		forKey key: StaticString,
 33 | 		policy: objc_AssociationPolicy = .retain(.nonatomic)
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 34 | 	) -> Bool {
 35 | 		return _setAssociatedObject(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:95:10: error: cannot find type 'objc_AssociationPolicy' in scope
 93 | 	to associatingObject: AnyObject,
 94 | 	forKey key: StaticString,
 95 | 	policy: objc_AssociationPolicy
    |          `- error: cannot find type 'objc_AssociationPolicy' in scope
 96 | ) -> Bool {
 97 | 	guard key.hasPointerRepresentation
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:39:12: error: extra argument 'policy' in call
 37 | 			to: self,
 38 | 			forKey: key,
 39 | 			policy: policy
    |            `- error: extra argument 'policy' in call
 40 | 		)
 41 | 	}
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:82:12: error: extra argument 'policy' in call
 80 | 		to: associatingObject,
 81 | 		forKey: key,
 82 | 		policy: .init(
    |            `- error: extra argument 'policy' in call
 83 | 			Object.self is AnyClass ? .retain : .copy,
 84 | 			threadSafety
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:82:12: error: cannot infer contextual base in reference to member 'init'
 80 | 		to: associatingObject,
 81 | 		forKey: key,
 82 | 		policy: .init(
    |            `- error: cannot infer contextual base in reference to member 'init'
 83 | 			Object.self is AnyClass ? .retain : .copy,
 84 | 			threadSafety
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:83:31: error: cannot infer contextual base in reference to member 'retain'
 81 | 		forKey: key,
 82 | 		policy: .init(
 83 | 			Object.self is AnyClass ? .retain : .copy,
    |                               `- error: cannot infer contextual base in reference to member 'retain'
 84 | 			threadSafety
 85 | 		)
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:100:2: error: cannot find 'objc_setAssociatedObject' in scope
 98 | 	else { return false }
 99 |
100 | 	objc_setAssociatedObject(
    |  `- error: cannot find 'objc_setAssociatedObject' in scope
101 | 		associatingObject,
102 | 		UnsafeRawPointer(key.utf8Start),
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:119:9: error: cannot find 'objc_getAssociatedObject' in scope
117 | 	else { return nil }
118 |
119 | 	return objc_getAssociatedObject(
    |         `- error: cannot find 'objc_getAssociatedObject' in scope
120 | 		associatingObject,
121 | 		UnsafeRawPointer(key.utf8Start)
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/objc_AssociationPolicy+.swift:41:11: error: cannot find type 'objc_AssociationPolicy' in scope
 39 | }
 40 |
 41 | extension objc_AssociationPolicy {
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 42 | 	@inlinable
 43 | 	public init(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:9:11: error: cannot find type 'objc_AssociationPolicy' in scope
  7 | 		_ object: Object?,
  8 | 		forKey key: StaticString,
  9 | 		policy: objc_AssociationPolicy
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 10 | 	) -> Bool
 11 |
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:33:11: error: cannot find type 'objc_AssociationPolicy' in scope
 31 | 		_ object: Object?,
 32 | 		forKey key: StaticString,
 33 | 		policy: objc_AssociationPolicy = .retain(.nonatomic)
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 34 | 	) -> Bool {
 35 | 		return _setAssociatedObject(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:95:10: error: cannot find type 'objc_AssociationPolicy' in scope
 93 | 	to associatingObject: AnyObject,
 94 | 	forKey key: StaticString,
 95 | 	policy: objc_AssociationPolicy
    |          `- error: cannot find type 'objc_AssociationPolicy' in scope
 96 | ) -> Bool {
 97 | 	guard key.hasPointerRepresentation
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:39:12: error: extra argument 'policy' in call
 37 | 			to: self,
 38 | 			forKey: key,
 39 | 			policy: policy
    |            `- error: extra argument 'policy' in call
 40 | 		)
 41 | 	}
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:82:12: error: extra argument 'policy' in call
 80 | 		to: associatingObject,
 81 | 		forKey: key,
 82 | 		policy: .init(
    |            `- error: extra argument 'policy' in call
 83 | 			Object.self is AnyClass ? .retain : .copy,
 84 | 			threadSafety
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:82:12: error: cannot infer contextual base in reference to member 'init'
 80 | 		to: associatingObject,
 81 | 		forKey: key,
 82 | 		policy: .init(
    |            `- error: cannot infer contextual base in reference to member 'init'
 83 | 			Object.self is AnyClass ? .retain : .copy,
 84 | 			threadSafety
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:83:31: error: cannot infer contextual base in reference to member 'retain'
 81 | 		forKey: key,
 82 | 		policy: .init(
 83 | 			Object.self is AnyClass ? .retain : .copy,
    |                               `- error: cannot infer contextual base in reference to member 'retain'
 84 | 			threadSafety
 85 | 		)
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:100:2: error: cannot find 'objc_setAssociatedObject' in scope
 98 | 	else { return false }
 99 |
100 | 	objc_setAssociatedObject(
    |  `- error: cannot find 'objc_setAssociatedObject' in scope
101 | 		associatingObject,
102 | 		UnsafeRawPointer(key.utf8Start),
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:119:9: error: cannot find 'objc_getAssociatedObject' in scope
117 | 	else { return nil }
118 |
119 | 	return objc_getAssociatedObject(
    |         `- error: cannot find 'objc_getAssociatedObject' in scope
120 | 		associatingObject,
121 | 		UnsafeRawPointer(key.utf8Start)
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/objc_AssociationPolicy+.swift:41:11: error: cannot find type 'objc_AssociationPolicy' in scope
 39 | }
 40 |
 41 | extension objc_AssociationPolicy {
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 42 | 	@inlinable
 43 | 	public init(
error: emit-module command failed with exit code 1 (use -v to see invocation)
[189/254] Emitting module FoundationExtensions
/host/spi-builder-workspace/Sources/FoundationExtensions/Extensions/DispatchTime+.swift:11:1: warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
 9 | }
10 |
11 | extension DispatchTime: ExpressibleByFloatLiteral {
   | |- warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 | 	/// Creates DispatchTime for the specified interval in seconds from `.now()`
13 | 	@inlinable
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:9:11: error: cannot find type 'objc_AssociationPolicy' in scope
  7 | 		_ object: Object?,
  8 | 		forKey key: StaticString,
  9 | 		policy: objc_AssociationPolicy
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 10 | 	) -> Bool
 11 |
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:33:11: error: cannot find type 'objc_AssociationPolicy' in scope
 31 | 		_ object: Object?,
 32 | 		forKey key: StaticString,
 33 | 		policy: objc_AssociationPolicy = .retain(.nonatomic)
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 34 | 	) -> Bool {
 35 | 		return _setAssociatedObject(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:95:10: error: cannot find type 'objc_AssociationPolicy' in scope
 93 | 	to associatingObject: AnyObject,
 94 | 	forKey key: StaticString,
 95 | 	policy: objc_AssociationPolicy
    |          `- error: cannot find type 'objc_AssociationPolicy' in scope
 96 | ) -> Bool {
 97 | 	guard key.hasPointerRepresentation
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:39:12: error: extra argument 'policy' in call
 37 | 			to: self,
 38 | 			forKey: key,
 39 | 			policy: policy
    |            `- error: extra argument 'policy' in call
 40 | 		)
 41 | 	}
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:82:12: error: extra argument 'policy' in call
 80 | 		to: associatingObject,
 81 | 		forKey: key,
 82 | 		policy: .init(
    |            `- error: extra argument 'policy' in call
 83 | 			Object.self is AnyClass ? .retain : .copy,
 84 | 			threadSafety
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:82:12: error: cannot infer contextual base in reference to member 'init'
 80 | 		to: associatingObject,
 81 | 		forKey: key,
 82 | 		policy: .init(
    |            `- error: cannot infer contextual base in reference to member 'init'
 83 | 			Object.self is AnyClass ? .retain : .copy,
 84 | 			threadSafety
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:83:31: error: cannot infer contextual base in reference to member 'retain'
 81 | 		forKey: key,
 82 | 		policy: .init(
 83 | 			Object.self is AnyClass ? .retain : .copy,
    |                               `- error: cannot infer contextual base in reference to member 'retain'
 84 | 			threadSafety
 85 | 		)
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:100:2: error: cannot find 'objc_setAssociatedObject' in scope
 98 | 	else { return false }
 99 |
100 | 	objc_setAssociatedObject(
    |  `- error: cannot find 'objc_setAssociatedObject' in scope
101 | 		associatingObject,
102 | 		UnsafeRawPointer(key.utf8Start),
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:119:9: error: cannot find 'objc_getAssociatedObject' in scope
117 | 	else { return nil }
118 |
119 | 	return objc_getAssociatedObject(
    |         `- error: cannot find 'objc_getAssociatedObject' in scope
120 | 		associatingObject,
121 | 		UnsafeRawPointer(key.utf8Start)
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/objc_AssociationPolicy+.swift:41:11: error: cannot find type 'objc_AssociationPolicy' in scope
 39 | }
 40 |
 41 | extension objc_AssociationPolicy {
    |           `- error: cannot find type 'objc_AssociationPolicy' in scope
 42 | 	@inlinable
 43 | 	public init(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:42:23: error: cannot find type 'Selector' in scope
40 | 	///
41 | 	public static func objc_exchangeImplementations(
42 | 		_ originalSelector: Selector,
   |                       `- error: cannot find type 'Selector' in scope
43 | 		_ swizzledSelector: Selector
44 | 	) {
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:43:23: error: cannot find type 'Selector' in scope
41 | 	public static func objc_exchangeImplementations(
42 | 		_ originalSelector: Selector,
43 | 		_ swizzledSelector: Selector
   |                       `- error: cannot find type 'Selector' in scope
44 | 	) {
45 | 		let originalMethod = class_getInstanceMethod(
[190/254] Compiling FoundationExtensions NSObject+Swizzling.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:42:23: error: cannot find type 'Selector' in scope
40 | 	///
41 | 	public static func objc_exchangeImplementations(
42 | 		_ originalSelector: Selector,
   |                       `- error: cannot find type 'Selector' in scope
43 | 		_ swizzledSelector: Selector
44 | 	) {
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:43:23: error: cannot find type 'Selector' in scope
41 | 	public static func objc_exchangeImplementations(
42 | 		_ originalSelector: Selector,
43 | 		_ swizzledSelector: Selector
   |                       `- error: cannot find type 'Selector' in scope
44 | 	) {
45 | 		let originalMethod = class_getInstanceMethod(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:45:24: error: cannot find 'class_getInstanceMethod' in scope
43 | 		_ swizzledSelector: Selector
44 | 	) {
45 | 		let originalMethod = class_getInstanceMethod(
   |                        `- error: cannot find 'class_getInstanceMethod' in scope
46 | 			Self.self,
47 | 			originalSelector
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:50:24: error: cannot find 'class_getInstanceMethod' in scope
48 | 		)
49 |
50 | 		let swizzledMethod = class_getInstanceMethod(
   |                        `- error: cannot find 'class_getInstanceMethod' in scope
51 | 			Self.self,
52 | 			swizzledSelector
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:60:3: error: cannot find 'method_exchangeImplementations' in scope
58 | 		else { return }
59 |
60 | 		method_exchangeImplementations(originalMethod, swizzledMethod)
   |   `- error: cannot find 'method_exchangeImplementations' in scope
61 | 	}
62 | }
[191/254] Compiling FoundationExtensions USID.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:42:23: error: cannot find type 'Selector' in scope
40 | 	///
41 | 	public static func objc_exchangeImplementations(
42 | 		_ originalSelector: Selector,
   |                       `- error: cannot find type 'Selector' in scope
43 | 		_ swizzledSelector: Selector
44 | 	) {
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:43:23: error: cannot find type 'Selector' in scope
41 | 	public static func objc_exchangeImplementations(
42 | 		_ originalSelector: Selector,
43 | 		_ swizzledSelector: Selector
   |                       `- error: cannot find type 'Selector' in scope
44 | 	) {
45 | 		let originalMethod = class_getInstanceMethod(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:45:24: error: cannot find 'class_getInstanceMethod' in scope
43 | 		_ swizzledSelector: Selector
44 | 	) {
45 | 		let originalMethod = class_getInstanceMethod(
   |                        `- error: cannot find 'class_getInstanceMethod' in scope
46 | 			Self.self,
47 | 			originalSelector
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:50:24: error: cannot find 'class_getInstanceMethod' in scope
48 | 		)
49 |
50 | 		let swizzledMethod = class_getInstanceMethod(
   |                        `- error: cannot find 'class_getInstanceMethod' in scope
51 | 			Self.self,
52 | 			swizzledSelector
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:60:3: error: cannot find 'method_exchangeImplementations' in scope
58 | 		else { return }
59 |
60 | 		method_exchangeImplementations(originalMethod, swizzledMethod)
   |   `- error: cannot find 'method_exchangeImplementations' in scope
61 | 	}
62 | }
[192/254] Compiling FoundationExtensions UnwrappingError.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:42:23: error: cannot find type 'Selector' in scope
40 | 	///
41 | 	public static func objc_exchangeImplementations(
42 | 		_ originalSelector: Selector,
   |                       `- error: cannot find type 'Selector' in scope
43 | 		_ swizzledSelector: Selector
44 | 	) {
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:43:23: error: cannot find type 'Selector' in scope
41 | 	public static func objc_exchangeImplementations(
42 | 		_ originalSelector: Selector,
43 | 		_ swizzledSelector: Selector
   |                       `- error: cannot find type 'Selector' in scope
44 | 	) {
45 | 		let originalMethod = class_getInstanceMethod(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:45:24: error: cannot find 'class_getInstanceMethod' in scope
43 | 		_ swizzledSelector: Selector
44 | 	) {
45 | 		let originalMethod = class_getInstanceMethod(
   |                        `- error: cannot find 'class_getInstanceMethod' in scope
46 | 			Self.self,
47 | 			originalSelector
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:50:24: error: cannot find 'class_getInstanceMethod' in scope
48 | 		)
49 |
50 | 		let swizzledMethod = class_getInstanceMethod(
   |                        `- error: cannot find 'class_getInstanceMethod' in scope
51 | 			Self.self,
52 | 			swizzledSelector
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:60:3: error: cannot find 'method_exchangeImplementations' in scope
58 | 		else { return }
59 |
60 | 		method_exchangeImplementations(originalMethod, swizzledMethod)
   |   `- error: cannot find 'method_exchangeImplementations' in scope
61 | 	}
62 | }
[196/254] Compiling FoundationExtensions Resettable+CollectionProxy.swift
[197/254] Compiling FoundationExtensions Resettable.swift
[198/254] Compiling FoundationExtensions RuntimeWarnings.swift
BUILD FAILURE 6.1 linux