Build Information
Failed to build swift-foundation-extensions, reference 0.5.0 (b01f75
), with Swift 6.1 for Android on 29 May 2025 05:03:23 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CaptureContext/swift-foundation-extensions.git
Reference: 0.5.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/CaptureContext/swift-foundation-extensions
* tag 0.5.0 -> FETCH_HEAD
HEAD is now at b01f751 feat: Update README.md
Cloned https://github.com/CaptureContext/swift-foundation-extensions.git
Revision (git rev-parse @):
b01f751b7daab7ad74cd232840b6bfa237e9fc8a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/CaptureContext/swift-foundation-extensions.git at 0.5.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/CaptureContext/swift-foundation-extensions.git
https://github.com/CaptureContext/swift-foundation-extensions.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-declarative-configuration",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.0",
"upper_bound" : "0.4.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/capturecontext/swift-declarative-configuration.git"
},
{
"identity" : "swift-custom-dump",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-custom-dump"
},
{
"identity" : "swift-macro-toolkit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.0",
"upper_bound" : "0.4.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/stackotter/swift-macro-toolkit.git"
},
{
"identity" : "swift-macro-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.2",
"upper_bound" : "0.3.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-macro-testing.git"
}
],
"manifest_display_name" : "swift-foundation-extensions",
"name" : "swift-foundation-extensions",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "FoundationExtensions",
"targets" : [
"FoundationExtensions"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FoundationExtensionsMacros",
"targets" : [
"FoundationExtensionsMacros"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FoundationExtensionsMacrosPlugin",
"targets" : [
"FoundationExtensionsMacrosPlugin"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "FoundationExtensionsTests",
"module_type" : "SwiftTarget",
"name" : "FoundationExtensionsTests",
"path" : "Tests/FoundationExtensionsTests",
"sources" : [
"AssociatingObjectTests.swift",
"CodingKeysTests.swift",
"EquatedTests.swift",
"IndirectTests.swift",
"ObjectProxyTests.swift",
"ReferenceTests.swift",
"ResettableTests.swift",
"SwizzlingTests.swift"
],
"target_dependencies" : [
"FoundationExtensions"
],
"type" : "test"
},
{
"c99name" : "FoundationExtensionsMacrosTests",
"module_type" : "SwiftTarget",
"name" : "FoundationExtensionsMacrosTests",
"path" : "Tests/FoundationExtensionsMacrosTests",
"sources" : [
"AssociatedObjectTests.swift"
],
"target_dependencies" : [
"FoundationExtensionsMacros"
],
"type" : "test"
},
{
"c99name" : "FoundationExtensionsMacrosPluginTests",
"module_type" : "SwiftTarget",
"name" : "FoundationExtensionsMacrosPluginTests",
"path" : "Tests/FoundationExtensionsMacrosPluginTests",
"product_dependencies" : [
"MacroTesting"
],
"sources" : [
"AssociatedObjectTests.swift"
],
"target_dependencies" : [
"FoundationExtensionsMacrosPlugin"
],
"type" : "test"
},
{
"c99name" : "FoundationExtensionsMacrosPlugin",
"module_type" : "SwiftTarget",
"name" : "FoundationExtensionsMacrosPlugin",
"path" : "Sources/FoundationExtensionsMacrosPlugin",
"product_dependencies" : [
"MacroToolkit"
],
"product_memberships" : [
"FoundationExtensionsMacros",
"FoundationExtensionsMacrosPlugin"
],
"sources" : [
"AssociatedObjectMacro/AssociatedObjectMacro.swift",
"Helpers/Diagnostics+.swift",
"Helpers/Operators.swift",
"Plugin.swift"
],
"type" : "macro"
},
{
"c99name" : "FoundationExtensionsMacros",
"module_type" : "SwiftTarget",
"name" : "FoundationExtensionsMacros",
"path" : "Sources/FoundationExtensionsMacros",
"product_memberships" : [
"FoundationExtensionsMacros"
],
"sources" : [
"AssociatedObject.swift",
"Exports.swift"
],
"target_dependencies" : [
"FoundationExtensions",
"FoundationExtensionsMacrosPlugin"
],
"type" : "library"
},
{
"c99name" : "FoundationExtensions",
"module_type" : "SwiftTarget",
"name" : "FoundationExtensions",
"path" : "Sources/FoundationExtensions",
"product_dependencies" : [
"FunctionalKeyPath",
"CustomDump"
],
"product_memberships" : [
"FoundationExtensions",
"FoundationExtensionsMacros"
],
"sources" : [
"Exports.swift",
"Extensions/Bundle+.swift",
"Extensions/Codable+.swift",
"Extensions/Collection+.swift",
"Extensions/DispatchTime+.swift",
"Extensions/FloatingPoint+.swift",
"Extensions/NSAttributedString+.swift",
"Extensions/NSLocking+.swift",
"Extensions/Optional+.swift",
"Extensions/Range+.swift",
"Extensions/Result+.swift",
"Extensions/String+.swift",
"General/AssociatingObject/AssociatingObject.swift",
"General/AssociatingObject/objc_AssociationPolicy+.swift",
"General/Box&Reference/Box.swift",
"General/Box&Reference/Reference.swift",
"General/Castable.swift",
"General/Equated/Equated+Comparator.swift",
"General/Equated/Equated.swift",
"General/Indirect.swift",
"General/PropertyProxy.swift",
"General/Resettable/Resettable+CollectionProxy.swift",
"General/Resettable/Resettable.swift",
"General/RuntimeWarnings.swift",
"General/Swizzling/NSObject+Swizzling.swift",
"General/USID.swift",
"General/UnwrappingError.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/pointfreeco/swift-macro-testing.git
Fetching https://github.com/capturecontext/swift-declarative-configuration.git
Fetching https://github.com/stackotter/swift-macro-toolkit.git
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/877] Fetching swift-macro-toolkit
[54/5458] Fetching swift-macro-toolkit, swift-custom-dump
[1064/6366] Fetching swift-macro-toolkit, swift-custom-dump, swift-macro-testing
[1688/7006] Fetching swift-macro-toolkit, swift-custom-dump, swift-macro-testing, swift-declarative-configuration
Fetched https://github.com/capturecontext/swift-declarative-configuration.git from cache (0.41s)
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (0.42s)
Fetched https://github.com/stackotter/swift-macro-toolkit.git from cache (0.42s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.42s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.2.2 (0.92s)
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13189] Fetching swift-snapshot-testing
[3431/83641] Fetching swift-snapshot-testing, swift-syntax
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.20s)
[63407/70452] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (8.12s)
Computing version for https://github.com/stackotter/swift-macro-toolkit.git
Computed https://github.com/stackotter/swift-macro-toolkit.git at 0.3.1 (12.62s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.0.0 (3.11s)
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.82s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.85s)
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.78s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (1.31s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (0.54s)
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/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/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 509.0.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/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/stackotter/swift-macro-toolkit.git
Working copy of https://github.com/stackotter/swift-macro-toolkit.git resolved at 0.3.1
warning: 'swift-snapshot-testing': 'swift-snapshot-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
Building for debugging...
[0/45] Write sources
[28/45] Write swift-version-24593BA9C3E375BF.txt
[30/91] Emitting module SwiftSyntax509
[31/91] Compiling SwiftSyntax509 Empty.swift
[32/92] 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
[33/92] 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
[35/94] Compiling FunctionalModification Reduce.swift
[36/94] Compiling FunctionalModification Modification.swift
[37/94] Emitting module FunctionalModification
[38/94] Compiling FunctionalModification Reduce.swift
[39/95] Emitting module FunctionalModification
[40/95] Compiling FunctionalModification Modification.swift
[40/96] Wrapping AST for SwiftSyntax509 for debugging
[44/102] Compiling IssueReporting WithExpectedIssue.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/102] Compiling IssueReporting WithIssueContext.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/145] Emitting module FunctionalKeyPath
[47/145] Compiling FunctionalKeyPath FunctionalKeyPath.swift
[48/146] Emitting module FunctionalKeyPath
[49/146] Compiling FunctionalKeyPath FunctionalKeyPath.swift
[52/147] 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
[53/147] 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
[54/147] 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
[55/147] 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
[56/147] 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
[57/147] 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
[58/147] 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
[59/147] 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
[60/147] 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
[61/147] 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
[62/147] 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
[63/147] 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
[64/147] 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
[65/147] 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
[66/147] Compiling SwiftSyntax SyntaxArena.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[67/147] Compiling SwiftSyntax SyntaxChildren.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[68/149] Compiling SwiftSyntax 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
[69/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
[70/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
[72/153] Compiling IssueReporting WithExpectedIssue.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/153] Compiling IssueReporting WithIssueContext.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/153] 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
[89/159] 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
[90/159] 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
[92/187] 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
[93/187] 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
[94/187] 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
[95/187] 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
[96/190] 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
[97/190] 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
[98/190] 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
[99/190] 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
[100/190] 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
[101/190] 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
[102/190] 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
[103/190] 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
[104/190] 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
[105/190] 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
[106/190] 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
[107/190] Compiling CustomDump CustomDumpReflectable.swift
[108/190] Compiling CustomDump CustomDumpRepresentable.swift
[109/190] Compiling CustomDump CustomDumpStringConvertible.swift
[110/190] Compiling CustomDump Diff.swift
[111/190] Compiling CustomDump Dump.swift
[112/190] Compiling CustomDump ExpectDifference.swift
[113/190] 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
[114/190] 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
[115/190] 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
[116/190] Emitting module IssueReporting
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[122/190] 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
[123/190] 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
[124/190] 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
[125/190] 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
[126/190] 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
[127/190] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[147/220] 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
[148/220] 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
[149/220] 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
[151/248] 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
[152/248] 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
[153/248] 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
[154/248] 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
[155/251] 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
[156/251] 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
[157/251] 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
[158/251] 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
[159/251] 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
[160/251] 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
[161/251] 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
[162/251] 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
[163/251] 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
[164/251] 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
[165/251] 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
[166/251] 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
[167/251] 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
[168/251] 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
[169/251] 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
[170/251] 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
[171/251] 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
[172/251] 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
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:9:11: error: cannot find type 'objc_AssociationPolicy' in scope
7 | _ object: Object?,
8 | forKey key: StaticString,
9 | policy: objc_AssociationPolicy
| `- error: cannot find type 'objc_AssociationPolicy' in scope
10 | ) -> Bool
11 |
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:33:11: error: cannot find type 'objc_AssociationPolicy' in scope
31 | _ object: Object?,
32 | forKey key: StaticString,
33 | policy: objc_AssociationPolicy = .retain(.nonatomic)
| `- error: cannot find type 'objc_AssociationPolicy' in scope
34 | ) -> Bool {
35 | return _setAssociatedObject(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:95:10: error: cannot find type 'objc_AssociationPolicy' in scope
93 | to associatingObject: AnyObject,
94 | forKey key: StaticString,
95 | policy: objc_AssociationPolicy
| `- error: cannot find type 'objc_AssociationPolicy' in scope
96 | ) -> Bool {
97 | guard key.hasPointerRepresentation
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:39:12: error: extra argument 'policy' in call
37 | to: self,
38 | forKey: key,
39 | policy: policy
| `- error: extra argument 'policy' in call
40 | )
41 | }
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:82:12: error: extra argument 'policy' in call
80 | to: associatingObject,
81 | forKey: key,
82 | policy: .init(
| `- error: extra argument 'policy' in call
83 | Object.self is AnyClass ? .retain : .copy,
84 | threadSafety
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:82:12: error: cannot infer contextual base in reference to member 'init'
80 | to: associatingObject,
81 | forKey: key,
82 | policy: .init(
| `- error: cannot infer contextual base in reference to member 'init'
83 | Object.self is AnyClass ? .retain : .copy,
84 | threadSafety
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:83:31: error: cannot infer contextual base in reference to member 'retain'
81 | forKey: key,
82 | policy: .init(
83 | Object.self is AnyClass ? .retain : .copy,
| `- error: cannot infer contextual base in reference to member 'retain'
84 | threadSafety
85 | )
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:100:2: error: cannot find 'objc_setAssociatedObject' in scope
98 | else { return false }
99 |
100 | objc_setAssociatedObject(
| `- error: cannot find 'objc_setAssociatedObject' in scope
101 | associatingObject,
102 | UnsafeRawPointer(key.utf8Start),
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:119:9: error: cannot find 'objc_getAssociatedObject' in scope
117 | else { return nil }
118 |
119 | return objc_getAssociatedObject(
| `- error: cannot find 'objc_getAssociatedObject' in scope
120 | associatingObject,
121 | UnsafeRawPointer(key.utf8Start)
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/objc_AssociationPolicy+.swift:41:11: error: cannot find type 'objc_AssociationPolicy' in scope
39 | }
40 |
41 | extension objc_AssociationPolicy {
| `- error: cannot find type 'objc_AssociationPolicy' in scope
42 | @inlinable
43 | public init(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:9:11: error: cannot find type 'objc_AssociationPolicy' in scope
7 | _ object: Object?,
8 | forKey key: StaticString,
9 | policy: objc_AssociationPolicy
| `- error: cannot find type 'objc_AssociationPolicy' in scope
10 | ) -> Bool
11 |
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:33:11: error: cannot find type 'objc_AssociationPolicy' in scope
31 | _ object: Object?,
32 | forKey key: StaticString,
33 | policy: objc_AssociationPolicy = .retain(.nonatomic)
| `- error: cannot find type 'objc_AssociationPolicy' in scope
34 | ) -> Bool {
35 | return _setAssociatedObject(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:95:10: error: cannot find type 'objc_AssociationPolicy' in scope
93 | to associatingObject: AnyObject,
94 | forKey key: StaticString,
95 | policy: objc_AssociationPolicy
| `- error: cannot find type 'objc_AssociationPolicy' in scope
96 | ) -> Bool {
97 | guard key.hasPointerRepresentation
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:39:12: error: extra argument 'policy' in call
37 | to: self,
38 | forKey: key,
39 | policy: policy
| `- error: extra argument 'policy' in call
40 | )
41 | }
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:82:12: error: extra argument 'policy' in call
80 | to: associatingObject,
81 | forKey: key,
82 | policy: .init(
| `- error: extra argument 'policy' in call
83 | Object.self is AnyClass ? .retain : .copy,
84 | threadSafety
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:82:12: error: cannot infer contextual base in reference to member 'init'
80 | to: associatingObject,
81 | forKey: key,
82 | policy: .init(
| `- error: cannot infer contextual base in reference to member 'init'
83 | Object.self is AnyClass ? .retain : .copy,
84 | threadSafety
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:83:31: error: cannot infer contextual base in reference to member 'retain'
81 | forKey: key,
82 | policy: .init(
83 | Object.self is AnyClass ? .retain : .copy,
| `- error: cannot infer contextual base in reference to member 'retain'
84 | threadSafety
85 | )
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:100:2: error: cannot find 'objc_setAssociatedObject' in scope
98 | else { return false }
99 |
100 | objc_setAssociatedObject(
| `- error: cannot find 'objc_setAssociatedObject' in scope
101 | associatingObject,
102 | UnsafeRawPointer(key.utf8Start),
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:119:9: error: cannot find 'objc_getAssociatedObject' in scope
117 | else { return nil }
118 |
119 | return objc_getAssociatedObject(
| `- error: cannot find 'objc_getAssociatedObject' in scope
120 | associatingObject,
121 | UnsafeRawPointer(key.utf8Start)
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/objc_AssociationPolicy+.swift:41:11: error: cannot find type 'objc_AssociationPolicy' in scope
39 | }
40 |
41 | extension objc_AssociationPolicy {
| `- error: cannot find type 'objc_AssociationPolicy' in scope
42 | @inlinable
43 | public init(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:9:11: error: cannot find type 'objc_AssociationPolicy' in scope
7 | _ object: Object?,
8 | forKey key: StaticString,
9 | policy: objc_AssociationPolicy
| `- error: cannot find type 'objc_AssociationPolicy' in scope
10 | ) -> Bool
11 |
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:33:11: error: cannot find type 'objc_AssociationPolicy' in scope
31 | _ object: Object?,
32 | forKey key: StaticString,
33 | policy: objc_AssociationPolicy = .retain(.nonatomic)
| `- error: cannot find type 'objc_AssociationPolicy' in scope
34 | ) -> Bool {
35 | return _setAssociatedObject(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:95:10: error: cannot find type 'objc_AssociationPolicy' in scope
93 | to associatingObject: AnyObject,
94 | forKey key: StaticString,
95 | policy: objc_AssociationPolicy
| `- error: cannot find type 'objc_AssociationPolicy' in scope
96 | ) -> Bool {
97 | guard key.hasPointerRepresentation
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:39:12: error: extra argument 'policy' in call
37 | to: self,
38 | forKey: key,
39 | policy: policy
| `- error: extra argument 'policy' in call
40 | )
41 | }
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:82:12: error: extra argument 'policy' in call
80 | to: associatingObject,
81 | forKey: key,
82 | policy: .init(
| `- error: extra argument 'policy' in call
83 | Object.self is AnyClass ? .retain : .copy,
84 | threadSafety
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:82:12: error: cannot infer contextual base in reference to member 'init'
80 | to: associatingObject,
81 | forKey: key,
82 | policy: .init(
| `- error: cannot infer contextual base in reference to member 'init'
83 | Object.self is AnyClass ? .retain : .copy,
84 | threadSafety
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:83:31: error: cannot infer contextual base in reference to member 'retain'
81 | forKey: key,
82 | policy: .init(
83 | Object.self is AnyClass ? .retain : .copy,
| `- error: cannot infer contextual base in reference to member 'retain'
84 | threadSafety
85 | )
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:100:2: error: cannot find 'objc_setAssociatedObject' in scope
98 | else { return false }
99 |
100 | objc_setAssociatedObject(
| `- error: cannot find 'objc_setAssociatedObject' in scope
101 | associatingObject,
102 | UnsafeRawPointer(key.utf8Start),
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:119:9: error: cannot find 'objc_getAssociatedObject' in scope
117 | else { return nil }
118 |
119 | return objc_getAssociatedObject(
| `- error: cannot find 'objc_getAssociatedObject' in scope
120 | associatingObject,
121 | UnsafeRawPointer(key.utf8Start)
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/objc_AssociationPolicy+.swift:41:11: error: cannot find type 'objc_AssociationPolicy' in scope
39 | }
40 |
41 | extension objc_AssociationPolicy {
| `- error: cannot find type 'objc_AssociationPolicy' in scope
42 | @inlinable
43 | public init(
/host/spi-builder-workspace/Sources/FoundationExtensions/Extensions/DispatchTime+.swift:11:1: warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
9 | }
10 |
11 | extension DispatchTime: ExpressibleByFloatLiteral {
| |- warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | /// Creates DispatchTime for the specified interval in seconds from `.now()`
13 | @inlinable
/host/spi-builder-workspace/Sources/FoundationExtensions/Extensions/DispatchTime+.swift:11:1: warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
9 | }
10 |
11 | extension DispatchTime: ExpressibleByFloatLiteral {
| |- warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | /// Creates DispatchTime for the specified interval in seconds from `.now()`
13 | @inlinable
/host/spi-builder-workspace/Sources/FoundationExtensions/Extensions/DispatchTime+.swift:11:1: warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
9 | }
10 |
11 | extension DispatchTime: ExpressibleByFloatLiteral {
| |- warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | /// Creates DispatchTime for the specified interval in seconds from `.now()`
13 | @inlinable
/host/spi-builder-workspace/Sources/FoundationExtensions/Extensions/DispatchTime+.swift:11:1: warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
9 | }
10 |
11 | extension DispatchTime: ExpressibleByFloatLiteral {
| |- warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | /// Creates DispatchTime for the specified interval in seconds from `.now()`
13 | @inlinable
[180/254] Compiling CustomDump UIKit.swift
[181/254] Compiling CustomDump CustomDumpStringConvertible.swift
[182/254] Compiling CustomDump Diff.swift
[183/254] Compiling FoundationExtensions NSObject+Swizzling.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:42:23: error: cannot find type 'Selector' in scope
40 | ///
41 | public static func objc_exchangeImplementations(
42 | _ originalSelector: Selector,
| `- error: cannot find type 'Selector' in scope
43 | _ swizzledSelector: Selector
44 | ) {
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:43:23: error: cannot find type 'Selector' in scope
41 | public static func objc_exchangeImplementations(
42 | _ originalSelector: Selector,
43 | _ swizzledSelector: Selector
| `- error: cannot find type 'Selector' in scope
44 | ) {
45 | let originalMethod = class_getInstanceMethod(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:45:24: error: cannot find 'class_getInstanceMethod' in scope
43 | _ swizzledSelector: Selector
44 | ) {
45 | let originalMethod = class_getInstanceMethod(
| `- error: cannot find 'class_getInstanceMethod' in scope
46 | Self.self,
47 | originalSelector
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:50:24: error: cannot find 'class_getInstanceMethod' in scope
48 | )
49 |
50 | let swizzledMethod = class_getInstanceMethod(
| `- error: cannot find 'class_getInstanceMethod' in scope
51 | Self.self,
52 | swizzledSelector
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:60:3: error: cannot find 'method_exchangeImplementations' in scope
58 | else { return }
59 |
60 | method_exchangeImplementations(originalMethod, swizzledMethod)
| `- error: cannot find 'method_exchangeImplementations' in scope
61 | }
62 | }
[184/254] Compiling FoundationExtensions USID.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:42:23: error: cannot find type 'Selector' in scope
40 | ///
41 | public static func objc_exchangeImplementations(
42 | _ originalSelector: Selector,
| `- error: cannot find type 'Selector' in scope
43 | _ swizzledSelector: Selector
44 | ) {
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:43:23: error: cannot find type 'Selector' in scope
41 | public static func objc_exchangeImplementations(
42 | _ originalSelector: Selector,
43 | _ swizzledSelector: Selector
| `- error: cannot find type 'Selector' in scope
44 | ) {
45 | let originalMethod = class_getInstanceMethod(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:45:24: error: cannot find 'class_getInstanceMethod' in scope
43 | _ swizzledSelector: Selector
44 | ) {
45 | let originalMethod = class_getInstanceMethod(
| `- error: cannot find 'class_getInstanceMethod' in scope
46 | Self.self,
47 | originalSelector
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:50:24: error: cannot find 'class_getInstanceMethod' in scope
48 | )
49 |
50 | let swizzledMethod = class_getInstanceMethod(
| `- error: cannot find 'class_getInstanceMethod' in scope
51 | Self.self,
52 | swizzledSelector
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:60:3: error: cannot find 'method_exchangeImplementations' in scope
58 | else { return }
59 |
60 | method_exchangeImplementations(originalMethod, swizzledMethod)
| `- error: cannot find 'method_exchangeImplementations' in scope
61 | }
62 | }
[185/254] Compiling FoundationExtensions UnwrappingError.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:42:23: error: cannot find type 'Selector' in scope
40 | ///
41 | public static func objc_exchangeImplementations(
42 | _ originalSelector: Selector,
| `- error: cannot find type 'Selector' in scope
43 | _ swizzledSelector: Selector
44 | ) {
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:43:23: error: cannot find type 'Selector' in scope
41 | public static func objc_exchangeImplementations(
42 | _ originalSelector: Selector,
43 | _ swizzledSelector: Selector
| `- error: cannot find type 'Selector' in scope
44 | ) {
45 | let originalMethod = class_getInstanceMethod(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:45:24: error: cannot find 'class_getInstanceMethod' in scope
43 | _ swizzledSelector: Selector
44 | ) {
45 | let originalMethod = class_getInstanceMethod(
| `- error: cannot find 'class_getInstanceMethod' in scope
46 | Self.self,
47 | originalSelector
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:50:24: error: cannot find 'class_getInstanceMethod' in scope
48 | )
49 |
50 | let swizzledMethod = class_getInstanceMethod(
| `- error: cannot find 'class_getInstanceMethod' in scope
51 | Self.self,
52 | swizzledSelector
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:60:3: error: cannot find 'method_exchangeImplementations' in scope
58 | else { return }
59 |
60 | method_exchangeImplementations(originalMethod, swizzledMethod)
| `- error: cannot find 'method_exchangeImplementations' in scope
61 | }
62 | }
[187/254] Compiling CustomDump StoreKit.swift
[188/254] Compiling CustomDump Swift.swift
[189/254] Compiling CustomDump SwiftUI.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[190/254] Emitting module FoundationExtensions
/host/spi-builder-workspace/Sources/FoundationExtensions/Extensions/DispatchTime+.swift:11:1: warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
9 | }
10 |
11 | extension DispatchTime: ExpressibleByFloatLiteral {
| |- warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | /// Creates DispatchTime for the specified interval in seconds from `.now()`
13 | @inlinable
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:9:11: error: cannot find type 'objc_AssociationPolicy' in scope
7 | _ object: Object?,
8 | forKey key: StaticString,
9 | policy: objc_AssociationPolicy
| `- error: cannot find type 'objc_AssociationPolicy' in scope
10 | ) -> Bool
11 |
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:33:11: error: cannot find type 'objc_AssociationPolicy' in scope
31 | _ object: Object?,
32 | forKey key: StaticString,
33 | policy: objc_AssociationPolicy = .retain(.nonatomic)
| `- error: cannot find type 'objc_AssociationPolicy' in scope
34 | ) -> Bool {
35 | return _setAssociatedObject(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:95:10: error: cannot find type 'objc_AssociationPolicy' in scope
93 | to associatingObject: AnyObject,
94 | forKey key: StaticString,
95 | policy: objc_AssociationPolicy
| `- error: cannot find type 'objc_AssociationPolicy' in scope
96 | ) -> Bool {
97 | guard key.hasPointerRepresentation
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:39:12: error: extra argument 'policy' in call
37 | to: self,
38 | forKey: key,
39 | policy: policy
| `- error: extra argument 'policy' in call
40 | )
41 | }
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:82:12: error: extra argument 'policy' in call
80 | to: associatingObject,
81 | forKey: key,
82 | policy: .init(
| `- error: extra argument 'policy' in call
83 | Object.self is AnyClass ? .retain : .copy,
84 | threadSafety
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:82:12: error: cannot infer contextual base in reference to member 'init'
80 | to: associatingObject,
81 | forKey: key,
82 | policy: .init(
| `- error: cannot infer contextual base in reference to member 'init'
83 | Object.self is AnyClass ? .retain : .copy,
84 | threadSafety
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:83:31: error: cannot infer contextual base in reference to member 'retain'
81 | forKey: key,
82 | policy: .init(
83 | Object.self is AnyClass ? .retain : .copy,
| `- error: cannot infer contextual base in reference to member 'retain'
84 | threadSafety
85 | )
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:100:2: error: cannot find 'objc_setAssociatedObject' in scope
98 | else { return false }
99 |
100 | objc_setAssociatedObject(
| `- error: cannot find 'objc_setAssociatedObject' in scope
101 | associatingObject,
102 | UnsafeRawPointer(key.utf8Start),
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:119:9: error: cannot find 'objc_getAssociatedObject' in scope
117 | else { return nil }
118 |
119 | return objc_getAssociatedObject(
| `- error: cannot find 'objc_getAssociatedObject' in scope
120 | associatingObject,
121 | UnsafeRawPointer(key.utf8Start)
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/objc_AssociationPolicy+.swift:41:11: error: cannot find type 'objc_AssociationPolicy' in scope
39 | }
40 |
41 | extension objc_AssociationPolicy {
| `- error: cannot find type 'objc_AssociationPolicy' in scope
42 | @inlinable
43 | public init(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/RuntimeWarnings.swift:41:73: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
39 | )
40 | #else
41 | fputs("\(formatter.string(from: Date())) [\(category)] \(message)\n", stderr)
| `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
42 | #endif
43 | }
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
| `- note: var declared here
146 | /* C89/C99 say they're macros. Make them happy. */
147 | #define stdin stdin
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:42:23: error: cannot find type 'Selector' in scope
40 | ///
41 | public static func objc_exchangeImplementations(
42 | _ originalSelector: Selector,
| `- error: cannot find type 'Selector' in scope
43 | _ swizzledSelector: Selector
44 | ) {
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:43:23: error: cannot find type 'Selector' in scope
41 | public static func objc_exchangeImplementations(
42 | _ originalSelector: Selector,
43 | _ swizzledSelector: Selector
| `- error: cannot find type 'Selector' in scope
44 | ) {
45 | let originalMethod = class_getInstanceMethod(
[195/254] Emitting module SwiftSyntax
/host/spi-builder-workspace/Sources/FoundationExtensions/General/RuntimeWarnings.swift:41:73: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
39 | )
40 | #else
41 | fputs("\(formatter.string(from: Date())) [\(category)] \(message)\n", stderr)
| `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
42 | #endif
43 | }
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
| `- note: var declared here
146 | /* C89/C99 say they're macros. Make them happy. */
147 | #define stdin stdin
/host/spi-builder-workspace/Sources/FoundationExtensions/General/RuntimeWarnings.swift:41:73: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
39 | )
40 | #else
41 | fputs("\(formatter.string(from: Date())) [\(category)] \(message)\n", stderr)
| `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
42 | #endif
43 | }
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
| `- note: var declared here
146 | /* C89/C99 say they're macros. Make them happy. */
147 | #define stdin stdin
/host/spi-builder-workspace/Sources/FoundationExtensions/General/RuntimeWarnings.swift:41:73: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
39 | )
40 | #else
41 | fputs("\(formatter.string(from: Date())) [\(category)] \(message)\n", stderr)
| `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
42 | #endif
43 | }
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
| `- note: var declared here
146 | /* C89/C99 say they're macros. Make them happy. */
147 | #define stdin stdin
[199/254] Compiling CustomDump Dump.swift
[200/254] Compiling CustomDump ExpectDifference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'swift-snapshot-testing': 'swift-snapshot-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
[0/1] Planning build
Building for debugging...
[0/17] Write swift-version-24593BA9C3E375BF.txt
[2/63] Compiling FunctionalModification Reduce.swift
[3/63] Compiling FunctionalModification Modification.swift
[4/63] Emitting module SwiftSyntax509
[5/63] Compiling SwiftSyntax509 Empty.swift
[6/64] Emitting module FunctionalModification
[7/65] Compiling FunctionalModification Modification.swift
[8/65] Emitting module FunctionalModification
[9/65] Compiling FunctionalModification Reduce.swift
[10/66] Compiling IssueReporting BreakpointReporter.swift
[11/66] Compiling IssueReporting FatalErrorReporter.swift
[16/69] Compiling IssueReporting ErrorReporting.swift
[17/69] Compiling IssueReporting AppHostWarning.swift
[18/69] Compiling IssueReporting Deprecations.swift
[23/69] Compiling IssueReporting TestContext.swift
[24/69] Compiling IssueReporting Unimplemented.swift
[25/69] Compiling IssueReporting RuntimeWarningReporter.swift
[26/69] Compiling IssueReporting ReportIssue.swift
[27/69] Compiling IssueReporting XCTest.swift
[28/69] Compiling IssueReporting IsTesting.swift
[29/69] Compiling IssueReporting IssueReporter.swift
[30/71] Compiling IssueReporting FailureObserver.swift
[31/71] Compiling IssueReporting LockIsolated.swift
[32/71] Compiling IssueReporting Rethrows.swift
[33/118] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[34/118] Compiling SwiftSyntax Syntax.swift
[35/118] Compiling SwiftSyntax SyntaxArena.swift
[36/118] Compiling SwiftSyntax SyntaxChildren.swift
[37/118] Emitting module IssueReporting
[38/118] Compiling FunctionalKeyPath FunctionalKeyPath.swift
[39/118] Emitting module FunctionalKeyPath
[40/119] Compiling FunctionalKeyPath FunctionalKeyPath.swift
[41/119] Emitting module FunctionalKeyPath
[43/120] Compiling SwiftSyntax SyntaxCollection.swift
[44/120] Compiling SwiftSyntax SyntaxData.swift
[48/120] Compiling SwiftSyntax MissingNodeInitializers.swift
[49/120] Compiling SwiftSyntax RawSyntax.swift
[50/120] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[51/120] Emitting module IssueReporting
[52/120] Compiling SwiftSyntax CommonAncestor.swift
[53/120] Compiling SwiftSyntax Convenience.swift
[54/120] Compiling SwiftSyntax MemoryLayout.swift
[55/121] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[56/121] Compiling SwiftSyntax RawSyntaxTokenView.swift
[57/121] Compiling SwiftSyntax SourceLength.swift
[63/128] Compiling XCTestDynamicOverlay Exports.swift
[64/128] Compiling XCTestDynamicOverlay Deprecations.swift
[65/128] Emitting module XCTestDynamicOverlay
[66/129] Compiling XCTestDynamicOverlay Exports.swift
[67/129] Compiling XCTestDynamicOverlay Deprecations.swift
[68/129] Emitting module XCTestDynamicOverlay
[71/184] Compiling CustomDump StoreKit.swift
[72/184] Compiling CustomDump Swift.swift
[73/184] Compiling CustomDump SwiftUI.swift
[74/184] Compiling CustomDump UIKit.swift
[75/187] Emitting module CustomDump
[76/187] Compiling CustomDump GameKit.swift
[77/187] Compiling CustomDump KeyPath.swift
[78/187] Compiling CustomDump Photos.swift
[79/187] Compiling CustomDump Speech.swift
[84/190] Compiling CustomDump Unordered.swift
[85/190] Compiling CustomDump XCTAssertDifference.swift
[86/190] Compiling CustomDump XCTAssertNoDifference.swift
[87/190] Compiling CustomDump ExpectNoDifference.swift
[88/190] Compiling CustomDump AnyType.swift
[89/190] Compiling CustomDump CollectionDifference.swift
[90/190] Compiling CustomDump Identifiable.swift
[91/190] Compiling CustomDump Mirror.swift
[92/190] Compiling CustomDump String.swift
[93/190] Compiling CustomDump CustomDumpReflectable.swift
[94/190] Compiling CustomDump CustomDumpRepresentable.swift
[95/190] Compiling CustomDump CustomDumpStringConvertible.swift
[96/190] Compiling CustomDump Diff.swift
[97/190] Compiling CustomDump Dump.swift
[98/190] Compiling CustomDump ExpectDifference.swift
[99/190] Compiling CustomDump CoreImage.swift
[100/190] Compiling CustomDump CoreLocation.swift
[101/190] Compiling CustomDump CoreMotion.swift
[102/190] Compiling CustomDump Foundation.swift
[128/196] Compiling CustomDump UserNotifications.swift
[129/196] Compiling CustomDump UserNotificationsUI.swift
[130/196] Emitting module CustomDump
[153/248] 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(
[154/248] 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(
[155/248] 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(
[156/251] Compiling FoundationExtensions Equated.swift
[157/251] Compiling FoundationExtensions Indirect.swift
[158/251] Compiling FoundationExtensions PropertyProxy.swift
[159/251] Compiling FoundationExtensions Resettable+CollectionProxy.swift
[160/251] Compiling FoundationExtensions Resettable.swift
[161/251] Compiling FoundationExtensions RuntimeWarnings.swift
[162/251] Compiling FoundationExtensions Reference.swift
[163/251] Compiling FoundationExtensions Castable.swift
[164/251] Compiling FoundationExtensions Equated+Comparator.swift
[165/251] 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
[166/251] 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
[167/251] 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
[168/251] 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
[169/251] Compiling FoundationExtensions Exports.swift
[170/251] Compiling FoundationExtensions Bundle+.swift
[171/251] Compiling FoundationExtensions Codable+.swift
[172/251] Compiling FoundationExtensions Collection+.swift
[173/251] Compiling FoundationExtensions Optional+.swift
[174/251] Compiling FoundationExtensions Range+.swift
[175/251] Compiling FoundationExtensions Result+.swift
[176/251] Compiling FoundationExtensions String+.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[177/251] Emitting module FoundationExtensions
/host/spi-builder-workspace/Sources/FoundationExtensions/Extensions/DispatchTime+.swift:11:1: warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
9 | }
10 |
11 | extension DispatchTime: ExpressibleByFloatLiteral {
| |- warning: extension declares a conformance of imported type 'DispatchTime' to imported protocol 'ExpressibleByFloatLiteral'; this will not behave correctly if the owners of 'Dispatch' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | /// Creates DispatchTime for the specified interval in seconds from `.now()`
13 | @inlinable
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:9:11: error: cannot find type 'objc_AssociationPolicy' in scope
7 | _ object: Object?,
8 | forKey key: StaticString,
9 | policy: objc_AssociationPolicy
| `- error: cannot find type 'objc_AssociationPolicy' in scope
10 | ) -> Bool
11 |
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:33:11: error: cannot find type 'objc_AssociationPolicy' in scope
31 | _ object: Object?,
32 | forKey key: StaticString,
33 | policy: objc_AssociationPolicy = .retain(.nonatomic)
| `- error: cannot find type 'objc_AssociationPolicy' in scope
34 | ) -> Bool {
35 | return _setAssociatedObject(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:95:10: error: cannot find type 'objc_AssociationPolicy' in scope
93 | to associatingObject: AnyObject,
94 | forKey key: StaticString,
95 | policy: objc_AssociationPolicy
| `- error: cannot find type 'objc_AssociationPolicy' in scope
96 | ) -> Bool {
97 | guard key.hasPointerRepresentation
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:39:12: error: extra argument 'policy' in call
37 | to: self,
38 | forKey: key,
39 | policy: policy
| `- error: extra argument 'policy' in call
40 | )
41 | }
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:82:12: error: extra argument 'policy' in call
80 | to: associatingObject,
81 | forKey: key,
82 | policy: .init(
| `- error: extra argument 'policy' in call
83 | Object.self is AnyClass ? .retain : .copy,
84 | threadSafety
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:82:12: error: cannot infer contextual base in reference to member 'init'
80 | to: associatingObject,
81 | forKey: key,
82 | policy: .init(
| `- error: cannot infer contextual base in reference to member 'init'
83 | Object.self is AnyClass ? .retain : .copy,
84 | threadSafety
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:83:31: error: cannot infer contextual base in reference to member 'retain'
81 | forKey: key,
82 | policy: .init(
83 | Object.self is AnyClass ? .retain : .copy,
| `- error: cannot infer contextual base in reference to member 'retain'
84 | threadSafety
85 | )
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:100:2: error: cannot find 'objc_setAssociatedObject' in scope
98 | else { return false }
99 |
100 | objc_setAssociatedObject(
| `- error: cannot find 'objc_setAssociatedObject' in scope
101 | associatingObject,
102 | UnsafeRawPointer(key.utf8Start),
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/AssociatingObject.swift:119:9: error: cannot find 'objc_getAssociatedObject' in scope
117 | else { return nil }
118 |
119 | return objc_getAssociatedObject(
| `- error: cannot find 'objc_getAssociatedObject' in scope
120 | associatingObject,
121 | UnsafeRawPointer(key.utf8Start)
/host/spi-builder-workspace/Sources/FoundationExtensions/General/AssociatingObject/objc_AssociationPolicy+.swift:41:11: error: cannot find type 'objc_AssociationPolicy' in scope
39 | }
40 |
41 | extension objc_AssociationPolicy {
| `- error: cannot find type 'objc_AssociationPolicy' in scope
42 | @inlinable
43 | public init(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:42:23: error: cannot find type 'Selector' in scope
40 | ///
41 | public static func objc_exchangeImplementations(
42 | _ originalSelector: Selector,
| `- error: cannot find type 'Selector' in scope
43 | _ swizzledSelector: Selector
44 | ) {
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:43:23: error: cannot find type 'Selector' in scope
41 | public static func objc_exchangeImplementations(
42 | _ originalSelector: Selector,
43 | _ swizzledSelector: Selector
| `- error: cannot find type 'Selector' in scope
44 | ) {
45 | let originalMethod = class_getInstanceMethod(
[178/251] Compiling FoundationExtensions NSObject+Swizzling.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:42:23: error: cannot find type 'Selector' in scope
40 | ///
41 | public static func objc_exchangeImplementations(
42 | _ originalSelector: Selector,
| `- error: cannot find type 'Selector' in scope
43 | _ swizzledSelector: Selector
44 | ) {
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:43:23: error: cannot find type 'Selector' in scope
41 | public static func objc_exchangeImplementations(
42 | _ originalSelector: Selector,
43 | _ swizzledSelector: Selector
| `- error: cannot find type 'Selector' in scope
44 | ) {
45 | let originalMethod = class_getInstanceMethod(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:45:24: error: cannot find 'class_getInstanceMethod' in scope
43 | _ swizzledSelector: Selector
44 | ) {
45 | let originalMethod = class_getInstanceMethod(
| `- error: cannot find 'class_getInstanceMethod' in scope
46 | Self.self,
47 | originalSelector
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:50:24: error: cannot find 'class_getInstanceMethod' in scope
48 | )
49 |
50 | let swizzledMethod = class_getInstanceMethod(
| `- error: cannot find 'class_getInstanceMethod' in scope
51 | Self.self,
52 | swizzledSelector
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:60:3: error: cannot find 'method_exchangeImplementations' in scope
58 | else { return }
59 |
60 | method_exchangeImplementations(originalMethod, swizzledMethod)
| `- error: cannot find 'method_exchangeImplementations' in scope
61 | }
62 | }
[179/251] Compiling FoundationExtensions USID.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:42:23: error: cannot find type 'Selector' in scope
40 | ///
41 | public static func objc_exchangeImplementations(
42 | _ originalSelector: Selector,
| `- error: cannot find type 'Selector' in scope
43 | _ swizzledSelector: Selector
44 | ) {
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:43:23: error: cannot find type 'Selector' in scope
41 | public static func objc_exchangeImplementations(
42 | _ originalSelector: Selector,
43 | _ swizzledSelector: Selector
| `- error: cannot find type 'Selector' in scope
44 | ) {
45 | let originalMethod = class_getInstanceMethod(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:45:24: error: cannot find 'class_getInstanceMethod' in scope
43 | _ swizzledSelector: Selector
44 | ) {
45 | let originalMethod = class_getInstanceMethod(
| `- error: cannot find 'class_getInstanceMethod' in scope
46 | Self.self,
47 | originalSelector
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:50:24: error: cannot find 'class_getInstanceMethod' in scope
48 | )
49 |
50 | let swizzledMethod = class_getInstanceMethod(
| `- error: cannot find 'class_getInstanceMethod' in scope
51 | Self.self,
52 | swizzledSelector
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:60:3: error: cannot find 'method_exchangeImplementations' in scope
58 | else { return }
59 |
60 | method_exchangeImplementations(originalMethod, swizzledMethod)
| `- error: cannot find 'method_exchangeImplementations' in scope
61 | }
62 | }
[180/251] Compiling FoundationExtensions UnwrappingError.swift
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:42:23: error: cannot find type 'Selector' in scope
40 | ///
41 | public static func objc_exchangeImplementations(
42 | _ originalSelector: Selector,
| `- error: cannot find type 'Selector' in scope
43 | _ swizzledSelector: Selector
44 | ) {
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:43:23: error: cannot find type 'Selector' in scope
41 | public static func objc_exchangeImplementations(
42 | _ originalSelector: Selector,
43 | _ swizzledSelector: Selector
| `- error: cannot find type 'Selector' in scope
44 | ) {
45 | let originalMethod = class_getInstanceMethod(
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:45:24: error: cannot find 'class_getInstanceMethod' in scope
43 | _ swizzledSelector: Selector
44 | ) {
45 | let originalMethod = class_getInstanceMethod(
| `- error: cannot find 'class_getInstanceMethod' in scope
46 | Self.self,
47 | originalSelector
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:50:24: error: cannot find 'class_getInstanceMethod' in scope
48 | )
49 |
50 | let swizzledMethod = class_getInstanceMethod(
| `- error: cannot find 'class_getInstanceMethod' in scope
51 | Self.self,
52 | swizzledSelector
/host/spi-builder-workspace/Sources/FoundationExtensions/General/Swizzling/NSObject+Swizzling.swift:60:3: error: cannot find 'method_exchangeImplementations' in scope
58 | else { return }
59 |
60 | method_exchangeImplementations(originalMethod, swizzledMethod)
| `- error: cannot find 'method_exchangeImplementations' in scope
61 | }
62 | }
BUILD FAILURE 6.1 android