Build Information
Successful build of SketchKit, reference develop (b320b6
), with Swift 6.1 for tvOS using Xcode 16.3 on 1 May 2025 02:58:15 UTC.
Swift 6 data race errors: 20
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SketchKit -destination generic/platform=tvOS 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 Log
========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dogo/SketchKit.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dogo/SketchKit
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at b320b66 Update PublishDocumentation.yml
Cloned https://github.com/dogo/SketchKit.git
Revision (git rev-parse @):
b320b66ee324c6911b3dbaba90a13184cb0bb5b9
SUCCESS checkout https://github.com/dogo/SketchKit.git at develop
========================================
Build
========================================
Selected platform: tvOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/dogo/SketchKit.git
https://github.com/dogo/SketchKit.git
{
"dependencies" : [
],
"manifest_display_name" : "SketchKit",
"name" : "SketchKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "macos",
"version" : "10.11"
}
],
"products" : [
{
"name" : "SketchKit",
"targets" : [
"SketchKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SketchKitTests",
"module_type" : "SwiftTarget",
"name" : "SketchKitTests",
"path" : "Tests/SketchKitTests",
"sources" : [
"Addons/Anchor+AddonsTests.swift",
"Addons/UILayoutGuide+AddonsTests.swift",
"Helpers/Mirror/KeyboardLayoutGuide+Mirror.swift",
"Helpers/TestExtensions/Mirror+Testable.swift",
"KeyboardLayoutGuideTests.swift",
"UILayoutGuide/UILayoutGuide+BottomAnchorTests.swift",
"UILayoutGuide/UILayoutGuide+CenterAnchorTests.swift",
"UILayoutGuide/UILayoutGuide+HeightAnchorTests.swift",
"UILayoutGuide/UILayoutGuide+LeadingAnchorTests.swift",
"UILayoutGuide/UILayoutGuide+LeftAnchorTests.swift",
"UILayoutGuide/UILayoutGuide+RightAnchorTests.swift",
"UILayoutGuide/UILayoutGuide+TopAnchorTests.swift",
"UILayoutGuide/UILayoutGuide+TrailingAnchorTests.swift",
"UILayoutGuide/UILayoutGuide+WidthAnchorTests.swift",
"UIView/LayoutGuide/BottomAnchorTests.swift",
"UIView/LayoutGuide/CenterAnchorTests.swift",
"UIView/LayoutGuide/HeightAnchorTests.swift",
"UIView/LayoutGuide/LeadingAnchorTests.swift",
"UIView/LayoutGuide/LeftAnchorTests.swift",
"UIView/LayoutGuide/RightAnchorTests.swift",
"UIView/LayoutGuide/TopAnchorTests.swift",
"UIView/LayoutGuide/TrailingAnchorTests.swift",
"UIView/LayoutGuide/WidthAnchorTests.swift",
"UIView/SafeArea/SafeBottomAnchorTests.swift",
"UIView/SafeArea/SafeCenterAnchorTests.swift",
"UIView/SafeArea/SafeHeightAnchorTests.swift",
"UIView/SafeArea/SafeLeadingAnchorTests.swift",
"UIView/SafeArea/SafeLeftAnchorTests.swift",
"UIView/SafeArea/SafeRightAnchorTests.swift",
"UIView/SafeArea/SafeTopAnchorTests.swift",
"UIView/SafeArea/SafeTrailingAnchorTests.swift",
"UIView/SafeArea/SafeWidthAnchorTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SketchKit"
],
"type" : "test"
},
{
"c99name" : "SketchKit",
"module_type" : "SwiftTarget",
"name" : "SketchKit",
"path" : "Sources",
"product_memberships" : [
"SketchKit"
],
"sources" : [
"SketchKit/Constrainable.swift",
"SketchKit/Extensions/Anchors+SafeArea.swift",
"SketchKit/Extensions/Constrainable+Anchors.swift",
"SketchKit/KeyboardLayoutGuide.swift",
"SketchKit/SketchKitDSL.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
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:
SketchKit: /Users/admin/builder/spi-builder-workspace
resolved source packages: SketchKit
{
"dependencies" : [
],
"manifest_display_name" : "SketchKit",
"name" : "SketchKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "macos",
"version" : "10.11"
}
],
"products" : [
{
"name" : "SketchKit",
"targets" : [
"SketchKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SketchKitTests",
"module_type" : "SwiftTarget",
"name" : "SketchKitTests",
"path" : "Tests/SketchKitTests",
"sources" : [
"Addons/Anchor+AddonsTests.swift",
"Addons/UILayoutGuide+AddonsTests.swift",
"Helpers/Mirror/KeyboardLayoutGuide+Mirror.swift",
"Helpers/TestExtensions/Mirror+Testable.swift",
"KeyboardLayoutGuideTests.swift",
"UILayoutGuide/UILayoutGuide+BottomAnchorTests.swift",
"UILayoutGuide/UILayoutGuide+CenterAnchorTests.swift",
"UILayoutGuide/UILayoutGuide+HeightAnchorTests.swift",
"UILayoutGuide/UILayoutGuide+LeadingAnchorTests.swift",
"UILayoutGuide/UILayoutGuide+LeftAnchorTests.swift",
"UILayoutGuide/UILayoutGuide+RightAnchorTests.swift",
"UILayoutGuide/UILayoutGuide+TopAnchorTests.swift",
"UILayoutGuide/UILayoutGuide+TrailingAnchorTests.swift",
"UILayoutGuide/UILayoutGuide+WidthAnchorTests.swift",
"UIView/LayoutGuide/BottomAnchorTests.swift",
"UIView/LayoutGuide/CenterAnchorTests.swift",
"UIView/LayoutGuide/HeightAnchorTests.swift",
"UIView/LayoutGuide/LeadingAnchorTests.swift",
"UIView/LayoutGuide/LeftAnchorTests.swift",
"UIView/LayoutGuide/RightAnchorTests.swift",
"UIView/LayoutGuide/TopAnchorTests.swift",
"UIView/LayoutGuide/TrailingAnchorTests.swift",
"UIView/LayoutGuide/WidthAnchorTests.swift",
"UIView/SafeArea/SafeBottomAnchorTests.swift",
"UIView/SafeArea/SafeCenterAnchorTests.swift",
"UIView/SafeArea/SafeHeightAnchorTests.swift",
"UIView/SafeArea/SafeLeadingAnchorTests.swift",
"UIView/SafeArea/SafeLeftAnchorTests.swift",
"UIView/SafeArea/SafeRightAnchorTests.swift",
"UIView/SafeArea/SafeTopAnchorTests.swift",
"UIView/SafeArea/SafeTrailingAnchorTests.swift",
"UIView/SafeArea/SafeWidthAnchorTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SketchKit"
],
"type" : "test"
},
{
"c99name" : "SketchKit",
"module_type" : "SwiftTarget",
"name" : "SketchKit",
"path" : "Sources",
"product_memberships" : [
"SketchKit"
],
"sources" : [
"SketchKit/Constrainable.swift",
"SketchKit/Extensions/Anchors+SafeArea.swift",
"SketchKit/Extensions/Constrainable+Anchors.swift",
"SketchKit/KeyboardLayoutGuide.swift",
"SketchKit/SketchKitDSL.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"SketchKit"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SketchKit -destination generic/platform=tvOS 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 SketchKit -destination generic/platform=tvOS "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:
SketchKit: /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 'SketchKit' in project 'SketchKit'
➜ Explicit dependency on target 'SketchKit' in project 'SketchKit'
Target 'SketchKit' in project 'SketchKit' (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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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: 7e9cb16c27900b88f9d438e917a8bd52
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/7e9cb16c27900b88f9d438e917a8bd52.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
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-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/SketchKit.DependencyMetadataFileList (in target 'SketchKit' from project 'SketchKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/SketchKit.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/SketchKit.DependencyStaticMetadataFileList (in target 'SketchKit' from project 'SketchKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/SketchKit.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/SketchKit.modulemap (in target 'SketchKit' from project 'SketchKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/SketchKit.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/Objects-normal/arm64/SketchKit-OutputFileMap.json (in target 'SketchKit' from project 'SketchKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/Objects-normal/arm64/SketchKit-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/Objects-normal/arm64/SketchKit_const_extract_protocols.json (in target 'SketchKit' from project 'SketchKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/Objects-normal/arm64/SketchKit_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/Objects-normal/arm64/SketchKit.SwiftConstValuesFileList (in target 'SketchKit' from project 'SketchKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/Objects-normal/arm64/SketchKit.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/Objects-normal/arm64/SketchKit.LinkFileList (in target 'SketchKit' from project 'SketchKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/Objects-normal/arm64/SketchKit.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/Objects-normal/arm64/SketchKit.SwiftFileList (in target 'SketchKit' from project 'SketchKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/Objects-normal/arm64/SketchKit.SwiftFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/SketchKit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/SketchKit.modulemap (in target 'SketchKit' from project 'SketchKit')
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/SketchKit.build/Debug-appletvos/SketchKit.build/SketchKit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
SwiftDriver SketchKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SketchKit' from project 'SketchKit')
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 SketchKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/Objects-normal/arm64/SketchKit.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/Objects-normal/arm64/SketchKit-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/SketchKit.build/Debug-appletvos/SketchKit.build/Objects-normal/arm64/SketchKit.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/SketchKit.build/Debug-appletvos/SketchKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/Objects-normal/arm64/SketchKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.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/SketchKit.build/Debug-appletvos/SketchKit.build/Objects-normal/arm64/SketchKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Anchors+SafeArea.swift /Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Anchors+SafeArea.swift (in target 'SketchKit' from project 'SketchKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Anchors+SafeArea.swift (in target 'SketchKit' from project 'SketchKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Constrainable.swift /Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift (in target 'SketchKit' from project 'SketchKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift (in target 'SketchKit' from project 'SketchKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:576:59: warning: main actor-isolated property 'topAnchor' cannot be used to satisfy nonisolated requirement from protocol 'Constrainable'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:50:17: note: add '@preconcurrency' to the 'Constrainable' conformance to defer isolation checking to run time
extension View: Constrainable {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:19:9: note: requirement 'topAnchor' declared here
var topAnchor: NSLayoutYAxisAnchor { get }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:577:59: warning: main actor-isolated property 'bottomAnchor' cannot be used to satisfy nonisolated requirement from protocol 'Constrainable'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *bottomAnchor API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:22:9: note: requirement 'bottomAnchor' declared here
var bottomAnchor: NSLayoutYAxisAnchor { get }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:572:59: warning: main actor-isolated property 'leadingAnchor' cannot be used to satisfy nonisolated requirement from protocol 'Constrainable'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leadingAnchor API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:25:9: note: requirement 'leadingAnchor' declared here
var leadingAnchor: NSLayoutXAxisAnchor { get }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:574:59: warning: main actor-isolated property 'leftAnchor' cannot be used to satisfy nonisolated requirement from protocol 'Constrainable'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leftAnchor API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:28:9: note: requirement 'leftAnchor' declared here
var leftAnchor: NSLayoutXAxisAnchor { get }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:573:59: warning: main actor-isolated property 'trailingAnchor' cannot be used to satisfy nonisolated requirement from protocol 'Constrainable'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *trailingAnchor API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:31:9: note: requirement 'trailingAnchor' declared here
var trailingAnchor: NSLayoutXAxisAnchor { get }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:575:59: warning: main actor-isolated property 'rightAnchor' cannot be used to satisfy nonisolated requirement from protocol 'Constrainable'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *rightAnchor API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:34:9: note: requirement 'rightAnchor' declared here
var rightAnchor: NSLayoutXAxisAnchor { get }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:579:57: warning: main actor-isolated property 'heightAnchor' cannot be used to satisfy nonisolated requirement from protocol 'Constrainable'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutDimension *heightAnchor API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:37:9: note: requirement 'heightAnchor' declared here
var heightAnchor: NSLayoutDimension { get }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:578:57: warning: main actor-isolated property 'widthAnchor' cannot be used to satisfy nonisolated requirement from protocol 'Constrainable'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutDimension *widthAnchor API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:40:9: note: requirement 'widthAnchor' declared here
var widthAnchor: NSLayoutDimension { get }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:580:59: warning: main actor-isolated property 'centerXAnchor' cannot be used to satisfy nonisolated requirement from protocol 'Constrainable'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *centerXAnchor API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:43:9: note: requirement 'centerXAnchor' declared here
var centerXAnchor: NSLayoutXAxisAnchor { get }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:581:59: warning: main actor-isolated property 'centerYAnchor' cannot be used to satisfy nonisolated requirement from protocol 'Constrainable'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *centerYAnchor API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:46:9: note: requirement 'centerYAnchor' declared here
var centerYAnchor: NSLayoutYAxisAnchor { get }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:50:59: warning: main actor-isolated property 'topAnchor' cannot be used to satisfy nonisolated requirement from protocol 'Constrainable'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:66:24: note: add '@preconcurrency' to the 'Constrainable' conformance to defer isolation checking to run time
extension LayoutGuide: Constrainable {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:19:9: note: requirement 'topAnchor' declared here
var topAnchor: NSLayoutYAxisAnchor { get }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:51:59: warning: main actor-isolated property 'bottomAnchor' cannot be used to satisfy nonisolated requirement from protocol 'Constrainable'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *bottomAnchor;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:22:9: note: requirement 'bottomAnchor' declared here
var bottomAnchor: NSLayoutYAxisAnchor { get }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:46:59: warning: main actor-isolated property 'leadingAnchor' cannot be used to satisfy nonisolated requirement from protocol 'Constrainable'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leadingAnchor;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:25:9: note: requirement 'leadingAnchor' declared here
var leadingAnchor: NSLayoutXAxisAnchor { get }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:48:59: warning: main actor-isolated property 'leftAnchor' cannot be used to satisfy nonisolated requirement from protocol 'Constrainable'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leftAnchor;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:28:9: note: requirement 'leftAnchor' declared here
var leftAnchor: NSLayoutXAxisAnchor { get }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:47:59: warning: main actor-isolated property 'trailingAnchor' cannot be used to satisfy nonisolated requirement from protocol 'Constrainable'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *trailingAnchor;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:31:9: note: requirement 'trailingAnchor' declared here
var trailingAnchor: NSLayoutXAxisAnchor { get }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:49:59: warning: main actor-isolated property 'rightAnchor' cannot be used to satisfy nonisolated requirement from protocol 'Constrainable'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *rightAnchor;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:34:9: note: requirement 'rightAnchor' declared here
var rightAnchor: NSLayoutXAxisAnchor { get }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:53:57: warning: main actor-isolated property 'heightAnchor' cannot be used to satisfy nonisolated requirement from protocol 'Constrainable'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutDimension *heightAnchor;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:37:9: note: requirement 'heightAnchor' declared here
var heightAnchor: NSLayoutDimension { get }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:52:57: warning: main actor-isolated property 'widthAnchor' cannot be used to satisfy nonisolated requirement from protocol 'Constrainable'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutDimension *widthAnchor;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:40:9: note: requirement 'widthAnchor' declared here
var widthAnchor: NSLayoutDimension { get }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:54:59: warning: main actor-isolated property 'centerXAnchor' cannot be used to satisfy nonisolated requirement from protocol 'Constrainable'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *centerXAnchor;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:43:9: note: requirement 'centerXAnchor' declared here
var centerXAnchor: NSLayoutXAxisAnchor { get }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:55:59: warning: main actor-isolated property 'centerYAnchor' cannot be used to satisfy nonisolated requirement from protocol 'Constrainable'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *centerYAnchor;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:46:9: note: requirement 'centerYAnchor' declared here
var centerYAnchor: NSLayoutYAxisAnchor { get }
^
SwiftEmitModule normal arm64 Emitting\ module\ for\ SketchKit (in target 'SketchKit' from project 'SketchKit')
EmitSwiftModule normal arm64 (in target 'SketchKit' from project 'SketchKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:576:59: warning: main actor-isolated property 'topAnchor' cannot be used to satisfy nonisolated requirement from protocol 'Constrainable'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:50:17: note: add '@preconcurrency' to the 'Constrainable' conformance to defer isolation checking to run time
extension View: Constrainable {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:19:9: note: requirement 'topAnchor' declared here
var topAnchor: NSLayoutYAxisAnchor { get }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:577:59: warning: main actor-isolated property 'bottomAnchor' cannot be used to satisfy nonisolated requirement from protocol 'Constrainable'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *bottomAnchor API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:22:9: note: requirement 'bottomAnchor' declared here
var bottomAnchor: NSLayoutYAxisAnchor { get }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:572:59: warning: main actor-isolated property 'leadingAnchor' cannot be used to satisfy nonisolated requirement from protocol 'Constrainable'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leadingAnchor API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:25:9: note: requirement 'leadingAnchor' declared here
var leadingAnchor: NSLayoutXAxisAnchor { get }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:574:59: warning: main actor-isolated property 'leftAnchor' cannot be used to satisfy nonisolated requirement from protocol 'Constrainable'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leftAnchor API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:28:9: note: requirement 'leftAnchor' declared here
var leftAnchor: NSLayoutXAxisAnchor { get }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:573:59: warning: main actor-isolated property 'trailingAnchor' cannot be used to satisfy nonisolated requirement from protocol 'Constrainable'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *trailingAnchor API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:31:9: note: requirement 'trailingAnchor' declared here
var trailingAnchor: NSLayoutXAxisAnchor { get }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:575:59: warning: main actor-isolated property 'rightAnchor' cannot be used to satisfy nonisolated requirement from protocol 'Constrainable'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *rightAnchor API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:34:9: note: requirement 'rightAnchor' declared here
var rightAnchor: NSLayoutXAxisAnchor { get }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:579:57: warning: main actor-isolated property 'heightAnchor' cannot be used to satisfy nonisolated requirement from protocol 'Constrainable'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutDimension *heightAnchor API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:37:9: note: requirement 'heightAnchor' declared here
var heightAnchor: NSLayoutDimension { get }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:578:57: warning: main actor-isolated property 'widthAnchor' cannot be used to satisfy nonisolated requirement from protocol 'Constrainable'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutDimension *widthAnchor API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:40:9: note: requirement 'widthAnchor' declared here
var widthAnchor: NSLayoutDimension { get }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:580:59: warning: main actor-isolated property 'centerXAnchor' cannot be used to satisfy nonisolated requirement from protocol 'Constrainable'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *centerXAnchor API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:43:9: note: requirement 'centerXAnchor' declared here
var centerXAnchor: NSLayoutXAxisAnchor { get }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:581:59: warning: main actor-isolated property 'centerYAnchor' cannot be used to satisfy nonisolated requirement from protocol 'Constrainable'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *centerYAnchor API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:46:9: note: requirement 'centerYAnchor' declared here
var centerYAnchor: NSLayoutYAxisAnchor { get }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:50:59: warning: main actor-isolated property 'topAnchor' cannot be used to satisfy nonisolated requirement from protocol 'Constrainable'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:66:24: note: add '@preconcurrency' to the 'Constrainable' conformance to defer isolation checking to run time
extension LayoutGuide: Constrainable {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:19:9: note: requirement 'topAnchor' declared here
var topAnchor: NSLayoutYAxisAnchor { get }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:51:59: warning: main actor-isolated property 'bottomAnchor' cannot be used to satisfy nonisolated requirement from protocol 'Constrainable'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *bottomAnchor;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:22:9: note: requirement 'bottomAnchor' declared here
var bottomAnchor: NSLayoutYAxisAnchor { get }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:46:59: warning: main actor-isolated property 'leadingAnchor' cannot be used to satisfy nonisolated requirement from protocol 'Constrainable'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leadingAnchor;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:25:9: note: requirement 'leadingAnchor' declared here
var leadingAnchor: NSLayoutXAxisAnchor { get }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:48:59: warning: main actor-isolated property 'leftAnchor' cannot be used to satisfy nonisolated requirement from protocol 'Constrainable'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leftAnchor;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:28:9: note: requirement 'leftAnchor' declared here
var leftAnchor: NSLayoutXAxisAnchor { get }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:47:59: warning: main actor-isolated property 'trailingAnchor' cannot be used to satisfy nonisolated requirement from protocol 'Constrainable'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *trailingAnchor;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:31:9: note: requirement 'trailingAnchor' declared here
var trailingAnchor: NSLayoutXAxisAnchor { get }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:49:59: warning: main actor-isolated property 'rightAnchor' cannot be used to satisfy nonisolated requirement from protocol 'Constrainable'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *rightAnchor;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:34:9: note: requirement 'rightAnchor' declared here
var rightAnchor: NSLayoutXAxisAnchor { get }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:53:57: warning: main actor-isolated property 'heightAnchor' cannot be used to satisfy nonisolated requirement from protocol 'Constrainable'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutDimension *heightAnchor;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:37:9: note: requirement 'heightAnchor' declared here
var heightAnchor: NSLayoutDimension { get }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:52:57: warning: main actor-isolated property 'widthAnchor' cannot be used to satisfy nonisolated requirement from protocol 'Constrainable'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutDimension *widthAnchor;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:40:9: note: requirement 'widthAnchor' declared here
var widthAnchor: NSLayoutDimension { get }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:54:59: warning: main actor-isolated property 'centerXAnchor' cannot be used to satisfy nonisolated requirement from protocol 'Constrainable'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *centerXAnchor;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:43:9: note: requirement 'centerXAnchor' declared here
var centerXAnchor: NSLayoutXAxisAnchor { get }
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:55:59: warning: main actor-isolated property 'centerYAnchor' cannot be used to satisfy nonisolated requirement from protocol 'Constrainable'; this is an error in the Swift 6 language mode
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *centerYAnchor;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:46:9: note: requirement 'centerYAnchor' declared here
var centerYAnchor: NSLayoutYAxisAnchor { get }
^
SwiftCompile normal arm64 Compiling\ SketchKitDSL.swift /Users/admin/builder/spi-builder-workspace/Sources/SketchKit/SketchKitDSL.swift (in target 'SketchKit' from project 'SketchKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SketchKit/SketchKitDSL.swift (in target 'SketchKit' from project 'SketchKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/SketchKitDSL.swift:54:39: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
(constrainable as? View)?.translatesAutoresizingMaskIntoConstraints = false
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: mutation of this property is only permitted within the actor
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/SketchKitDSL.swift:52:17: note: add '@MainActor' to make instance method 'applyConstraint' part of global actor 'MainActor'
public func applyConstraint(_ block: ((Constrainable) -> Void)) {
^
@MainActor
SwiftCompile normal arm64 Compiling\ Constrainable+Anchors.swift /Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift (in target 'SketchKit' from project 'SketchKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift (in target 'SketchKit' from project 'SketchKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:27:36: warning: call to main actor-isolated instance method 'constraint(equalTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraint = topAnchor.constraint(equalTo: anchor, constant: constant)
^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:24:10: note: add '@MainActor' to make instance method 'topAnchor(equalTo:constant:priority:)' part of global actor 'MainActor'
func topAnchor(equalTo anchor: NSLayoutYAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:28:20: warning: main actor-isolated property 'priority' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.priority = priority
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:149:28: note: mutation of this property is only permitted within the actor
@property UILayoutPriority priority;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:24:10: note: add '@MainActor' to make instance method 'topAnchor(equalTo:constant:priority:)' part of global actor 'MainActor'
func topAnchor(equalTo anchor: NSLayoutYAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:29:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.isActive = true
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:24:10: note: add '@MainActor' to make instance method 'topAnchor(equalTo:constant:priority:)' part of global actor 'MainActor'
func topAnchor(equalTo anchor: NSLayoutYAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:43:36: warning: call to main actor-isolated instance method 'constraint(greaterThanOrEqualTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraint = topAnchor.constraint(greaterThanOrEqualTo: anchor, constant: constant)
^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(greaterThanOrEqualTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(greaterThanOrEqualTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:40:10: note: add '@MainActor' to make instance method 'topAnchor(greaterThanOrEqualTo:constant:priority:)' part of global actor 'MainActor'
func topAnchor(greaterThanOrEqualTo anchor: NSLayoutYAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:44:20: warning: main actor-isolated property 'priority' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.priority = priority
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:149:28: note: mutation of this property is only permitted within the actor
@property UILayoutPriority priority;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:40:10: note: add '@MainActor' to make instance method 'topAnchor(greaterThanOrEqualTo:constant:priority:)' part of global actor 'MainActor'
func topAnchor(greaterThanOrEqualTo anchor: NSLayoutYAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:45:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.isActive = true
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:40:10: note: add '@MainActor' to make instance method 'topAnchor(greaterThanOrEqualTo:constant:priority:)' part of global actor 'MainActor'
func topAnchor(greaterThanOrEqualTo anchor: NSLayoutYAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:59:36: warning: call to main actor-isolated instance method 'constraint(lessThanOrEqualTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraint = topAnchor.constraint(lessThanOrEqualTo: anchor, constant: constant)
^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(lessThanOrEqualTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(lessThanOrEqualTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:56:10: note: add '@MainActor' to make instance method 'topAnchor(lessThanOrEqualTo:constant:priority:)' part of global actor 'MainActor'
func topAnchor(lessThanOrEqualTo anchor: NSLayoutYAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:60:20: warning: main actor-isolated property 'priority' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.priority = priority
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:149:28: note: mutation of this property is only permitted within the actor
@property UILayoutPriority priority;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:56:10: note: add '@MainActor' to make instance method 'topAnchor(lessThanOrEqualTo:constant:priority:)' part of global actor 'MainActor'
func topAnchor(lessThanOrEqualTo anchor: NSLayoutYAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:61:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.isActive = true
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:56:10: note: add '@MainActor' to make instance method 'topAnchor(lessThanOrEqualTo:constant:priority:)' part of global actor 'MainActor'
func topAnchor(lessThanOrEqualTo anchor: NSLayoutYAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:75:39: warning: call to main actor-isolated instance method 'constraint(equalTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraint = bottomAnchor.constraint(equalTo: anchor, constant: constant)
^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:72:10: note: add '@MainActor' to make instance method 'bottomAnchor(equalTo:constant:priority:)' part of global actor 'MainActor'
func bottomAnchor(equalTo anchor: NSLayoutYAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:76:20: warning: main actor-isolated property 'priority' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.priority = priority
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:149:28: note: mutation of this property is only permitted within the actor
@property UILayoutPriority priority;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:72:10: note: add '@MainActor' to make instance method 'bottomAnchor(equalTo:constant:priority:)' part of global actor 'MainActor'
func bottomAnchor(equalTo anchor: NSLayoutYAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:77:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.isActive = true
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:72:10: note: add '@MainActor' to make instance method 'bottomAnchor(equalTo:constant:priority:)' part of global actor 'MainActor'
func bottomAnchor(equalTo anchor: NSLayoutYAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:91:39: warning: call to main actor-isolated instance method 'constraint(greaterThanOrEqualTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraint = bottomAnchor.constraint(greaterThanOrEqualTo: anchor, constant: constant)
^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(greaterThanOrEqualTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(greaterThanOrEqualTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:88:10: note: add '@MainActor' to make instance method 'bottomAnchor(greaterThanOrEqualTo:constant:priority:)' part of global actor 'MainActor'
func bottomAnchor(greaterThanOrEqualTo anchor: NSLayoutYAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:92:20: warning: main actor-isolated property 'priority' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.priority = priority
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:149:28: note: mutation of this property is only permitted within the actor
@property UILayoutPriority priority;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:88:10: note: add '@MainActor' to make instance method 'bottomAnchor(greaterThanOrEqualTo:constant:priority:)' part of global actor 'MainActor'
func bottomAnchor(greaterThanOrEqualTo anchor: NSLayoutYAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:93:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.isActive = true
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:88:10: note: add '@MainActor' to make instance method 'bottomAnchor(greaterThanOrEqualTo:constant:priority:)' part of global actor 'MainActor'
func bottomAnchor(greaterThanOrEqualTo anchor: NSLayoutYAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:107:39: warning: call to main actor-isolated instance method 'constraint(lessThanOrEqualTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraint = bottomAnchor.constraint(lessThanOrEqualTo: anchor, constant: constant)
^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(lessThanOrEqualTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(lessThanOrEqualTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:104:10: note: add '@MainActor' to make instance method 'bottomAnchor(lessThanOrEqualTo:constant:priority:)' part of global actor 'MainActor'
func bottomAnchor(lessThanOrEqualTo anchor: NSLayoutYAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:108:20: warning: main actor-isolated property 'priority' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.priority = priority
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:149:28: note: mutation of this property is only permitted within the actor
@property UILayoutPriority priority;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:104:10: note: add '@MainActor' to make instance method 'bottomAnchor(lessThanOrEqualTo:constant:priority:)' part of global actor 'MainActor'
func bottomAnchor(lessThanOrEqualTo anchor: NSLayoutYAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:109:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.isActive = true
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:104:10: note: add '@MainActor' to make instance method 'bottomAnchor(lessThanOrEqualTo:constant:priority:)' part of global actor 'MainActor'
func bottomAnchor(lessThanOrEqualTo anchor: NSLayoutYAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:123:40: warning: call to main actor-isolated instance method 'constraint(equalTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraint = leadingAnchor.constraint(equalTo: anchor, constant: constant)
^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:120:10: note: add '@MainActor' to make instance method 'leadingAnchor(equalTo:constant:priority:)' part of global actor 'MainActor'
func leadingAnchor(equalTo anchor: NSLayoutXAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:124:20: warning: main actor-isolated property 'priority' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.priority = priority
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:149:28: note: mutation of this property is only permitted within the actor
@property UILayoutPriority priority;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:120:10: note: add '@MainActor' to make instance method 'leadingAnchor(equalTo:constant:priority:)' part of global actor 'MainActor'
func leadingAnchor(equalTo anchor: NSLayoutXAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:125:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.isActive = true
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:120:10: note: add '@MainActor' to make instance method 'leadingAnchor(equalTo:constant:priority:)' part of global actor 'MainActor'
func leadingAnchor(equalTo anchor: NSLayoutXAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:139:40: warning: call to main actor-isolated instance method 'constraint(greaterThanOrEqualTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraint = leadingAnchor.constraint(greaterThanOrEqualTo: anchor, constant: constant)
^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(greaterThanOrEqualTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(greaterThanOrEqualTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:136:10: note: add '@MainActor' to make instance method 'leadingAnchor(greaterThanOrEqualTo:constant:priority:)' part of global actor 'MainActor'
func leadingAnchor(greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:140:20: warning: main actor-isolated property 'priority' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.priority = priority
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:149:28: note: mutation of this property is only permitted within the actor
@property UILayoutPriority priority;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:136:10: note: add '@MainActor' to make instance method 'leadingAnchor(greaterThanOrEqualTo:constant:priority:)' part of global actor 'MainActor'
func leadingAnchor(greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:141:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.isActive = true
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:136:10: note: add '@MainActor' to make instance method 'leadingAnchor(greaterThanOrEqualTo:constant:priority:)' part of global actor 'MainActor'
func leadingAnchor(greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:155:40: warning: call to main actor-isolated instance method 'constraint(lessThanOrEqualTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraint = leadingAnchor.constraint(lessThanOrEqualTo: anchor, constant: constant)
^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(lessThanOrEqualTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(lessThanOrEqualTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:152:10: note: add '@MainActor' to make instance method 'leadingAnchor(lessThanOrEqualTo:constant:priority:)' part of global actor 'MainActor'
func leadingAnchor(lessThanOrEqualTo anchor: NSLayoutXAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:156:20: warning: main actor-isolated property 'priority' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.priority = priority
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:149:28: note: mutation of this property is only permitted within the actor
@property UILayoutPriority priority;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:152:10: note: add '@MainActor' to make instance method 'leadingAnchor(lessThanOrEqualTo:constant:priority:)' part of global actor 'MainActor'
func leadingAnchor(lessThanOrEqualTo anchor: NSLayoutXAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:157:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.isActive = true
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:152:10: note: add '@MainActor' to make instance method 'leadingAnchor(lessThanOrEqualTo:constant:priority:)' part of global actor 'MainActor'
func leadingAnchor(lessThanOrEqualTo anchor: NSLayoutXAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:171:37: warning: call to main actor-isolated instance method 'constraint(equalTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraint = leftAnchor.constraint(equalTo: anchor, constant: constant)
^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:168:10: note: add '@MainActor' to make instance method 'leftAnchor(equalTo:constant:priority:)' part of global actor 'MainActor'
func leftAnchor(equalTo anchor: NSLayoutXAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:172:20: warning: main actor-isolated property 'priority' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.priority = priority
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:149:28: note: mutation of this property is only permitted within the actor
@property UILayoutPriority priority;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:168:10: note: add '@MainActor' to make instance method 'leftAnchor(equalTo:constant:priority:)' part of global actor 'MainActor'
func leftAnchor(equalTo anchor: NSLayoutXAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:173:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.isActive = true
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:168:10: note: add '@MainActor' to make instance method 'leftAnchor(equalTo:constant:priority:)' part of global actor 'MainActor'
func leftAnchor(equalTo anchor: NSLayoutXAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:187:37: warning: call to main actor-isolated instance method 'constraint(greaterThanOrEqualTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraint = leftAnchor.constraint(greaterThanOrEqualTo: anchor, constant: constant)
^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(greaterThanOrEqualTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(greaterThanOrEqualTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:184:10: note: add '@MainActor' to make instance method 'leftAnchor(greaterThanOrEqualTo:constant:priority:)' part of global actor 'MainActor'
func leftAnchor(greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:188:20: warning: main actor-isolated property 'priority' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.priority = priority
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:149:28: note: mutation of this property is only permitted within the actor
@property UILayoutPriority priority;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:184:10: note: add '@MainActor' to make instance method 'leftAnchor(greaterThanOrEqualTo:constant:priority:)' part of global actor 'MainActor'
func leftAnchor(greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:189:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.isActive = true
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:184:10: note: add '@MainActor' to make instance method 'leftAnchor(greaterThanOrEqualTo:constant:priority:)' part of global actor 'MainActor'
func leftAnchor(greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:203:37: warning: call to main actor-isolated instance method 'constraint(lessThanOrEqualTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraint = leftAnchor.constraint(lessThanOrEqualTo: anchor, constant: constant)
^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(lessThanOrEqualTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(lessThanOrEqualTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:200:10: note: add '@MainActor' to make instance method 'leftAnchor(lessThanOrEqualTo:constant:priority:)' part of global actor 'MainActor'
func leftAnchor(lessThanOrEqualTo anchor: NSLayoutXAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:204:20: warning: main actor-isolated property 'priority' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.priority = priority
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:149:28: note: mutation of this property is only permitted within the actor
@property UILayoutPriority priority;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:200:10: note: add '@MainActor' to make instance method 'leftAnchor(lessThanOrEqualTo:constant:priority:)' part of global actor 'MainActor'
func leftAnchor(lessThanOrEqualTo anchor: NSLayoutXAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:205:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.isActive = true
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:200:10: note: add '@MainActor' to make instance method 'leftAnchor(lessThanOrEqualTo:constant:priority:)' part of global actor 'MainActor'
func leftAnchor(lessThanOrEqualTo anchor: NSLayoutXAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:219:41: warning: call to main actor-isolated instance method 'constraint(equalTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraint = trailingAnchor.constraint(equalTo: anchor, constant: constant)
^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:216:10: note: add '@MainActor' to make instance method 'trailingAnchor(equalTo:constant:priority:)' part of global actor 'MainActor'
func trailingAnchor(equalTo anchor: NSLayoutXAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:220:20: warning: main actor-isolated property 'priority' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.priority = priority
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:149:28: note: mutation of this property is only permitted within the actor
@property UILayoutPriority priority;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:216:10: note: add '@MainActor' to make instance method 'trailingAnchor(equalTo:constant:priority:)' part of global actor 'MainActor'
func trailingAnchor(equalTo anchor: NSLayoutXAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:221:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.isActive = true
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:216:10: note: add '@MainActor' to make instance method 'trailingAnchor(equalTo:constant:priority:)' part of global actor 'MainActor'
func trailingAnchor(equalTo anchor: NSLayoutXAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:235:41: warning: call to main actor-isolated instance method 'constraint(greaterThanOrEqualTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraint = trailingAnchor.constraint(greaterThanOrEqualTo: anchor, constant: constant)
^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(greaterThanOrEqualTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(greaterThanOrEqualTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:232:10: note: add '@MainActor' to make instance method 'trailingAnchor(greaterThanOrEqualTo:constant:priority:)' part of global actor 'MainActor'
func trailingAnchor(greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:236:20: warning: main actor-isolated property 'priority' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.priority = priority
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:149:28: note: mutation of this property is only permitted within the actor
@property UILayoutPriority priority;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:232:10: note: add '@MainActor' to make instance method 'trailingAnchor(greaterThanOrEqualTo:constant:priority:)' part of global actor 'MainActor'
func trailingAnchor(greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:237:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.isActive = true
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:232:10: note: add '@MainActor' to make instance method 'trailingAnchor(greaterThanOrEqualTo:constant:priority:)' part of global actor 'MainActor'
func trailingAnchor(greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:251:41: warning: call to main actor-isolated instance method 'constraint(lessThanOrEqualTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraint = trailingAnchor.constraint(lessThanOrEqualTo: anchor, constant: constant)
^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(lessThanOrEqualTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(lessThanOrEqualTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:248:10: note: add '@MainActor' to make instance method 'trailingAnchor(lessThanOrEqualTo:constant:priority:)' part of global actor 'MainActor'
func trailingAnchor(lessThanOrEqualTo anchor: NSLayoutXAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:252:20: warning: main actor-isolated property 'priority' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.priority = priority
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:149:28: note: mutation of this property is only permitted within the actor
@property UILayoutPriority priority;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:248:10: note: add '@MainActor' to make instance method 'trailingAnchor(lessThanOrEqualTo:constant:priority:)' part of global actor 'MainActor'
func trailingAnchor(lessThanOrEqualTo anchor: NSLayoutXAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:253:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.isActive = true
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:248:10: note: add '@MainActor' to make instance method 'trailingAnchor(lessThanOrEqualTo:constant:priority:)' part of global actor 'MainActor'
func trailingAnchor(lessThanOrEqualTo anchor: NSLayoutXAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:267:38: warning: call to main actor-isolated instance method 'constraint(equalTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraint = rightAnchor.constraint(equalTo: anchor, constant: constant)
^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:264:10: note: add '@MainActor' to make instance method 'rightAnchor(equalTo:constant:priority:)' part of global actor 'MainActor'
func rightAnchor(equalTo anchor: NSLayoutXAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:268:20: warning: main actor-isolated property 'priority' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.priority = priority
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:149:28: note: mutation of this property is only permitted within the actor
@property UILayoutPriority priority;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:264:10: note: add '@MainActor' to make instance method 'rightAnchor(equalTo:constant:priority:)' part of global actor 'MainActor'
func rightAnchor(equalTo anchor: NSLayoutXAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:269:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.isActive = true
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:264:10: note: add '@MainActor' to make instance method 'rightAnchor(equalTo:constant:priority:)' part of global actor 'MainActor'
func rightAnchor(equalTo anchor: NSLayoutXAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:283:38: warning: call to main actor-isolated instance method 'constraint(greaterThanOrEqualTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraint = rightAnchor.constraint(greaterThanOrEqualTo: anchor, constant: constant)
^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(greaterThanOrEqualTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(greaterThanOrEqualTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:280:10: note: add '@MainActor' to make instance method 'rightAnchor(greaterThanOrEqualTo:constant:priority:)' part of global actor 'MainActor'
func rightAnchor(greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:284:20: warning: main actor-isolated property 'priority' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.priority = priority
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:149:28: note: mutation of this property is only permitted within the actor
@property UILayoutPriority priority;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:280:10: note: add '@MainActor' to make instance method 'rightAnchor(greaterThanOrEqualTo:constant:priority:)' part of global actor 'MainActor'
func rightAnchor(greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:285:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.isActive = true
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:280:10: note: add '@MainActor' to make instance method 'rightAnchor(greaterThanOrEqualTo:constant:priority:)' part of global actor 'MainActor'
func rightAnchor(greaterThanOrEqualTo anchor: NSLayoutXAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:299:38: warning: call to main actor-isolated instance method 'constraint(lessThanOrEqualTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraint = rightAnchor.constraint(lessThanOrEqualTo: anchor, constant: constant)
^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(lessThanOrEqualTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(lessThanOrEqualTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:296:10: note: add '@MainActor' to make instance method 'rightAnchor(lessThanOrEqualTo:constant:priority:)' part of global actor 'MainActor'
func rightAnchor(lessThanOrEqualTo anchor: NSLayoutXAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:300:20: warning: main actor-isolated property 'priority' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.priority = priority
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:149:28: note: mutation of this property is only permitted within the actor
@property UILayoutPriority priority;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:296:10: note: add '@MainActor' to make instance method 'rightAnchor(lessThanOrEqualTo:constant:priority:)' part of global actor 'MainActor'
func rightAnchor(lessThanOrEqualTo anchor: NSLayoutXAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:301:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.isActive = true
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:296:10: note: add '@MainActor' to make instance method 'rightAnchor(lessThanOrEqualTo:constant:priority:)' part of global actor 'MainActor'
func rightAnchor(lessThanOrEqualTo anchor: NSLayoutXAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:313:39: warning: call to main actor-isolated instance method 'constraint(equalToConstant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraint = heightAnchor.constraint(equalToConstant: height)
^
UIKit.NSLayoutDimension.constraint:2:22: note: calls to instance method 'constraint(equalToConstant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalToConstant c: CGFloat) -> NSLayoutConstraint}
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:311:10: note: add '@MainActor' to make instance method 'heightAnchor(equalToConstant:priority:)' part of global actor 'MainActor'
func heightAnchor(equalToConstant height: CGFloat,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:314:20: warning: main actor-isolated property 'priority' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.priority = priority
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:149:28: note: mutation of this property is only permitted within the actor
@property UILayoutPriority priority;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:311:10: note: add '@MainActor' to make instance method 'heightAnchor(equalToConstant:priority:)' part of global actor 'MainActor'
func heightAnchor(equalToConstant height: CGFloat,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:315:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.isActive = true
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:311:10: note: add '@MainActor' to make instance method 'heightAnchor(equalToConstant:priority:)' part of global actor 'MainActor'
func heightAnchor(equalToConstant height: CGFloat,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:327:39: warning: call to main actor-isolated instance method 'constraint(greaterThanOrEqualToConstant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraint = heightAnchor.constraint(greaterThanOrEqualToConstant: height)
^
UIKit.NSLayoutDimension.constraint:2:22: note: calls to instance method 'constraint(greaterThanOrEqualToConstant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(greaterThanOrEqualToConstant c: CGFloat) -> NSLayoutConstraint}
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:325:10: note: add '@MainActor' to make instance method 'heightAnchor(greaterThanOrEqualToConstant:priority:)' part of global actor 'MainActor'
func heightAnchor(greaterThanOrEqualToConstant height: CGFloat,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:328:20: warning: main actor-isolated property 'priority' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.priority = priority
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:149:28: note: mutation of this property is only permitted within the actor
@property UILayoutPriority priority;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:325:10: note: add '@MainActor' to make instance method 'heightAnchor(greaterThanOrEqualToConstant:priority:)' part of global actor 'MainActor'
func heightAnchor(greaterThanOrEqualToConstant height: CGFloat,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:329:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.isActive = true
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:325:10: note: add '@MainActor' to make instance method 'heightAnchor(greaterThanOrEqualToConstant:priority:)' part of global actor 'MainActor'
func heightAnchor(greaterThanOrEqualToConstant height: CGFloat,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:341:39: warning: call to main actor-isolated instance method 'constraint(lessThanOrEqualToConstant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraint = heightAnchor.constraint(lessThanOrEqualToConstant: height)
^
UIKit.NSLayoutDimension.constraint:2:22: note: calls to instance method 'constraint(lessThanOrEqualToConstant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(lessThanOrEqualToConstant c: CGFloat) -> NSLayoutConstraint}
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:339:10: note: add '@MainActor' to make instance method 'heightAnchor(lessThanOrEqualToConstant:priority:)' part of global actor 'MainActor'
func heightAnchor(lessThanOrEqualToConstant height: CGFloat,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:342:20: warning: main actor-isolated property 'priority' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.priority = priority
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:149:28: note: mutation of this property is only permitted within the actor
@property UILayoutPriority priority;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:339:10: note: add '@MainActor' to make instance method 'heightAnchor(lessThanOrEqualToConstant:priority:)' part of global actor 'MainActor'
func heightAnchor(lessThanOrEqualToConstant height: CGFloat,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:343:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.isActive = true
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:339:10: note: add '@MainActor' to make instance method 'heightAnchor(lessThanOrEqualToConstant:priority:)' part of global actor 'MainActor'
func heightAnchor(lessThanOrEqualToConstant height: CGFloat,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:357:39: warning: call to main actor-isolated instance method 'constraint(equalTo:multiplier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraint = heightAnchor.constraint(equalTo: layoutDimension, multiplier: multiplier)
^
UIKit.NSLayoutDimension.constraint:2:22: note: calls to instance method 'constraint(equalTo:multiplier:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutDimension, multiplier m: CGFloat) -> NSLayoutConstraint}
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:354:10: note: add '@MainActor' to make instance method 'heightAnchor(equalTo:priority:multiplier:)' part of global actor 'MainActor'
func heightAnchor(equalTo layoutDimension: NSLayoutDimension,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:358:20: warning: main actor-isolated property 'priority' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.priority = priority
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:149:28: note: mutation of this property is only permitted within the actor
@property UILayoutPriority priority;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:354:10: note: add '@MainActor' to make instance method 'heightAnchor(equalTo:priority:multiplier:)' part of global actor 'MainActor'
func heightAnchor(equalTo layoutDimension: NSLayoutDimension,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:359:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.isActive = true
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:354:10: note: add '@MainActor' to make instance method 'heightAnchor(equalTo:priority:multiplier:)' part of global actor 'MainActor'
func heightAnchor(equalTo layoutDimension: NSLayoutDimension,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:373:39: warning: call to main actor-isolated instance method 'constraint(lessThanOrEqualTo:multiplier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraint = heightAnchor.constraint(lessThanOrEqualTo: layoutDimension, multiplier: multiplier)
^
UIKit.NSLayoutDimension.constraint:2:22: note: calls to instance method 'constraint(lessThanOrEqualTo:multiplier:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(lessThanOrEqualTo anchor: NSLayoutDimension, multiplier m: CGFloat) -> NSLayoutConstraint}
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:370:10: note: add '@MainActor' to make instance method 'heightAnchor(lessThanOrEqualTo:priority:multiplier:)' part of global actor 'MainActor'
func heightAnchor(lessThanOrEqualTo layoutDimension: NSLayoutDimension,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:374:20: warning: main actor-isolated property 'priority' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.priority = priority
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:149:28: note: mutation of this property is only permitted within the actor
@property UILayoutPriority priority;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:370:10: note: add '@MainActor' to make instance method 'heightAnchor(lessThanOrEqualTo:priority:multiplier:)' part of global actor 'MainActor'
func heightAnchor(lessThanOrEqualTo layoutDimension: NSLayoutDimension,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:375:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.isActive = true
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:370:10: note: add '@MainActor' to make instance method 'heightAnchor(lessThanOrEqualTo:priority:multiplier:)' part of global actor 'MainActor'
func heightAnchor(lessThanOrEqualTo layoutDimension: NSLayoutDimension,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:389:39: warning: call to main actor-isolated instance method 'constraint(greaterThanOrEqualTo:multiplier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraint = heightAnchor.constraint(greaterThanOrEqualTo: layoutDimension, multiplier: multiplier)
^
UIKit.NSLayoutDimension.constraint:2:22: note: calls to instance method 'constraint(greaterThanOrEqualTo:multiplier:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(greaterThanOrEqualTo anchor: NSLayoutDimension, multiplier m: CGFloat) -> NSLayoutConstraint}
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:386:10: note: add '@MainActor' to make instance method 'heightAnchor(greaterThanOrEqualTo:priority:multiplier:)' part of global actor 'MainActor'
func heightAnchor(greaterThanOrEqualTo layoutDimension: NSLayoutDimension,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:390:20: warning: main actor-isolated property 'priority' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.priority = priority
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:149:28: note: mutation of this property is only permitted within the actor
@property UILayoutPriority priority;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:386:10: note: add '@MainActor' to make instance method 'heightAnchor(greaterThanOrEqualTo:priority:multiplier:)' part of global actor 'MainActor'
func heightAnchor(greaterThanOrEqualTo layoutDimension: NSLayoutDimension,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:391:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.isActive = true
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:386:10: note: add '@MainActor' to make instance method 'heightAnchor(greaterThanOrEqualTo:priority:multiplier:)' part of global actor 'MainActor'
func heightAnchor(greaterThanOrEqualTo layoutDimension: NSLayoutDimension,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:403:38: warning: call to main actor-isolated instance method 'constraint(equalToConstant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraint = widthAnchor.constraint(equalToConstant: width)
^
UIKit.NSLayoutDimension.constraint:2:22: note: calls to instance method 'constraint(equalToConstant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalToConstant c: CGFloat) -> NSLayoutConstraint}
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:401:10: note: add '@MainActor' to make instance method 'widthAnchor(equalToConstant:priority:)' part of global actor 'MainActor'
func widthAnchor(equalToConstant width: CGFloat,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:404:20: warning: main actor-isolated property 'priority' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.priority = priority
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:149:28: note: mutation of this property is only permitted within the actor
@property UILayoutPriority priority;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:401:10: note: add '@MainActor' to make instance method 'widthAnchor(equalToConstant:priority:)' part of global actor 'MainActor'
func widthAnchor(equalToConstant width: CGFloat,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:405:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.isActive = true
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:401:10: note: add '@MainActor' to make instance method 'widthAnchor(equalToConstant:priority:)' part of global actor 'MainActor'
func widthAnchor(equalToConstant width: CGFloat,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:417:38: warning: call to main actor-isolated instance method 'constraint(greaterThanOrEqualToConstant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraint = widthAnchor.constraint(greaterThanOrEqualToConstant: width)
^
UIKit.NSLayoutDimension.constraint:2:22: note: calls to instance method 'constraint(greaterThanOrEqualToConstant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(greaterThanOrEqualToConstant c: CGFloat) -> NSLayoutConstraint}
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:415:10: note: add '@MainActor' to make instance method 'widthAnchor(greaterThanOrEqualToConstant:priority:)' part of global actor 'MainActor'
func widthAnchor(greaterThanOrEqualToConstant width: CGFloat,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:418:20: warning: main actor-isolated property 'priority' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.priority = priority
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:149:28: note: mutation of this property is only permitted within the actor
@property UILayoutPriority priority;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:415:10: note: add '@MainActor' to make instance method 'widthAnchor(greaterThanOrEqualToConstant:priority:)' part of global actor 'MainActor'
func widthAnchor(greaterThanOrEqualToConstant width: CGFloat,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:419:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.isActive = true
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:415:10: note: add '@MainActor' to make instance method 'widthAnchor(greaterThanOrEqualToConstant:priority:)' part of global actor 'MainActor'
func widthAnchor(greaterThanOrEqualToConstant width: CGFloat,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:431:38: warning: call to main actor-isolated instance method 'constraint(lessThanOrEqualToConstant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraint = widthAnchor.constraint(lessThanOrEqualToConstant: width)
^
UIKit.NSLayoutDimension.constraint:2:22: note: calls to instance method 'constraint(lessThanOrEqualToConstant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(lessThanOrEqualToConstant c: CGFloat) -> NSLayoutConstraint}
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:429:10: note: add '@MainActor' to make instance method 'widthAnchor(lessThanOrEqualToConstant:priority:)' part of global actor 'MainActor'
func widthAnchor(lessThanOrEqualToConstant width: CGFloat,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:432:20: warning: main actor-isolated property 'priority' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.priority = priority
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:149:28: note: mutation of this property is only permitted within the actor
@property UILayoutPriority priority;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:429:10: note: add '@MainActor' to make instance method 'widthAnchor(lessThanOrEqualToConstant:priority:)' part of global actor 'MainActor'
func widthAnchor(lessThanOrEqualToConstant width: CGFloat,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:433:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.isActive = true
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:429:10: note: add '@MainActor' to make instance method 'widthAnchor(lessThanOrEqualToConstant:priority:)' part of global actor 'MainActor'
func widthAnchor(lessThanOrEqualToConstant width: CGFloat,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:447:38: warning: call to main actor-isolated instance method 'constraint(equalTo:multiplier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraint = widthAnchor.constraint(equalTo: layoutDimension, multiplier: multiplier)
^
UIKit.NSLayoutDimension.constraint:2:22: note: calls to instance method 'constraint(equalTo:multiplier:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutDimension, multiplier m: CGFloat) -> NSLayoutConstraint}
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:444:10: note: add '@MainActor' to make instance method 'widthAnchor(equalTo:priority:multiplier:)' part of global actor 'MainActor'
func widthAnchor(equalTo layoutDimension: NSLayoutDimension,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:448:20: warning: main actor-isolated property 'priority' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.priority = priority
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:149:28: note: mutation of this property is only permitted within the actor
@property UILayoutPriority priority;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:444:10: note: add '@MainActor' to make instance method 'widthAnchor(equalTo:priority:multiplier:)' part of global actor 'MainActor'
func widthAnchor(equalTo layoutDimension: NSLayoutDimension,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:449:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.isActive = true
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:444:10: note: add '@MainActor' to make instance method 'widthAnchor(equalTo:priority:multiplier:)' part of global actor 'MainActor'
func widthAnchor(equalTo layoutDimension: NSLayoutDimension,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:463:38: warning: call to main actor-isolated instance method 'constraint(lessThanOrEqualTo:multiplier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraint = widthAnchor.constraint(lessThanOrEqualTo: layoutDimension, multiplier: multiplier)
^
UIKit.NSLayoutDimension.constraint:2:22: note: calls to instance method 'constraint(lessThanOrEqualTo:multiplier:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(lessThanOrEqualTo anchor: NSLayoutDimension, multiplier m: CGFloat) -> NSLayoutConstraint}
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:460:10: note: add '@MainActor' to make instance method 'widthAnchor(lessThanOrEqualTo:priority:multiplier:)' part of global actor 'MainActor'
func widthAnchor(lessThanOrEqualTo layoutDimension: NSLayoutDimension,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:464:20: warning: main actor-isolated property 'priority' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.priority = priority
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:149:28: note: mutation of this property is only permitted within the actor
@property UILayoutPriority priority;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:460:10: note: add '@MainActor' to make instance method 'widthAnchor(lessThanOrEqualTo:priority:multiplier:)' part of global actor 'MainActor'
func widthAnchor(lessThanOrEqualTo layoutDimension: NSLayoutDimension,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:465:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.isActive = true
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:460:10: note: add '@MainActor' to make instance method 'widthAnchor(lessThanOrEqualTo:priority:multiplier:)' part of global actor 'MainActor'
func widthAnchor(lessThanOrEqualTo layoutDimension: NSLayoutDimension,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:479:38: warning: call to main actor-isolated instance method 'constraint(greaterThanOrEqualTo:multiplier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraint = widthAnchor.constraint(greaterThanOrEqualTo: layoutDimension, multiplier: multiplier)
^
UIKit.NSLayoutDimension.constraint:2:22: note: calls to instance method 'constraint(greaterThanOrEqualTo:multiplier:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(greaterThanOrEqualTo anchor: NSLayoutDimension, multiplier m: CGFloat) -> NSLayoutConstraint}
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:476:10: note: add '@MainActor' to make instance method 'widthAnchor(greaterThanOrEqualTo:priority:multiplier:)' part of global actor 'MainActor'
func widthAnchor(greaterThanOrEqualTo layoutDimension: NSLayoutDimension,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:480:20: warning: main actor-isolated property 'priority' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.priority = priority
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:149:28: note: mutation of this property is only permitted within the actor
@property UILayoutPriority priority;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:476:10: note: add '@MainActor' to make instance method 'widthAnchor(greaterThanOrEqualTo:priority:multiplier:)' part of global actor 'MainActor'
func widthAnchor(greaterThanOrEqualTo layoutDimension: NSLayoutDimension,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:481:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.isActive = true
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:476:10: note: add '@MainActor' to make instance method 'widthAnchor(greaterThanOrEqualTo:priority:multiplier:)' part of global actor 'MainActor'
func widthAnchor(greaterThanOrEqualTo layoutDimension: NSLayoutDimension,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:495:40: warning: call to main actor-isolated instance method 'constraint(equalTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraint = centerXAnchor.constraint(equalTo: anchor, constant: constant)
^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:492:10: note: add '@MainActor' to make instance method 'centerXAnchor(equalTo:constant:priority:)' part of global actor 'MainActor'
func centerXAnchor(equalTo anchor: NSLayoutXAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:496:20: warning: main actor-isolated property 'priority' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.priority = priority
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:149:28: note: mutation of this property is only permitted within the actor
@property UILayoutPriority priority;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:492:10: note: add '@MainActor' to make instance method 'centerXAnchor(equalTo:constant:priority:)' part of global actor 'MainActor'
func centerXAnchor(equalTo anchor: NSLayoutXAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:497:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.isActive = true
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:492:10: note: add '@MainActor' to make instance method 'centerXAnchor(equalTo:constant:priority:)' part of global actor 'MainActor'
func centerXAnchor(equalTo anchor: NSLayoutXAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:511:40: warning: call to main actor-isolated instance method 'constraint(equalTo:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraint = centerYAnchor.constraint(equalTo: anchor, constant: constant)
^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>, constant c: CGFloat) -> NSLayoutConstraint}
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:508:10: note: add '@MainActor' to make instance method 'centerYAnchor(equalTo:constant:priority:)' part of global actor 'MainActor'
func centerYAnchor(equalTo anchor: NSLayoutYAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:512:20: warning: main actor-isolated property 'priority' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.priority = priority
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:149:28: note: mutation of this property is only permitted within the actor
@property UILayoutPriority priority;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:508:10: note: add '@MainActor' to make instance method 'centerYAnchor(equalTo:constant:priority:)' part of global actor 'MainActor'
func centerYAnchor(equalTo anchor: NSLayoutYAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:513:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.isActive = true
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:508:10: note: add '@MainActor' to make instance method 'centerYAnchor(equalTo:constant:priority:)' part of global actor 'MainActor'
func centerYAnchor(equalTo anchor: NSLayoutYAxisAnchor,
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:528:37: warning: main actor-isolated property 'topAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
topAnchor(equalTo: view.topAnchor, constant: inset?.top ?? 0),
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:576:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:526:10: note: add '@MainActor' to make instance method 'inset(to:withInset:)' part of global actor 'MainActor'
func inset(to view: View, withInset inset: EdgeInsets? = nil) -> [NSLayoutConstraint] {
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:529:40: warning: main actor-isolated property 'bottomAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
bottomAnchor(equalTo: view.bottomAnchor, constant: -(inset?.bottom ?? 0)),
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:577:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *bottomAnchor API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:526:10: note: add '@MainActor' to make instance method 'inset(to:withInset:)' part of global actor 'MainActor'
func inset(to view: View, withInset inset: EdgeInsets? = nil) -> [NSLayoutConstraint] {
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:530:41: warning: main actor-isolated property 'leadingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
leadingAnchor(equalTo: view.leadingAnchor, constant: inset?.left ?? 0),
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:572:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leadingAnchor API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:526:10: note: add '@MainActor' to make instance method 'inset(to:withInset:)' part of global actor 'MainActor'
func inset(to view: View, withInset inset: EdgeInsets? = nil) -> [NSLayoutConstraint] {
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:531:42: warning: main actor-isolated property 'trailingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
trailingAnchor(equalTo: view.trailingAnchor, constant: -(inset?.right ?? 0))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:573:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *trailingAnchor API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:526:10: note: add '@MainActor' to make instance method 'inset(to:withInset:)' part of global actor 'MainActor'
func inset(to view: View, withInset inset: EdgeInsets? = nil) -> [NSLayoutConstraint] {
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:541:38: warning: call to main actor-isolated instance method 'constraint(equalTo:multiplier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let constraint = widthAnchor.constraint(equalTo: self.heightAnchor, multiplier: constant)
^
UIKit.NSLayoutDimension.constraint:2:22: note: calls to instance method 'constraint(equalTo:multiplier:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutDimension, multiplier m: CGFloat) -> NSLayoutConstraint}
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:540:10: note: add '@MainActor' to make instance method 'aspectRatio(constant:)' part of global actor 'MainActor'
func aspectRatio(constant: CGFloat) -> NSLayoutConstraint {
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:542:20: warning: main actor-isolated property 'priority' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.priority = .required
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:149:28: note: mutation of this property is only permitted within the actor
@property UILayoutPriority priority;
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:540:10: note: add '@MainActor' to make instance method 'aspectRatio(constant:)' part of global actor 'MainActor'
func aspectRatio(constant: CGFloat) -> NSLayoutConstraint {
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:543:20: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
constraint.isActive = true
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Extensions/Constrainable+Anchors.swift:540:10: note: add '@MainActor' to make instance method 'aspectRatio(constant:)' part of global actor 'MainActor'
func aspectRatio(constant: CGFloat) -> NSLayoutConstraint {
^
SwiftCompile normal arm64 Compiling\ KeyboardLayoutGuide.swift /Users/admin/builder/spi-builder-workspace/Sources/SketchKit/KeyboardLayoutGuide.swift (in target 'SketchKit' from project 'SketchKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SketchKit/KeyboardLayoutGuide.swift (in target 'SketchKit' from project 'SketchKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for SketchKit (in target 'SketchKit' from project 'SketchKit')
SwiftDriver\ Compilation\ Requirements SketchKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SketchKit' from project 'SketchKit')
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 SketchKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/Objects-normal/arm64/SketchKit.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/Objects-normal/arm64/SketchKit-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/SketchKit.build/Debug-appletvos/SketchKit.build/Objects-normal/arm64/SketchKit.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/SketchKit.build/Debug-appletvos/SketchKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/Objects-normal/arm64/SketchKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.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/SketchKit.build/Debug-appletvos/SketchKit.build/Objects-normal/arm64/SketchKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/SketchKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/Objects-normal/arm64/SketchKit-Swift.h (in target 'SketchKit' from project 'SketchKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/Objects-normal/arm64/SketchKit-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/SketchKit-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SketchKit.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/Objects-normal/arm64/SketchKit.swiftmodule (in target 'SketchKit' from project 'SketchKit')
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/SketchKit.build/Debug-appletvos/SketchKit.build/Objects-normal/arm64/SketchKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SketchKit.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SketchKit.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/Objects-normal/arm64/SketchKit.abi.json (in target 'SketchKit' from project 'SketchKit')
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/SketchKit.build/Debug-appletvos/SketchKit.build/Objects-normal/arm64/SketchKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SketchKit.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SketchKit.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/Objects-normal/arm64/SketchKit.swiftdoc (in target 'SketchKit' from project 'SketchKit')
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/SketchKit.build/Debug-appletvos/SketchKit.build/Objects-normal/arm64/SketchKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SketchKit.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SketchKit.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/Objects-normal/arm64/SketchKit.swiftsourceinfo (in target 'SketchKit' from project 'SketchKit')
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/SketchKit.build/Debug-appletvos/SketchKit.build/Objects-normal/arm64/SketchKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SketchKit.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling KeyboardLayoutGuide.swift (in target 'SketchKit' from project 'SketchKit')
SwiftDriverJobDiscovery normal arm64 Compiling Constrainable+Anchors.swift (in target 'SketchKit' from project 'SketchKit')
SwiftDriverJobDiscovery normal arm64 Compiling Constrainable.swift (in target 'SketchKit' from project 'SketchKit')
SwiftDriverJobDiscovery normal arm64 Compiling SketchKitDSL.swift (in target 'SketchKit' from project 'SketchKit')
SwiftDriverJobDiscovery normal arm64 Compiling Anchors+SafeArea.swift (in target 'SketchKit' from project 'SketchKit')
SwiftDriver\ Compilation SketchKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SketchKit' from project 'SketchKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SketchKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/Objects-normal/arm64/SketchKit.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/Objects-normal/arm64/SketchKit-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/SketchKit.build/Debug-appletvos/SketchKit.build/Objects-normal/arm64/SketchKit.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/SketchKit.build/Debug-appletvos/SketchKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/Objects-normal/arm64/SketchKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.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/SketchKit.build/Debug-appletvos/SketchKit.build/Objects-normal/arm64/SketchKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SketchKit.o normal (in target 'SketchKit' from project 'SketchKit')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/Objects-normal/arm64/SketchKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/Objects-normal/arm64/SketchKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/Objects-normal/arm64/SketchKit_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/Objects-normal/arm64/SketchKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SketchKit.o
ExtractAppIntentsMetadata (in target 'SketchKit' from project 'SketchKit')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SketchKit --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.SketchKit --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SketchKit.appintents --target-triple arm64-apple-tvos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SketchKit.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/Objects-normal/arm64/SketchKit_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/Objects-normal/arm64/SketchKit.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/SketchKit.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/SketchKit.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug-appletvos/SketchKit.build/Objects-normal/arm64/SketchKit.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-30 19:58:14.470 appintentsmetadataprocessor[715:4057] Starting appintentsmetadataprocessor export
2025-04-30 19:58:14.510 appintentsmetadataprocessor[715:4057] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SketchKit.o (in target 'SketchKit' from project 'SketchKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SketchKit.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SketchKit",
"name" : "SketchKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "macos",
"version" : "10.11"
}
],
"products" : [
{
"name" : "SketchKit",
"targets" : [
"SketchKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SketchKitTests",
"module_type" : "SwiftTarget",
"name" : "SketchKitTests",
"path" : "Tests/SketchKitTests",
"sources" : [
"Addons/Anchor+AddonsTests.swift",
"Addons/UILayoutGuide+AddonsTests.swift",
"Helpers/Mirror/KeyboardLayoutGuide+Mirror.swift",
"Helpers/TestExtensions/Mirror+Testable.swift",
"KeyboardLayoutGuideTests.swift",
"UILayoutGuide/UILayoutGuide+BottomAnchorTests.swift",
"UILayoutGuide/UILayoutGuide+CenterAnchorTests.swift",
"UILayoutGuide/UILayoutGuide+HeightAnchorTests.swift",
"UILayoutGuide/UILayoutGuide+LeadingAnchorTests.swift",
"UILayoutGuide/UILayoutGuide+LeftAnchorTests.swift",
"UILayoutGuide/UILayoutGuide+RightAnchorTests.swift",
"UILayoutGuide/UILayoutGuide+TopAnchorTests.swift",
"UILayoutGuide/UILayoutGuide+TrailingAnchorTests.swift",
"UILayoutGuide/UILayoutGuide+WidthAnchorTests.swift",
"UIView/LayoutGuide/BottomAnchorTests.swift",
"UIView/LayoutGuide/CenterAnchorTests.swift",
"UIView/LayoutGuide/HeightAnchorTests.swift",
"UIView/LayoutGuide/LeadingAnchorTests.swift",
"UIView/LayoutGuide/LeftAnchorTests.swift",
"UIView/LayoutGuide/RightAnchorTests.swift",
"UIView/LayoutGuide/TopAnchorTests.swift",
"UIView/LayoutGuide/TrailingAnchorTests.swift",
"UIView/LayoutGuide/WidthAnchorTests.swift",
"UIView/SafeArea/SafeBottomAnchorTests.swift",
"UIView/SafeArea/SafeCenterAnchorTests.swift",
"UIView/SafeArea/SafeHeightAnchorTests.swift",
"UIView/SafeArea/SafeLeadingAnchorTests.swift",
"UIView/SafeArea/SafeLeftAnchorTests.swift",
"UIView/SafeArea/SafeRightAnchorTests.swift",
"UIView/SafeArea/SafeTopAnchorTests.swift",
"UIView/SafeArea/SafeTrailingAnchorTests.swift",
"UIView/SafeArea/SafeWidthAnchorTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SketchKit"
],
"type" : "test"
},
{
"c99name" : "SketchKit",
"module_type" : "SwiftTarget",
"name" : "SketchKit",
"path" : "Sources",
"product_memberships" : [
"SketchKit"
],
"sources" : [
"SketchKit/Constrainable.swift",
"SketchKit/Extensions/Anchors+SafeArea.swift",
"SketchKit/Extensions/Constrainable+Anchors.swift",
"SketchKit/KeyboardLayoutGuide.swift",
"SketchKit/SketchKitDSL.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.