Build Information
Successful build of SketchKit, reference 2.1.0 (9fc2dd
), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 1 May 2025 02:57:52 UTC.
Swift 6 data race errors: 10
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 platform=macOS,arch=arm64 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: 2.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dogo/SketchKit
* tag 2.1.0 -> FETCH_HEAD
HEAD is now at 9fc2dd2 Fix compilation issues for tvOS
Cloned https://github.com/dogo/SketchKit.git
Revision (git rev-parse @):
9fc2dd2bf706e39f7241c00c1ffa69883d11a302
SUCCESS checkout https://github.com/dogo/SketchKit.git at 2.1.0
========================================
Build
========================================
Selected platform: macosXcodebuild
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 platform=macOS,arch=arm64 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 platform=macOS,arch=arm64 "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/MacOSX.platform/Developer/SDKs/MacOSX15.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: b2d4365355d9869d9caaa1fd24050b89
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/b2d4365355d9869d9caaa1fd24050b89.xcbuilddata
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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
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/Debug
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
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
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug/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/SketchKit.build/SketchKit.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug/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/SketchKit.build/SketchKit.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug/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/SketchKit.build/SketchKit.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug/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/SketchKit.build/Objects-normal/arm64/SketchKit_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug/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/SketchKit.build/Objects-normal/arm64/SketchKit.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug/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/SketchKit.build/Objects-normal/arm64/SketchKit-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug/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/SketchKit.build/Objects-normal/arm64/SketchKit.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug/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/SketchKit.build/Objects-normal/arm64/SketchKit.LinkFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/SketchKit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug/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/SketchKit.build/SketchKit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug/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/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/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/SketchKit.build/Objects-normal/arm64/SketchKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug/SketchKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug/SketchKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug/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/SketchKit.build/Objects-normal/arm64/SketchKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:228:51: 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 (readonly, strong) NSLayoutYAxisAnchor *topAnchor API_AVAILABLE(macos(10.11));
^
/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:229:51: 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 (readonly, strong) NSLayoutYAxisAnchor *bottomAnchor API_AVAILABLE(macos(10.11));
^
/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:224:51: 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 (readonly, strong) NSLayoutXAxisAnchor *leadingAnchor API_AVAILABLE(macos(10.11));
^
/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:226:51: 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 (readonly, strong) NSLayoutXAxisAnchor *leftAnchor API_AVAILABLE(macos(10.11));
^
/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:225:51: 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 (readonly, strong) NSLayoutXAxisAnchor *trailingAnchor API_AVAILABLE(macos(10.11));
^
/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:227:51: 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 (readonly, strong) NSLayoutXAxisAnchor *rightAnchor API_AVAILABLE(macos(10.11));
^
/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:231:49: 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 (readonly, strong) NSLayoutDimension *heightAnchor API_AVAILABLE(macos(10.11));
^
/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:230:49: 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 (readonly, strong) NSLayoutDimension *widthAnchor API_AVAILABLE(macos(10.11));
^
/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:232:51: 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 (readonly, strong) NSLayoutXAxisAnchor *centerXAnchor API_AVAILABLE(macos(10.11));
^
/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:233:51: 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 (readonly, strong) NSLayoutYAxisAnchor *centerYAnchor API_AVAILABLE(macos(10.11));
^
/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\ 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: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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:228:51: note: property declared here
@property (readonly, strong) NSLayoutYAxisAnchor *topAnchor API_AVAILABLE(macos(10.11));
^
/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:229:51: note: property declared here
@property (readonly, strong) NSLayoutYAxisAnchor *bottomAnchor API_AVAILABLE(macos(10.11));
^
/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:224:51: note: property declared here
@property (readonly, strong) NSLayoutXAxisAnchor *leadingAnchor API_AVAILABLE(macos(10.11));
^
/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:225:51: note: property declared here
@property (readonly, strong) NSLayoutXAxisAnchor *trailingAnchor API_AVAILABLE(macos(10.11));
^
/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] {
^
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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:276:16: note: mutation of this property is only permitted within the actor
@property BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(macos(10.7));
^
/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\ 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\ 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
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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:228:51: 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 (readonly, strong) NSLayoutYAxisAnchor *topAnchor API_AVAILABLE(macos(10.11));
^
/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:229:51: 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 (readonly, strong) NSLayoutYAxisAnchor *bottomAnchor API_AVAILABLE(macos(10.11));
^
/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:224:51: 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 (readonly, strong) NSLayoutXAxisAnchor *leadingAnchor API_AVAILABLE(macos(10.11));
^
/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:226:51: 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 (readonly, strong) NSLayoutXAxisAnchor *leftAnchor API_AVAILABLE(macos(10.11));
^
/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:225:51: 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 (readonly, strong) NSLayoutXAxisAnchor *trailingAnchor API_AVAILABLE(macos(10.11));
^
/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:227:51: 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 (readonly, strong) NSLayoutXAxisAnchor *rightAnchor API_AVAILABLE(macos(10.11));
^
/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:231:49: 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 (readonly, strong) NSLayoutDimension *heightAnchor API_AVAILABLE(macos(10.11));
^
/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:230:49: 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 (readonly, strong) NSLayoutDimension *widthAnchor API_AVAILABLE(macos(10.11));
^
/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:232:51: 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 (readonly, strong) NSLayoutXAxisAnchor *centerXAnchor API_AVAILABLE(macos(10.11));
^
/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLayoutConstraint.h:233:51: 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 (readonly, strong) NSLayoutYAxisAnchor *centerYAnchor API_AVAILABLE(macos(10.11));
^
/Users/admin/builder/spi-builder-workspace/Sources/SketchKit/Constrainable.swift:46:9: note: requirement 'centerYAnchor' declared here
var centerYAnchor: NSLayoutYAxisAnchor { get }
^
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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug/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/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/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/SketchKit.build/Objects-normal/arm64/SketchKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug/SketchKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug/SketchKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug/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/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/SketchKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug/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/SketchKit.build/Objects-normal/arm64/SketchKit-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/SketchKit-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SketchKit.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug/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/SketchKit.build/Objects-normal/arm64/SketchKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SketchKit.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SketchKit.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug/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/SketchKit.build/Objects-normal/arm64/SketchKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SketchKit.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SketchKit.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug/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/SketchKit.build/Objects-normal/arm64/SketchKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SketchKit.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SketchKit.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug/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/SketchKit.build/Objects-normal/arm64/SketchKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SketchKit.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling KeyboardLayoutGuide.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')
SwiftDriverJobDiscovery normal arm64 Compiling Constrainable.swift (in target 'SketchKit' from project 'SketchKit')
SwiftDriverJobDiscovery normal arm64 Compiling Constrainable+Anchors.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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug/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/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/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/SketchKit.build/Objects-normal/arm64/SketchKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug/SketchKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug/SketchKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug/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/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/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-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug/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/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/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/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug/SketchKit.build/Objects-normal/arm64/SketchKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier spi-builder-workspace.SketchKit --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SketchKit.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SketchKit.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug/SketchKit.build/Objects-normal/arm64/SketchKit_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug/SketchKit.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug/SketchKit.build/Objects-normal/arm64/SketchKit.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug/SketchKit.build/SketchKit.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug/SketchKit.build/SketchKit.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SketchKit.build/Debug/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:57:51.776 appintentsmetadataprocessor[714:4088] Starting appintentsmetadataprocessor export
2025-04-30 19:57:51.811 appintentsmetadataprocessor[714:4088] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/SketchKit.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:0f1c6786c514cede4667b635122303adb5bc0fba, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0f1c6786c514cede4667b635122303adb5bc0fba, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:0f1c6786c514cede4667b635122303adb5bc0fba, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0f1c6786c514cede4667b635122303adb5bc0fba, name:My Mac }
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.