Build Information
Failed to build KeyboardSupport, reference 2.2.0 (387114
), with Swift 6.1 for visionOS using Xcode 16.3 on 27 Apr 2025 06:40:10 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme KeyboardSupport -destination generic/platform=xrOS
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/BottleRocketStudios/iOS-KeyboardSupport.git
Reference: 2.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/BottleRocketStudios/iOS-KeyboardSupport
* tag 2.2.0 -> FETCH_HEAD
HEAD is now at 3871147 Merge pull request #65 from BottleRocketStudios/release/2.2.0
Cloned https://github.com/BottleRocketStudios/iOS-KeyboardSupport.git
Revision (git rev-parse @):
38711470027fb92140233947e7ad3ea5c54c4819
SUCCESS checkout https://github.com/BottleRocketStudios/iOS-KeyboardSupport.git at 2.2.0
========================================
Build
========================================
Selected platform: visionOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/BottleRocketStudios/iOS-KeyboardSupport.git
https://github.com/BottleRocketStudios/iOS-KeyboardSupport.git
{
"dependencies" : [
],
"manifest_display_name" : "KeyboardSupport",
"name" : "KeyboardSupport",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
}
],
"products" : [
{
"name" : "KeyboardSupport",
"targets" : [
"KeyboardSupport"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "KeyboardSupport_iOSTests",
"module_type" : "SwiftTarget",
"name" : "KeyboardSupport-iOSTests",
"path" : "Tests",
"sources" : [
"AutoPilotTests.swift",
"Helper/Mocks/MockKeyboardAccessoryDelegate.swift",
"Helper/Mocks/MockKeyboardAutoNavigatorDelegate.swift",
"Helper/Mocks/MockKeyboardNavigatorDelegate.swift",
"KeyboardAutoNavigatorTests.swift",
"KeyboardNavigatorTests.swift",
"KeyboardToolbarTests.swift"
],
"target_dependencies" : [
"KeyboardSupport"
],
"type" : "test"
},
{
"c99name" : "KeyboardSupport",
"module_type" : "SwiftTarget",
"name" : "KeyboardSupport",
"path" : "Sources",
"product_memberships" : [
"KeyboardSupport"
],
"sources" : [
"KeyboardSupport/Extensions/Array+KeyboardSupport.swift",
"KeyboardSupport/Extensions/CGRect+Modifying.swift",
"KeyboardSupport/Extensions/UIEdgeInsets+KeyboardSupport.swift",
"KeyboardSupport/Extensions/UIScrollView+Inset.swift",
"KeyboardSupport/Extensions/UIView+KeyboardSupport.swift",
"KeyboardSupport/KeyboardAccessory.swift",
"KeyboardSupport/KeyboardAutoNavigator.swift",
"KeyboardSupport/KeyboardDismissable.swift",
"KeyboardSupport/KeyboardNavigator.swift",
"KeyboardSupport/KeyboardRespondable.swift",
"KeyboardSupport/KeyboardSafeAreaAdjustable.swift",
"KeyboardSupport/KeyboardScrollable.swift",
"KeyboardSupport/KeyboardToolbar.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
"dependencies" : [
],
"manifest_display_name" : "KeyboardSupport",
"name" : "KeyboardSupport",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
}
],
"products" : [
{
"name" : "KeyboardSupport",
"targets" : [
"KeyboardSupport"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "KeyboardSupport_iOSTests",
"module_type" : "SwiftTarget",
"name" : "KeyboardSupport-iOSTests",
"path" : "Tests",
"sources" : [
"AutoPilotTests.swift",
"Helper/Mocks/MockKeyboardAccessoryDelegate.swift",
"Helper/Mocks/MockKeyboardAutoNavigatorDelegate.swift",
"Helper/Mocks/MockKeyboardNavigatorDelegate.swift",
"KeyboardAutoNavigatorTests.swift",
"KeyboardNavigatorTests.swift",
"KeyboardToolbarTests.swift"
],
"target_dependencies" : [
"KeyboardSupport"
],
"type" : "test"
},
{
"c99name" : "KeyboardSupport",
"module_type" : "SwiftTarget",
"name" : "KeyboardSupport",
"path" : "Sources",
"product_memberships" : [
"KeyboardSupport"
],
"sources" : [
"KeyboardSupport/Extensions/Array+KeyboardSupport.swift",
"KeyboardSupport/Extensions/CGRect+Modifying.swift",
"KeyboardSupport/Extensions/UIEdgeInsets+KeyboardSupport.swift",
"KeyboardSupport/Extensions/UIScrollView+Inset.swift",
"KeyboardSupport/Extensions/UIView+KeyboardSupport.swift",
"KeyboardSupport/KeyboardAccessory.swift",
"KeyboardSupport/KeyboardAutoNavigator.swift",
"KeyboardSupport/KeyboardDismissable.swift",
"KeyboardSupport/KeyboardNavigator.swift",
"KeyboardSupport/KeyboardRespondable.swift",
"KeyboardSupport/KeyboardSafeAreaAdjustable.swift",
"KeyboardSupport/KeyboardScrollable.swift",
"KeyboardSupport/KeyboardToolbar.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "KeyboardSupport",
"schemes" : [
"KeyboardSupport-iOS",
"KeyboardSupport-iOSExample"
],
"targets" : [
"KeyboardSupport-iOS",
"KeyboardSupport-iOSTests",
"KeyboardSupport-iOSExample"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"KeyboardSupport"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme KeyboardSupport -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme KeyboardSupport -destination generic/platform=xrOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
KeyboardSupport: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'KeyboardSupport' in project 'KeyboardSupport'
➜ Explicit dependency on target 'KeyboardSupport' in project 'KeyboardSupport'
Target 'KeyboardSupport' in project 'KeyboardSupport' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: ce906fb2f5948cddf913017ec3dade0f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/ce906fb2f5948cddf913017ec3dade0f.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/KeyboardSupport.DependencyMetadataFileList (in target 'KeyboardSupport' from project 'KeyboardSupport')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/KeyboardSupport.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/KeyboardSupport.modulemap (in target 'KeyboardSupport' from project 'KeyboardSupport')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/KeyboardSupport.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/KeyboardSupport.DependencyStaticMetadataFileList (in target 'KeyboardSupport' from project 'KeyboardSupport')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/KeyboardSupport.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardSupport.LinkFileList (in target 'KeyboardSupport' from project 'KeyboardSupport')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardSupport.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardSupport.SwiftFileList (in target 'KeyboardSupport' from project 'KeyboardSupport')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardSupport.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardSupport.SwiftConstValuesFileList (in target 'KeyboardSupport' from project 'KeyboardSupport')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardSupport.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardSupport-OutputFileMap.json (in target 'KeyboardSupport' from project 'KeyboardSupport')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardSupport-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardSupport_const_extract_protocols.json (in target 'KeyboardSupport' from project 'KeyboardSupport')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardSupport_const_extract_protocols.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/KeyboardSupport.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/KeyboardSupport.modulemap (in target 'KeyboardSupport' from project 'KeyboardSupport')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/KeyboardSupport.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver KeyboardSupport normal arm64 com.apple.xcode.tools.swift.compiler (in target 'KeyboardSupport' from project 'KeyboardSupport')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name KeyboardSupport -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardSupport.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardSupport-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardSupport.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardSupport_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardSupport-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ KeyboardAutoNavigator.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift:79:49: warning: main actor-isolated property 'topLevelContainer' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
let container = container ?? source.topLevelContainer
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/Extensions/UIView+KeyboardSupport.swift:14:9: note: property declared here
var topLevelContainer: UIView {
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift:80:30: warning: main actor-isolated property 'textInputViews' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
return container.textInputViews.sortedByPosition(in: container)
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/Extensions/UIView+KeyboardSupport.swift:26:9: note: property declared here
var textInputViews: [UITextInputView] {
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift:78:29: note: add '@MainActor' to make static method 'sortedFields(around:in:)' part of global actor 'MainActor'
private static func sortedFields(around source: UITextInputView, in container: UIView?) -> [UITextInputView] {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift:89:47: error: 'inputAccessoryView' is unavailable in visionOS
if let toolbar = currentTextField.inputAccessoryView as? KeyboardToolbar {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIResponder.h:138:68: note: 'inputAccessoryView' has been explicitly marked unavailable here
@property (nullable, nonatomic, readonly, strong) __kindof UIView *inputAccessoryView API_AVAILABLE(ios(3.2)) API_UNAVAILABLE(visionos);
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift:89:47: warning: main actor-isolated property 'inputAccessoryView' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
if let toolbar = currentTextField.inputAccessoryView as? KeyboardToolbar {
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIResponder.h:138:68: note: property declared here
@property (nullable, nonatomic, readonly, strong) __kindof UIView *inputAccessoryView API_AVAILABLE(ios(3.2)) API_UNAVAILABLE(visionos);
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift:90:25: warning: main actor-isolated property 'keyboardAccessoryDelegate' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
toolbar.keyboardAccessoryDelegate = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardToolbar.swift:41:19: note: mutation of this property is only permitted within the actor
open weak var keyboardAccessoryDelegate: KeyboardAccessoryDelegate?
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift:94:25: warning: call to main actor-isolated instance method 'removeTarget(_:action:for:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
control.removeTarget(self, action: #selector(textFieldEditingDidEndOnExit(_:)), for: UIControl.Event.editingDidEndOnExit)
^
UIKit.UIControl.removeTarget:2:22: note: calls to instance method 'removeTarget(_:action:for:)' from outside of its actor context are implicitly asynchronous
@MainActor open func removeTarget(_ target: Any?, action: Selector?, for controlEvents: UIControl.Event)}
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift:128:56: error: 'inputAccessoryView' is unavailable in visionOS
let currentToolbar = currentTextInputView?.inputAccessoryView as? NavigatingKeyboardAccessory else { return }
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIResponder.h:138:68: note: 'inputAccessoryView' has been explicitly marked unavailable here
@property (nullable, nonatomic, readonly, strong) __kindof UIView *inputAccessoryView API_AVAILABLE(ios(3.2)) API_UNAVAILABLE(visionos);
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift:128:56: warning: main actor-isolated property 'inputAccessoryView' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let currentToolbar = currentTextInputView?.inputAccessoryView as? NavigatingKeyboardAccessory else { return }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIResponder.h:138:68: note: property declared here
@property (nullable, nonatomic, readonly, strong) __kindof UIView *inputAccessoryView API_AVAILABLE(ios(3.2)) API_UNAVAILABLE(visionos);
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift:126:17: note: add '@MainActor' to make instance method 'refreshCurrentToolbarButtonStates()' part of global actor 'MainActor'
public func refreshCurrentToolbarButtonStates() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift:138:40: warning: main actor-isolated property 'isEnabled' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
currentToolbar.backButton?.isEnabled = hasPrevious
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarItem.h:25:52: note: mutation of this property is only permitted within the actor
@property(nonatomic,getter=isEnabled) BOOL enabled; // default is YES
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift:126:17: note: add '@MainActor' to make instance method 'refreshCurrentToolbarButtonStates()' part of global actor 'MainActor'
public func refreshCurrentToolbarButtonStates() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift:139:40: warning: main actor-isolated property 'isEnabled' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
currentToolbar.nextButton?.isEnabled = hasNext
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarItem.h:25:52: note: mutation of this property is only permitted within the actor
@property(nonatomic,getter=isEnabled) BOOL enabled; // default is YES
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift:126:17: note: add '@MainActor' to make instance method 'refreshCurrentToolbarButtonStates()' part of global actor 'MainActor'
public func refreshCurrentToolbarButtonStates() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift:149:23: warning: call to main actor-isolated instance method 'isDescendant(of:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
inputView.isDescendant(of: containerView) else { return }
^
UIKit.UIView.isDescendant:2:22: note: calls to instance method 'isDescendant(of:)' from outside of its actor context are implicitly asynchronous
@MainActor open func isDescendant(of view: UIView) -> Bool}
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift:147:18: note: add '@MainActor' to make instance method 'textEditingDidBegin' part of global actor 'MainActor'
private func textEditingDidBegin(_ notification: Notification) {
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift:153:26: warning: call to main actor-isolated instance method 'addTarget(_:action:for:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
controlInput.addTarget(self, action: #selector(textFieldEditingDidEndOnExit(_:)), for: UIControl.Event.editingDidEndOnExit)
^
UIKit.UIControl.addTarget:2:22: note: calls to instance method 'addTarget(_:action:for:)' from outside of its actor context are implicitly asynchronous
@MainActor open func addTarget(_ target: Any?, action: Selector, for controlEvents: UIControl.Event)}
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift:147:18: note: add '@MainActor' to make instance method 'textEditingDidBegin' part of global actor 'MainActor'
private func textEditingDidBegin(_ notification: Notification) {
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift:170:67: warning: call to main actor-isolated instance method 'becomeFirstResponder()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
AutoPilot.nextField(from: sender, in: containerView)?.becomeFirstResponder()
^
UIKit.UIResponder.becomeFirstResponder:2:22: note: calls to instance method 'becomeFirstResponder()' from outside of its actor context are implicitly asynchronous
@MainActor open func becomeFirstResponder() -> Bool}
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift:168:18: note: add '@MainActor' to make instance method 'textFieldEditingDidEndOnExit' part of global actor 'MainActor'
private func textFieldEditingDidEndOnExit(_ sender: UITextInputView) {
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift:182:23: error: 'inputAccessoryView' is unavailable in visionOS
textInput.inputAccessoryView = toolbar
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:109:49: note: 'inputAccessoryView' has been explicitly marked unavailable here
@property (nullable, readwrite, strong) UIView *inputAccessoryView API_UNAVAILABLE(visionos);
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift:184:23: error: 'inputAccessoryView' is unavailable in visionOS
textInput.inputAccessoryView = toolbar
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:218:49: note: 'inputAccessoryView' has been explicitly marked unavailable here
@property (nullable, readwrite, strong) UIView *inputAccessoryView API_UNAVAILABLE(visionos);
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift:182:23: warning: main actor-isolated property 'inputAccessoryView' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
textInput.inputAccessoryView = toolbar
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:109:49: note: mutation of this property is only permitted within the actor
@property (nullable, readwrite, strong) UIView *inputAccessoryView API_UNAVAILABLE(visionos);
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift:177:18: note: add '@MainActor' to make instance method 'applyToolbarToTextInput' part of global actor 'MainActor'
private func applyToolbarToTextInput(_ textInput: UITextInputView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift:184:23: warning: main actor-isolated property 'inputAccessoryView' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
textInput.inputAccessoryView = toolbar
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:218:49: note: mutation of this property is only permitted within the actor
@property (nullable, readwrite, strong) UIView *inputAccessoryView API_UNAVAILABLE(visionos);
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift:177:18: note: add '@MainActor' to make instance method 'applyToolbarToTextInput' part of global actor 'MainActor'
private func applyToolbarToTextInput(_ textInput: UITextInputView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift:187:23: warning: call to main actor-isolated instance method 'reloadInputViews()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
textInput.reloadInputViews()
^
UIKit.UIResponder.reloadInputViews:3:24: note: calls to instance method 'reloadInputViews()' from outside of its actor context are implicitly asynchronous
@MainActor open func reloadInputViews()}
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift:177:18: note: add '@MainActor' to make instance method 'applyToolbarToTextInput' part of global actor 'MainActor'
private func applyToolbarToTextInput(_ textInput: UITextInputView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift:200:77: warning: call to main actor-isolated instance method 'becomeFirstResponder()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
AutoPilot.previousField(from: currentTextField, in: containerView)?.becomeFirstResponder()
^
UIKit.UIResponder.becomeFirstResponder:2:22: note: calls to instance method 'becomeFirstResponder()' from outside of its actor context are implicitly asynchronous
@MainActor open func becomeFirstResponder() -> Bool}
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift:194:18: note: add '@MainActor' to make instance method 'didTapBack()' part of global actor 'MainActor'
private func didTapBack() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift:209:73: warning: call to main actor-isolated instance method 'becomeFirstResponder()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
AutoPilot.nextField(from: currentTextField, in: containerView)?.becomeFirstResponder()
^
UIKit.UIResponder.becomeFirstResponder:2:22: note: calls to instance method 'becomeFirstResponder()' from outside of its actor context are implicitly asynchronous
@MainActor open func becomeFirstResponder() -> Bool}
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift:203:18: note: add '@MainActor' to make instance method 'didTapNext()' part of global actor 'MainActor'
private func didTapNext() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift:213:31: warning: call to main actor-isolated instance method 'resignFirstResponder()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
currentTextInputView?.resignFirstResponder()
^
UIKit.UIResponder.resignFirstResponder:2:22: note: calls to instance method 'resignFirstResponder()' from outside of its actor context are implicitly asynchronous
@MainActor open func resignFirstResponder() -> Bool}
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift:212:18: note: add '@MainActor' to make instance method 'didTapDone()' part of global actor 'MainActor'
private func didTapDone() {
^
@MainActor
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/Extensions/Array+KeyboardSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/Extensions/CGRect+Modifying.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/Extensions/UIEdgeInsets+KeyboardSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/Extensions/UIScrollView+Inset.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/Extensions/UIView+KeyboardSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAccessory.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardDismissable.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardNavigator.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardRespondable.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardSafeAreaAdjustable.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardToolbar.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardAutoNavigator.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardAutoNavigator.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardAutoNavigator.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardAutoNavigator.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardSupport_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name KeyboardSupport -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.4 -target-sdk-name xros2.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardAutoNavigator.o -index-unit-output-path /KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardAutoNavigator.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Array+KeyboardSupport.swift,\ CGRect+Modifying.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/Extensions/Array+KeyboardSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/Extensions/CGRect+Modifying.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/Extensions/Array+KeyboardSupport.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/Extensions/Array+KeyboardSupport.swift:21:40: warning: call to main actor-isolated instance method 'convert(_:to:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let adjustedFrame1 = view1.convert(view1.frame, to: container)
^
UIKit.UIView.convert:3:24: note: calls to instance method 'convert(_:to:)' from outside of its actor context are implicitly asynchronous
@MainActor open func convert(_ rect: CGRect, to coordinateSpace: any UICoordinateSpace) -> CGRect}
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/Extensions/Array+KeyboardSupport.swift:21:54: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let adjustedFrame1 = view1.convert(view1.frame, to: container)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/Extensions/Array+KeyboardSupport.swift:22:40: warning: call to main actor-isolated instance method 'convert(_:to:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let adjustedFrame2 = view2.convert(view2.frame, to: container)
^
UIKit.UIView.convert:3:24: note: calls to instance method 'convert(_:to:)' from outside of its actor context are implicitly asynchronous
@MainActor open func convert(_ rect: CGRect, to coordinateSpace: any UICoordinateSpace) -> CGRect}
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/Extensions/Array+KeyboardSupport.swift:22:54: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let adjustedFrame2 = view2.convert(view2.frame, to: container)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/Extensions/CGRect+Modifying.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UIEdgeInsets+KeyboardSupport.swift,\ UIScrollView+Inset.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/Extensions/UIEdgeInsets+KeyboardSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/Extensions/UIScrollView+Inset.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/Extensions/UIEdgeInsets+KeyboardSupport.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/Extensions/UIScrollView+Inset.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/Extensions/UIScrollView+Inset.swift:24:64: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
guard let wrapper = objc_getAssociatedObject(self, &UIScrollView.insetKey) as? Box else { return nil }
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/Extensions/UIScrollView+Inset.swift:29:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
objc_setAssociatedObject(self, &UIScrollView.insetKey, Box(value: newValue), .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
^
SwiftCompile normal arm64 Compiling\ UIView+KeyboardSupport.swift,\ KeyboardAccessory.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/Extensions/UIView+KeyboardSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAccessory.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/Extensions/UIView+KeyboardSupport.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAccessory.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ KeyboardDismissable.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardDismissable.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardDismissable.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardDismissable.swift:21:36: warning: call to main actor-isolated initializer 'init(target:action:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let tapGestureRecognizer = UITapGestureRecognizer(target: self, action: #selector(keyboardDismissalViewTapped))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:40:1: note: calls to initializer 'init(target:action:)' from outside of its actor context are implicitly asynchronous
- (instancetype)initWithTarget:(nullable id)target action:(nullable SEL)action NS_DESIGNATED_INITIALIZER; // designated initializer
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardDismissable.swift:20:10: note: add '@MainActor' to make instance method 'setupKeyboardDismissalView()' part of global actor 'MainActor'
func setupKeyboardDismissalView() -> UIGestureRecognizer {
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardDismissable.swift:22:30: warning: main actor-isolated property 'cancelsTouchesInView' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
tapGestureRecognizer.cancelsTouchesInView = false
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIGestureRecognizer.h:57:27: note: mutation of this property is only permitted within the actor
@property(nonatomic) BOOL cancelsTouchesInView; // default is YES. causes touchesCancelled:withEvent: or pressesCancelled:withEvent: to be sent to the view for all touches or presses recognized as part of this gesture immediately before the action method is called.
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardDismissable.swift:20:10: note: add '@MainActor' to make instance method 'setupKeyboardDismissalView()' part of global actor 'MainActor'
func setupKeyboardDismissalView() -> UIGestureRecognizer {
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardDismissable.swift:23:14: warning: call to main actor-isolated instance method 'addGestureRecognizer' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
view.addGestureRecognizer(tapGestureRecognizer)
^
UIKit.UIView.addGestureRecognizer:3:24: note: calls to instance method 'addGestureRecognizer' from outside of its actor context are implicitly asynchronous
@MainActor open func addGestureRecognizer(_ gestureRecognizer: UIGestureRecognizer)}
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardDismissable.swift:20:10: note: add '@MainActor' to make instance method 'setupKeyboardDismissalView()' part of global actor 'MainActor'
func setupKeyboardDismissalView() -> UIGestureRecognizer {
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardDismissable.swift:23:9: warning: main actor-isolated property 'view' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
view.addGestureRecognizer(tapGestureRecognizer)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:116:54: note: property declared here
@property(null_resettable, nonatomic,strong) UIView *view; // The getter first invokes [self loadView] if the view hasn't been set yet. Subclasses must call super if they override the setter or getter.
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardDismissable.swift:20:10: note: add '@MainActor' to make instance method 'setupKeyboardDismissalView()' part of global actor 'MainActor'
func setupKeyboardDismissalView() -> UIGestureRecognizer {
^
SwiftCompile normal arm64 Compiling\ KeyboardNavigator.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardNavigator.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardNavigator.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardNavigator.swift:63:27: warning: call to main actor-isolated instance method 'addTarget(_:action:for:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
textField.addTarget(self, action: #selector(textFieldEditingDidBegin(_:)), for: .editingDidBegin)
^
UIKit.UIControl.addTarget:2:22: note: calls to instance method 'addTarget(_:action:for:)' from outside of its actor context are implicitly asynchronous
@MainActor open func addTarget(_ target: Any?, action: Selector, for controlEvents: UIControl.Event)}
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardNavigator.swift:65:27: warning: call to main actor-isolated instance method 'addTarget(_:action:for:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
textField.addTarget(self, action: #selector(textFieldEditingDidEndOnExit(_:)), for: .editingDidEndOnExit)
^
UIKit.UIControl.addTarget:2:22: note: calls to instance method 'addTarget(_:action:for:)' from outside of its actor context are implicitly asynchronous
@MainActor open func addTarget(_ target: Any?, action: Selector, for controlEvents: UIControl.Event)}
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardNavigator.swift:74:27: error: 'inputAccessoryView' is unavailable in visionOS
textField.inputAccessoryView = keyboardToolbar
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:109:49: note: 'inputAccessoryView' has been explicitly marked unavailable here
@property (nullable, readwrite, strong) UIView *inputAccessoryView API_UNAVAILABLE(visionos);
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardNavigator.swift:76:26: error: 'inputAccessoryView' is unavailable in visionOS
textView.inputAccessoryView = keyboardToolbar
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:218:49: note: 'inputAccessoryView' has been explicitly marked unavailable here
@property (nullable, readwrite, strong) UIView *inputAccessoryView API_UNAVAILABLE(visionos);
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardNavigator.swift:74:27: warning: main actor-isolated property 'inputAccessoryView' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
textField.inputAccessoryView = keyboardToolbar
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:109:49: note: mutation of this property is only permitted within the actor
@property (nullable, readwrite, strong) UIView *inputAccessoryView API_UNAVAILABLE(visionos);
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardNavigator.swift:76:26: warning: main actor-isolated property 'inputAccessoryView' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
textView.inputAccessoryView = keyboardToolbar
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:218:49: note: mutation of this property is only permitted within the actor
@property (nullable, readwrite, strong) UIView *inputAccessoryView API_UNAVAILABLE(visionos);
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardNavigator.swift:93:31: warning: call to main actor-isolated instance method 'becomeFirstResponder()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
currentTextInput?.becomeFirstResponder()
^
UIKit.UIResponder.becomeFirstResponder:2:22: note: calls to instance method 'becomeFirstResponder()' from outside of its actor context are implicitly asynchronous
@MainActor open func becomeFirstResponder() -> Bool}
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardNavigator.swift:90:10: note: add '@MainActor' to make instance method 'didTapBack()' part of global actor 'MainActor'
func didTapBack() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardNavigator.swift:102:31: warning: call to main actor-isolated instance method 'becomeFirstResponder()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
currentTextInput?.becomeFirstResponder()
^
UIKit.UIResponder.becomeFirstResponder:2:22: note: calls to instance method 'becomeFirstResponder()' from outside of its actor context are implicitly asynchronous
@MainActor open func becomeFirstResponder() -> Bool}
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardNavigator.swift:99:10: note: add '@MainActor' to make instance method 'didTapNext()' part of global actor 'MainActor'
func didTapNext() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardNavigator.swift:109:27: warning: call to main actor-isolated instance method 'resignFirstResponder()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
currentTextInput?.resignFirstResponder()
^
UIKit.UIResponder.resignFirstResponder:2:22: note: calls to instance method 'resignFirstResponder()' from outside of its actor context are implicitly asynchronous
@MainActor open func resignFirstResponder() -> Bool}
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardNavigator.swift:108:10: note: add '@MainActor' to make instance method 'didTapDone()' part of global actor 'MainActor'
func didTapDone() {
^
@MainActor
SwiftCompile normal arm64 Compiling\ KeyboardSafeAreaAdjustable.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardSafeAreaAdjustable.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardSafeAreaAdjustable.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ KeyboardRespondable.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardRespondable.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardRespondable.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ KeyboardSupport (in target 'KeyboardSupport' from project 'KeyboardSupport')
EmitSwiftModule normal arm64 (in target 'KeyboardSupport' from project 'KeyboardSupport')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardToolbar.swift:42:14: warning: main actor-isolated property 'nextButton' cannot be used to satisfy nonisolated requirement from protocol 'NavigatingKeyboardAccessory'; this is an error in the Swift 6 language mode
open var nextButton: UIBarButtonItem?
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardToolbar.swift:18:40: note: add '@preconcurrency' to the 'NavigatingKeyboardAccessory' conformance to defer isolation checking to run time
open class KeyboardToolbar: UIToolbar, NavigatingKeyboardAccessory {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAccessory.swift:39:9: note: requirement 'nextButton' declared here
var nextButton: UIBarButtonItem? { get set }
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardToolbar.swift:43:14: warning: main actor-isolated property 'backButton' cannot be used to satisfy nonisolated requirement from protocol 'NavigatingKeyboardAccessory'; this is an error in the Swift 6 language mode
open var backButton: UIBarButtonItem?
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAccessory.swift:40:9: note: requirement 'backButton' declared here
var backButton: UIBarButtonItem? { get set }
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardToolbar.swift:111:10: warning: main actor-isolated instance method 'setNextAndBackButtonsHidden' cannot be used to satisfy nonisolated requirement from protocol 'NavigatingKeyboardAccessory'; this is an error in the Swift 6 language mode
func setNextAndBackButtonsHidden(_ hidden: Bool) {
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardToolbar.swift:111:10: note: add 'nonisolated' to 'setNextAndBackButtonsHidden' to make this instance method not isolated to the actor
func setNextAndBackButtonsHidden(_ hidden: Bool) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAccessory.swift:42:10: note: mark the protocol requirement 'setNextAndBackButtonsHidden' 'async' to allow actor-isolated conformances
func setNextAndBackButtonsHidden(_ hidden: Bool)
^
async
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardToolbar.swift:44:14: warning: main actor-isolated property 'doneButton' cannot be used to satisfy nonisolated requirement from protocol 'KeyboardAccessory'; this is an error in the Swift 6 language mode
open var doneButton: UIBarButtonItem?
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAccessory.swift:32:9: note: requirement 'doneButton' declared here
var doneButton: UIBarButtonItem? { get set }
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardToolbar.swift:41:19: warning: main actor-isolated property 'keyboardAccessoryDelegate' cannot be used to satisfy nonisolated requirement from protocol 'KeyboardAccessory'; this is an error in the Swift 6 language mode
open weak var keyboardAccessoryDelegate: KeyboardAccessoryDelegate?
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAccessory.swift:34:9: note: requirement 'keyboardAccessoryDelegate' declared here
var keyboardAccessoryDelegate: KeyboardAccessoryDelegate? { get set }
^
SwiftCompile normal arm64 Compiling\ KeyboardToolbar.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardToolbar.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardToolbar.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardToolbar.swift:42:14: warning: main actor-isolated property 'nextButton' cannot be used to satisfy nonisolated requirement from protocol 'NavigatingKeyboardAccessory'; this is an error in the Swift 6 language mode
open var nextButton: UIBarButtonItem?
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardToolbar.swift:18:40: note: add '@preconcurrency' to the 'NavigatingKeyboardAccessory' conformance to defer isolation checking to run time
open class KeyboardToolbar: UIToolbar, NavigatingKeyboardAccessory {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAccessory.swift:39:9: note: requirement 'nextButton' declared here
var nextButton: UIBarButtonItem? { get set }
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardToolbar.swift:43:14: warning: main actor-isolated property 'backButton' cannot be used to satisfy nonisolated requirement from protocol 'NavigatingKeyboardAccessory'; this is an error in the Swift 6 language mode
open var backButton: UIBarButtonItem?
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAccessory.swift:40:9: note: requirement 'backButton' declared here
var backButton: UIBarButtonItem? { get set }
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardToolbar.swift:111:10: warning: main actor-isolated instance method 'setNextAndBackButtonsHidden' cannot be used to satisfy nonisolated requirement from protocol 'NavigatingKeyboardAccessory'; this is an error in the Swift 6 language mode
func setNextAndBackButtonsHidden(_ hidden: Bool) {
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardToolbar.swift:111:10: note: add 'nonisolated' to 'setNextAndBackButtonsHidden' to make this instance method not isolated to the actor
func setNextAndBackButtonsHidden(_ hidden: Bool) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAccessory.swift:42:10: note: mark the protocol requirement 'setNextAndBackButtonsHidden' 'async' to allow actor-isolated conformances
func setNextAndBackButtonsHidden(_ hidden: Bool)
^
async
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardToolbar.swift:44:14: warning: main actor-isolated property 'doneButton' cannot be used to satisfy nonisolated requirement from protocol 'KeyboardAccessory'; this is an error in the Swift 6 language mode
open var doneButton: UIBarButtonItem?
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAccessory.swift:32:9: note: requirement 'doneButton' declared here
var doneButton: UIBarButtonItem? { get set }
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardToolbar.swift:41:19: warning: main actor-isolated property 'keyboardAccessoryDelegate' cannot be used to satisfy nonisolated requirement from protocol 'KeyboardAccessory'; this is an error in the Swift 6 language mode
open weak var keyboardAccessoryDelegate: KeyboardAccessoryDelegate?
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAccessory.swift:34:9: note: requirement 'keyboardAccessoryDelegate' declared here
var keyboardAccessoryDelegate: KeyboardAccessoryDelegate? { get set }
^
SwiftCompile normal arm64 Compiling\ KeyboardScrollable.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:90:42: warning: main actor-isolated property 'popoverPresentationController' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
private var isPopover: Bool { return popoverPresentationController != nil }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:595:76: note: property declared here
@property (nullable, nonatomic, readonly) UIPopoverPresentationController *popoverPresentationController API_AVAILABLE(ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:110:109: warning: call to main actor-isolated instance method 'activeFirstResponder()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
guard let keyboardInfo = KeyboardInfo(notification: notification), let activeField = self?.view.activeFirstResponder() else { return }
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/Extensions/UIView+KeyboardSupport.swift:53:17: note: calls to instance method 'activeFirstResponder()' from outside of its actor context are implicitly asynchronous
public func activeFirstResponder() -> UIView? {
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:110:104: warning: main actor-isolated property 'view' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
guard let keyboardInfo = KeyboardInfo(notification: notification), let activeField = self?.view.activeFirstResponder() else { return }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:116:54: note: property declared here
@property(null_resettable, nonatomic,strong) UIView *view; // The getter first invokes [self loadView] if the view hasn't been set yet. Subclasses must call super if they override the setter or getter.
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:111:52: warning: main actor-isolated property 'originalContentInset' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
if self?.keyboardScrollableScrollView?.originalContentInset == nil {
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/Extensions/UIScrollView+Inset.swift:22:9: note: property declared here
var originalContentInset: UIEdgeInsets? {
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:112:53: warning: main actor-isolated property 'originalContentInset' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
self?.keyboardScrollableScrollView?.originalContentInset = self?.keyboardScrollableScrollView?.contentInset
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/Extensions/UIScrollView+Inset.swift:22:9: note: mutation of this property is only permitted within the actor
var originalContentInset: UIEdgeInsets? {
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:112:112: warning: main actor-isolated property 'contentInset' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
self?.keyboardScrollableScrollView?.originalContentInset = self?.keyboardScrollableScrollView?.contentInset
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:57:59: note: property declared here
@property(nonatomic) UIEdgeInsets contentInset; // default UIEdgeInsetsZero. add additional scroll area around content
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:127:39: warning: main actor-isolated property 'originalContentInset' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
keyboardScrollableScrollView?.originalContentInset.flatMap { keyboardScrollableScrollView?.contentInset = $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/Extensions/UIScrollView+Inset.swift:22:9: note: property declared here
var originalContentInset: UIEdgeInsets? {
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:126:10: note: add '@MainActor' to make instance method 'removeKeyboardObservers()' part of global actor 'MainActor'
func removeKeyboardObservers() {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:127:100: warning: main actor-isolated property 'contentInset' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
keyboardScrollableScrollView?.originalContentInset.flatMap { keyboardScrollableScrollView?.contentInset = $0 }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:57:59: note: mutation of this property is only permitted within the actor
@property(nonatomic) UIEdgeInsets contentInset; // default UIEdgeInsetsZero. add additional scroll area around content
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:150:92: warning: main actor-isolated property 'originalContentInset' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
if preservesContentInsetWhenKeyboardVisible, let originalContentInset = scrollView.originalContentInset {
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/Extensions/UIScrollView+Inset.swift:22:9: note: property declared here
var originalContentInset: UIEdgeInsets? {
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:146:18: note: add '@MainActor' to make instance method 'adjustViewForKeyboardAppearance(with:firstResponder:)' part of global actor 'MainActor'
private func adjustViewForKeyboardAppearance(with keyboardInfo: KeyboardInfo, firstResponder: UIView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:159:58: warning: main actor-isolated property 'safeAreaInsets' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
mutableInset.bottom += keyboardHeight - view.safeAreaInsets.bottom
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:275:45: note: property declared here
@property (nonatomic,readonly) UIEdgeInsets safeAreaInsets API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:146:18: note: add '@MainActor' to make instance method 'adjustViewForKeyboardAppearance(with:firstResponder:)' part of global actor 'MainActor'
private func adjustViewForKeyboardAppearance(with keyboardInfo: KeyboardInfo, firstResponder: UIView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:159:53: warning: main actor-isolated property 'view' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
mutableInset.bottom += keyboardHeight - view.safeAreaInsets.bottom
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:116:54: note: property declared here
@property(null_resettable, nonatomic,strong) UIView *view; // The getter first invokes [self loadView] if the view hasn't been set yet. Subclasses must call super if they override the setter or getter.
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:146:18: note: add '@MainActor' to make instance method 'adjustViewForKeyboardAppearance(with:firstResponder:)' part of global actor 'MainActor'
private func adjustViewForKeyboardAppearance(with keyboardInfo: KeyboardInfo, firstResponder: UIView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:164:53: warning: call to main actor-isolated instance method 'convert(_:from:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let scrollViewConvertedFrame = view.window?.convert(scrollView.frame, from: scrollView.superview) ?? .zero
^
UIKit.UIView.convert:2:22: note: calls to instance method 'convert(_:from:)' from outside of its actor context are implicitly asynchronous
@MainActor open func convert(_ rect: CGRect, from view: UIView?) -> CGRect}
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:146:18: note: add '@MainActor' to make instance method 'adjustViewForKeyboardAppearance(with:firstResponder:)' part of global actor 'MainActor'
private func adjustViewForKeyboardAppearance(with keyboardInfo: KeyboardInfo, firstResponder: UIView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:164:45: warning: main actor-isolated property 'window' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let scrollViewConvertedFrame = view.window?.convert(scrollView.frame, from: scrollView.superview) ?? .zero
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:223:55: note: property declared here
@property(nullable, nonatomic,readonly) UIWindow *window;
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:146:18: note: add '@MainActor' to make instance method 'adjustViewForKeyboardAppearance(with:firstResponder:)' part of global actor 'MainActor'
private func adjustViewForKeyboardAppearance(with keyboardInfo: KeyboardInfo, firstResponder: UIView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:164:40: warning: main actor-isolated property 'view' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let scrollViewConvertedFrame = view.window?.convert(scrollView.frame, from: scrollView.superview) ?? .zero
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:116:54: note: property declared here
@property(null_resettable, nonatomic,strong) UIView *view; // The getter first invokes [self loadView] if the view hasn't been set yet. Subclasses must call super if they override the setter or getter.
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:146:18: note: add '@MainActor' to make instance method 'adjustViewForKeyboardAppearance(with:firstResponder:)' part of global actor 'MainActor'
private func adjustViewForKeyboardAppearance(with keyboardInfo: KeyboardInfo, firstResponder: UIView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:164:72: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let scrollViewConvertedFrame = view.window?.convert(scrollView.frame, from: scrollView.superview) ?? .zero
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:146:18: note: add '@MainActor' to make instance method 'adjustViewForKeyboardAppearance(with:firstResponder:)' part of global actor 'MainActor'
private func adjustViewForKeyboardAppearance(with keyboardInfo: KeyboardInfo, firstResponder: UIView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:164:96: warning: main actor-isolated property 'superview' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let scrollViewConvertedFrame = view.window?.convert(scrollView.frame, from: scrollView.superview) ?? .zero
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:221:55: note: property declared here
@property(nullable, nonatomic,readonly) UIView *superview;
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:146:18: note: add '@MainActor' to make instance method 'adjustViewForKeyboardAppearance(with:firstResponder:)' part of global actor 'MainActor'
private func adjustViewForKeyboardAppearance(with keyboardInfo: KeyboardInfo, firstResponder: UIView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:165:39: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let bottomGap = (view.window?.frame.height ?? 0) - scrollViewConvertedFrame.maxY
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:146:18: note: add '@MainActor' to make instance method 'adjustViewForKeyboardAppearance(with:firstResponder:)' part of global actor 'MainActor'
private func adjustViewForKeyboardAppearance(with keyboardInfo: KeyboardInfo, firstResponder: UIView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:165:31: warning: main actor-isolated property 'window' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let bottomGap = (view.window?.frame.height ?? 0) - scrollViewConvertedFrame.maxY
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:223:55: note: property declared here
@property(nullable, nonatomic,readonly) UIWindow *window;
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:146:18: note: add '@MainActor' to make instance method 'adjustViewForKeyboardAppearance(with:firstResponder:)' part of global actor 'MainActor'
private func adjustViewForKeyboardAppearance(with keyboardInfo: KeyboardInfo, firstResponder: UIView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:165:26: warning: main actor-isolated property 'view' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let bottomGap = (view.window?.frame.height ?? 0) - scrollViewConvertedFrame.maxY
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:116:54: note: property declared here
@property(null_resettable, nonatomic,strong) UIView *view; // The getter first invokes [self loadView] if the view hasn't been set yet. Subclasses must call super if they override the setter or getter.
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:146:18: note: add '@MainActor' to make instance method 'adjustViewForKeyboardAppearance(with:firstResponder:)' part of global actor 'MainActor'
private func adjustViewForKeyboardAppearance(with keyboardInfo: KeyboardInfo, firstResponder: UIView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:175:58: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
scrollToRectIfNecessary(rect: firstResponder.bounds, of: firstResponder, keyboardInfo: keyboardInfo, preferredPaddingAroundInput: preferredPaddingAroundInput)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect bounds; // default bounds is zero origin, frame size. animatable
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:146:18: note: add '@MainActor' to make instance method 'adjustViewForKeyboardAppearance(with:firstResponder:)' part of global actor 'MainActor'
private func adjustViewForKeyboardAppearance(with keyboardInfo: KeyboardInfo, firstResponder: UIView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:201:75: warning: call to main actor-isolated instance method 'convert(_:to:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let paddedFrameOfFirstResponderInScrollView = coordinateSpaceView.convert(paddedFrameOfFirstResponder, to: scrollView)
^
UIKit.UIView.convert:3:24: note: calls to instance method 'convert(_:to:)' from outside of its actor context are implicitly asynchronous
@MainActor open func convert(_ rect: CGRect, to coordinateSpace: any UICoordinateSpace) -> CGRect}
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:189:18: note: add '@MainActor' to make instance method 'scrollToRectIfNecessary(rect:of:keyboardInfo:preferredPaddingAroundInput:)' part of global actor 'MainActor'
private func scrollToRectIfNecessary(rect: CGRect, of coordinateSpaceView: UIView, keyboardInfo: KeyboardInfo, preferredPaddingAroundInput: UIEdgeInsets = .zero) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:202:16: warning: call to main actor-isolated class method 'animate(withDuration:delay:options:animations:completion:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
UIView.animate(withDuration: keyboardInfo.animationDuration, delay: 0, options: [UIView.AnimationOptions(rawValue: keyboardInfo.animationCurve)], animations: {
^
UIKit.UIView.animate:3:30: note: calls to class method 'animate(withDuration:delay:options:animations:completion:)' from outside of its actor context are implicitly asynchronous
@MainActor open class func animate(withDuration duration: TimeInterval, delay: TimeInterval, options: UIView.AnimationOptions = [], animations: @escaping () -> Void, completion: ((Bool) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:189:18: note: add '@MainActor' to make instance method 'scrollToRectIfNecessary(rect:of:keyboardInfo:preferredPaddingAroundInput:)' part of global actor 'MainActor'
private func scrollToRectIfNecessary(rect: CGRect, of coordinateSpaceView: UIView, keyboardInfo: KeyboardInfo, preferredPaddingAroundInput: UIEdgeInsets = .zero) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:203:24: warning: call to main actor-isolated instance method 'scrollRectToVisible(_:animated:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
scrollView.scrollRectToVisible(paddedFrameOfFirstResponderInScrollView, animated: false)
^
UIKit.UIScrollView.scrollRectToVisible:2:22: note: calls to instance method 'scrollRectToVisible(_:animated:)' from outside of its actor context are implicitly asynchronous
@MainActor open func scrollRectToVisible(_ rect: CGRect, animated: Bool)}
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:209:47: warning: main actor-isolated property 'originalContentInset' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let originalContentInset = scrollView.originalContentInset ?? .zero
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/Extensions/UIScrollView+Inset.swift:22:9: note: property declared here
var originalContentInset: UIEdgeInsets? {
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:207:18: note: add '@MainActor' to make instance method 'resetViewForKeyboardDisappearance(with:)' part of global actor 'MainActor'
private func resetViewForKeyboardDisappearance(with keyboardInfo: KeyboardInfo) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:218:16: error: getter for 'scrollIndicatorInsets' is unavailable in visionOS
if self.keyboardScrollableScrollView?.scrollIndicatorInsets != inset {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIKit.UIScrollView._:3:3: note: getter for 'scrollIndicatorInsets' has been explicitly marked unavailable here
get}
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:214:16: warning: call to main actor-isolated class method 'animate(withDuration:delay:options:animations:completion:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
UIView.animate(withDuration: keyboardInfo.animationDuration, delay: 0, options: [UIView.AnimationOptions(rawValue: keyboardInfo.animationCurve)], animations: {
^
UIKit.UIView.animate:3:30: note: calls to class method 'animate(withDuration:delay:options:animations:completion:)' from outside of its actor context are implicitly asynchronous
@MainActor open class func animate(withDuration duration: TimeInterval, delay: TimeInterval, options: UIView.AnimationOptions = [], animations: @escaping () -> Void, completion: ((Bool) -> Void)? = nil)}
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:213:18: note: add '@MainActor' to make instance method 'adjustScrollViewInset(_:keyboardInfo:)' part of global actor 'MainActor'
private func adjustScrollViewInset(_ inset: UIEdgeInsets, keyboardInfo: KeyboardInfo) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:215:51: warning: main actor-isolated property 'contentInset' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
if self.keyboardScrollableScrollView?.contentInset != inset {
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:57:59: note: property declared here
@property(nonatomic) UIEdgeInsets contentInset; // default UIEdgeInsetsZero. add additional scroll area around content
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:216:52: warning: main actor-isolated property 'contentInset' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
self.keyboardScrollableScrollView?.contentInset = inset
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:57:59: note: mutation of this property is only permitted within the actor
@property(nonatomic) UIEdgeInsets contentInset; // default UIEdgeInsetsZero. add additional scroll area around content
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:218:51: warning: main actor-isolated property 'scrollIndicatorInsets' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
if self.keyboardScrollableScrollView?.scrollIndicatorInsets != inset {
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:131:59: note: property declared here
@property(nonatomic) UIEdgeInsets scrollIndicatorInsets; // use the setter only, as a convenience for setting both verticalScrollIndicatorInsets and horizontalScrollIndicatorInsets to the same value. if those properties have been set to different values, the return value of this getter (deprecated) is undefined.
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift:219:52: warning: main actor-isolated property 'scrollIndicatorInsets' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
self.keyboardScrollableScrollView?.scrollIndicatorInsets = inset
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:131:59: note: mutation of this property is only permitted within the actor
@property(nonatomic) UIEdgeInsets scrollIndicatorInsets; // use the setter only, as a convenience for setting both verticalScrollIndicatorInsets and horizontalScrollIndicatorInsets to the same value. if those properties have been set to different values, the return value of this getter (deprecated) is undefined.
^
SwiftDriverJobDiscovery normal arm64 Emitting module for KeyboardSupport (in target 'KeyboardSupport' from project 'KeyboardSupport')
SwiftDriver\ Compilation\ Requirements KeyboardSupport normal arm64 com.apple.xcode.tools.swift.compiler (in target 'KeyboardSupport' from project 'KeyboardSupport')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name KeyboardSupport -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardSupport.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardSupport-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardSupport.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardSupport_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardSupport-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Array+KeyboardSupport.swift, CGRect+Modifying.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/KeyboardSupport-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardSupport-Swift.h (in target 'KeyboardSupport' from project 'KeyboardSupport')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardSupport-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/KeyboardSupport-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KeyboardSupport.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardSupport.swiftmodule (in target 'KeyboardSupport' from project 'KeyboardSupport')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardSupport.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KeyboardSupport.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KeyboardSupport.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardSupport.swiftdoc (in target 'KeyboardSupport' from project 'KeyboardSupport')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardSupport.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KeyboardSupport.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KeyboardSupport.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardSupport.abi.json (in target 'KeyboardSupport' from project 'KeyboardSupport')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardSupport.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KeyboardSupport.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KeyboardSupport.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardSupport.swiftsourceinfo (in target 'KeyboardSupport' from project 'KeyboardSupport')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardSupport.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KeyboardSupport.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling KeyboardToolbar.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
SwiftDriverJobDiscovery normal arm64 Compiling UIView+KeyboardSupport.swift, KeyboardAccessory.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
SwiftCompile normal arm64 Compiling\ KeyboardAutoNavigator.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardNavigator.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
Building workspace spi-builder-workspace with scheme KeyboardSupport
(5 failures)
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
KeyboardSupport: /Users/admin/builder/spi-builder-workspace
resolved source packages: KeyboardSupport
{
"dependencies" : [
],
"manifest_display_name" : "KeyboardSupport",
"name" : "KeyboardSupport",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
}
],
"products" : [
{
"name" : "KeyboardSupport",
"targets" : [
"KeyboardSupport"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "KeyboardSupport_iOSTests",
"module_type" : "SwiftTarget",
"name" : "KeyboardSupport-iOSTests",
"path" : "Tests",
"sources" : [
"AutoPilotTests.swift",
"Helper/Mocks/MockKeyboardAccessoryDelegate.swift",
"Helper/Mocks/MockKeyboardAutoNavigatorDelegate.swift",
"Helper/Mocks/MockKeyboardNavigatorDelegate.swift",
"KeyboardAutoNavigatorTests.swift",
"KeyboardNavigatorTests.swift",
"KeyboardToolbarTests.swift"
],
"target_dependencies" : [
"KeyboardSupport"
],
"type" : "test"
},
{
"c99name" : "KeyboardSupport",
"module_type" : "SwiftTarget",
"name" : "KeyboardSupport",
"path" : "Sources",
"product_memberships" : [
"KeyboardSupport"
],
"sources" : [
"KeyboardSupport/Extensions/Array+KeyboardSupport.swift",
"KeyboardSupport/Extensions/CGRect+Modifying.swift",
"KeyboardSupport/Extensions/UIEdgeInsets+KeyboardSupport.swift",
"KeyboardSupport/Extensions/UIScrollView+Inset.swift",
"KeyboardSupport/Extensions/UIView+KeyboardSupport.swift",
"KeyboardSupport/KeyboardAccessory.swift",
"KeyboardSupport/KeyboardAutoNavigator.swift",
"KeyboardSupport/KeyboardDismissable.swift",
"KeyboardSupport/KeyboardNavigator.swift",
"KeyboardSupport/KeyboardRespondable.swift",
"KeyboardSupport/KeyboardSafeAreaAdjustable.swift",
"KeyboardSupport/KeyboardScrollable.swift",
"KeyboardSupport/KeyboardToolbar.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"KeyboardSupport"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme KeyboardSupport -destination generic/platform=xrOS
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme KeyboardSupport -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
KeyboardSupport: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'KeyboardSupport' in project 'KeyboardSupport'
➜ Explicit dependency on target 'KeyboardSupport' in project 'KeyboardSupport'
Target 'KeyboardSupport' in project 'KeyboardSupport' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: c4c65b005943113aeca9adebddfbfd23
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/c4c65b005943113aeca9adebddfbfd23.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
SwiftDriver KeyboardSupport normal arm64 com.apple.xcode.tools.swift.compiler (in target 'KeyboardSupport' from project 'KeyboardSupport')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name KeyboardSupport -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardSupport.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardSupport-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardSupport.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardSupport_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardSupport-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ UIEdgeInsets+KeyboardSupport.swift,\ UIScrollView+Inset.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/Extensions/UIEdgeInsets+KeyboardSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/Extensions/UIScrollView+Inset.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/Extensions/UIEdgeInsets+KeyboardSupport.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/Extensions/UIScrollView+Inset.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ KeyboardAutoNavigator.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/Extensions/Array+KeyboardSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/Extensions/CGRect+Modifying.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/Extensions/UIEdgeInsets+KeyboardSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/Extensions/UIScrollView+Inset.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/Extensions/UIView+KeyboardSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAccessory.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardDismissable.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardNavigator.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardRespondable.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardSafeAreaAdjustable.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardToolbar.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardAutoNavigator.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardAutoNavigator.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardAutoNavigator.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardAutoNavigator.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardSupport_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name KeyboardSupport -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.4 -target-sdk-name xros2.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardAutoNavigator.o -index-unit-output-path /KeyboardSupport.build/Debug-xros/KeyboardSupport.build/Objects-normal/arm64/KeyboardAutoNavigator.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift:89:47: error: 'inputAccessoryView' is unavailable in visionOS
if let toolbar = currentTextField.inputAccessoryView as? KeyboardToolbar {
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIResponder.h:138:68: note: 'inputAccessoryView' has been explicitly marked unavailable here
@property (nullable, nonatomic, readonly, strong) __kindof UIView *inputAccessoryView API_AVAILABLE(ios(3.2)) API_UNAVAILABLE(visionos);
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift:128:56: error: 'inputAccessoryView' is unavailable in visionOS
let currentToolbar = currentTextInputView?.inputAccessoryView as? NavigatingKeyboardAccessory else { return }
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIResponder.h:138:68: note: 'inputAccessoryView' has been explicitly marked unavailable here
@property (nullable, nonatomic, readonly, strong) __kindof UIView *inputAccessoryView API_AVAILABLE(ios(3.2)) API_UNAVAILABLE(visionos);
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift:182:23: error: 'inputAccessoryView' is unavailable in visionOS
textInput.inputAccessoryView = toolbar
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:109:49: note: 'inputAccessoryView' has been explicitly marked unavailable here
@property (nullable, readwrite, strong) UIView *inputAccessoryView API_UNAVAILABLE(visionos);
^
/Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift:184:23: error: 'inputAccessoryView' is unavailable in visionOS
textInput.inputAccessoryView = toolbar
^~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextView.h:218:49: note: 'inputAccessoryView' has been explicitly marked unavailable here
@property (nullable, readwrite, strong) UIView *inputAccessoryView API_UNAVAILABLE(visionos);
^
SwiftCompile normal arm64 Compiling\ UIView+KeyboardSupport.swift,\ KeyboardAccessory.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/Extensions/UIView+KeyboardSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAccessory.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/Extensions/UIView+KeyboardSupport.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAccessory.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Array+KeyboardSupport.swift,\ CGRect+Modifying.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/Extensions/Array+KeyboardSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/Extensions/CGRect+Modifying.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/Extensions/Array+KeyboardSupport.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/Extensions/CGRect+Modifying.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ KeyboardDismissable.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardDismissable.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardDismissable.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ KeyboardSupport (in target 'KeyboardSupport' from project 'KeyboardSupport')
EmitSwiftModule normal arm64 (in target 'KeyboardSupport' from project 'KeyboardSupport')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ KeyboardSafeAreaAdjustable.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardSafeAreaAdjustable.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardSafeAreaAdjustable.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ KeyboardRespondable.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardRespondable.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardRespondable.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ KeyboardToolbar.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardToolbar.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardToolbar.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ KeyboardNavigator.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardNavigator.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardNavigator.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ KeyboardScrollable.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardScrollable.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
SwiftDriverJobDiscovery normal arm64 Compiling UIView+KeyboardSupport.swift, KeyboardAccessory.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 Compiling\ KeyboardAutoNavigator.swift /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KeyboardSupport/KeyboardAutoNavigator.swift (in target 'KeyboardSupport' from project 'KeyboardSupport')
Building workspace spi-builder-workspace with scheme KeyboardSupport
(3 failures)
BUILD FAILURE 6.1 visionOS