The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

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

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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-4609320-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/pointfreeco/swift-macro-testing.git
Fetching https://github.com/capturecontext/swift-declarative-configuration.git
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/stackotter/swift-macro-toolkit.git
[1/868] Fetching swift-macro-testing
[288/5449] Fetching swift-macro-testing, swift-custom-dump
[5450/6089] Fetching swift-macro-testing, swift-custom-dump, swift-declarative-configuration
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (0.24s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.25s)
Fetched https://github.com/capturecontext/swift-declarative-configuration.git from cache (0.25s)
[1/869] Fetching swift-macro-toolkit
Fetched https://github.com/stackotter/swift-macro-toolkit.git from cache (1.53s)
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.93s)
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13159] Fetching swift-snapshot-testing
[4212/83404] Fetching swift-snapshot-testing, swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.79s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.80s)
Computing version for https://github.com/stackotter/swift-macro-toolkit.git
Computed https://github.com/stackotter/swift-macro-toolkit.git at 0.3.1 (4.22s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.0.0 (1.96s)
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.47s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.46s)
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.56s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.97s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.3 (0.43s)
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/pointfreeco/swift-macro-testing.git
Working copy of https://github.com/pointfreeco/swift-macro-testing.git resolved at 0.2.2
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/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/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/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
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] Emitting module SwiftSyntax509
[31/91] Compiling FunctionalModification Reduce.swift
[32/91] Compiling FunctionalModification Modification.swift
[33/91] Emitting module FunctionalModification
[34/91] Compiling FunctionalModification Modification.swift
[35/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
[36/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
[37/91] Compiling SwiftSyntax509 Empty.swift
[38/94] Emitting module FunctionalModification
[39/95] Compiling FunctionalModification Reduce.swift
[42/96] Compiling IssueReporting BreakpointReporter.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
[43/96] Compiling IssueReporting FatalErrorReporter.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
[44/96] 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
[45/98] Wrapping AST for SwiftSyntax509 for debugging
[47/147] Emitting module FunctionalKeyPath
[48/147] Compiling FunctionalKeyPath FunctionalKeyPath.swift
[51/148] Emitting module FunctionalKeyPath
[52/149] 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
[53/149] 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
[57/149] 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
[58/149] 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/149] 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/149] 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
[61/149] 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
[62/149] 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
[63/149] 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
<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
[65/149] 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
[66/149] Compiling SwiftSyntax SyntaxArena.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
[67/149] Compiling SwiftSyntax SyntaxChildren.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/149] 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
<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/149] 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
[71/149] 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
[72/149] 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
[73/149] 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
[74/149] 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
<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
[76/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
[79/149] 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
[81/150] 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
<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/157] 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
[94/157] 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
[95/157] 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
<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
[97/158] 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
[100/213] 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
[101/213] 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
[102/213] 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
[103/213] 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
<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
[108/216] 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
[109/216] 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
[110/216] 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
[111/216] 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
[112/219] 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
[113/219] 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
[114/219] 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
[115/219] 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/219] 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/219] 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
<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
[124/219] 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
[125/219] 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
[126/219] 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
[127/219] 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
[128/219] 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
[145/219] Compiling CustomDump UserNotifications.swift
[146/219] Compiling CustomDump UserNotificationsUI.swift
[147/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
[148/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
[149/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
[153/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
[156/225] Compiling CustomDump CustomDumpReflectable.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
[157/225] Compiling CustomDump CustomDumpRepresentable.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
[158/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
[159/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
[160/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
[161/225] Compiling CustomDump ExpectDifference.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
<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
[176/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(
[177/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(
[178/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(
[179/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
[180/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
[181/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
[182/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
[183/280] Compiling FoundationExtensions Optional+.swift
[184/280] Compiling FoundationExtensions Range+.swift
[185/280] Compiling FoundationExtensions Result+.swift
[186/280] Compiling FoundationExtensions String+.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[187/280] 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(
[188/280] Compiling FoundationExtensions Exports.swift
[189/280] Compiling FoundationExtensions Bundle+.swift
[190/280] Compiling FoundationExtensions Codable+.swift
[191/280] Compiling FoundationExtensions Collection+.swift
[192/280] Compiling FoundationExtensions Reference.swift
[193/280] Compiling FoundationExtensions Castable.swift
[194/280] 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(
/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
[213/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 | }
[214/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 | }
[215/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 | }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[216/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(
[217/283] Compiling FoundationExtensions Equated.swift
[218/283] Compiling FoundationExtensions Indirect.swift
[219/283] Compiling FoundationExtensions PropertyProxy.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 | }
[223/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
[224/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
[225/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
/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/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/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
[232/283] Emitting module SwiftSyntax
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/63] Compiling FunctionalModification Reduce.swift
[4/63] Compiling FunctionalModification Modification.swift
[5/63] Emitting module FunctionalModification
[6/63] Emitting module SwiftSyntax509
[7/63] Compiling SwiftSyntax509 Empty.swift
[8/65] Emitting module FunctionalModification
[9/65] Compiling FunctionalModification Modification.swift
[12/65] Compiling IssueReporting FailureObserver.swift
[13/65] Compiling IssueReporting LockIsolated.swift
[14/65] Compiling IssueReporting Rethrows.swift
[15/65] Compiling IssueReporting XCTest.swift
[16/65] Compiling IssueReporting IsTesting.swift
[17/65] Compiling IssueReporting IssueReporter.swift
[19/67] Compiling IssueReporting ErrorReporting.swift
[20/67] Compiling IssueReporting AppHostWarning.swift
[21/67] Compiling IssueReporting Deprecations.swift
[22/116] Compiling SwiftSyntax RawSyntaxTokenView.swift
[23/116] Compiling SwiftSyntax SourceLength.swift
[24/116] Compiling SwiftSyntax SyntaxData.swift
[25/116] Compiling SwiftSyntax RawSyntax.swift
[26/116] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[27/116] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[28/116] Emitting module IssueReporting
[29/118] Compiling SwiftSyntax SyntaxArena.swift
[30/118] Compiling SwiftSyntax SyntaxChildren.swift
[31/118] Compiling SwiftSyntax SyntaxCollection.swift
[34/118] Emitting module IssueReporting
[35/118] Compiling SwiftSyntax MissingNodeInitializers.swift
[36/118] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[37/118] Compiling SwiftSyntax Syntax.swift
[38/118] Compiling FunctionalKeyPath FunctionalKeyPath.swift
[39/118] Emitting module FunctionalKeyPath
[40/118] Compiling FunctionalKeyPath FunctionalKeyPath.swift
[45/119] Emitting module FunctionalKeyPath
[48/120] Compiling IssueReporting WithExpectedIssue.swift
[49/120] Compiling IssueReporting WithIssueContext.swift
[53/121] Compiling SwiftSyntax AbsolutePosition.swift
[54/121] Compiling SwiftSyntax Assert.swift
[55/121] Compiling SwiftSyntax BumpPtrAllocator.swift
[56/121] Compiling SwiftSyntax CommonAncestor.swift
[57/121] Compiling SwiftSyntax Convenience.swift
[58/121] Compiling SwiftSyntax MemoryLayout.swift
[63/128] Compiling XCTestDynamicOverlay Exports.swift
[65/128] Emitting module XCTestDynamicOverlay
[66/128] Compiling XCTestDynamicOverlay Deprecations.swift
[67/128] Emitting module XCTestDynamicOverlay
[69/129] Compiling XCTestDynamicOverlay Deprecations.swift
[71/157] Compiling CustomDump StoreKit.swift
[72/157] Compiling CustomDump Swift.swift
[73/157] Compiling CustomDump SwiftUI.swift
[74/157] Compiling CustomDump UIKit.swift
[75/187] Compiling CustomDump Diff.swift
[76/187] Compiling CustomDump Dump.swift
[77/187] Compiling CustomDump ExpectDifference.swift
[78/187] Compiling CustomDump Identifiable.swift
[79/187] Compiling CustomDump Mirror.swift
[80/187] Compiling CustomDump String.swift
[81/187] Compiling CustomDump CoreImage.swift
[82/187] Compiling CustomDump CoreLocation.swift
[83/187] Compiling CustomDump CoreMotion.swift
[84/187] Compiling CustomDump Foundation.swift
[85/187] Compiling CustomDump GameKit.swift
[86/187] Compiling CustomDump KeyPath.swift
[87/187] Compiling CustomDump Photos.swift
[88/187] Compiling CustomDump Speech.swift
[89/187] Compiling CustomDump StoreKit.swift
[90/187] Compiling CustomDump Swift.swift
[91/187] Compiling CustomDump SwiftUI.swift
[92/187] Compiling CustomDump UIKit.swift
[93/190] Compiling CustomDump Unordered.swift
[94/190] Compiling CustomDump XCTAssertDifference.swift
[95/190] Compiling CustomDump XCTAssertNoDifference.swift
[96/190] Emitting module CustomDump
[104/196] Compiling CustomDump ExpectNoDifference.swift
[105/196] Compiling CustomDump AnyType.swift
[106/196] Compiling CustomDump CollectionDifference.swift
[115/196] Compiling CustomDump UserNotifications.swift
[123/196] Emitting module CustomDump
[127/196] Compiling CustomDump CustomDumpStringConvertible.swift
[133/196] Compiling CustomDump UserNotificationsUI.swift
[134/196] Compiling CustomDump CustomDumpReflectable.swift
[135/196] Compiling CustomDump CustomDumpRepresentable.swift
[146/248] Compiling FoundationExtensions Optional+.swift
[147/248] Compiling FoundationExtensions Range+.swift
[148/248] Compiling FoundationExtensions Result+.swift
[149/248] Compiling FoundationExtensions String+.swift
[150/248] Compiling FoundationExtensions Reference.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(
[151/248] Compiling FoundationExtensions Castable.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(
[152/248] 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(
[153/254] 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
[154/254] 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
[155/254] 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
[156/254] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[161/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(
/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
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/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(
[167/254] Compiling FoundationExtensions Exports.swift
[168/254] Compiling FoundationExtensions Bundle+.swift
[169/254] Compiling FoundationExtensions Codable+.swift
[170/254] Compiling FoundationExtensions Collection+.swift
[171/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 | }
[172/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 | }
[173/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 | }
/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 | }
[181/254] Compiling FoundationExtensions Reference.swift
[182/254] Compiling FoundationExtensions Castable.swift
[183/254] Compiling FoundationExtensions Equated+Comparator.swift
[184/254] Compiling FoundationExtensions Equated.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/254] Compiling FoundationExtensions Indirect.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(
[186/254] Compiling FoundationExtensions PropertyProxy.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(
[196/254] Compiling FoundationExtensions Resettable+CollectionProxy.swift
[197/254] Compiling FoundationExtensions Resettable.swift
[198/254] Compiling FoundationExtensions RuntimeWarnings.swift
BUILD FAILURE 6.1 linux