Build Information
Successful build of UIViewKit, reference main (fa2c56
), with Swift 6.1 for iOS using Xcode 16.3 on 28 Apr 2025 18:35:32 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme UIViewKit -destination generic/platform=iOS 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.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Adobels/UIViewKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Adobels/UIViewKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at fa2c563 Add swift-create-sign-upload-xcframework GitHub Action workflow (#11)
Cloned https://github.com/Adobels/UIViewKit.git
Revision (git rev-parse @):
fa2c563c4a93859ab92a594217333e780ff66ad8
SUCCESS checkout https://github.com/Adobels/UIViewKit.git at main
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/Adobels/UIViewKit.git
https://github.com/Adobels/UIViewKit.git
{
"dependencies" : [
],
"manifest_display_name" : "UIViewKit",
"name" : "UIViewKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "UIViewKit",
"targets" : [
"UIViewKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "UIViewKitTests",
"module_type" : "SwiftTarget",
"name" : "UIViewKitTests",
"path" : "Tests/UIViewKitTests",
"sources" : [
"ConstraintsBuilderTests.swift",
"CreateMultipleViewsSimultaneouslyTests.swift",
"DebugTests/UIViewDebugAllSubviewsTests.swift",
"DebugTests/UIViewDebugShowFramesTests.swift",
"HelloWorldViewTests.swift",
"IBAttributesTests.swift",
"IBConstraintsTests.swift",
"IBOutletTests.swift",
"IBSubviewsTests.swift",
"NSLayoutConstraintTests.swift",
"ProTests.swift",
"StackViewTests.swift",
"UIStackViewExtensionsTests.swift",
"UIViewKitDevelopmentViews/HelloWordView.swift",
"UIViewKitDevelopmentViews/UserTitleTimeDescriptionView/UserTitleTimeDescriptionView.swift",
"UIViewKitDevelopmentViews/UserTitleTimeDescriptionView/UserTitleTimeDescriptionViewWithIBSubviews.swift",
"UIViewKitDevelopmentViews/UserTitleTimeDescriptionView/UserTitleTimeDescriptionViewWithIBSubviewsWithSuperviewView.swift",
"UIViewKitDevelopmentViews/ViewSubviewHasConstraintsToItsSuperviewN2.swift",
"UserTitleTimeDescriptionViewTests/UserTitleTimeDescriptionViewTests.swift",
"ViewBuilderTests.swift"
],
"target_dependencies" : [
"UIViewKit"
],
"type" : "test"
},
{
"c99name" : "UIViewKit",
"module_type" : "SwiftTarget",
"name" : "UIViewKit",
"path" : "Sources/UIViewKit",
"product_memberships" : [
"UIViewKit"
],
"sources" : [
"IBConstraints/IBConstraints.swift",
"IBDebug/IBDebug.swift",
"IBMeasure/IBMeasure.swift",
"IBPreviews/IBPreview+FreeFormView.swift",
"IBPreviews/IBPreview+FreeFormViewController.swift",
"IBPreviews/IBPreview+FullScreenView.swift",
"IBPreviews/IBPreview+FullScreenViewController.swift",
"IBPreviews/IBPreview+SizeThatFitsView.swift",
"IBPreviews/IBPreview.swift",
"UIKitExtensions/UIStackView+Extensions.swift",
"UIKitExtensions/UIView+Extensions.swift",
"UIKitExtensions/UIViewController+Extensions.swift",
"UIViewDSL/AutoresizingStrategy/UIViewDSL+EngineConstraintsProtocol.swift",
"UIViewDSL/AutoresizingStrategy/UIViewDSL+InferredAttributesOwnerStrategy.swift",
"UIViewDSL/UIViewDSL+Engine.swift",
"UIViewDSL/UIViewDSL+IBAttributes.swift",
"UIViewDSL/UIViewDSL+IBOutlet.swift",
"UIViewDSL/UIViewDSL+IBSubviews.swift",
"UIViewDSL/UIViewDSL+NSLayoutConstraint.swift",
"UIViewDSL/UIViewDSL+ResultBuilders.swift",
"UIViewDSL/UIViewDSL.swift",
"Views/HorizontalStack.swift",
"Views/IBScrollView.swift",
"Views/VerticalStack.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
"dependencies" : [
],
"manifest_display_name" : "UIViewKit",
"name" : "UIViewKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "UIViewKit",
"targets" : [
"UIViewKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "UIViewKitTests",
"module_type" : "SwiftTarget",
"name" : "UIViewKitTests",
"path" : "Tests/UIViewKitTests",
"sources" : [
"ConstraintsBuilderTests.swift",
"CreateMultipleViewsSimultaneouslyTests.swift",
"DebugTests/UIViewDebugAllSubviewsTests.swift",
"DebugTests/UIViewDebugShowFramesTests.swift",
"HelloWorldViewTests.swift",
"IBAttributesTests.swift",
"IBConstraintsTests.swift",
"IBOutletTests.swift",
"IBSubviewsTests.swift",
"NSLayoutConstraintTests.swift",
"ProTests.swift",
"StackViewTests.swift",
"UIStackViewExtensionsTests.swift",
"UIViewKitDevelopmentViews/HelloWordView.swift",
"UIViewKitDevelopmentViews/UserTitleTimeDescriptionView/UserTitleTimeDescriptionView.swift",
"UIViewKitDevelopmentViews/UserTitleTimeDescriptionView/UserTitleTimeDescriptionViewWithIBSubviews.swift",
"UIViewKitDevelopmentViews/UserTitleTimeDescriptionView/UserTitleTimeDescriptionViewWithIBSubviewsWithSuperviewView.swift",
"UIViewKitDevelopmentViews/ViewSubviewHasConstraintsToItsSuperviewN2.swift",
"UserTitleTimeDescriptionViewTests/UserTitleTimeDescriptionViewTests.swift",
"ViewBuilderTests.swift"
],
"target_dependencies" : [
"UIViewKit"
],
"type" : "test"
},
{
"c99name" : "UIViewKit",
"module_type" : "SwiftTarget",
"name" : "UIViewKit",
"path" : "Sources/UIViewKit",
"product_memberships" : [
"UIViewKit"
],
"sources" : [
"IBConstraints/IBConstraints.swift",
"IBDebug/IBDebug.swift",
"IBMeasure/IBMeasure.swift",
"IBPreviews/IBPreview+FreeFormView.swift",
"IBPreviews/IBPreview+FreeFormViewController.swift",
"IBPreviews/IBPreview+FullScreenView.swift",
"IBPreviews/IBPreview+FullScreenViewController.swift",
"IBPreviews/IBPreview+SizeThatFitsView.swift",
"IBPreviews/IBPreview.swift",
"UIKitExtensions/UIStackView+Extensions.swift",
"UIKitExtensions/UIView+Extensions.swift",
"UIKitExtensions/UIViewController+Extensions.swift",
"UIViewDSL/AutoresizingStrategy/UIViewDSL+EngineConstraintsProtocol.swift",
"UIViewDSL/AutoresizingStrategy/UIViewDSL+InferredAttributesOwnerStrategy.swift",
"UIViewDSL/UIViewDSL+Engine.swift",
"UIViewDSL/UIViewDSL+IBAttributes.swift",
"UIViewDSL/UIViewDSL+IBOutlet.swift",
"UIViewDSL/UIViewDSL+IBSubviews.swift",
"UIViewDSL/UIViewDSL+NSLayoutConstraint.swift",
"UIViewDSL/UIViewDSL+ResultBuilders.swift",
"UIViewDSL/UIViewDSL.swift",
"Views/HorizontalStack.swift",
"Views/IBScrollView.swift",
"Views/VerticalStack.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "UIViewKit",
"schemes" : [
"UIViewKit"
],
"targets" : [
"UIViewKit"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme UIViewKit -destination generic/platform=iOS 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 UIViewKit -destination generic/platform=iOS "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
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
Target 'UIViewKit' in project 'UIViewKit' (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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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: 568daf780953ff69465cf1f0402a56d1
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/568daf780953ff69465cf1f0402a56d1.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/UIViewKit.xcodeproj
/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/UIViewKit.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/UIViewKit.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/UIViewKit.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit-daa8ed7d31564ff3952552f0ebc08ad7-VFS-iphoneos/all-product-headers.yaml
cd /Users/admin/builder/spi-builder-workspace/UIViewKit.xcodeproj
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit-daa8ed7d31564ff3952552f0ebc08ad7-VFS-iphoneos/all-product-headers.yaml
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/UIViewKit.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/module.modulemap (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/module.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/UIViewKit.hmap (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/UIViewKit.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/empty-UIViewKit.plist (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/empty-UIViewKit.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/UIViewKit-project-headers.hmap (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/UIViewKit-project-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/UIViewKit-generated-files.hmap (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/UIViewKit-generated-files.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/UIViewKit-own-target-headers.hmap (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/UIViewKit-own-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/UIViewKit-diagnostic-filename-map.json (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/UIViewKit-diagnostic-filename-map.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/UIViewKit.DependencyStaticMetadataFileList (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/UIViewKit.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/UIViewKit.DependencyMetadataFileList (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/UIViewKit.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/UIViewKit-all-target-headers.hmap (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/UIViewKit-all-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/UIViewKit-all-non-framework-target-headers.hmap (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/UIViewKit-all-non-framework-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit.SwiftFileList (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit_const_extract_protocols.json (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit.SwiftConstValuesFileList (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit.LinkFileList (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit-OutputFileMap.json (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
-target arm64-apple-ios13.0 '-std=gnu17' -fmodules -gmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' '-fmodule-name=UIViewKit' -fpascal-strings -O0 -fno-common '-DDEBUG=1' -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -g -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/UIViewKit-generated-files.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/UIViewKit-own-target-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/UIViewKit-all-non-framework-target-headers.hmap -ivfsoverlay /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit-daa8ed7d31564ff3952552f0ebc08ad7-VFS-iphoneos/all-product-headers.yaml -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/UIViewKit-project-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/DerivedSources/UIViewKit_vers.c (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/DerivedSources/UIViewKit_vers.c
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIViewKit.framework/Modules/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/module.modulemap (in target 'UIViewKit' from project 'UIViewKit')
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/UIViewKit.build/Debug-iphoneos/UIViewKit.build/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIViewKit.framework/Modules
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIViewKit.framework/Headers (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIViewKit.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIViewKit.framework (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIViewKit.framework
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIViewKit.framework/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/empty-UIViewKit.plist (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/empty-UIViewKit.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIViewKit.framework/Info.plist
SwiftDriver UIViewKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name UIViewKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit.SwiftFileList -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit-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/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit.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/UIViewKit.build/Debug-iphoneos/UIViewKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/UIViewKit-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/UIViewKit-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/UIViewKit-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit-daa8ed7d31564ff3952552f0ebc08ad7-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/UIViewKit-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ UIViewDSL+IBAttributes.swift,\ UIView+Extensions.swift,\ UIStackView+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/UIViewDSL/UIViewDSL+IBAttributes.swift /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/UIKitExtensions/UIView+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/UIKitExtensions/UIStackView+Extensions.swift (in target 'UIViewKit' from project 'UIViewKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/UIViewDSL/UIViewDSL+IBAttributes.swift (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/UIKitExtensions/UIView+Extensions.swift (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/UIKitExtensions/UIStackView+Extensions.swift (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745865307465235-swift-frontend-UIViewKit-UIViewDSL_IBAttributes.swift-arm64_apple_ios13.0-o-Onone-3230510612.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 3.8411 seconds (9.2348 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.1948 ( 46.3%) 0.5824 ( 46.1%) 1.7772 ( 46.3%) 4.4463 ( 48.1%) parse-and-resolve-imports
1.1923 ( 46.2%) 0.5809 ( 46.0%) 1.7732 ( 46.2%) 4.4423 ( 48.1%) Import resolution
0.0929 ( 3.6%) 0.0205 ( 1.6%) 0.1135 ( 3.0%) 0.1135 ( 1.2%) build-rewrite-system
0.0156 ( 0.6%) 0.0368 ( 2.9%) 0.0524 ( 1.4%) 0.1076 ( 1.2%) load-stdlib
0.0300 ( 1.2%) 0.0237 ( 1.9%) 0.0537 ( 1.4%) 0.0537 ( 0.6%) import-clang-decl
0.0129 ( 0.5%) 0.0048 ( 0.4%) 0.0177 ( 0.5%) 0.0177 ( 0.2%) perform-sema
0.0127 ( 0.5%) 0.0048 ( 0.4%) 0.0175 ( 0.5%) 0.0175 ( 0.2%) Type checking and Semantic analysis
0.0105 ( 0.4%) 0.0043 ( 0.3%) 0.0147 ( 0.4%) 0.0148 ( 0.2%) typecheck-decl
0.0057 ( 0.2%) 0.0018 ( 0.1%) 0.0074 ( 0.2%) 0.0075 ( 0.1%) IRGen
0.0026 ( 0.1%) 0.0013 ( 0.1%) 0.0039 ( 0.1%) 0.0039 ( 0.0%) load-all-members
0.0022 ( 0.1%) 0.0006 ( 0.0%) 0.0028 ( 0.1%) 0.0029 ( 0.0%) typecheck-stmt
0.0019 ( 0.1%) 0.0006 ( 0.0%) 0.0025 ( 0.1%) 0.0025 ( 0.0%) typecheck-expr
0.0017 ( 0.1%) 0.0003 ( 0.0%) 0.0020 ( 0.1%) 0.0019 ( 0.0%) SIL optimization
0.0014 ( 0.1%) 0.0002 ( 0.0%) 0.0016 ( 0.0%) 0.0016 ( 0.0%) SILGen
0.0006 ( 0.0%) 0.0001 ( 0.0%) 0.0006 ( 0.0%) 0.0006 ( 0.0%) SILGen-function
0.0003 ( 0.0%) 0.0000 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
2.5782 (100.0%) 1.2629 (100.0%) 3.8411 (100.0%) 9.2348 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 4.5330 seconds (7.5127 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
2.6026 (100.0%) 1.9304 (100.0%) 4.5330 (100.0%) 7.5127 (100.0%) Building Target
2.6026 (100.0%) 1.9304 (100.0%) 4.5330 (100.0%) 7.5127 (100.0%) Total
SwiftCompile normal arm64 Compiling\ UIViewDSL+IBOutlet.swift,\ UIViewDSL+NSLayoutConstraint.swift,\ UIViewDSL+IBSubviews.swift /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/UIViewDSL/UIViewDSL+IBOutlet.swift /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/UIViewDSL/UIViewDSL+NSLayoutConstraint.swift /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/UIViewDSL/UIViewDSL+IBSubviews.swift (in target 'UIViewKit' from project 'UIViewKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/UIViewDSL/UIViewDSL+IBOutlet.swift (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/UIViewDSL/UIViewDSL+NSLayoutConstraint.swift (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/UIViewDSL/UIViewDSL+IBSubviews.swift (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745865307521556-swift-frontend-UIViewKit-UIViewDSL_IBOutlet.swift-arm64_apple_ios13.0-o-Onone-2348399981.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6428 seconds (9.1451 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0416 ( 14.6%) 0.1244 ( 34.7%) 0.1661 ( 25.8%) 4.3824 ( 47.9%) parse-and-resolve-imports
0.0393 ( 13.8%) 0.1227 ( 34.2%) 0.1620 ( 25.2%) 4.3784 ( 47.9%) Import resolution
0.0942 ( 33.1%) 0.0281 ( 7.8%) 0.1223 ( 19.0%) 0.1226 ( 1.3%) build-rewrite-system
0.0012 ( 0.4%) 0.0020 ( 0.6%) 0.0033 ( 0.5%) 0.0650 ( 0.7%) load-stdlib
0.0341 ( 12.0%) 0.0305 ( 8.5%) 0.0645 ( 10.0%) 0.0650 ( 0.7%) import-clang-decl
0.0131 ( 4.6%) 0.0117 ( 3.3%) 0.0248 ( 3.9%) 0.0270 ( 0.3%) perform-sema
0.0129 ( 4.5%) 0.0117 ( 3.3%) 0.0246 ( 3.8%) 0.0268 ( 0.3%) Type checking and Semantic analysis
0.0145 ( 5.1%) 0.0060 ( 1.7%) 0.0204 ( 3.2%) 0.0204 ( 0.2%) SILGen
0.0078 ( 2.7%) 0.0088 ( 2.5%) 0.0166 ( 2.6%) 0.0184 ( 0.2%) typecheck-decl
0.0063 ( 2.2%) 0.0039 ( 1.1%) 0.0102 ( 1.6%) 0.0102 ( 0.1%) IRGen
0.0051 ( 1.8%) 0.0029 ( 0.8%) 0.0080 ( 1.2%) 0.0084 ( 0.1%) typecheck-stmt
0.0046 ( 1.6%) 0.0027 ( 0.8%) 0.0073 ( 1.1%) 0.0077 ( 0.1%) typecheck-expr
0.0027 ( 0.9%) 0.0015 ( 0.4%) 0.0042 ( 0.6%) 0.0042 ( 0.0%) SILGen-function
0.0027 ( 1.0%) 0.0008 ( 0.2%) 0.0036 ( 0.6%) 0.0036 ( 0.0%) load-all-members
0.0026 ( 0.9%) 0.0001 ( 0.0%) 0.0027 ( 0.4%) 0.0029 ( 0.0%) SIL optimization
0.0017 ( 0.6%) 0.0006 ( 0.2%) 0.0023 ( 0.4%) 0.0023 ( 0.0%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2844 (100.0%) 0.3585 (100.0%) 0.6428 (100.0%) 9.1451 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.9151 seconds (7.4578 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.4499 (100.0%) 1.4652 (100.0%) 2.9151 (100.0%) 7.4578 (100.0%) Building Target
1.4499 (100.0%) 1.4652 (100.0%) 2.9151 (100.0%) 7.4578 (100.0%) Total
SwiftCompile normal arm64 Compiling\ IBPreview+FreeFormView.swift,\ IBDebug.swift,\ IBPreview+SizeThatFitsView.swift /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBPreviews/IBPreview+FreeFormView.swift /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBDebug/IBDebug.swift /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBPreviews/IBPreview+SizeThatFitsView.swift (in target 'UIViewKit' from project 'UIViewKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBPreviews/IBPreview+FreeFormView.swift (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBDebug/IBDebug.swift (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBDebug/IBDebug.swift:17:18: warning: main actor-isolated property 'layer' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.layer.borderWidth = 1
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: mutation of this property is only permitted within the actor
@property(nonatomic,readonly,strong) CALayer *layer; // returns view's layer. Will always return a non-nil value. view is layer's delegate
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBDebug/IBDebug.swift:14:24: note: add '@MainActor' to make static method 'showColors(of:includeGivenView:includeUIKitPrivateViews:)' part of global actor 'MainActor'
public static func showColors(of view: UIView, includeGivenView: Bool = true, includeUIKitPrivateViews: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBDebug/IBDebug.swift:20:16: warning: main actor-isolated property 'backgroundColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
$0.backgroundColor = colors.randomElement()!
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:303:66: note: mutation of this property is only permitted within the actor
@property(nullable, nonatomic,copy) UIColor *backgroundColor UI_APPEARANCE_SELECTOR; // default is nil. Can be useful with the appearance proxy on custom UIView subclasses.
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBDebug/IBDebug.swift:26:18: warning: main actor-isolated property 'layer' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.layer.borderWidth = 1
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: mutation of this property is only permitted within the actor
@property(nonatomic,readonly,strong) CALayer *layer; // returns view's layer. Will always return a non-nil value. view is layer's delegate
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBDebug/IBDebug.swift:24:24: note: add '@MainActor' to make static method 'showFrames(of:borderColor:includeGivenView:includeUIKitPrivateViews:)' part of global actor 'MainActor'
public static func showFrames(of view: UIView, borderColor: UIColor? = nil, includeGivenView: Bool = true, includeUIKitPrivateViews: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBDebug/IBDebug.swift:28:22: warning: main actor-isolated property 'layer' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
view.layer.borderColor = borderColor.cgColor
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: mutation of this property is only permitted within the actor
@property(nonatomic,readonly,strong) CALayer *layer; // returns view's layer. Will always return a non-nil value. view is layer's delegate
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBDebug/IBDebug.swift:24:24: note: add '@MainActor' to make static method 'showFrames(of:borderColor:includeGivenView:includeUIKitPrivateViews:)' part of global actor 'MainActor'
public static func showFrames(of view: UIView, borderColor: UIColor? = nil, includeGivenView: Bool = true, includeUIKitPrivateViews: Bool = false) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBDebug/IBDebug.swift:32:16: warning: main actor-isolated property 'layer' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
$0.layer.borderWidth = 1
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: mutation of this property is only permitted within the actor
@property(nonatomic,readonly,strong) CALayer *layer; // returns view's layer. Will always return a non-nil value. view is layer's delegate
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBDebug/IBDebug.swift:34:20: warning: main actor-isolated property 'layer' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
$0.layer.borderColor = borderColor.cgColor
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:154:64: note: mutation of this property is only permitted within the actor
@property(nonatomic,readonly,strong) CALayer *layer; // returns view's layer. Will always return a non-nil value. view is layer's delegate
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBDebug/IBDebug.swift:43:33: warning: main actor-isolated property 'subviews' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
for subview in view.subviews {
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:222:64: note: property declared here
@property(nonatomic,readonly,copy) NSArray<__kindof UIView *> *subviews;
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBDebug/IBDebug.swift:42:14: note: add '@MainActor' to make local function 'getSubviews(view:)' part of global actor 'MainActor'
func getSubviews(view: UIView) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBDebug/IBDebug.swift:66:41: warning: main actor-isolated property 'superview' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
var current: UIView? = view.superview
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:221:55: note: property declared here
@property(nullable, nonatomic,readonly) UIView *superview;
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBDebug/IBDebug.swift:64:14: note: add '@MainActor' to make local function 'getIndentation(for:)' part of global actor 'MainActor'
func getIndentation(for view: UIView) -> String {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBDebug/IBDebug.swift:69:39: warning: main actor-isolated property 'superview' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
current = safeCurrent.superview
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:221:55: note: property declared here
@property(nullable, nonatomic,readonly) UIView *superview;
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBDebug/IBDebug.swift:64:14: note: add '@MainActor' to make local function 'getIndentation(for:)' part of global actor 'MainActor'
func getIndentation(for view: UIView) -> String {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBDebug/IBDebug.swift:76:77: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
output += "\(indentation)- \(type(of: subview)) tamic \(subview.translatesAutoresizingMaskIntoConstraints) constraints: \(subview.constraints.count)\n"
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: property declared here
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBDebug/IBDebug.swift:55:24: note: add '@MainActor' to make static method 'allSubviewsPrettyString(of:includeGivenView:includeUIKitPrivateViews:)' part of global actor 'MainActor'
public static func allSubviewsPrettyString(of view: UIView, includeGivenView: Bool, includeUIKitPrivateViews: Bool = false) -> String {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBDebug/IBDebug.swift:76:143: warning: main actor-isolated property 'constraints' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
output += "\(indentation)- \(type(of: subview)) tamic \(subview.translatesAutoresizingMaskIntoConstraints) constraints: \(subview.constraints.count)\n"
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:428:71: note: property declared here
@property(nonatomic,readonly) NSArray<__kindof NSLayoutConstraint *> *constraints API_AVAILABLE(ios(6.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBDebug/IBDebug.swift:55:24: note: add '@MainActor' to make static method 'allSubviewsPrettyString(of:includeGivenView:includeUIKitPrivateViews:)' part of global actor 'MainActor'
public static func allSubviewsPrettyString(of view: UIView, includeGivenView: Bool, includeUIKitPrivateViews: Bool = false) -> String {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBDebug/IBDebug.swift:90:25: warning: call to main actor-isolated instance method 'removeConstraints' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
subview.removeConstraints(subview.constraints)
^
UIKit.UIView.removeConstraints:3:24: note: calls to instance method 'removeConstraints' from outside of its actor context are implicitly asynchronous
@MainActor open func removeConstraints(_ constraints: [NSLayoutConstraint])}
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBDebug/IBDebug.swift:90:51: warning: main actor-isolated property 'constraints' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
subview.removeConstraints(subview.constraints)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:428:71: note: property declared here
@property(nonatomic,readonly) NSArray<__kindof NSLayoutConstraint *> *constraints API_AVAILABLE(ios(6.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBDebug/IBDebug.swift:91:25: warning: call to main actor-isolated instance method 'removeFromSuperview()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
subview.removeFromSuperview()
^
UIKit.UIView.removeFromSuperview:2:22: note: calls to instance method 'removeFromSuperview()' from outside of its actor context are implicitly asynchronous
@MainActor open func removeFromSuperview()}
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBDebug/IBDebug.swift:93:21: warning: call to main actor-isolated instance method 'exerciseAmbiguityInLayout()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
subview.exerciseAmbiguityInLayout()
^
UIKit.UIView.exerciseAmbiguityInLayout:3:24: note: calls to instance method 'exerciseAmbiguityInLayout()' from outside of its actor context are implicitly asynchronous
@MainActor open func exerciseAmbiguityInLayout()}
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBDebug/IBDebug.swift:94:24: warning: main actor-isolated property 'hasAmbiguousLayout' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
if subview.hasAmbiguousLayout {
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:603:37: note: property declared here
@property(nonatomic, readonly) BOOL hasAmbiguousLayout API_AVAILABLE(ios(6.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBDebug/IBDebug.swift:95:33: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let debugView = UIDebugView()
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBDebug/IBDebug.swift:96:25: warning: call to main actor-isolated instance method 'addSubview' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
subview.addSubview(debugView)
^
UIKit.UIView.addSubview:2:22: note: calls to instance method 'addSubview' from outside of its actor context are implicitly asynchronous
@MainActor open func addSubview(_ view: UIView)}
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBDebug/IBDebug.swift:97:27: warning: main actor-isolated property 'frame' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
debugView.frame = .init(origin: .zero, size: subview.frame.size)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBDebug/IBDebug.swift:97:70: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
debugView.frame = .init(origin: .zero, size: subview.frame.size)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect frame;
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBDebug/IBDebug.swift:118:14: warning: main actor-isolated property 'subviews' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
view.subviews.flatMap {
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:222:64: note: property declared here
@property(nonatomic,readonly,copy) NSArray<__kindof UIView *> *subviews;
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBDebug/IBDebug.swift:117:17: note: add '@MainActor' to make static method 'allSubviews(of:)' part of global actor 'MainActor'
static func allSubviews(of view: UIView) -> [UIView] {
^
@MainActor
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBPreviews/IBPreview+SizeThatFitsView.swift (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745865307483755-swift-frontend-UIViewKit-IBPreview_FreeFormView.swift-arm64_apple_ios13.0-o-Onone-925481822.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 5.0354 seconds (9.6084 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.6008 ( 42.7%) 0.5327 ( 41.5%) 2.1335 ( 42.4%) 4.3831 ( 45.6%) parse-and-resolve-imports
1.5984 ( 42.6%) 0.5306 ( 41.3%) 2.1290 ( 42.3%) 4.3765 ( 45.5%) Import resolution
0.1698 ( 4.5%) 0.0517 ( 4.0%) 0.2215 ( 4.4%) 0.2238 ( 2.3%) build-rewrite-system
0.0679 ( 1.8%) 0.0276 ( 2.1%) 0.0956 ( 1.9%) 0.1052 ( 1.1%) perform-sema
0.0677 ( 1.8%) 0.0276 ( 2.1%) 0.0953 ( 1.9%) 0.1050 ( 1.1%) Type checking and Semantic analysis
0.0147 ( 0.4%) 0.0334 ( 2.6%) 0.0482 ( 1.0%) 0.0918 ( 1.0%) load-stdlib
0.0439 ( 1.2%) 0.0290 ( 2.3%) 0.0728 ( 1.4%) 0.0732 ( 0.8%) import-clang-decl
0.0513 ( 1.4%) 0.0109 ( 0.8%) 0.0622 ( 1.2%) 0.0622 ( 0.6%) typecheck-stmt
0.0299 ( 0.8%) 0.0198 ( 1.5%) 0.0497 ( 1.0%) 0.0593 ( 0.6%) typecheck-decl
0.0392 ( 1.0%) 0.0093 ( 0.7%) 0.0485 ( 1.0%) 0.0485 ( 0.5%) typecheck-expr
0.0186 ( 0.5%) 0.0019 ( 0.1%) 0.0205 ( 0.4%) 0.0205 ( 0.2%) SILGen
0.0140 ( 0.4%) 0.0035 ( 0.3%) 0.0175 ( 0.3%) 0.0179 ( 0.2%) IRGen
0.0094 ( 0.3%) 0.0026 ( 0.2%) 0.0120 ( 0.2%) 0.0120 ( 0.1%) precheck-target
0.0085 ( 0.2%) 0.0031 ( 0.2%) 0.0116 ( 0.2%) 0.0118 ( 0.1%) load-all-members
0.0082 ( 0.2%) 0.0007 ( 0.1%) 0.0089 ( 0.2%) 0.0089 ( 0.1%) SILGen-function
0.0073 ( 0.2%) 0.0003 ( 0.0%) 0.0076 ( 0.2%) 0.0076 ( 0.1%) SIL optimization
0.0006 ( 0.0%) 0.0002 ( 0.0%) 0.0008 ( 0.0%) 0.0008 ( 0.0%) typecheck-for-each
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
3.7505 (100.0%) 1.2849 (100.0%) 5.0354 (100.0%) 9.6084 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 5.8167 seconds (8.3935 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
3.8134 (100.0%) 2.0033 (100.0%) 5.8167 (100.0%) 8.3935 (100.0%) Building Target
3.8134 (100.0%) 2.0033 (100.0%) 5.8167 (100.0%) 8.3935 (100.0%) Total
SwiftCompile normal arm64 Compiling\ IBConstraints.swift,\ IBScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/Views/IBScrollView.swift (in target 'UIViewKit' from project 'UIViewKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745865307513188-swift-frontend-UIViewKit-IBConstraints.swift-arm64_apple_ios13.0-o-Onone-2969207384.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7995 seconds (9.9091 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0448 ( 10.8%) 0.1331 ( 34.5%) 0.1780 ( 22.3%) 4.6963 ( 47.4%) parse-and-resolve-imports
0.0424 ( 10.3%) 0.1313 ( 34.0%) 0.1737 ( 21.7%) 4.6921 ( 47.4%) Import resolution
0.0890 ( 21.5%) 0.0307 ( 8.0%) 0.1197 ( 15.0%) 0.1206 ( 1.2%) build-rewrite-system
0.0015 ( 0.4%) 0.0035 ( 0.9%) 0.0050 ( 0.6%) 0.0722 ( 0.7%) load-stdlib
0.0515 ( 12.5%) 0.0153 ( 4.0%) 0.0668 ( 8.4%) 0.0674 ( 0.7%) perform-sema
0.0513 ( 12.4%) 0.0153 ( 4.0%) 0.0666 ( 8.3%) 0.0672 ( 0.7%) Type checking and Semantic analysis
0.0338 ( 8.2%) 0.0275 ( 7.1%) 0.0613 ( 7.7%) 0.0639 ( 0.6%) import-clang-decl
0.0310 ( 7.5%) 0.0069 ( 1.8%) 0.0379 ( 4.7%) 0.0383 ( 0.4%) typecheck-stmt
0.0203 ( 4.9%) 0.0084 ( 2.2%) 0.0286 ( 3.6%) 0.0289 ( 0.3%) typecheck-decl
0.0104 ( 2.5%) 0.0067 ( 1.7%) 0.0171 ( 2.1%) 0.0171 ( 0.2%) IRGen
0.0115 ( 2.8%) 0.0027 ( 0.7%) 0.0143 ( 1.8%) 0.0145 ( 0.1%) typecheck-expr
0.0087 ( 2.1%) 0.0017 ( 0.5%) 0.0104 ( 1.3%) 0.0105 ( 0.1%) SILGen
0.0071 ( 1.7%) 0.0016 ( 0.4%) 0.0087 ( 1.1%) 0.0088 ( 0.1%) SILGen-function
0.0051 ( 1.2%) 0.0004 ( 0.1%) 0.0055 ( 0.7%) 0.0055 ( 0.1%) SIL optimization
0.0033 ( 0.8%) 0.0010 ( 0.3%) 0.0042 ( 0.5%) 0.0042 ( 0.0%) load-all-members
0.0011 ( 0.3%) 0.0001 ( 0.0%) 0.0012 ( 0.1%) 0.0012 ( 0.0%) precheck-target
0.0003 ( 0.1%) 0.0001 ( 0.0%) 0.0004 ( 0.1%) 0.0004 ( 0.0%) typecheck-for-each
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.4131 (100.0%) 0.3864 (100.0%) 0.7995 (100.0%) 9.9091 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.6815 seconds (7.4646 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.3800 (100.0%) 1.3015 (100.0%) 2.6815 (100.0%) 7.4646 (100.0%) Building Target
1.3800 (100.0%) 1.3015 (100.0%) 2.6815 (100.0%) 7.4646 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:23:57: warning: main actor-isolated property 'layoutMarginsGuide' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
return createConstraints(from: from, to: to.layoutMarginsGuide, anchors: anchors)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:280:43: note: property declared here
@property(readonly,strong) UILayoutGuide *layoutMarginsGuide API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:18:17: note: add '@MainActor' to make static method 'createConstraints(from:to:guide:anchors:)' part of global actor 'MainActor'
static func createConstraints(from: UIView, to: UIView, guide: LayoutGuide, anchors: [ViewAnchor]) -> [NSLayoutConstraint] {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:25:57: warning: main actor-isolated property 'safeAreaLayoutGuide' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
return createConstraints(from: from, to: to.safeAreaLayoutGuide, anchors: anchors)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:288:53: note: property declared here
@property(nonatomic,readonly,strong) UILayoutGuide *safeAreaLayoutGuide API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:18:17: note: add '@MainActor' to make static method 'createConstraints(from:to:guide:anchors:)' part of global actor 'MainActor'
static func createConstraints(from: UIView, to: UIView, guide: LayoutGuide, anchors: [ViewAnchor]) -> [NSLayoutConstraint] {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:35:52: 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
constraints.append(view.leftAnchor.constraint(equalTo: (target as? UILayoutGuide)?.leftAnchor ?? (target as! UIView).leftAnchor, constant: value))
^
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/UIViewKit/IBConstraints/IBConstraints.swift:29:25: note: add '@MainActor' to make static method 'createConstraints(from:to:anchors:)' part of global actor 'MainActor'
private static func createConstraints(from view: UIView, to target: Any, anchors: [ViewAnchor]) -> [NSLayoutConstraint] {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:35:41: warning: main actor-isolated property 'leftAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
constraints.append(view.leftAnchor.constraint(equalTo: (target as? UILayoutGuide)?.leftAnchor ?? (target as! UIView).leftAnchor, constant: value))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:574:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leftAnchor API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:29:25: note: add '@MainActor' to make static method 'createConstraints(from:to:anchors:)' part of global actor 'MainActor'
private static func createConstraints(from view: UIView, to target: Any, anchors: [ViewAnchor]) -> [NSLayoutConstraint] {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:35:100: warning: main actor-isolated property 'leftAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
constraints.append(view.leftAnchor.constraint(equalTo: (target as? UILayoutGuide)?.leftAnchor ?? (target as! UIView).leftAnchor, constant: value))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:48:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leftAnchor;
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:29:25: note: add '@MainActor' to make static method 'createConstraints(from:to:anchors:)' part of global actor 'MainActor'
private static func createConstraints(from view: UIView, to target: Any, anchors: [ViewAnchor]) -> [NSLayoutConstraint] {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:35:134: warning: main actor-isolated property 'leftAnchor' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
constraints.append(view.leftAnchor.constraint(equalTo: (target as? UILayoutGuide)?.leftAnchor ?? (target as! UIView).leftAnchor, constant: value))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:574:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leftAnchor API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:37:53: 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
constraints.append(view.rightAnchor.constraint(equalTo: (target as? UILayoutGuide)?.rightAnchor ?? (target as! UIView).rightAnchor, constant: value))
^
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/UIViewKit/IBConstraints/IBConstraints.swift:29:25: note: add '@MainActor' to make static method 'createConstraints(from:to:anchors:)' part of global actor 'MainActor'
private static func createConstraints(from view: UIView, to target: Any, anchors: [ViewAnchor]) -> [NSLayoutConstraint] {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:37:41: warning: main actor-isolated property 'rightAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
constraints.append(view.rightAnchor.constraint(equalTo: (target as? UILayoutGuide)?.rightAnchor ?? (target as! UIView).rightAnchor, constant: value))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:575:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *rightAnchor API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:29:25: note: add '@MainActor' to make static method 'createConstraints(from:to:anchors:)' part of global actor 'MainActor'
private static func createConstraints(from view: UIView, to target: Any, anchors: [ViewAnchor]) -> [NSLayoutConstraint] {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:37:101: warning: main actor-isolated property 'rightAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
constraints.append(view.rightAnchor.constraint(equalTo: (target as? UILayoutGuide)?.rightAnchor ?? (target as! UIView).rightAnchor, constant: value))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:49:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *rightAnchor;
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:29:25: note: add '@MainActor' to make static method 'createConstraints(from:to:anchors:)' part of global actor 'MainActor'
private static func createConstraints(from view: UIView, to target: Any, anchors: [ViewAnchor]) -> [NSLayoutConstraint] {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:37:136: warning: main actor-isolated property 'rightAnchor' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
constraints.append(view.rightAnchor.constraint(equalTo: (target as? UILayoutGuide)?.rightAnchor ?? (target as! UIView).rightAnchor, constant: value))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:575:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *rightAnchor API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:39:51: 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
constraints.append(view.topAnchor.constraint(equalTo: (target as? UILayoutGuide)?.topAnchor ?? (target as! UIView).topAnchor, constant: value))
^
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/UIViewKit/IBConstraints/IBConstraints.swift:29:25: note: add '@MainActor' to make static method 'createConstraints(from:to:anchors:)' part of global actor 'MainActor'
private static func createConstraints(from view: UIView, to target: Any, anchors: [ViewAnchor]) -> [NSLayoutConstraint] {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:39:41: warning: main actor-isolated property 'topAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
constraints.append(view.topAnchor.constraint(equalTo: (target as? UILayoutGuide)?.topAnchor ?? (target as! UIView).topAnchor, constant: value))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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/UIViewKit/IBConstraints/IBConstraints.swift:29:25: note: add '@MainActor' to make static method 'createConstraints(from:to:anchors:)' part of global actor 'MainActor'
private static func createConstraints(from view: UIView, to target: Any, anchors: [ViewAnchor]) -> [NSLayoutConstraint] {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:39:99: warning: main actor-isolated property 'topAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
constraints.append(view.topAnchor.constraint(equalTo: (target as? UILayoutGuide)?.topAnchor ?? (target as! UIView).topAnchor, constant: value))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:50:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor;
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:29:25: note: add '@MainActor' to make static method 'createConstraints(from:to:anchors:)' part of global actor 'MainActor'
private static func createConstraints(from view: UIView, to target: Any, anchors: [ViewAnchor]) -> [NSLayoutConstraint] {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:39:132: warning: main actor-isolated property 'topAnchor' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
constraints.append(view.topAnchor.constraint(equalTo: (target as? UILayoutGuide)?.topAnchor ?? (target as! UIView).topAnchor, constant: value))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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/UIViewKit/IBConstraints/IBConstraints.swift:41:54: 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
constraints.append(view.bottomAnchor.constraint(equalTo: (target as? UILayoutGuide)?.bottomAnchor ?? (target as! UIView).bottomAnchor, constant: value))
^
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/UIViewKit/IBConstraints/IBConstraints.swift:29:25: note: add '@MainActor' to make static method 'createConstraints(from:to:anchors:)' part of global actor 'MainActor'
private static func createConstraints(from view: UIView, to target: Any, anchors: [ViewAnchor]) -> [NSLayoutConstraint] {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:41:41: warning: main actor-isolated property 'bottomAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
constraints.append(view.bottomAnchor.constraint(equalTo: (target as? UILayoutGuide)?.bottomAnchor ?? (target as! UIView).bottomAnchor, constant: value))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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/UIViewKit/IBConstraints/IBConstraints.swift:29:25: note: add '@MainActor' to make static method 'createConstraints(from:to:anchors:)' part of global actor 'MainActor'
private static func createConstraints(from view: UIView, to target: Any, anchors: [ViewAnchor]) -> [NSLayoutConstraint] {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:41:102: warning: main actor-isolated property 'bottomAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
constraints.append(view.bottomAnchor.constraint(equalTo: (target as? UILayoutGuide)?.bottomAnchor ?? (target as! UIView).bottomAnchor, constant: value))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:51:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *bottomAnchor;
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:29:25: note: add '@MainActor' to make static method 'createConstraints(from:to:anchors:)' part of global actor 'MainActor'
private static func createConstraints(from view: UIView, to target: Any, anchors: [ViewAnchor]) -> [NSLayoutConstraint] {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:41:138: warning: main actor-isolated property 'bottomAnchor' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
constraints.append(view.bottomAnchor.constraint(equalTo: (target as? UILayoutGuide)?.bottomAnchor ?? (target as! UIView).bottomAnchor, constant: value))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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/UIViewKit/IBConstraints/IBConstraints.swift:43:55: 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
constraints.append(view.centerXAnchor.constraint(equalTo: (target as? UILayoutGuide)?.centerXAnchor ?? (target as! UIView).centerXAnchor, constant: value))
^
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/UIViewKit/IBConstraints/IBConstraints.swift:29:25: note: add '@MainActor' to make static method 'createConstraints(from:to:anchors:)' part of global actor 'MainActor'
private static func createConstraints(from view: UIView, to target: Any, anchors: [ViewAnchor]) -> [NSLayoutConstraint] {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:43:41: warning: main actor-isolated property 'centerXAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
constraints.append(view.centerXAnchor.constraint(equalTo: (target as? UILayoutGuide)?.centerXAnchor ?? (target as! UIView).centerXAnchor, constant: value))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:580:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *centerXAnchor API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:29:25: note: add '@MainActor' to make static method 'createConstraints(from:to:anchors:)' part of global actor 'MainActor'
private static func createConstraints(from view: UIView, to target: Any, anchors: [ViewAnchor]) -> [NSLayoutConstraint] {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:43:103: warning: main actor-isolated property 'centerXAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
constraints.append(view.centerXAnchor.constraint(equalTo: (target as? UILayoutGuide)?.centerXAnchor ?? (target as! UIView).centerXAnchor, constant: value))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:54:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *centerXAnchor;
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:29:25: note: add '@MainActor' to make static method 'createConstraints(from:to:anchors:)' part of global actor 'MainActor'
private static func createConstraints(from view: UIView, to target: Any, anchors: [ViewAnchor]) -> [NSLayoutConstraint] {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:43:140: warning: main actor-isolated property 'centerXAnchor' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
constraints.append(view.centerXAnchor.constraint(equalTo: (target as? UILayoutGuide)?.centerXAnchor ?? (target as! UIView).centerXAnchor, constant: value))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:580:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *centerXAnchor API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:45:55: 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
constraints.append(view.centerYAnchor.constraint(equalTo: (target as? UILayoutGuide)?.centerYAnchor ?? (target as! UIView).centerYAnchor, constant: value))
^
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/UIViewKit/IBConstraints/IBConstraints.swift:29:25: note: add '@MainActor' to make static method 'createConstraints(from:to:anchors:)' part of global actor 'MainActor'
private static func createConstraints(from view: UIView, to target: Any, anchors: [ViewAnchor]) -> [NSLayoutConstraint] {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:45:41: warning: main actor-isolated property 'centerYAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
constraints.append(view.centerYAnchor.constraint(equalTo: (target as? UILayoutGuide)?.centerYAnchor ?? (target as! UIView).centerYAnchor, constant: value))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:581:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *centerYAnchor API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:29:25: note: add '@MainActor' to make static method 'createConstraints(from:to:anchors:)' part of global actor 'MainActor'
private static func createConstraints(from view: UIView, to target: Any, anchors: [ViewAnchor]) -> [NSLayoutConstraint] {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:45:103: warning: main actor-isolated property 'centerYAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
constraints.append(view.centerYAnchor.constraint(equalTo: (target as? UILayoutGuide)?.centerYAnchor ?? (target as! UIView).centerYAnchor, constant: value))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:55:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *centerYAnchor;
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:29:25: note: add '@MainActor' to make static method 'createConstraints(from:to:anchors:)' part of global actor 'MainActor'
private static func createConstraints(from view: UIView, to target: Any, anchors: [ViewAnchor]) -> [NSLayoutConstraint] {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:45:140: warning: main actor-isolated property 'centerYAnchor' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
constraints.append(view.centerYAnchor.constraint(equalTo: (target as? UILayoutGuide)?.centerYAnchor ?? (target as! UIView).centerYAnchor, constant: value))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:581:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *centerYAnchor API_AVAILABLE(ios(9.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:47:55: 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
constraints.append(view.leadingAnchor.constraint(equalTo: (target as? UILayoutGuide)?.leadingAnchor ?? (target as! UIView).leadingAnchor, constant: value))
^
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/UIViewKit/IBConstraints/IBConstraints.swift:29:25: note: add '@MainActor' to make static method 'createConstraints(from:to:anchors:)' part of global actor 'MainActor'
private static func createConstraints(from view: UIView, to target: Any, anchors: [ViewAnchor]) -> [NSLayoutConstraint] {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:47: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
constraints.append(view.leadingAnchor.constraint(equalTo: (target as? UILayoutGuide)?.leadingAnchor ?? (target as! UIView).leadingAnchor, constant: value))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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/UIViewKit/IBConstraints/IBConstraints.swift:29:25: note: add '@MainActor' to make static method 'createConstraints(from:to:anchors:)' part of global actor 'MainActor'
private static func createConstraints(from view: UIView, to target: Any, anchors: [ViewAnchor]) -> [NSLayoutConstraint] {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:47:103: warning: main actor-isolated property 'leadingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
constraints.append(view.leadingAnchor.constraint(equalTo: (target as? UILayoutGuide)?.leadingAnchor ?? (target as! UIView).leadingAnchor, constant: value))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:46:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leadingAnchor;
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:29:25: note: add '@MainActor' to make static method 'createConstraints(from:to:anchors:)' part of global actor 'MainActor'
private static func createConstraints(from view: UIView, to target: Any, anchors: [ViewAnchor]) -> [NSLayoutConstraint] {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:47:140: warning: main actor-isolated property 'leadingAnchor' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
constraints.append(view.leadingAnchor.constraint(equalTo: (target as? UILayoutGuide)?.leadingAnchor ?? (target as! UIView).leadingAnchor, constant: value))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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/UIViewKit/IBConstraints/IBConstraints.swift:49:56: 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
constraints.append(view.trailingAnchor.constraint(equalTo: (target as? UILayoutGuide)?.trailingAnchor ?? (target as! UIView).trailingAnchor, constant: value))
^
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/UIViewKit/IBConstraints/IBConstraints.swift:29:25: note: add '@MainActor' to make static method 'createConstraints(from:to:anchors:)' part of global actor 'MainActor'
private static func createConstraints(from view: UIView, to target: Any, anchors: [ViewAnchor]) -> [NSLayoutConstraint] {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:49:41: warning: main actor-isolated property 'trailingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
constraints.append(view.trailingAnchor.constraint(equalTo: (target as? UILayoutGuide)?.trailingAnchor ?? (target as! UIView).trailingAnchor, constant: value))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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/UIViewKit/IBConstraints/IBConstraints.swift:29:25: note: add '@MainActor' to make static method 'createConstraints(from:to:anchors:)' part of global actor 'MainActor'
private static func createConstraints(from view: UIView, to target: Any, anchors: [ViewAnchor]) -> [NSLayoutConstraint] {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:49:104: warning: main actor-isolated property 'trailingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
constraints.append(view.trailingAnchor.constraint(equalTo: (target as? UILayoutGuide)?.trailingAnchor ?? (target as! UIView).trailingAnchor, constant: value))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:47:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *trailingAnchor;
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:29:25: note: add '@MainActor' to make static method 'createConstraints(from:to:anchors:)' part of global actor 'MainActor'
private static func createConstraints(from view: UIView, to target: Any, anchors: [ViewAnchor]) -> [NSLayoutConstraint] {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBConstraints/IBConstraints.swift:49:142: warning: main actor-isolated property 'trailingAnchor' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
constraints.append(view.trailingAnchor.constraint(equalTo: (target as? UILayoutGuide)?.trailingAnchor ?? (target as! UIView).trailingAnchor, constant: value))
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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));
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/Views/IBScrollView.swift (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ UIViewDSL+EngineConstraintsProtocol.swift,\ UIViewDSL+ResultBuilders.swift /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/UIViewDSL/AutoresizingStrategy/UIViewDSL+EngineConstraintsProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/UIViewDSL/UIViewDSL+ResultBuilders.swift (in target 'UIViewKit' from project 'UIViewKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745865307471095-swift-frontend-UIViewKit-UIViewDSL_EngineConstraintsProtocol.swift-arm64_apple_ios13.0-o-Onone-4021860804.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.8152 seconds (9.6432 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1057 ( 27.7%) 0.1746 ( 40.2%) 0.2803 ( 34.4%) 4.6475 ( 48.2%) parse-and-resolve-imports
0.1015 ( 26.6%) 0.1721 ( 39.6%) 0.2736 ( 33.6%) 4.6408 ( 48.1%) Import resolution
0.0891 ( 23.4%) 0.0275 ( 6.3%) 0.1166 ( 14.3%) 0.1170 ( 1.2%) build-rewrite-system
0.0018 ( 0.5%) 0.0108 ( 2.5%) 0.0126 ( 1.5%) 0.1058 ( 1.1%) load-stdlib
0.0324 ( 8.5%) 0.0273 ( 6.3%) 0.0597 ( 7.3%) 0.0598 ( 0.6%) import-clang-decl
0.0124 ( 3.2%) 0.0055 ( 1.3%) 0.0178 ( 2.2%) 0.0178 ( 0.2%) perform-sema
0.0117 ( 3.1%) 0.0054 ( 1.3%) 0.0171 ( 2.1%) 0.0171 ( 0.2%) Type checking and Semantic analysis
0.0079 ( 2.1%) 0.0043 ( 1.0%) 0.0121 ( 1.5%) 0.0121 ( 0.1%) typecheck-decl
0.0067 ( 1.8%) 0.0046 ( 1.1%) 0.0113 ( 1.4%) 0.0113 ( 0.1%) IRGen
0.0035 ( 0.9%) 0.0011 ( 0.2%) 0.0046 ( 0.6%) 0.0046 ( 0.0%) typecheck-stmt
0.0026 ( 0.7%) 0.0008 ( 0.2%) 0.0034 ( 0.4%) 0.0034 ( 0.0%) load-all-members
0.0028 ( 0.7%) 0.0000 ( 0.0%) 0.0028 ( 0.3%) 0.0028 ( 0.0%) SIL optimization
0.0017 ( 0.5%) 0.0002 ( 0.1%) 0.0020 ( 0.2%) 0.0020 ( 0.0%) SILGen
0.0009 ( 0.2%) 0.0001 ( 0.0%) 0.0010 ( 0.1%) 0.0010 ( 0.0%) SILGen-function
0.0002 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.3810 (100.0%) 0.4342 (100.0%) 0.8152 (100.0%) 9.6432 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.8288 seconds (7.5030 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.4323 (100.0%) 1.3965 (100.0%) 2.8288 (100.0%) 7.5030 (100.0%) Building Target
1.4323 (100.0%) 1.3965 (100.0%) 2.8288 (100.0%) 7.5030 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/UIViewDSL/AutoresizingStrategy/UIViewDSL+EngineConstraintsProtocol.swift (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/UIViewDSL/UIViewDSL+ResultBuilders.swift (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ IBPreview.swift,\ IBPreview+FreeFormViewController.swift,\ UIViewDSL+InferredAttributesOwnerStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBPreviews/IBPreview.swift /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBPreviews/IBPreview+FreeFormViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/UIViewDSL/AutoresizingStrategy/UIViewDSL+InferredAttributesOwnerStrategy.swift (in target 'UIViewKit' from project 'UIViewKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745865307509028-swift-frontend-UIViewKit-IBPreview.swift-arm64_apple_ios13.0-o-Onone-2806262448.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 1.0652 seconds (10.0731 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0421 ( 6.7%) 0.1246 ( 28.4%) 0.1668 ( 15.7%) 4.6147 ( 45.8%) parse-and-resolve-imports
0.0396 ( 6.3%) 0.1227 ( 28.0%) 0.1623 ( 15.2%) 4.6102 ( 45.8%) Import resolution
0.1871 ( 29.9%) 0.0570 ( 13.0%) 0.2441 ( 22.9%) 0.2462 ( 2.4%) build-rewrite-system
0.0020 ( 0.3%) 0.0029 ( 0.7%) 0.0048 ( 0.5%) 0.1133 ( 1.1%) load-stdlib
0.0507 ( 8.1%) 0.0441 ( 10.0%) 0.0948 ( 8.9%) 0.0959 ( 1.0%) import-clang-decl
0.0685 ( 10.9%) 0.0200 ( 4.5%) 0.0884 ( 8.3%) 0.0886 ( 0.9%) perform-sema
0.0682 ( 10.9%) 0.0199 ( 4.5%) 0.0881 ( 8.3%) 0.0883 ( 0.9%) Type checking and Semantic analysis
0.0441 ( 7.0%) 0.0109 ( 2.5%) 0.0549 ( 5.2%) 0.0550 ( 0.5%) typecheck-stmt
0.0345 ( 5.5%) 0.0116 ( 2.6%) 0.0461 ( 4.3%) 0.0461 ( 0.5%) typecheck-decl
0.0327 ( 5.2%) 0.0074 ( 1.7%) 0.0401 ( 3.8%) 0.0401 ( 0.4%) typecheck-expr
0.0175 ( 2.8%) 0.0055 ( 1.2%) 0.0230 ( 2.2%) 0.0230 ( 0.2%) precheck-target
0.0130 ( 2.1%) 0.0074 ( 1.7%) 0.0205 ( 1.9%) 0.0206 ( 0.2%) IRGen
0.0088 ( 1.4%) 0.0016 ( 0.4%) 0.0104 ( 1.0%) 0.0104 ( 0.1%) SILGen
0.0057 ( 0.9%) 0.0019 ( 0.4%) 0.0076 ( 0.7%) 0.0076 ( 0.1%) load-all-members
0.0058 ( 0.9%) 0.0011 ( 0.2%) 0.0068 ( 0.6%) 0.0068 ( 0.1%) SILGen-function
0.0061 ( 1.0%) 0.0000 ( 0.0%) 0.0061 ( 0.6%) 0.0061 ( 0.1%) SIL optimization
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.6266 (100.0%) 0.4386 (100.0%) 1.0652 (100.0%) 10.0731 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 3.6050 seconds (8.3579 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
2.2246 (100.0%) 1.3803 (100.0%) 3.6050 (100.0%) 8.3579 (100.0%) Building Target
2.2246 (100.0%) 1.3803 (100.0%) 3.6050 (100.0%) 8.3579 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBPreviews/IBPreview.swift (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBPreviews/IBPreview+FreeFormViewController.swift (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/UIViewDSL/AutoresizingStrategy/UIViewDSL+InferredAttributesOwnerStrategy.swift (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/UIViewDSL/AutoresizingStrategy/UIViewDSL+InferredAttributesOwnerStrategy.swift:68:45: warning: main actor-isolated property 'firstItem' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
if let layoutGuide = constraint.firstItem as? UILayoutGuide, let owningView = layoutGuide.owningView {
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:163:43: note: property declared here
@property (nullable, readonly, assign) id firstItem;
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/UIViewDSL/AutoresizingStrategy/UIViewDSL+InferredAttributesOwnerStrategy.swift:65:21: note: add '@MainActor' to make static method 'involvesOwnerView(_:in:)' part of global actor 'MainActor'
static func involvesOwnerView(_ owner: UIView, in constraint: NSLayoutConstraint) -> Bool {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/UIViewDSL/AutoresizingStrategy/UIViewDSL+InferredAttributesOwnerStrategy.swift:68:103: warning: main actor-isolated property 'owningView' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
if let layoutGuide = constraint.firstItem as? UILayoutGuide, let owningView = layoutGuide.owningView {
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:36:44: note: property declared here
@property(nonatomic,weak,nullable) UIView *owningView;
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/UIViewDSL/AutoresizingStrategy/UIViewDSL+InferredAttributesOwnerStrategy.swift:65:21: note: add '@MainActor' to make static method 'involvesOwnerView(_:in:)' part of global actor 'MainActor'
static func involvesOwnerView(_ owner: UIView, in constraint: NSLayoutConstraint) -> Bool {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/UIViewDSL/AutoresizingStrategy/UIViewDSL+InferredAttributesOwnerStrategy.swift:71:45: warning: main actor-isolated property 'secondItem' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
if let layoutGuide = constraint.secondItem as? UILayoutGuide, let owningView = layoutGuide.owningView {
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:164:43: note: property declared here
@property (nullable, readonly, assign) id secondItem;
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/UIViewDSL/AutoresizingStrategy/UIViewDSL+InferredAttributesOwnerStrategy.swift:65:21: note: add '@MainActor' to make static method 'involvesOwnerView(_:in:)' part of global actor 'MainActor'
static func involvesOwnerView(_ owner: UIView, in constraint: NSLayoutConstraint) -> Bool {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/UIViewDSL/AutoresizingStrategy/UIViewDSL+InferredAttributesOwnerStrategy.swift:71:104: warning: main actor-isolated property 'owningView' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
if let layoutGuide = constraint.secondItem as? UILayoutGuide, let owningView = layoutGuide.owningView {
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:36:44: note: property declared here
@property(nonatomic,weak,nullable) UIView *owningView;
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/UIViewDSL/AutoresizingStrategy/UIViewDSL+InferredAttributesOwnerStrategy.swift:65:21: note: add '@MainActor' to make static method 'involvesOwnerView(_:in:)' part of global actor 'MainActor'
static func involvesOwnerView(_ owner: UIView, in constraint: NSLayoutConstraint) -> Bool {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/UIViewDSL/AutoresizingStrategy/UIViewDSL+InferredAttributesOwnerStrategy.swift:74:44: warning: main actor-isolated property 'firstItem' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
if let owningView = constraint.firstItem as? UIView {
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:163:43: note: property declared here
@property (nullable, readonly, assign) id firstItem;
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/UIViewDSL/AutoresizingStrategy/UIViewDSL+InferredAttributesOwnerStrategy.swift:65:21: note: add '@MainActor' to make static method 'involvesOwnerView(_:in:)' part of global actor 'MainActor'
static func involvesOwnerView(_ owner: UIView, in constraint: NSLayoutConstraint) -> Bool {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/UIViewDSL/AutoresizingStrategy/UIViewDSL+InferredAttributesOwnerStrategy.swift:77:44: warning: main actor-isolated property 'secondItem' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
if let owningView = constraint.secondItem as? UIView {
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:164:43: note: property declared here
@property (nullable, readonly, assign) id secondItem;
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/UIViewDSL/AutoresizingStrategy/UIViewDSL+InferredAttributesOwnerStrategy.swift:65:21: note: add '@MainActor' to make static method 'involvesOwnerView(_:in:)' part of global actor 'MainActor'
static func involvesOwnerView(_ owner: UIView, in constraint: NSLayoutConstraint) -> Bool {
^
@MainActor
SwiftEmitModule normal arm64 Emitting\ module\ for\ UIViewKit (in target 'UIViewKit' from project 'UIViewKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745865307513596-swift-frontend-UIViewKit-all-arm64_apple_ios13.0-swiftmodule-Onone-3739972122.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5971 seconds (9.3689 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0417 ( 15.2%) 0.1237 ( 38.4%) 0.1654 ( 27.7%) 4.4840 ( 47.9%) parse-and-resolve-imports
0.0396 ( 14.4%) 0.1220 ( 37.8%) 0.1616 ( 27.1%) 4.4801 ( 47.8%) Import resolution
0.0020 ( 0.7%) 0.0040 ( 1.3%) 0.0060 ( 1.0%) 0.1299 ( 1.4%) load-stdlib
0.0494 ( 18.0%) 0.0148 ( 4.6%) 0.0642 ( 10.8%) 0.0643 ( 0.7%) perform-sema
0.0490 ( 17.8%) 0.0146 ( 4.5%) 0.0636 ( 10.7%) 0.0637 ( 0.7%) Type checking and Semantic analysis
0.0485 ( 17.7%) 0.0144 ( 4.5%) 0.0629 ( 10.5%) 0.0630 ( 0.7%) typecheck-decl
0.0141 ( 5.1%) 0.0106 ( 3.3%) 0.0246 ( 4.1%) 0.0299 ( 0.3%) SIL optimization
0.0058 ( 2.1%) 0.0046 ( 1.4%) 0.0104 ( 1.7%) 0.0156 ( 0.2%) Serialization, swiftmodule
0.0054 ( 2.0%) 0.0068 ( 2.1%) 0.0121 ( 2.0%) 0.0121 ( 0.1%) import-clang-decl
0.0067 ( 2.4%) 0.0017 ( 0.5%) 0.0084 ( 1.4%) 0.0084 ( 0.1%) SILGen
0.0043 ( 1.6%) 0.0014 ( 0.4%) 0.0057 ( 1.0%) 0.0057 ( 0.1%) build-rewrite-system
0.0027 ( 1.0%) 0.0010 ( 0.3%) 0.0037 ( 0.6%) 0.0037 ( 0.0%) SILGen-function
0.0025 ( 0.9%) 0.0003 ( 0.1%) 0.0028 ( 0.5%) 0.0028 ( 0.0%) Serialization, swiftsourceinfo
0.0017 ( 0.6%) 0.0006 ( 0.2%) 0.0023 ( 0.4%) 0.0023 ( 0.0%) typecheck-expr
0.0005 ( 0.2%) 0.0018 ( 0.5%) 0.0022 ( 0.4%) 0.0022 ( 0.0%) Serialization, swiftdoc
0.0003 ( 0.1%) 0.0001 ( 0.0%) 0.0003 ( 0.1%) 0.0003 ( 0.0%) typecheck-stmt
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) load-all-members
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) precheck-target
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) associated-type-inference
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-module-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2748 (100.0%) 0.3223 (100.0%) 0.5971 (100.0%) 9.3689 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2831 seconds (4.7310 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1238 (100.0%) 0.1593 (100.0%) 0.2831 (100.0%) 4.7310 (100.0%) Building Target
0.1238 (100.0%) 0.1593 (100.0%) 0.2831 (100.0%) 4.7310 (100.0%) Total
EmitSwiftModule normal arm64 (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ UIViewController+Extensions.swift,\ VerticalStack.swift /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/UIKitExtensions/UIViewController+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/Views/VerticalStack.swift (in target 'UIViewKit' from project 'UIViewKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745865307504584-swift-frontend-UIViewKit-UIViewController_Extensions.swift-arm64_apple_ios13.0-o-Onone-838661687.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.8187 seconds (9.2047 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0601 ( 16.6%) 0.1620 ( 35.4%) 0.2220 ( 27.1%) 4.3658 ( 47.4%) parse-and-resolve-imports
0.0577 ( 16.0%) 0.1603 ( 35.1%) 0.2180 ( 26.6%) 4.3594 ( 47.4%) Import resolution
0.0866 ( 23.9%) 0.0265 ( 5.8%) 0.1131 ( 13.8%) 0.1132 ( 1.2%) build-rewrite-system
0.0016 ( 0.4%) 0.0035 ( 0.8%) 0.0051 ( 0.6%) 0.0878 ( 1.0%) load-stdlib
0.0334 ( 9.2%) 0.0314 ( 6.9%) 0.0648 ( 7.9%) 0.0660 ( 0.7%) import-clang-decl
0.0237 ( 6.6%) 0.0171 ( 3.7%) 0.0408 ( 5.0%) 0.0457 ( 0.5%) perform-sema
0.0236 ( 6.5%) 0.0170 ( 3.7%) 0.0406 ( 5.0%) 0.0454 ( 0.5%) Type checking and Semantic analysis
0.0146 ( 4.1%) 0.0074 ( 1.6%) 0.0220 ( 2.7%) 0.0236 ( 0.3%) SILGen
0.0170 ( 4.7%) 0.0064 ( 1.4%) 0.0234 ( 2.9%) 0.0235 ( 0.3%) typecheck-expr
0.0169 ( 4.7%) 0.0064 ( 1.4%) 0.0233 ( 2.8%) 0.0234 ( 0.3%) typecheck-stmt
0.0071 ( 2.0%) 0.0099 ( 2.2%) 0.0170 ( 2.1%) 0.0214 ( 0.2%) typecheck-decl
0.0071 ( 2.0%) 0.0042 ( 0.9%) 0.0112 ( 1.4%) 0.0112 ( 0.1%) IRGen
0.0052 ( 1.4%) 0.0033 ( 0.7%) 0.0085 ( 1.0%) 0.0085 ( 0.1%) load-all-members
0.0031 ( 0.9%) 0.0016 ( 0.4%) 0.0047 ( 0.6%) 0.0055 ( 0.1%) SILGen-function
0.0032 ( 0.9%) 0.0001 ( 0.0%) 0.0033 ( 0.4%) 0.0033 ( 0.0%) SIL optimization
0.0005 ( 0.1%) 0.0002 ( 0.0%) 0.0007 ( 0.1%) 0.0007 ( 0.0%) precheck-target
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.3616 (100.0%) 0.4570 (100.0%) 0.8187 (100.0%) 9.2047 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.9763 seconds (7.4726 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.4529 (100.0%) 1.5233 (100.0%) 2.9763 (100.0%) 7.4726 (100.0%) Building Target
1.4529 (100.0%) 1.5233 (100.0%) 2.9763 (100.0%) 7.4726 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/UIKitExtensions/UIViewController+Extensions.swift (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/Views/VerticalStack.swift (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/Views/VerticalStack.swift:11:21: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let stackView = UIStackView()
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/Views/VerticalStack.swift:10:13: note: add '@MainActor' to make global function 'VerticalStack(spacing:alignment:distribution:)' part of global actor 'MainActor'
public func VerticalStack(spacing: CGFloat? = nil, alignment: UIStackView.Alignment? = nil, distribution: UIStackView.Distribution? = nil) -> UIStackView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/Views/VerticalStack.swift:12:15: warning: main actor-isolated property 'axis' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
stackView.axis = .vertical
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:167:45: note: mutation of this property is only permitted within the actor
@property(nonatomic) UILayoutConstraintAxis axis;
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/Views/VerticalStack.swift:10:13: note: add '@MainActor' to make global function 'VerticalStack(spacing:alignment:distribution:)' part of global actor 'MainActor'
public func VerticalStack(spacing: CGFloat? = nil, alignment: UIStackView.Alignment? = nil, distribution: UIStackView.Distribution? = nil) -> UIStackView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/Views/VerticalStack.swift:14:19: warning: main actor-isolated property 'alignment' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
stackView.alignment = alignment
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:176:43: note: mutation of this property is only permitted within the actor
@property(nonatomic) UIStackViewAlignment alignment;
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/Views/VerticalStack.swift:10:13: note: add '@MainActor' to make global function 'VerticalStack(spacing:alignment:distribution:)' part of global actor 'MainActor'
public func VerticalStack(spacing: CGFloat? = nil, alignment: UIStackView.Alignment? = nil, distribution: UIStackView.Distribution? = nil) -> UIStackView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/Views/VerticalStack.swift:17:19: warning: main actor-isolated property 'distribution' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
stackView.distribution = distribution
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:171:46: note: mutation of this property is only permitted within the actor
@property(nonatomic) UIStackViewDistribution distribution;
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/Views/VerticalStack.swift:10:13: note: add '@MainActor' to make global function 'VerticalStack(spacing:alignment:distribution:)' part of global actor 'MainActor'
public func VerticalStack(spacing: CGFloat? = nil, alignment: UIStackView.Alignment? = nil, distribution: UIStackView.Distribution? = nil) -> UIStackView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/Views/VerticalStack.swift:20:19: warning: main actor-isolated property 'spacing' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
stackView.spacing = spacing
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:193:30: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGFloat spacing;
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/Views/VerticalStack.swift:10:13: note: add '@MainActor' to make global function 'VerticalStack(spacing:alignment:distribution:)' part of global actor 'MainActor'
public func VerticalStack(spacing: CGFloat? = nil, alignment: UIStackView.Alignment? = nil, distribution: UIStackView.Distribution? = nil) -> UIStackView {
^
@MainActor
SwiftCompile normal arm64 Compiling\ UIViewDSL.swift,\ IBPreview+FullScreenViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/UIViewDSL/UIViewDSL.swift /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBPreviews/IBPreview+FullScreenViewController.swift (in target 'UIViewKit' from project 'UIViewKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745865307522407-swift-frontend-UIViewKit-UIViewDSL.swift-arm64_apple_ios13.0-o-Onone-2223051257.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7052 seconds (9.4920 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0423 ( 12.4%) 0.1216 ( 33.3%) 0.1639 ( 23.2%) 4.4939 ( 47.3%) parse-and-resolve-imports
0.0402 ( 11.8%) 0.1199 ( 32.8%) 0.1601 ( 22.7%) 4.4902 ( 47.3%) Import resolution
0.1696 ( 49.8%) 0.0593 ( 16.2%) 0.2289 ( 32.5%) 0.2309 ( 2.4%) build-rewrite-system
0.0013 ( 0.4%) 0.0020 ( 0.6%) 0.0033 ( 0.5%) 0.1272 ( 1.3%) load-stdlib
0.0421 ( 12.4%) 0.0407 ( 11.1%) 0.0828 ( 11.7%) 0.0832 ( 0.9%) import-clang-decl
0.0094 ( 2.8%) 0.0048 ( 1.3%) 0.0142 ( 2.0%) 0.0143 ( 0.2%) perform-sema
0.0093 ( 2.7%) 0.0048 ( 1.3%) 0.0141 ( 2.0%) 0.0141 ( 0.1%) Type checking and Semantic analysis
0.0086 ( 2.5%) 0.0046 ( 1.3%) 0.0132 ( 1.9%) 0.0133 ( 0.1%) typecheck-decl
0.0072 ( 2.1%) 0.0035 ( 1.0%) 0.0107 ( 1.5%) 0.0107 ( 0.1%) load-all-members
0.0054 ( 1.6%) 0.0032 ( 0.9%) 0.0086 ( 1.2%) 0.0086 ( 0.1%) IRGen
0.0018 ( 0.5%) 0.0003 ( 0.1%) 0.0021 ( 0.3%) 0.0021 ( 0.0%) SILGen
0.0018 ( 0.5%) 0.0001 ( 0.0%) 0.0018 ( 0.3%) 0.0018 ( 0.0%) SIL optimization
0.0004 ( 0.1%) 0.0001 ( 0.0%) 0.0006 ( 0.1%) 0.0006 ( 0.0%) typecheck-stmt
0.0004 ( 0.1%) 0.0000 ( 0.0%) 0.0004 ( 0.1%) 0.0004 ( 0.0%) SILGen-function
0.0003 ( 0.1%) 0.0001 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) typecheck-expr
0.0002 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3403 (100.0%) 0.3650 (100.0%) 0.7052 (100.0%) 9.4920 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 3.6149 seconds (8.3371 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
2.0560 (100.0%) 1.5589 (100.0%) 3.6149 (100.0%) 8.3371 (100.0%) Building Target
2.0560 (100.0%) 1.5589 (100.0%) 3.6149 (100.0%) 8.3371 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/UIViewDSL/UIViewDSL.swift (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBPreviews/IBPreview+FullScreenViewController.swift (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ UIViewDSL+Engine.swift,\ HorizontalStack.swift /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/UIViewDSL/UIViewDSL+Engine.swift /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/Views/HorizontalStack.swift (in target 'UIViewKit' from project 'UIViewKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745865307524544-swift-frontend-UIViewKit-UIViewDSL_Engine.swift-arm64_apple_ios13.0-o-Onone-1405579993.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6994 seconds (9.3237 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0406 ( 11.4%) 0.1228 ( 35.6%) 0.1634 ( 23.4%) 4.4313 ( 47.5%) parse-and-resolve-imports
0.0383 ( 10.8%) 0.1211 ( 35.1%) 0.1594 ( 22.8%) 4.4273 ( 47.5%) Import resolution
0.0859 ( 24.2%) 0.0267 ( 7.7%) 0.1126 ( 16.1%) 0.1129 ( 1.2%) build-rewrite-system
0.0012 ( 0.3%) 0.0018 ( 0.5%) 0.0030 ( 0.4%) 0.0904 ( 1.0%) load-stdlib
0.0314 ( 8.9%) 0.0258 ( 7.5%) 0.0572 ( 8.2%) 0.0577 ( 0.6%) import-clang-decl
0.0329 ( 9.3%) 0.0095 ( 2.8%) 0.0424 ( 6.1%) 0.0425 ( 0.5%) perform-sema
0.0327 ( 9.2%) 0.0095 ( 2.8%) 0.0422 ( 6.0%) 0.0423 ( 0.5%) Type checking and Semantic analysis
0.0263 ( 7.4%) 0.0067 ( 1.9%) 0.0330 ( 4.7%) 0.0331 ( 0.4%) typecheck-expr
0.0257 ( 7.3%) 0.0065 ( 1.9%) 0.0322 ( 4.6%) 0.0322 ( 0.3%) typecheck-stmt
0.0134 ( 3.8%) 0.0042 ( 1.2%) 0.0176 ( 2.5%) 0.0177 ( 0.2%) precheck-target
0.0075 ( 2.1%) 0.0033 ( 1.0%) 0.0108 ( 1.5%) 0.0109 ( 0.1%) typecheck-decl
0.0058 ( 1.6%) 0.0032 ( 0.9%) 0.0090 ( 1.3%) 0.0090 ( 0.1%) IRGen
0.0027 ( 0.8%) 0.0025 ( 0.7%) 0.0051 ( 0.7%) 0.0051 ( 0.1%) load-all-members
0.0050 ( 1.4%) 0.0001 ( 0.0%) 0.0051 ( 0.7%) 0.0051 ( 0.1%) SIL optimization
0.0032 ( 0.9%) 0.0007 ( 0.2%) 0.0039 ( 0.6%) 0.0039 ( 0.0%) SILGen
0.0020 ( 0.6%) 0.0004 ( 0.1%) 0.0024 ( 0.3%) 0.0024 ( 0.0%) SILGen-function
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3546 (100.0%) 0.3447 (100.0%) 0.6994 (100.0%) 9.3237 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.8538 seconds (7.4507 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.4331 (100.0%) 1.4207 (100.0%) 2.8538 (100.0%) 7.4507 (100.0%) Building Target
1.4331 (100.0%) 1.4207 (100.0%) 2.8538 (100.0%) 7.4507 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/UIViewDSL/UIViewDSL+Engine.swift (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/Views/HorizontalStack.swift (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/Views/HorizontalStack.swift:11:21: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let stackView = UIStackView()
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/Views/HorizontalStack.swift:10:13: note: add '@MainActor' to make global function 'HorizontalStack(spacing:alignment:distribution:)' part of global actor 'MainActor'
public func HorizontalStack(spacing: CGFloat? = nil, alignment: UIStackView.Alignment? = nil, distribution: UIStackView.Distribution? = nil) -> UIStackView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/Views/HorizontalStack.swift:12:15: warning: main actor-isolated property 'axis' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
stackView.axis = .horizontal
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:167:45: note: mutation of this property is only permitted within the actor
@property(nonatomic) UILayoutConstraintAxis axis;
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/Views/HorizontalStack.swift:10:13: note: add '@MainActor' to make global function 'HorizontalStack(spacing:alignment:distribution:)' part of global actor 'MainActor'
public func HorizontalStack(spacing: CGFloat? = nil, alignment: UIStackView.Alignment? = nil, distribution: UIStackView.Distribution? = nil) -> UIStackView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/Views/HorizontalStack.swift:14:19: warning: main actor-isolated property 'alignment' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
stackView.alignment = alignment
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:176:43: note: mutation of this property is only permitted within the actor
@property(nonatomic) UIStackViewAlignment alignment;
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/Views/HorizontalStack.swift:10:13: note: add '@MainActor' to make global function 'HorizontalStack(spacing:alignment:distribution:)' part of global actor 'MainActor'
public func HorizontalStack(spacing: CGFloat? = nil, alignment: UIStackView.Alignment? = nil, distribution: UIStackView.Distribution? = nil) -> UIStackView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/Views/HorizontalStack.swift:17:19: warning: main actor-isolated property 'distribution' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
stackView.distribution = distribution
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:171:46: note: mutation of this property is only permitted within the actor
@property(nonatomic) UIStackViewDistribution distribution;
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/Views/HorizontalStack.swift:10:13: note: add '@MainActor' to make global function 'HorizontalStack(spacing:alignment:distribution:)' part of global actor 'MainActor'
public func HorizontalStack(spacing: CGFloat? = nil, alignment: UIStackView.Alignment? = nil, distribution: UIStackView.Distribution? = nil) -> UIStackView {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/Views/HorizontalStack.swift:20:19: warning: main actor-isolated property 'spacing' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
stackView.spacing = spacing
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:193:30: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGFloat spacing;
^
/Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/Views/HorizontalStack.swift:10:13: note: add '@MainActor' to make global function 'HorizontalStack(spacing:alignment:distribution:)' part of global actor 'MainActor'
public func HorizontalStack(spacing: CGFloat? = nil, alignment: UIStackView.Alignment? = nil, distribution: UIStackView.Distribution? = nil) -> UIStackView {
^
@MainActor
SwiftCompile normal arm64 Compiling\ IBPreview+FullScreenView.swift,\ IBMeasure.swift /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBPreviews/IBPreview+FullScreenView.swift /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBMeasure/IBMeasure.swift (in target 'UIViewKit' from project 'UIViewKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745865312323126-swift-frontend-UIViewKit-IBPreview_FullScreenView.swift-arm64_apple_ios13.0-o-Onone-3509820242.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6420 seconds (0.6444 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1337 ( 31.3%) 0.0452 ( 21.1%) 0.1789 ( 27.9%) 0.1796 ( 27.9%) build-rewrite-system
0.0466 ( 10.9%) 0.0459 ( 21.4%) 0.0925 ( 14.4%) 0.0927 ( 14.4%) parse-and-resolve-imports
0.0441 ( 10.3%) 0.0440 ( 20.5%) 0.0881 ( 13.7%) 0.0883 ( 13.7%) Import resolution
0.0446 ( 10.4%) 0.0340 ( 15.8%) 0.0786 ( 12.2%) 0.0798 ( 12.4%) import-clang-decl
0.0387 ( 9.0%) 0.0108 ( 5.1%) 0.0495 ( 7.7%) 0.0495 ( 7.7%) perform-sema
0.0384 ( 9.0%) 0.0108 ( 5.0%) 0.0493 ( 7.7%) 0.0493 ( 7.6%) Type checking and Semantic analysis
0.0262 ( 6.1%) 0.0062 ( 2.9%) 0.0324 ( 5.1%) 0.0324 ( 5.0%) typecheck-stmt
0.0113 ( 2.6%) 0.0045 ( 2.1%) 0.0158 ( 2.5%) 0.0158 ( 2.4%) typecheck-decl
0.0088 ( 2.1%) 0.0046 ( 2.2%) 0.0134 ( 2.1%) 0.0134 ( 2.1%) IRGen
0.0095 ( 2.2%) 0.0030 ( 1.4%) 0.0126 ( 2.0%) 0.0126 ( 2.0%) load-all-members
0.0087 ( 2.0%) 0.0018 ( 0.9%) 0.0105 ( 1.6%) 0.0105 ( 1.6%) typecheck-expr
0.0057 ( 1.3%) 0.0009 ( 0.4%) 0.0065 ( 1.0%) 0.0065 ( 1.0%) SILGen
0.0046 ( 1.1%) 0.0000 ( 0.0%) 0.0046 ( 0.7%) 0.0046 ( 0.7%) SIL optimization
0.0036 ( 0.9%) 0.0004 ( 0.2%) 0.0040 ( 0.6%) 0.0040 ( 0.6%) SILGen-function
0.0010 ( 0.2%) 0.0016 ( 0.8%) 0.0026 ( 0.4%) 0.0026 ( 0.4%) load-stdlib
0.0020 ( 0.5%) 0.0005 ( 0.3%) 0.0026 ( 0.4%) 0.0026 ( 0.4%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.4276 (100.0%) 0.2144 (100.0%) 0.6420 (100.0%) 0.6444 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 3.2829 seconds (3.5548 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.8139 (100.0%) 1.4691 (100.0%) 3.2829 (100.0%) 3.5548 (100.0%) Building Target
1.8139 (100.0%) 1.4691 (100.0%) 3.2829 (100.0%) 3.5548 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBPreviews/IBPreview+FullScreenView.swift (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UIViewKit/IBMeasure/IBMeasure.swift (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64 Emitting module for UIViewKit (in target 'UIViewKit' from project 'UIViewKit')
SwiftDriver\ Compilation\ Requirements UIViewKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name UIViewKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit.SwiftFileList -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit-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/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit.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/UIViewKit.build/Debug-iphoneos/UIViewKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/UIViewKit-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/UIViewKit-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/UIViewKit-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit-daa8ed7d31564ff3952552f0ebc08ad7-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/UIViewKit-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling UIViewDSL+EngineConstraintsProtocol.swift, UIViewDSL+ResultBuilders.swift (in target 'UIViewKit' from project 'UIViewKit')
SwiftDriverJobDiscovery normal arm64 Compiling UIViewDSL+Engine.swift, HorizontalStack.swift (in target 'UIViewKit' from project 'UIViewKit')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIViewKit.framework/Headers/UIViewKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit-Swift.h (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIViewKit.framework/Headers/UIViewKit-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIViewKit.framework/Modules/UIViewKit.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit.swiftmodule (in target 'UIViewKit' from project 'UIViewKit')
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/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIViewKit.framework/Modules/UIViewKit.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIViewKit.framework/Modules/UIViewKit.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit.swiftdoc (in target 'UIViewKit' from project 'UIViewKit')
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/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIViewKit.framework/Modules/UIViewKit.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIViewKit.framework/Modules/UIViewKit.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit.abi.json (in target 'UIViewKit' from project 'UIViewKit')
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/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIViewKit.framework/Modules/UIViewKit.swiftmodule/arm64-apple-ios.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling IBConstraints.swift, IBScrollView.swift (in target 'UIViewKit' from project 'UIViewKit')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIViewKit.framework/Modules/UIViewKit.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit.swiftsourceinfo (in target 'UIViewKit' from project 'UIViewKit')
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/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIViewKit.framework/Modules/UIViewKit.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
VerifyModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIViewKit.framework (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/modules-verifier /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIViewKit.framework --clang /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang --diagnostic-filename-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/UIViewKit-diagnostic-filename-map.json --sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --intermediates-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/VerifyModule --target arm64-apple-ios13.0 --language objective-c --language objective-c++ --standard gnu17 --standard gnu++20
SwiftDriverJobDiscovery normal arm64 Compiling UIViewDSL+IBAttributes.swift, UIView+Extensions.swift, UIStackView+Extensions.swift (in target 'UIViewKit' from project 'UIViewKit')
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/DerivedSources/UIViewKit_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit_vers.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Wquoted-include-in-framework-header -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/DerivedSources/UIViewKit_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit_vers.o -index-unit-output-path /UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit_vers.o
SwiftDriverJobDiscovery normal arm64 Compiling UIViewController+Extensions.swift, VerticalStack.swift (in target 'UIViewKit' from project 'UIViewKit')
SwiftDriverJobDiscovery normal arm64 Compiling UIViewDSL+IBOutlet.swift, UIViewDSL+NSLayoutConstraint.swift, UIViewDSL+IBSubviews.swift (in target 'UIViewKit' from project 'UIViewKit')
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/DerivedSources/UIViewKit_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Wquoted-include-in-framework-header -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/DerivedSources/UIViewKit_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit_vers.o -index-unit-output-path /UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit_vers.o
SwiftDriverJobDiscovery normal arm64 Compiling UIViewDSL.swift, IBPreview+FullScreenViewController.swift (in target 'UIViewKit' from project 'UIViewKit')
SwiftDriverJobDiscovery normal arm64 Compiling IBPreview+FullScreenView.swift, IBMeasure.swift (in target 'UIViewKit' from project 'UIViewKit')
SwiftDriverJobDiscovery normal arm64 Compiling IBPreview.swift, IBPreview+FreeFormViewController.swift, UIViewDSL+InferredAttributesOwnerStrategy.swift (in target 'UIViewKit' from project 'UIViewKit')
SwiftDriverJobDiscovery normal arm64 Compiling IBPreview+FreeFormView.swift, IBDebug.swift, IBPreview+SizeThatFitsView.swift (in target 'UIViewKit' from project 'UIViewKit')
SwiftDriver\ Compilation UIViewKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name UIViewKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit.SwiftFileList -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit-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/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit.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/UIViewKit.build/Debug-iphoneos/UIViewKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/UIViewKit-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/UIViewKit-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/UIViewKit-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit-daa8ed7d31564ff3952552f0ebc08ad7-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/UIViewKit-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIViewKit.framework/UIViewKit normal (in target 'UIViewKit' from project 'UIViewKit')
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-ios13.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit.LinkFileList -install_name @rpath/UIViewKit.framework/UIViewKit -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit.swiftmodule -compatibility_version 1 -current_version 1 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIViewKit.framework/UIViewKit
ExtractAppIntentsMetadata (in target 'UIViewKit' from project 'UIViewKit')
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 UIViewKit --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 13.0 --bundle-identifier com.adobels.UIViewKit --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIViewKit.framework --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIViewKit.framework/UIViewKit --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/UIViewKit.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/UIViewKit.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/Objects-normal/arm64/UIViewKit.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-28 11:35:16.322 appintentsmetadataprocessor[715:4207] Starting appintentsmetadataprocessor export
2025-04-28 11:35:16.325 appintentsmetadataprocessor[715:4207] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
AppIntentsSSUTraining (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsnltrainingprocessor --infoplist-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIViewKit.framework/Info.plist --temp-dir-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/ssu --bundle-id com.adobels.UIViewKit --product-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIViewKit.framework --extracted-metadata-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIViewKit.framework/Metadata.appintents --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UIViewKit.build/Debug-iphoneos/UIViewKit.build/UIViewKit.DependencyMetadataFileList --archive-ssu-assets
2025-04-28 11:35:16.352 appintentsnltrainingprocessor[716:4220] Parsing options for appintentsnltrainingprocessor
2025-04-28 11:35:16.353 appintentsnltrainingprocessor[716:4220] No AppShortcuts found - Skipping.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/UIViewKit.framework/UIViewKit.tbd (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIViewKit.framework/UIViewKit -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/UIViewKit.framework/UIViewKit.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIViewKit.framework (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIViewKit.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIViewKit.framework (in target 'UIViewKit' from project 'UIViewKit')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/UIViewKit.framework
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "UIViewKit",
"name" : "UIViewKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "UIViewKit",
"targets" : [
"UIViewKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "UIViewKitTests",
"module_type" : "SwiftTarget",
"name" : "UIViewKitTests",
"path" : "Tests/UIViewKitTests",
"sources" : [
"ConstraintsBuilderTests.swift",
"CreateMultipleViewsSimultaneouslyTests.swift",
"DebugTests/UIViewDebugAllSubviewsTests.swift",
"DebugTests/UIViewDebugShowFramesTests.swift",
"HelloWorldViewTests.swift",
"IBAttributesTests.swift",
"IBConstraintsTests.swift",
"IBOutletTests.swift",
"IBSubviewsTests.swift",
"NSLayoutConstraintTests.swift",
"ProTests.swift",
"StackViewTests.swift",
"UIStackViewExtensionsTests.swift",
"UIViewKitDevelopmentViews/HelloWordView.swift",
"UIViewKitDevelopmentViews/UserTitleTimeDescriptionView/UserTitleTimeDescriptionView.swift",
"UIViewKitDevelopmentViews/UserTitleTimeDescriptionView/UserTitleTimeDescriptionViewWithIBSubviews.swift",
"UIViewKitDevelopmentViews/UserTitleTimeDescriptionView/UserTitleTimeDescriptionViewWithIBSubviewsWithSuperviewView.swift",
"UIViewKitDevelopmentViews/ViewSubviewHasConstraintsToItsSuperviewN2.swift",
"UserTitleTimeDescriptionViewTests/UserTitleTimeDescriptionViewTests.swift",
"ViewBuilderTests.swift"
],
"target_dependencies" : [
"UIViewKit"
],
"type" : "test"
},
{
"c99name" : "UIViewKit",
"module_type" : "SwiftTarget",
"name" : "UIViewKit",
"path" : "Sources/UIViewKit",
"product_memberships" : [
"UIViewKit"
],
"sources" : [
"IBConstraints/IBConstraints.swift",
"IBDebug/IBDebug.swift",
"IBMeasure/IBMeasure.swift",
"IBPreviews/IBPreview+FreeFormView.swift",
"IBPreviews/IBPreview+FreeFormViewController.swift",
"IBPreviews/IBPreview+FullScreenView.swift",
"IBPreviews/IBPreview+FullScreenViewController.swift",
"IBPreviews/IBPreview+SizeThatFitsView.swift",
"IBPreviews/IBPreview.swift",
"UIKitExtensions/UIStackView+Extensions.swift",
"UIKitExtensions/UIView+Extensions.swift",
"UIKitExtensions/UIViewController+Extensions.swift",
"UIViewDSL/AutoresizingStrategy/UIViewDSL+EngineConstraintsProtocol.swift",
"UIViewDSL/AutoresizingStrategy/UIViewDSL+InferredAttributesOwnerStrategy.swift",
"UIViewDSL/UIViewDSL+Engine.swift",
"UIViewDSL/UIViewDSL+IBAttributes.swift",
"UIViewDSL/UIViewDSL+IBOutlet.swift",
"UIViewDSL/UIViewDSL+IBSubviews.swift",
"UIViewDSL/UIViewDSL+NSLayoutConstraint.swift",
"UIViewDSL/UIViewDSL+ResultBuilders.swift",
"UIViewDSL/UIViewDSL.swift",
"Views/HorizontalStack.swift",
"Views/IBScrollView.swift",
"Views/VerticalStack.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.