Build Information
Failed to build swift-foundation-extensions, reference main (b01f75
), with Swift 6.1 for Wasm on 29 May 2025 05:03:22 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
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: wasm
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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/stackotter/swift-macro-toolkit.git
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
[1/640] Fetching swift-declarative-configuration
[462/1548] Fetching swift-declarative-configuration, swift-macro-testing
[1537/2425] Fetching swift-declarative-configuration, swift-macro-testing, swift-macro-toolkit
[1590/7006] Fetching swift-declarative-configuration, swift-macro-testing, swift-macro-toolkit, swift-custom-dump
Fetched https://github.com/stackotter/swift-macro-toolkit.git from cache (0.44s)
Fetched https://github.com/capturecontext/swift-declarative-configuration.git from cache (0.49s)
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (0.49s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.49s)
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.07s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/apple/swift-syntax.git
[1/13189] Fetching swift-snapshot-testing
[2376/83641] Fetching swift-snapshot-testing, swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (6.47s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (6.48s)
Computing version for https://github.com/stackotter/swift-macro-toolkit.git
Computed https://github.com/stackotter/swift-macro-toolkit.git at 0.3.1 (6.94s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.0.0 (2.23s)
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.59s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.52s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5458] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.76s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (5.24s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (4.68s)
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/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/stackotter/swift-macro-toolkit.git
Working copy of https://github.com/stackotter/swift-macro-toolkit.git resolved at 0.3.1
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.4
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] Compiling FunctionalModification Reduce.swift
[32/91] Compiling IssueReporting RuntimeWarningReporter.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
[33/91] Compiling IssueReporting ReportIssue.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
[34/91] Emitting module SwiftSyntax509
[35/91] Compiling SwiftSyntax509 Empty.swift
[36/94] 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
[37/94] 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
[38/94] 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
[39/94] 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
[40/94] Emitting module FunctionalModification
[41/94] Compiling FunctionalModification Modification.swift
[43/97] Emitting module FunctionalModification
[44/97] Compiling IssueReporting XCTest.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
[45/97] Compiling IssueReporting IsTesting.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
[46/97] Compiling IssueReporting IssueReporter.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
[51/98] Wrapping AST for SwiftSyntax509 for debugging
[53/147] Emitting module FunctionalKeyPath
[54/147] Compiling FunctionalKeyPath FunctionalKeyPath.swift
[55/147] 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
[56/147] 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
[59/148] Emitting module FunctionalKeyPath
[60/148] Compiling FunctionalKeyPath FunctionalKeyPath.swift
[63/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
[64/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
[65/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
[66/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
[67/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
[68/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
[69/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
[70/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
[71/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
[72/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
[73/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
[74/149] 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
[78/150] 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
[79/150] 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
[80/150] Compiling SwiftSyntax Syntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<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
[88/150] 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
[89/150] 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
[90/150] 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
[92/154] Compiling XCTestDynamicOverlay Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[94/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
[96/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
<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/186] 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/186] 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/186] 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/186] 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
[104/186] 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
[105/186] 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
[106/186] 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
[107/186] 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
[108/186] Compiling CustomDump UserNotifications.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/186] Compiling CustomDump UserNotificationsUI.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/186] 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
[111/186] 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
[112/216] 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
[113/216] 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
[114/216] 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
[115/216] 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
[116/216] 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
[117/216] 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
[118/216] 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
[119/216] 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
[120/216] 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
[121/216] 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
[122/216] 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
[123/216] 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
[124/216] 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
[125/216] 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
[126/216] 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
[127/216] 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
[128/216] 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
[129/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
<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
[140/219] 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
[141/219] 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
[142/219] 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
[143/219] Compiling CustomDump CustomDumpReflectable.swift
[144/219] Compiling CustomDump CustomDumpRepresentable.swift
[145/219] Compiling CustomDump CustomDumpStringConvertible.swift
[146/219] Compiling CustomDump Diff.swift
[147/219] Compiling CustomDump Dump.swift
[148/219] Compiling CustomDump ExpectDifference.swift
[149/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
[151/225] Compiling CustomDump StoreKit.swift
[152/225] Compiling CustomDump Swift.swift
[153/225] Compiling CustomDump SwiftUI.swift
[154/225] Compiling CustomDump UIKit.swift
[155/225] Compiling CustomDump UserNotifications.swift
[156/225] Compiling CustomDump UserNotificationsUI.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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[182/277] Compiling FoundationExtensions Resettable+CollectionProxy.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/General/RuntimeWarnings.swift:20:3: error: cannot find 'NotificationCenter' in scope
18 | let message = message()
19 | notificationName.map { notificationName in
20 | NotificationCenter.default.post(
| `- error: cannot find 'NotificationCenter' in scope
21 | name: notificationName,
22 | object: nil,
/host/spi-builder-workspace/Sources/FoundationExtensions/General/RuntimeWarnings.swift:22:12: error: 'nil' requires a contextual type
20 | NotificationCenter.default.post(
21 | name: notificationName,
22 | object: nil,
| `- error: 'nil' requires a contextual type
23 | userInfo: ["message": message]
24 | )
[183/277] Compiling FoundationExtensions Resettable.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/General/RuntimeWarnings.swift:20:3: error: cannot find 'NotificationCenter' in scope
18 | let message = message()
19 | notificationName.map { notificationName in
20 | NotificationCenter.default.post(
| `- error: cannot find 'NotificationCenter' in scope
21 | name: notificationName,
22 | object: nil,
/host/spi-builder-workspace/Sources/FoundationExtensions/General/RuntimeWarnings.swift:22:12: error: 'nil' requires a contextual type
20 | NotificationCenter.default.post(
21 | name: notificationName,
22 | object: nil,
| `- error: 'nil' requires a contextual type
23 | userInfo: ["message": message]
24 | )
[184/277] Compiling FoundationExtensions RuntimeWarnings.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/General/RuntimeWarnings.swift:20:3: error: cannot find 'NotificationCenter' in scope
18 | let message = message()
19 | notificationName.map { notificationName in
20 | NotificationCenter.default.post(
| `- error: cannot find 'NotificationCenter' in scope
21 | name: notificationName,
22 | object: nil,
/host/spi-builder-workspace/Sources/FoundationExtensions/General/RuntimeWarnings.swift:22:12: error: 'nil' requires a contextual type
20 | NotificationCenter.default.post(
21 | name: notificationName,
22 | object: nil,
| `- error: 'nil' requires a contextual type
23 | userInfo: ["message": message]
24 | )
[185/280] Compiling FoundationExtensions Exports.swift
[186/280] Compiling FoundationExtensions Bundle+.swift
[187/280] Compiling FoundationExtensions Codable+.swift
[188/280] Compiling FoundationExtensions Collection+.swift
[189/280] Compiling FoundationExtensions DispatchTime+.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/Extensions/DispatchTime+.swift:3:11: error: cannot find type 'DispatchTimeInterval' in scope
1 | import Foundation
2 |
3 | extension DispatchTimeInterval {
| `- error: cannot find type 'DispatchTimeInterval' in scope
4 | /// Creates DispatchTimeInterval.nanoseconds for the specified interval in seconds
5 | @inlinable
/host/spi-builder-workspace/Sources/FoundationExtensions/Extensions/DispatchTime+.swift:11:11: error: cannot find type 'DispatchTime' in scope
9 | }
10 |
11 | extension DispatchTime: ExpressibleByFloatLiteral {
| `- error: cannot find type 'DispatchTime' in scope
12 | /// Creates DispatchTime for the specified interval in seconds from `.now()`
13 | @inlinable
/host/spi-builder-workspace/Sources/FoundationExtensions/Extensions/DispatchTime+.swift:6:56: error: cannot find type 'DispatchTimeInterval' in scope
4 | /// Creates DispatchTimeInterval.nanoseconds for the specified interval in seconds
5 | @inlinable
6 | public static func interval(_ value: TimeInterval) -> DispatchTimeInterval {
| `- error: cannot find type 'DispatchTimeInterval' in scope
7 | return .nanoseconds(Int(value * pow(10, 9)))
8 | }
/host/spi-builder-workspace/Sources/FoundationExtensions/Extensions/DispatchTime+.swift:14:59: error: cannot find type 'DispatchTime' in scope
12 | /// Creates DispatchTime for the specified interval in seconds from `.now()`
13 | @inlinable
14 | public static func interval(_ interval: TimeInterval) -> DispatchTime {
| `- error: cannot find type 'DispatchTime' in scope
15 | return .now() + .interval(interval)
16 | }
[190/280] Compiling FoundationExtensions FloatingPoint+.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/Extensions/DispatchTime+.swift:3:11: error: cannot find type 'DispatchTimeInterval' in scope
1 | import Foundation
2 |
3 | extension DispatchTimeInterval {
| `- error: cannot find type 'DispatchTimeInterval' in scope
4 | /// Creates DispatchTimeInterval.nanoseconds for the specified interval in seconds
5 | @inlinable
/host/spi-builder-workspace/Sources/FoundationExtensions/Extensions/DispatchTime+.swift:11:11: error: cannot find type 'DispatchTime' in scope
9 | }
10 |
11 | extension DispatchTime: ExpressibleByFloatLiteral {
| `- error: cannot find type 'DispatchTime' in scope
12 | /// Creates DispatchTime for the specified interval in seconds from `.now()`
13 | @inlinable
/host/spi-builder-workspace/Sources/FoundationExtensions/Extensions/DispatchTime+.swift:6:56: error: cannot find type 'DispatchTimeInterval' in scope
4 | /// Creates DispatchTimeInterval.nanoseconds for the specified interval in seconds
5 | @inlinable
6 | public static func interval(_ value: TimeInterval) -> DispatchTimeInterval {
| `- error: cannot find type 'DispatchTimeInterval' in scope
7 | return .nanoseconds(Int(value * pow(10, 9)))
8 | }
/host/spi-builder-workspace/Sources/FoundationExtensions/Extensions/DispatchTime+.swift:14:59: error: cannot find type 'DispatchTime' in scope
12 | /// Creates DispatchTime for the specified interval in seconds from `.now()`
13 | @inlinable
14 | public static func interval(_ interval: TimeInterval) -> DispatchTime {
| `- error: cannot find type 'DispatchTime' in scope
15 | return .now() + .interval(interval)
16 | }
[191/280] Compiling FoundationExtensions NSAttributedString+.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/Extensions/DispatchTime+.swift:3:11: error: cannot find type 'DispatchTimeInterval' in scope
1 | import Foundation
2 |
3 | extension DispatchTimeInterval {
| `- error: cannot find type 'DispatchTimeInterval' in scope
4 | /// Creates DispatchTimeInterval.nanoseconds for the specified interval in seconds
5 | @inlinable
/host/spi-builder-workspace/Sources/FoundationExtensions/Extensions/DispatchTime+.swift:11:11: error: cannot find type 'DispatchTime' in scope
9 | }
10 |
11 | extension DispatchTime: ExpressibleByFloatLiteral {
| `- error: cannot find type 'DispatchTime' in scope
12 | /// Creates DispatchTime for the specified interval in seconds from `.now()`
13 | @inlinable
/host/spi-builder-workspace/Sources/FoundationExtensions/Extensions/DispatchTime+.swift:6:56: error: cannot find type 'DispatchTimeInterval' in scope
4 | /// Creates DispatchTimeInterval.nanoseconds for the specified interval in seconds
5 | @inlinable
6 | public static func interval(_ value: TimeInterval) -> DispatchTimeInterval {
| `- error: cannot find type 'DispatchTimeInterval' in scope
7 | return .nanoseconds(Int(value * pow(10, 9)))
8 | }
/host/spi-builder-workspace/Sources/FoundationExtensions/Extensions/DispatchTime+.swift:14:59: error: cannot find type 'DispatchTime' in scope
12 | /// Creates DispatchTime for the specified interval in seconds from `.now()`
13 | @inlinable
14 | public static func interval(_ interval: TimeInterval) -> DispatchTime {
| `- error: cannot find type 'DispatchTime' in scope
15 | return .now() + .interval(interval)
16 | }
[192/280] Compiling FoundationExtensions NSLocking+.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/Extensions/DispatchTime+.swift:3:11: error: cannot find type 'DispatchTimeInterval' in scope
1 | import Foundation
2 |
3 | extension DispatchTimeInterval {
| `- error: cannot find type 'DispatchTimeInterval' in scope
4 | /// Creates DispatchTimeInterval.nanoseconds for the specified interval in seconds
5 | @inlinable
/host/spi-builder-workspace/Sources/FoundationExtensions/Extensions/DispatchTime+.swift:11:11: error: cannot find type 'DispatchTime' in scope
9 | }
10 |
11 | extension DispatchTime: ExpressibleByFloatLiteral {
| `- error: cannot find type 'DispatchTime' in scope
12 | /// Creates DispatchTime for the specified interval in seconds from `.now()`
13 | @inlinable
/host/spi-builder-workspace/Sources/FoundationExtensions/Extensions/DispatchTime+.swift:6:56: error: cannot find type 'DispatchTimeInterval' in scope
4 | /// Creates DispatchTimeInterval.nanoseconds for the specified interval in seconds
5 | @inlinable
6 | public static func interval(_ value: TimeInterval) -> DispatchTimeInterval {
| `- error: cannot find type 'DispatchTimeInterval' in scope
7 | return .nanoseconds(Int(value * pow(10, 9)))
8 | }
/host/spi-builder-workspace/Sources/FoundationExtensions/Extensions/DispatchTime+.swift:14:59: error: cannot find type 'DispatchTime' in scope
12 | /// Creates DispatchTime for the specified interval in seconds from `.now()`
13 | @inlinable
14 | public static func interval(_ interval: TimeInterval) -> DispatchTime {
| `- error: cannot find type 'DispatchTime' in scope
15 | return .now() + .interval(interval)
16 | }
[193/280] Compiling FoundationExtensions Optional+.swift
[194/280] Compiling FoundationExtensions Range+.swift
[195/280] Compiling FoundationExtensions Result+.swift
[196/280] Compiling FoundationExtensions String+.swift
[197/280] Compiling FoundationExtensions Reference.swift
[198/280] Compiling FoundationExtensions Castable.swift
[199/280] Compiling FoundationExtensions Equated+Comparator.swift
[200/280] 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(
[201/280] 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(
[202/280] 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(
[203/280] Compiling FoundationExtensions Equated.swift
[204/280] Compiling FoundationExtensions Indirect.swift
[205/280] Compiling FoundationExtensions PropertyProxy.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[206/280] Emitting module FoundationExtensions
/host/spi-builder-workspace/Sources/FoundationExtensions/Extensions/DispatchTime+.swift:3:11: error: cannot find type 'DispatchTimeInterval' in scope
1 | import Foundation
2 |
3 | extension DispatchTimeInterval {
| `- error: cannot find type 'DispatchTimeInterval' in scope
4 | /// Creates DispatchTimeInterval.nanoseconds for the specified interval in seconds
5 | @inlinable
/host/spi-builder-workspace/Sources/FoundationExtensions/Extensions/DispatchTime+.swift:11:11: error: cannot find type 'DispatchTime' in scope
9 | }
10 |
11 | extension DispatchTime: ExpressibleByFloatLiteral {
| `- error: cannot find type 'DispatchTime' in scope
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:20:3: error: cannot find 'NotificationCenter' in scope
18 | let message = message()
19 | notificationName.map { notificationName in
20 | NotificationCenter.default.post(
| `- error: cannot find 'NotificationCenter' in scope
21 | name: notificationName,
22 | object: nil,
/host/spi-builder-workspace/Sources/FoundationExtensions/General/RuntimeWarnings.swift:22:12: error: 'nil' requires a contextual type
20 | NotificationCenter.default.post(
21 | name: notificationName,
22 | object: nil,
| `- error: 'nil' requires a contextual type
23 | userInfo: ["message": message]
24 | )
/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(
[207/280] 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 | }
[208/280] 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 | }
[209/280] 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/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(
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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] Emitting module FunctionalModification
[3/63] Emitting module SwiftSyntax509
[4/63] Compiling SwiftSyntax509 Empty.swift
[5/64] Compiling FunctionalModification Reduce.swift
[6/64] Compiling FunctionalModification Modification.swift
[7/65] Emitting module FunctionalModification
[9/65] Compiling FunctionalModification Reduce.swift
[10/65] Compiling FunctionalModification Modification.swift
[11/65] Compiling IssueReporting FailureObserver.swift
[12/65] Compiling IssueReporting LockIsolated.swift
[13/65] Compiling IssueReporting Rethrows.swift
[16/67] Compiling IssueReporting BreakpointReporter.swift
[17/67] Compiling IssueReporting FatalErrorReporter.swift
[18/67] Compiling IssueReporting RuntimeWarningReporter.swift
[19/116] Compiling SwiftSyntax SyntaxArena.swift
[20/116] Compiling SwiftSyntax SyntaxChildren.swift
[21/118] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[22/118] Compiling SwiftSyntax RawSyntaxTokenView.swift
[23/118] Compiling SwiftSyntax SourcePresence.swift
[24/118] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[25/118] Compiling SwiftSyntax Syntax.swift
[26/118] Compiling SwiftSyntax SourceLength.swift
[27/118] Compiling SwiftSyntax SourceLocation.swift
[30/118] Compiling FunctionalKeyPath FunctionalKeyPath.swift
[31/118] Emitting module FunctionalKeyPath
[38/119] Compiling FunctionalKeyPath FunctionalKeyPath.swift
[39/120] Emitting module IssueReporting
[40/120] Compiling SwiftSyntax CommonAncestor.swift
[41/120] Compiling SwiftSyntax Convenience.swift
[42/120] Compiling SwiftSyntax MemoryLayout.swift
[43/120] Compiling SwiftSyntax AbsolutePosition.swift
[44/120] Compiling SwiftSyntax Assert.swift
[45/120] Compiling SwiftSyntax BumpPtrAllocator.swift
[46/120] Compiling SwiftSyntax MissingNodeInitializers.swift
[47/120] Compiling SwiftSyntax RawSyntax.swift
[48/120] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[49/120] Emitting module IssueReporting
[51/120] Compiling IssueReporting WithExpectedIssue.swift
[52/120] Compiling IssueReporting WithIssueContext.swift
[63/128] Compiling XCTestDynamicOverlay Exports.swift
[65/128] Emitting module XCTestDynamicOverlay
[66/128] Compiling XCTestDynamicOverlay Deprecations.swift
[68/129] Emitting module XCTestDynamicOverlay
[69/129] Compiling XCTestDynamicOverlay Deprecations.swift
[71/157] Compiling CustomDump GameKit.swift
[72/157] Compiling CustomDump KeyPath.swift
[73/157] Compiling CustomDump Photos.swift
[74/157] Compiling CustomDump Speech.swift
[75/160] Compiling CustomDump StoreKit.swift
[76/160] Compiling CustomDump Swift.swift
[77/160] Compiling CustomDump SwiftUI.swift
[78/160] Compiling CustomDump UIKit.swift
[79/160] Compiling CustomDump ExpectNoDifference.swift
[80/160] Compiling CustomDump AnyType.swift
[81/160] Compiling CustomDump CollectionDifference.swift
[82/160] Compiling CustomDump Identifiable.swift
[83/160] Compiling CustomDump Mirror.swift
[84/160] Compiling CustomDump String.swift
[85/187] Compiling CustomDump Unordered.swift
[86/187] Compiling CustomDump XCTAssertDifference.swift
[87/187] Compiling CustomDump XCTAssertNoDifference.swift
[88/187] Compiling CustomDump CoreImage.swift
[89/187] Compiling CustomDump CoreLocation.swift
[90/187] Compiling CustomDump CoreMotion.swift
[91/187] Compiling CustomDump Foundation.swift
[92/187] Compiling CustomDump Identifiable.swift
[93/187] Compiling CustomDump Mirror.swift
[94/187] Compiling CustomDump String.swift
[95/189] Emitting module CustomDump
[101/190] Compiling CustomDump ExpectNoDifference.swift
[102/190] Compiling CustomDump AnyType.swift
[103/190] Compiling CustomDump CollectionDifference.swift
[104/190] Compiling CustomDump Unordered.swift
[105/190] Compiling CustomDump XCTAssertDifference.swift
[106/190] Compiling CustomDump XCTAssertNoDifference.swift
[107/190] Compiling CustomDump GameKit.swift
[108/190] Compiling CustomDump KeyPath.swift
[109/190] Compiling CustomDump Photos.swift
[110/190] Compiling CustomDump Speech.swift
[114/190] Compiling CustomDump CustomDumpStringConvertible.swift
[116/216] 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(
[117/216] 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(
[118/216] 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(
[119/219] 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
[120/219] 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
[121/219] 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
[122/219] 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
[123/219] Compiling FoundationExtensions Optional+.swift
[124/219] Compiling FoundationExtensions Range+.swift
[125/219] Compiling FoundationExtensions Result+.swift
[126/219] Compiling FoundationExtensions String+.swift
[127/219] 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 | }
[128/219] 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 | }
[129/219] 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 | }
[130/219] Compiling FoundationExtensions Exports.swift
[131/219] Compiling FoundationExtensions Bundle+.swift
[132/219] Compiling FoundationExtensions Codable+.swift
[133/219] Compiling FoundationExtensions Collection+.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[134/219] 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(
[135/219] Compiling FoundationExtensions Reference.swift
[136/219] Compiling FoundationExtensions Castable.swift
[137/219] Compiling FoundationExtensions Equated+Comparator.swift
[138/219] Compiling FoundationExtensions Equated.swift
[139/219] Compiling FoundationExtensions Indirect.swift
[140/219] Compiling FoundationExtensions PropertyProxy.swift
[141/219] Compiling FoundationExtensions Resettable+CollectionProxy.swift
[142/219] Compiling FoundationExtensions Resettable.swift
[143/219] Compiling FoundationExtensions RuntimeWarnings.swift
BUILD FAILURE 6.1 wasm