Build Information
Successful build of TableKit, reference master (8bf484
), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 25 Apr 2025 20:04:38 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 TableKit -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/maxsokolov/TableKit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/maxsokolov/TableKit
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 8bf4840 bump to 2.11.0
Cloned https://github.com/maxsokolov/TableKit.git
Revision (git rev-parse @):
8bf4840d9d0475a92352f02f368f88b74eced447
SUCCESS checkout https://github.com/maxsokolov/TableKit.git at master
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.1
Building package at path: $PWD
https://github.com/maxsokolov/TableKit.git
https://github.com/maxsokolov/TableKit.git
{
"dependencies" : [
],
"manifest_display_name" : "TableKit",
"name" : "TableKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "TableKit",
"targets" : [
"TableKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TableKit",
"module_type" : "SwiftTarget",
"name" : "TableKit",
"path" : "Sources",
"product_memberships" : [
"TableKit"
],
"sources" : [
"ConfigurableCell.swift",
"Operators.swift",
"TableCellAction.swift",
"TableCellRegisterer.swift",
"TableDirector.swift",
"TableKit.swift",
"TablePrototypeCellHeightCalculator.swift",
"TableRow.swift",
"TableRowAction.swift",
"TableSection.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
"dependencies" : [
],
"manifest_display_name" : "TableKit",
"name" : "TableKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "TableKit",
"targets" : [
"TableKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TableKit",
"module_type" : "SwiftTarget",
"name" : "TableKit",
"path" : "Sources",
"product_memberships" : [
"TableKit"
],
"sources" : [
"ConfigurableCell.swift",
"Operators.swift",
"TableCellAction.swift",
"TableCellRegisterer.swift",
"TableDirector.swift",
"TableKit.swift",
"TablePrototypeCellHeightCalculator.swift",
"TableRow.swift",
"TableRowAction.swift",
"TableSection.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "TableKit",
"schemes" : [
"TableKit"
],
"targets" : [
"TableKit",
"TableKitTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme TableKit -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme TableKit -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
Target 'TableKit' in project 'TableKit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: e510b9fb47a87a13dcc09e5b1802b3ac
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/e510b9fb47a87a13dcc09e5b1802b3ac.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/TableKit.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/TableKit.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/TableKit.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst
cd /Users/admin/builder/spi-builder-workspace/TableKit.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst
cd /Users/admin/builder/spi-builder-workspace/TableKit.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit-7a655d6c6b005b24062be07cbee15c61-VFS-maccatalyst/all-product-headers.yaml
cd /Users/admin/builder/spi-builder-workspace/TableKit.xcodeproj
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit-7a655d6c6b005b24062be07cbee15c61-VFS-maccatalyst/all-product-headers.yaml
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/TableKit.hmap (in target 'TableKit' from project 'TableKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/TableKit.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/module.modulemap (in target 'TableKit' from project 'TableKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/module.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/TableKit-project-headers.hmap (in target 'TableKit' from project 'TableKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/TableKit-project-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/TableKit-generated-files.hmap (in target 'TableKit' from project 'TableKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/TableKit-generated-files.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/TableKit-own-target-headers.hmap (in target 'TableKit' from project 'TableKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/TableKit-own-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/TableKit-all-target-headers.hmap (in target 'TableKit' from project 'TableKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/TableKit-all-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/TableKit-all-non-framework-target-headers.hmap (in target 'TableKit' from project 'TableKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/TableKit-all-non-framework-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/TableKit.DependencyStaticMetadataFileList (in target 'TableKit' from project 'TableKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/TableKit.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit_const_extract_protocols.json (in target 'TableKit' from project 'TableKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit.SwiftFileList (in target 'TableKit' from project 'TableKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit.SwiftConstValuesFileList (in target 'TableKit' from project 'TableKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/TableKit.DependencyMetadataFileList (in target 'TableKit' from project 'TableKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/TableKit.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit.LinkFileList (in target 'TableKit' from project 'TableKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit-OutputFileMap.json (in target 'TableKit' from project 'TableKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'TableKit' from project 'TableKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
-target arm64-apple-ios13.1-macabi '-std=gnu99' -fmodules -gmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' '-fmodule-name=TableKit' -fpascal-strings -O0 -fno-common '-DDEBUG=1' -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -g -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/TableKit-generated-files.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/TableKit-own-target-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/TableKit-all-non-framework-target-headers.hmap -ivfsoverlay /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit-7a655d6c6b005b24062be07cbee15c61-VFS-maccatalyst/all-product-headers.yaml -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/TableKit-project-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/include -isystem /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/usr/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/DerivedSources/TableKit_vers.c (in target 'TableKit' from project 'TableKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/DerivedSources/TableKit_vers.c
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/TableKit.framework/TableKit Versions/Current/TableKit (in target 'TableKit' from project 'TableKit')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/TableKit /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/TableKit.framework/TableKit
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/TableKit.framework/Versions/Current A (in target 'TableKit' from project 'TableKit')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh A /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/TableKit.framework/Versions/Current
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/TableKit.framework/Resources Versions/Current/Resources (in target 'TableKit' from project 'TableKit')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/Resources /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/TableKit.framework/Resources
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/TableKit.framework/Modules Versions/Current/Modules (in target 'TableKit' from project 'TableKit')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/Modules /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/TableKit.framework/Modules
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/TableKit.framework/Headers Versions/Current/Headers (in target 'TableKit' from project 'TableKit')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/Headers /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/TableKit.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/TableKit.framework/Versions/A/Resources (in target 'TableKit' from project 'TableKit')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/TableKit.framework/Versions/A/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/TableKit.framework/Versions/A/Headers (in target 'TableKit' from project 'TableKit')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/TableKit.framework/Versions/A/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/TableKit.framework/Versions/A (in target 'TableKit' from project 'TableKit')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/TableKit.framework/Versions/A
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/TableKit.framework/Versions (in target 'TableKit' from project 'TableKit')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/TableKit.framework/Versions
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/TableKit.framework (in target 'TableKit' from project 'TableKit')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/TableKit.framework
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/TableKit.framework/Versions/A/Modules/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/module.modulemap (in target 'TableKit' from project 'TableKit')
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/TableKit.build/Debug-maccatalyst/TableKit.build/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/TableKit.framework/Versions/A/Modules
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/TableKit.framework/Versions/A/Resources/Info.plist /Users/admin/builder/spi-builder-workspace/Configs/TableKit.plist (in target 'TableKit' from project 'TableKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/Configs/TableKit.plist -producttype com.apple.product-type.framework -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/TableKit.framework/Versions/A/Resources/Info.plist
SwiftDriver TableKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'TableKit' from project 'TableKit')
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 TableKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit.SwiftFileList -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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-ios13.1-macabi -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-maccatalyst -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -Fsystem /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit-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/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit.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/TableKit.build/Debug-maccatalyst/TableKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/TableKit-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/TableKit-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/TableKit-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit-7a655d6c6b005b24062be07cbee15c61-VFS-maccatalyst/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/TableKit-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/include -Xcc -isystem -Xcc /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/usr/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ ConfigurableCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ConfigurableCell.swift (in target 'TableKit' from project 'TableKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ConfigurableCell.swift (in target 'TableKit' from project 'TableKit')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745611467423090-swift-frontend-TableKit-ConfigurableCell.swift-arm64_apple_ios13.1_macabi-o-Onone-568351487.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 5.1777 seconds (9.6551 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.7596 ( 47.6%) 0.6702 ( 45.3%) 2.4298 ( 46.9%) 4.6479 ( 48.1%) parse-and-resolve-imports
1.7595 ( 47.6%) 0.6700 ( 45.3%) 2.4295 ( 46.9%) 4.6476 ( 48.1%) Import resolution
0.0876 ( 2.4%) 0.0258 ( 1.7%) 0.1134 ( 2.2%) 0.1134 ( 1.2%) build-rewrite-system
0.0125 ( 0.3%) 0.0398 ( 2.7%) 0.0522 ( 1.0%) 0.0814 ( 0.8%) load-stdlib
0.0302 ( 0.8%) 0.0238 ( 1.6%) 0.0541 ( 1.0%) 0.0542 ( 0.6%) import-clang-decl
0.0134 ( 0.4%) 0.0152 ( 1.0%) 0.0286 ( 0.6%) 0.0325 ( 0.3%) perform-sema
0.0134 ( 0.4%) 0.0152 ( 1.0%) 0.0285 ( 0.6%) 0.0324 ( 0.3%) Type checking and Semantic analysis
0.0076 ( 0.2%) 0.0129 ( 0.9%) 0.0205 ( 0.4%) 0.0244 ( 0.3%) typecheck-decl
0.0040 ( 0.1%) 0.0041 ( 0.3%) 0.0082 ( 0.2%) 0.0082 ( 0.1%) IRGen
0.0056 ( 0.2%) 0.0022 ( 0.1%) 0.0078 ( 0.2%) 0.0078 ( 0.1%) typecheck-stmt
0.0025 ( 0.1%) 0.0008 ( 0.1%) 0.0033 ( 0.1%) 0.0033 ( 0.0%) load-all-members
0.0008 ( 0.0%) 0.0002 ( 0.0%) 0.0010 ( 0.0%) 0.0010 ( 0.0%) SILGen
0.0007 ( 0.0%) 0.0000 ( 0.0%) 0.0007 ( 0.0%) 0.0007 ( 0.0%) SIL optimization
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) SILGen-function
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 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%) AST verification
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%) 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
3.6976 (100.0%) 1.4801 (100.0%) 5.1777 (100.0%) 9.6551 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 6.3853 seconds (8.9041 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
3.5813 (100.0%) 2.8040 (100.0%) 6.3853 (100.0%) 8.9041 (100.0%) Building Target
3.5813 (100.0%) 2.8040 (100.0%) 6.3853 (100.0%) 8.9041 (100.0%) Total
SwiftCompile normal arm64 Compiling\ TableCellRegisterer.swift /Users/admin/builder/spi-builder-workspace/Sources/TableCellRegisterer.swift (in target 'TableKit' from project 'TableKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745611467429063-swift-frontend-TableKit-TableCellRegisterer.swift-arm64_apple_ios13.1_macabi-o-Onone-320984971.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7752 seconds (9.9795 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0425 ( 13.2%) 0.1650 ( 36.5%) 0.2075 ( 26.8%) 4.7672 ( 47.8%) parse-and-resolve-imports
0.0424 ( 13.1%) 0.1648 ( 36.4%) 0.2072 ( 26.7%) 4.7668 ( 47.8%) Import resolution
0.0857 ( 26.6%) 0.0307 ( 6.8%) 0.1164 ( 15.0%) 0.1164 ( 1.2%) build-rewrite-system
0.0017 ( 0.5%) 0.0088 ( 1.9%) 0.0105 ( 1.4%) 0.0938 ( 0.9%) load-stdlib
0.0335 ( 10.4%) 0.0301 ( 6.6%) 0.0635 ( 8.2%) 0.0642 ( 0.6%) import-clang-decl
0.0259 ( 8.0%) 0.0124 ( 2.7%) 0.0383 ( 4.9%) 0.0386 ( 0.4%) perform-sema
0.0259 ( 8.0%) 0.0124 ( 2.7%) 0.0382 ( 4.9%) 0.0385 ( 0.4%) Type checking and Semantic analysis
0.0189 ( 5.9%) 0.0063 ( 1.4%) 0.0252 ( 3.2%) 0.0253 ( 0.3%) typecheck-expr
0.0167 ( 5.2%) 0.0049 ( 1.1%) 0.0217 ( 2.8%) 0.0218 ( 0.2%) typecheck-stmt
0.0112 ( 3.5%) 0.0078 ( 1.7%) 0.0190 ( 2.4%) 0.0191 ( 0.2%) typecheck-decl
0.0053 ( 1.6%) 0.0048 ( 1.1%) 0.0100 ( 1.3%) 0.0101 ( 0.1%) IRGen
0.0032 ( 1.0%) 0.0013 ( 0.3%) 0.0045 ( 0.6%) 0.0046 ( 0.0%) SILGen
0.0037 ( 1.1%) 0.0002 ( 0.0%) 0.0039 ( 0.5%) 0.0039 ( 0.0%) SIL optimization
0.0022 ( 0.7%) 0.0011 ( 0.2%) 0.0032 ( 0.4%) 0.0034 ( 0.0%) SILGen-function
0.0024 ( 0.8%) 0.0007 ( 0.2%) 0.0031 ( 0.4%) 0.0031 ( 0.0%) load-all-members
0.0016 ( 0.5%) 0.0011 ( 0.2%) 0.0027 ( 0.3%) 0.0027 ( 0.0%) precheck-target
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%) 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%) 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.3228 (100.0%) 0.4524 (100.0%) 0.7752 (100.0%) 9.9795 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 3.9949 seconds (8.8977 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.8031 (100.0%) 2.1918 (100.0%) 3.9949 (100.0%) 8.8977 (100.0%) Building Target
1.8031 (100.0%) 2.1918 (100.0%) 3.9949 (100.0%) 8.8977 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TableCellRegisterer.swift (in target 'TableKit' from project 'TableKit')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/TableCellRegisterer.swift:39:23: warning: call to main actor-isolated instance method 'dequeueReusableCell(withIdentifier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
if tableView?.dequeueReusableCell(withIdentifier: reuseIdentifier) != nil {
^
UIKit.UITableView.dequeueReusableCell:2:22: note: calls to instance method 'dequeueReusableCell(withIdentifier:)' from outside of its actor context are implicitly asynchronous
@MainActor open func dequeueReusableCell(withIdentifier identifier: String) -> UITableViewCell?}
^
/Users/admin/builder/spi-builder-workspace/Sources/TableCellRegisterer.swift:32:10: note: add '@MainActor' to make instance method 'register(cellType:forCellReuseIdentifier:)' part of global actor 'MainActor'
func register(cellType: AnyClass, forCellReuseIdentifier reuseIdentifier: String) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TableCellRegisterer.swift:50:24: warning: call to main actor-isolated instance method 'register(_:forCellReuseIdentifier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
tableView?.register(UINib(nibName: reuseIdentifier, bundle: bundle), forCellReuseIdentifier: reuseIdentifier)
^
UIKit.UITableView.register:3:24: note: calls to instance method 'register(_:forCellReuseIdentifier:)' from outside of its actor context are implicitly asynchronous
@MainActor open func register(_ nib: UINib?, forCellReuseIdentifier identifier: String)}
^
/Users/admin/builder/spi-builder-workspace/Sources/TableCellRegisterer.swift:32:10: note: add '@MainActor' to make instance method 'register(cellType:forCellReuseIdentifier:)' part of global actor 'MainActor'
func register(cellType: AnyClass, forCellReuseIdentifier reuseIdentifier: String) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TableCellRegisterer.swift:50:33: warning: call to main actor-isolated initializer 'init(nibName:bundle:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
tableView?.register(UINib(nibName: reuseIdentifier, bundle: bundle), forCellReuseIdentifier: reuseIdentifier)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UINib.h:20:1: note: calls to initializer 'init(nibName:bundle:)' from outside of its actor context are implicitly asynchronous
+ (UINib *)nibWithNibName:(NSString *)name bundle:(nullable NSBundle *)bundleOrNil;
^
/Users/admin/builder/spi-builder-workspace/Sources/TableCellRegisterer.swift:32:10: note: add '@MainActor' to make instance method 'register(cellType:forCellReuseIdentifier:)' part of global actor 'MainActor'
func register(cellType: AnyClass, forCellReuseIdentifier reuseIdentifier: String) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TableCellRegisterer.swift:53:24: warning: call to main actor-isolated instance method 'register(_:forCellReuseIdentifier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
tableView?.register(cellType, forCellReuseIdentifier: reuseIdentifier)
^
UIKit.UITableView.register:3:24: note: calls to instance method 'register(_:forCellReuseIdentifier:)' from outside of its actor context are implicitly asynchronous
@MainActor open func register(_ cellClass: AnyClass?, forCellReuseIdentifier identifier: String)}
^
/Users/admin/builder/spi-builder-workspace/Sources/TableCellRegisterer.swift:32:10: note: add '@MainActor' to make instance method 'register(cellType:forCellReuseIdentifier:)' part of global actor 'MainActor'
func register(cellType: AnyClass, forCellReuseIdentifier reuseIdentifier: String) {
^
@MainActor
SwiftCompile normal arm64 Compiling\ TableDirector.swift /Users/admin/builder/spi-builder-workspace/Sources/TableDirector.swift (in target 'TableKit' from project 'TableKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745611467424016-swift-frontend-TableKit-TableDirector.swift-arm64_apple_ios13.1_macabi-o-Onone-4025403163.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 1.1627 seconds (10.3219 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0416 ( 6.3%) 0.1640 ( 32.8%) 0.2056 ( 17.7%) 4.7455 ( 46.0%) parse-and-resolve-imports
0.0415 ( 6.3%) 0.1639 ( 32.7%) 0.2054 ( 17.7%) 4.7453 ( 46.0%) Import resolution
0.1126 ( 17.0%) 0.0268 ( 5.4%) 0.1395 ( 12.0%) 0.1395 ( 1.4%) perform-sema
0.1118 ( 16.9%) 0.0268 ( 5.4%) 0.1386 ( 11.9%) 0.1387 ( 1.3%) Type checking and Semantic analysis
0.0017 ( 0.3%) 0.0126 ( 2.5%) 0.0144 ( 1.2%) 0.0927 ( 0.9%) load-stdlib
0.0695 ( 10.5%) 0.0131 ( 2.6%) 0.0825 ( 7.1%) 0.0826 ( 0.8%) typecheck-stmt
0.0592 ( 8.9%) 0.0189 ( 3.8%) 0.0781 ( 6.7%) 0.0782 ( 0.8%) build-rewrite-system
0.0376 ( 5.7%) 0.0278 ( 5.6%) 0.0654 ( 5.6%) 0.0661 ( 0.6%) import-clang-decl
0.0502 ( 7.6%) 0.0098 ( 1.9%) 0.0599 ( 5.2%) 0.0600 ( 0.6%) typecheck-expr
0.0425 ( 6.4%) 0.0137 ( 2.7%) 0.0562 ( 4.8%) 0.0562 ( 0.5%) typecheck-decl
0.0245 ( 3.7%) 0.0099 ( 2.0%) 0.0343 ( 3.0%) 0.0343 ( 0.3%) IRGen
0.0238 ( 3.6%) 0.0057 ( 1.1%) 0.0296 ( 2.5%) 0.0296 ( 0.3%) precheck-target
0.0190 ( 2.9%) 0.0042 ( 0.8%) 0.0232 ( 2.0%) 0.0232 ( 0.2%) SILGen
0.0113 ( 1.7%) 0.0018 ( 0.4%) 0.0131 ( 1.1%) 0.0131 ( 0.1%) SILGen-function
0.0108 ( 1.6%) 0.0004 ( 0.1%) 0.0112 ( 1.0%) 0.0112 ( 0.1%) SIL optimization
0.0034 ( 0.5%) 0.0012 ( 0.2%) 0.0046 ( 0.4%) 0.0046 ( 0.0%) load-all-members
0.0007 ( 0.1%) 0.0000 ( 0.0%) 0.0007 ( 0.1%) 0.0007 ( 0.0%) perform-whole-module-type-checking
0.0002 ( 0.0%) 0.0000 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 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%) 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-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.6621 (100.0%) 0.5006 (100.0%) 1.1627 (100.0%) 10.3219 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 4.0245 seconds (8.9155 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.7975 (100.0%) 2.2271 (100.0%) 4.0245 (100.0%) 8.9155 (100.0%) Building Target
1.7975 (100.0%) 2.2271 (100.0%) 4.0245 (100.0%) 8.9155 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TableDirector.swift (in target 'TableKit' from project 'TableKit')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/TableDirector.swift:350:97: warning: 'UITableViewRowAction' was deprecated in Mac Catalyst 13.1: Use UIContextualAction and related APIs instead.
open func tableView(_ tableView: UITableView, editActionsForRowAt indexPath: IndexPath) -> [UITableViewRowAction]? {
^
/Users/admin/builder/spi-builder-workspace/Sources/TableDirector.swift:394:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
open func append(section: TableSection) -> Self {
^~~~
public
/Users/admin/builder/spi-builder-workspace/Sources/TableDirector.swift:401:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
open func append(sections: [TableSection]) -> Self {
^~~~
public
/Users/admin/builder/spi-builder-workspace/Sources/TableDirector.swift:408:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
open func append(rows: [Row]) -> Self {
^~~~
public
/Users/admin/builder/spi-builder-workspace/Sources/TableDirector.swift:415:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
open func insert(section: TableSection, atIndex index: Int) -> Self {
^~~~
public
/Users/admin/builder/spi-builder-workspace/Sources/TableDirector.swift:422:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
open func replaceSection(at index: Int, with section: TableSection) -> Self {
^~~~
public
/Users/admin/builder/spi-builder-workspace/Sources/TableDirector.swift:431:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
open func delete(sectionAt index: Int) -> Self {
^~~~
public
/Users/admin/builder/spi-builder-workspace/Sources/TableDirector.swift:438:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
open func remove(sectionAt index: Int) -> Self {
^~~~
public
/Users/admin/builder/spi-builder-workspace/Sources/TableDirector.swift:443:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
open func clear() -> Self {
^~~~
public
/Users/admin/builder/spi-builder-workspace/Sources/TableDirector.swift:454:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
open func delete(index: Int) -> Self {
^~~~
public
/Users/admin/builder/spi-builder-workspace/Sources/TableDirector.swift:123:48: warning: main actor-isolated property 'scrollDelegate' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
return super.responds(to: selector) || scrollDelegate?.responds(to: selector) == true
^
/Users/admin/builder/spi-builder-workspace/Sources/TableDirector.swift:31:22: note: property declared here
private weak var scrollDelegate: UIScrollViewDelegate?
^
/Users/admin/builder/spi-builder-workspace/Sources/TableDirector.swift:127:16: warning: main actor-isolated property 'scrollDelegate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
return scrollDelegate?.responds(to: selector) == true
^
/Users/admin/builder/spi-builder-workspace/Sources/TableDirector.swift:31:22: note: property declared here
private weak var scrollDelegate: UIScrollViewDelegate?
^
/Users/admin/builder/spi-builder-workspace/Sources/TableDirector.swift:128:15: warning: main actor-isolated property 'scrollDelegate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
? scrollDelegate
^
/Users/admin/builder/spi-builder-workspace/Sources/TableDirector.swift:31:22: note: property declared here
private weak var scrollDelegate: UIScrollViewDelegate?
^
SwiftCompile normal arm64 Compiling\ TableRowAction.swift /Users/admin/builder/spi-builder-workspace/Sources/TableRowAction.swift (in target 'TableKit' from project 'TableKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745611467424854-swift-frontend-TableKit-TableRowAction.swift-arm64_apple_ios13.1_macabi-o-Onone-2598873194.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6886 seconds (9.9625 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0433 ( 16.8%) 0.1650 ( 38.2%) 0.2082 ( 30.2%) 4.7959 ( 48.1%) parse-and-resolve-imports
0.0431 ( 16.8%) 0.1647 ( 38.2%) 0.2079 ( 30.2%) 4.7955 ( 48.1%) Import resolution
0.0857 ( 33.3%) 0.0313 ( 7.3%) 0.1170 ( 17.0%) 0.1172 ( 1.2%) build-rewrite-system
0.0017 ( 0.7%) 0.0103 ( 2.4%) 0.0121 ( 1.8%) 0.1097 ( 1.1%) load-stdlib
0.0322 ( 12.5%) 0.0277 ( 6.4%) 0.0598 ( 8.7%) 0.0602 ( 0.6%) import-clang-decl
0.0114 ( 4.4%) 0.0084 ( 1.9%) 0.0197 ( 2.9%) 0.0199 ( 0.2%) perform-sema
0.0113 ( 4.4%) 0.0083 ( 1.9%) 0.0196 ( 2.9%) 0.0198 ( 0.2%) Type checking and Semantic analysis
0.0089 ( 3.4%) 0.0076 ( 1.8%) 0.0165 ( 2.4%) 0.0166 ( 0.2%) typecheck-decl
0.0063 ( 2.5%) 0.0051 ( 1.2%) 0.0114 ( 1.7%) 0.0114 ( 0.1%) IRGen
0.0031 ( 1.2%) 0.0010 ( 0.2%) 0.0041 ( 0.6%) 0.0041 ( 0.0%) load-all-members
0.0026 ( 1.0%) 0.0005 ( 0.1%) 0.0031 ( 0.5%) 0.0031 ( 0.0%) SILGen
0.0030 ( 1.2%) 0.0000 ( 0.0%) 0.0030 ( 0.4%) 0.0030 ( 0.0%) SIL optimization
0.0018 ( 0.7%) 0.0006 ( 0.1%) 0.0024 ( 0.4%) 0.0024 ( 0.0%) typecheck-stmt
0.0013 ( 0.5%) 0.0004 ( 0.1%) 0.0017 ( 0.2%) 0.0017 ( 0.0%) typecheck-expr
0.0012 ( 0.5%) 0.0003 ( 0.1%) 0.0015 ( 0.2%) 0.0015 ( 0.0%) SILGen-function
0.0002 ( 0.1%) 0.0001 ( 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%) SIL verification, post-optimization
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%) AST verification
0.2573 (100.0%) 0.4313 (100.0%) 0.6886 (100.0%) 9.9625 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 3.9517 seconds (8.9004 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.7826 (100.0%) 2.1691 (100.0%) 3.9517 (100.0%) 8.9004 (100.0%) Building Target
1.7826 (100.0%) 2.1691 (100.0%) 3.9517 (100.0%) 8.9004 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TableRowAction.swift (in target 'TableKit' from project 'TableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ Operators.swift /Users/admin/builder/spi-builder-workspace/Sources/Operators.swift (in target 'TableKit' from project 'TableKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745611467423160-swift-frontend-TableKit-Operators.swift-arm64_apple_ios13.1_macabi-o-Onone-804110744.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5586 seconds (9.5362 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0397 ( 22.2%) 0.1565 ( 41.2%) 0.1962 ( 35.1%) 4.6429 ( 48.7%) parse-and-resolve-imports
0.0396 ( 22.2%) 0.1564 ( 41.1%) 0.1960 ( 35.1%) 4.6426 ( 48.7%) Import resolution
0.0016 ( 0.9%) 0.0126 ( 3.3%) 0.0142 ( 2.5%) 0.0976 ( 1.0%) load-stdlib
0.0508 ( 28.5%) 0.0194 ( 5.1%) 0.0702 ( 12.6%) 0.0702 ( 0.7%) build-rewrite-system
0.0104 ( 5.8%) 0.0082 ( 2.2%) 0.0186 ( 3.3%) 0.0190 ( 0.2%) perform-sema
0.0104 ( 5.8%) 0.0082 ( 2.2%) 0.0186 ( 3.3%) 0.0189 ( 0.2%) Type checking and Semantic analysis
0.0080 ( 4.5%) 0.0069 ( 1.8%) 0.0149 ( 2.7%) 0.0150 ( 0.2%) typecheck-decl
0.0058 ( 3.3%) 0.0041 ( 1.1%) 0.0099 ( 1.8%) 0.0100 ( 0.1%) IRGen
0.0032 ( 1.8%) 0.0047 ( 1.2%) 0.0079 ( 1.4%) 0.0079 ( 0.1%) import-clang-decl
0.0030 ( 1.7%) 0.0010 ( 0.3%) 0.0040 ( 0.7%) 0.0040 ( 0.0%) typecheck-expr
0.0020 ( 1.1%) 0.0008 ( 0.2%) 0.0028 ( 0.5%) 0.0028 ( 0.0%) typecheck-stmt
0.0011 ( 0.6%) 0.0011 ( 0.3%) 0.0022 ( 0.4%) 0.0022 ( 0.0%) SILGen
0.0020 ( 1.1%) 0.0000 ( 0.0%) 0.0020 ( 0.4%) 0.0020 ( 0.0%) SIL optimization
0.0007 ( 0.4%) 0.0003 ( 0.1%) 0.0010 ( 0.2%) 0.0010 ( 0.0%) SILGen-function
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 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%) perform-whole-module-type-checking
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%) AST verification
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.1784 (100.0%) 0.3802 (100.0%) 0.5586 (100.0%) 9.5362 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.7306 seconds (5.2731 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4678 (100.0%) 0.2628 (100.0%) 0.7306 (100.0%) 5.2731 (100.0%) Building Target
0.4678 (100.0%) 0.2628 (100.0%) 0.7306 (100.0%) 5.2731 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Operators.swift (in target 'TableKit' from project 'TableKit')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/Operators.swift:23:10: warning: call to main actor-isolated instance method 'append(section:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
left.append(section: right)
^
/Users/admin/builder/spi-builder-workspace/Sources/TableDirector.swift:394:15: note: calls to instance method 'append(section:)' from outside of its actor context are implicitly asynchronous
open func append(section: TableSection) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Sources/TableDirector.swift:394:15: note: main actor isolation inferred from conformance to protocol 'UITableViewDataSource'
open func append(section: TableSection) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Sources/Operators.swift:22:13: note: add '@MainActor' to make operator function '+=' part of global actor 'MainActor'
public func +=(left: TableDirector, right: TableSection) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Operators.swift:27:10: warning: call to main actor-isolated instance method 'append(sections:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
left.append(sections: right)
^
/Users/admin/builder/spi-builder-workspace/Sources/TableDirector.swift:401:15: note: calls to instance method 'append(sections:)' from outside of its actor context are implicitly asynchronous
open func append(sections: [TableSection]) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Sources/TableDirector.swift:401:15: note: main actor isolation inferred from conformance to protocol 'UITableViewDataSource'
open func append(sections: [TableSection]) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Sources/Operators.swift:26:13: note: add '@MainActor' to make operator function '+=' part of global actor 'MainActor'
public func +=(left: TableDirector, right: [TableSection]) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Operators.swift:32:10: warning: call to main actor-isolated instance method 'append(sections:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
left.append(sections: [TableSection(rows: [right])])
^
/Users/admin/builder/spi-builder-workspace/Sources/TableDirector.swift:401:15: note: calls to instance method 'append(sections:)' from outside of its actor context are implicitly asynchronous
open func append(sections: [TableSection]) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Sources/TableDirector.swift:401:15: note: main actor isolation inferred from conformance to protocol 'UITableViewDataSource'
open func append(sections: [TableSection]) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Sources/Operators.swift:31:13: note: add '@MainActor' to make operator function '+=' part of global actor 'MainActor'
public func +=(left: TableDirector, right: Row) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Operators.swift:36:10: warning: call to main actor-isolated instance method 'append(sections:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
left.append(sections: [TableSection(rows: right)])
^
/Users/admin/builder/spi-builder-workspace/Sources/TableDirector.swift:401:15: note: calls to instance method 'append(sections:)' from outside of its actor context are implicitly asynchronous
open func append(sections: [TableSection]) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Sources/TableDirector.swift:401:15: note: main actor isolation inferred from conformance to protocol 'UITableViewDataSource'
open func append(sections: [TableSection]) -> Self {
^
/Users/admin/builder/spi-builder-workspace/Sources/Operators.swift:35:13: note: add '@MainActor' to make operator function '+=' part of global actor 'MainActor'
public func +=(left: TableDirector, right: [Row]) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Operators.swift:23:10: warning: sending 'right' risks causing data races; this is an error in the Swift 6 language mode
left.append(section: right)
~~~~~^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Operators.swift:23:10: note: sending task-isolated 'right' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
left.append(section: right)
^
/Users/admin/builder/spi-builder-workspace/Sources/Operators.swift:27:10: warning: sending 'right' risks causing data races; this is an error in the Swift 6 language mode
left.append(sections: right)
~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Operators.swift:27:10: note: sending task-isolated 'right' to main actor-isolated callee risks causing data races between main actor-isolated and task-isolated uses
left.append(sections: right)
^
/Users/admin/builder/spi-builder-workspace/Sources/Operators.swift:32:10: warning: sending value of non-Sendable type '[TableSection]' risks causing data races; this is an error in the Swift 6 language mode
left.append(sections: [TableSection(rows: [right])])
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Operators.swift:32:10: note: sending task-isolated value of non-Sendable type '[TableSection]' to main actor-isolated callee risks causing races in between task-isolated and main actor-isolated uses
left.append(sections: [TableSection(rows: [right])])
^
/Users/admin/builder/spi-builder-workspace/Sources/Operators.swift:36:10: warning: sending value of non-Sendable type '[TableSection]' risks causing data races; this is an error in the Swift 6 language mode
left.append(sections: [TableSection(rows: right)])
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Operators.swift:36:10: note: sending task-isolated value of non-Sendable type '[TableSection]' to main actor-isolated callee risks causing races in between task-isolated and main actor-isolated uses
left.append(sections: [TableSection(rows: right)])
^
SwiftEmitModule normal arm64 Emitting\ module\ for\ TableKit (in target 'TableKit' from project 'TableKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745611467424769-swift-frontend-TableKit-all-arm64_apple_ios13.1_macabi-swiftmodule-Onone-1494428404.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 4.2928 seconds (9.7334 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.4897 ( 46.5%) 0.4866 ( 44.7%) 1.9763 ( 46.0%) 4.6440 ( 47.7%) parse-and-resolve-imports
1.4896 ( 46.5%) 0.4864 ( 44.7%) 1.9760 ( 46.0%) 4.6436 ( 47.7%) Import resolution
0.0017 ( 0.1%) 0.0127 ( 1.2%) 0.0144 ( 0.3%) 0.0845 ( 0.9%) load-stdlib
0.0539 ( 1.7%) 0.0190 ( 1.7%) 0.0729 ( 1.7%) 0.0800 ( 0.8%) perform-sema
0.0531 ( 1.7%) 0.0189 ( 1.7%) 0.0720 ( 1.7%) 0.0791 ( 0.8%) Type checking and Semantic analysis
0.0522 ( 1.6%) 0.0187 ( 1.7%) 0.0708 ( 1.7%) 0.0780 ( 0.8%) typecheck-decl
0.0097 ( 0.3%) 0.0138 ( 1.3%) 0.0235 ( 0.5%) 0.0286 ( 0.3%) SIL optimization
0.0143 ( 0.4%) 0.0072 ( 0.7%) 0.0215 ( 0.5%) 0.0252 ( 0.3%) typecheck-expr
0.0026 ( 0.1%) 0.0112 ( 1.0%) 0.0138 ( 0.3%) 0.0189 ( 0.2%) Serialization, swiftmodule
0.0081 ( 0.3%) 0.0070 ( 0.6%) 0.0151 ( 0.4%) 0.0152 ( 0.2%) import-clang-decl
0.0076 ( 0.2%) 0.0025 ( 0.2%) 0.0101 ( 0.2%) 0.0101 ( 0.1%) precheck-target
0.0077 ( 0.2%) 0.0019 ( 0.2%) 0.0095 ( 0.2%) 0.0095 ( 0.1%) SILGen
0.0056 ( 0.2%) 0.0013 ( 0.1%) 0.0069 ( 0.2%) 0.0069 ( 0.1%) build-rewrite-system
0.0027 ( 0.1%) 0.0003 ( 0.0%) 0.0031 ( 0.1%) 0.0031 ( 0.0%) SILGen-function
0.0019 ( 0.1%) 0.0006 ( 0.1%) 0.0025 ( 0.1%) 0.0025 ( 0.0%) load-all-members
0.0011 ( 0.0%) 0.0001 ( 0.0%) 0.0012 ( 0.0%) 0.0012 ( 0.0%) typecheck-stmt
0.0011 ( 0.0%) 0.0001 ( 0.0%) 0.0012 ( 0.0%) 0.0012 ( 0.0%) Serialization, swiftsourceinfo
0.0002 ( 0.0%) 0.0008 ( 0.1%) 0.0011 ( 0.0%) 0.0011 ( 0.0%) Serialization, swiftdoc
0.0007 ( 0.0%) 0.0000 ( 0.0%) 0.0007 ( 0.0%) 0.0007 ( 0.0%) perform-whole-module-type-checking
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SIL verification, post-optimization
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 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-module-class-member-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%) AST verification
3.2038 (100.0%) 1.0890 (100.0%) 4.2928 (100.0%) 9.7334 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.1185 seconds (4.8703 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.5773 (100.0%) 0.5412 (100.0%) 2.1185 (100.0%) 4.8703 (100.0%) Building Target
1.5773 (100.0%) 0.5412 (100.0%) 2.1185 (100.0%) 4.8703 (100.0%) Total
EmitSwiftModule normal arm64 (in target 'TableKit' from project 'TableKit')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/TableDirector.swift:350:97: warning: 'UITableViewRowAction' was deprecated in Mac Catalyst 13.1: Use UIContextualAction and related APIs instead.
open func tableView(_ tableView: UITableView, editActionsForRowAt indexPath: IndexPath) -> [UITableViewRowAction]? {
^
/Users/admin/builder/spi-builder-workspace/Sources/TableDirector.swift:394:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
open func append(section: TableSection) -> Self {
^~~~
public
/Users/admin/builder/spi-builder-workspace/Sources/TableDirector.swift:401:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
open func append(sections: [TableSection]) -> Self {
^~~~
public
/Users/admin/builder/spi-builder-workspace/Sources/TableDirector.swift:408:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
open func append(rows: [Row]) -> Self {
^~~~
public
/Users/admin/builder/spi-builder-workspace/Sources/TableDirector.swift:415:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
open func insert(section: TableSection, atIndex index: Int) -> Self {
^~~~
public
/Users/admin/builder/spi-builder-workspace/Sources/TableDirector.swift:422:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
open func replaceSection(at index: Int, with section: TableSection) -> Self {
^~~~
public
/Users/admin/builder/spi-builder-workspace/Sources/TableDirector.swift:431:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
open func delete(sectionAt index: Int) -> Self {
^~~~
public
/Users/admin/builder/spi-builder-workspace/Sources/TableDirector.swift:438:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
open func remove(sectionAt index: Int) -> Self {
^~~~
public
/Users/admin/builder/spi-builder-workspace/Sources/TableDirector.swift:443:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
open func clear() -> Self {
^~~~
public
/Users/admin/builder/spi-builder-workspace/Sources/TableDirector.swift:454:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
open func delete(index: Int) -> Self {
^~~~
public
/Users/admin/builder/spi-builder-workspace/Sources/TablePrototypeCellHeightCalculator.swift:28:17: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
private var separatorHeight = 1 / UIScreen.main.scale
^
/Users/admin/builder/spi-builder-workspace/Sources/TableRow.swift:27:44: warning: 'UITableViewRowAction' was deprecated in Mac Catalyst 13.1: Use UIContextualAction and related APIs instead.
private(set) open var editingActions: [UITableViewRowAction]?
^
/Users/admin/builder/spi-builder-workspace/Sources/TableRow.swift:49:103: warning: 'UITableViewRowAction' was deprecated in Mac Catalyst 13.1: Use UIContextualAction and related APIs instead.
public init(item: CellType.CellData, actions: [TableRowAction<CellType>]? = nil, editingActions: [UITableViewRowAction]? = nil) {
^
/Users/admin/builder/spi-builder-workspace/Sources/TableKit.swift:40:26: warning: 'UITableViewRowAction' was deprecated in Mac Catalyst 13.1: Use UIContextualAction and related APIs instead.
var editingActions: [UITableViewRowAction]? { get }
^
SwiftCompile normal arm64 Compiling\ TableRow.swift /Users/admin/builder/spi-builder-workspace/Sources/TableRow.swift (in target 'TableKit' from project 'TableKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745611467427493-swift-frontend-TableKit-TableRow.swift-arm64_apple_ios13.1_macabi-o-Onone-3350423115.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.8873 seconds (9.8833 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0432 ( 10.5%) 0.1727 ( 36.2%) 0.2158 ( 24.3%) 4.6774 ( 47.3%) parse-and-resolve-imports
0.0431 ( 10.5%) 0.1724 ( 36.1%) 0.2154 ( 24.3%) 4.6768 ( 47.3%) Import resolution
0.0838 ( 20.5%) 0.0301 ( 6.3%) 0.1139 ( 12.8%) 0.1141 ( 1.2%) build-rewrite-system
0.0017 ( 0.4%) 0.0087 ( 1.8%) 0.0104 ( 1.2%) 0.0821 ( 0.8%) load-stdlib
0.0493 ( 12.0%) 0.0166 ( 3.5%) 0.0659 ( 7.4%) 0.0660 ( 0.7%) perform-sema
0.0492 ( 12.0%) 0.0166 ( 3.5%) 0.0658 ( 7.4%) 0.0659 ( 0.7%) Type checking and Semantic analysis
0.0314 ( 7.7%) 0.0266 ( 5.6%) 0.0580 ( 6.5%) 0.0582 ( 0.6%) import-clang-decl
0.0357 ( 8.7%) 0.0088 ( 1.8%) 0.0445 ( 5.0%) 0.0446 ( 0.5%) typecheck-stmt
0.0176 ( 4.3%) 0.0058 ( 1.2%) 0.0234 ( 2.6%) 0.0234 ( 0.2%) precheck-target
0.0123 ( 3.0%) 0.0076 ( 1.6%) 0.0199 ( 2.2%) 0.0200 ( 0.2%) typecheck-decl
0.0099 ( 2.4%) 0.0064 ( 1.3%) 0.0163 ( 1.8%) 0.0170 ( 0.2%) IRGen
0.0125 ( 3.1%) 0.0026 ( 0.6%) 0.0151 ( 1.7%) 0.0152 ( 0.2%) typecheck-expr
0.0068 ( 1.7%) 0.0011 ( 0.2%) 0.0079 ( 0.9%) 0.0079 ( 0.1%) SILGen
0.0056 ( 1.4%) 0.0001 ( 0.0%) 0.0057 ( 0.6%) 0.0057 ( 0.1%) SIL optimization
0.0045 ( 1.1%) 0.0008 ( 0.2%) 0.0053 ( 0.6%) 0.0053 ( 0.1%) SILGen-function
0.0026 ( 0.6%) 0.0007 ( 0.1%) 0.0033 ( 0.4%) 0.0033 ( 0.0%) load-all-members
0.0003 ( 0.1%) 0.0000 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 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%) 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%) 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%) 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.4097 (100.0%) 0.4776 (100.0%) 0.8873 (100.0%) 9.8833 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 4.0870 seconds (8.9033 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.8526 (100.0%) 2.2345 (100.0%) 4.0870 (100.0%) 8.9033 (100.0%) Building Target
1.8526 (100.0%) 2.2345 (100.0%) 4.0870 (100.0%) 8.9033 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TableRow.swift (in target 'TableKit' from project 'TableKit')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/TableRow.swift:27:44: warning: 'UITableViewRowAction' was deprecated in Mac Catalyst 13.1: Use UIContextualAction and related APIs instead.
private(set) open var editingActions: [UITableViewRowAction]?
^
/Users/admin/builder/spi-builder-workspace/Sources/TableRow.swift:49:103: warning: 'UITableViewRowAction' was deprecated in Mac Catalyst 13.1: Use UIContextualAction and related APIs instead.
public init(item: CellType.CellData, actions: [TableRowAction<CellType>]? = nil, editingActions: [UITableViewRowAction]? = nil) {
^
SwiftCompile normal arm64 Compiling\ TableCellAction.swift /Users/admin/builder/spi-builder-workspace/Sources/TableCellAction.swift (in target 'TableKit' from project 'TableKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TableCellAction.swift (in target 'TableKit' from project 'TableKit')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745611467429432-swift-frontend-TableKit-TableCellAction.swift-arm64_apple_ios13.1_macabi-o-Onone-2987568500.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7183 seconds (9.6822 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0411 ( 15.4%) 0.1606 ( 35.5%) 0.2017 ( 28.1%) 4.6464 ( 48.0%) parse-and-resolve-imports
0.0410 ( 15.4%) 0.1605 ( 35.5%) 0.2015 ( 28.1%) 4.6462 ( 48.0%) Import resolution
0.0883 ( 33.2%) 0.0328 ( 7.3%) 0.1211 ( 16.9%) 0.1212 ( 1.3%) build-rewrite-system
0.0017 ( 0.6%) 0.0118 ( 2.6%) 0.0135 ( 1.9%) 0.0793 ( 0.8%) load-stdlib
0.0321 ( 12.1%) 0.0284 ( 6.3%) 0.0605 ( 8.4%) 0.0611 ( 0.6%) import-clang-decl
0.0124 ( 4.7%) 0.0138 ( 3.1%) 0.0262 ( 3.7%) 0.0286 ( 0.3%) perform-sema
0.0124 ( 4.7%) 0.0138 ( 3.0%) 0.0262 ( 3.6%) 0.0285 ( 0.3%) Type checking and Semantic analysis
0.0069 ( 2.6%) 0.0107 ( 2.4%) 0.0176 ( 2.5%) 0.0200 ( 0.2%) typecheck-decl
0.0074 ( 2.8%) 0.0053 ( 1.2%) 0.0127 ( 1.8%) 0.0134 ( 0.1%) SILGen
0.0041 ( 1.6%) 0.0048 ( 1.1%) 0.0090 ( 1.2%) 0.0090 ( 0.1%) IRGen
0.0052 ( 2.0%) 0.0029 ( 0.6%) 0.0081 ( 1.1%) 0.0082 ( 0.1%) typecheck-expr
0.0051 ( 1.9%) 0.0029 ( 0.6%) 0.0080 ( 1.1%) 0.0081 ( 0.1%) typecheck-stmt
0.0030 ( 1.1%) 0.0011 ( 0.2%) 0.0041 ( 0.6%) 0.0041 ( 0.0%) load-all-members
0.0025 ( 0.9%) 0.0005 ( 0.1%) 0.0030 ( 0.4%) 0.0030 ( 0.0%) SIL optimization
0.0015 ( 0.6%) 0.0011 ( 0.2%) 0.0026 ( 0.4%) 0.0026 ( 0.0%) SILGen-function
0.0013 ( 0.5%) 0.0010 ( 0.2%) 0.0024 ( 0.3%) 0.0024 ( 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%) 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%) 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
0.2662 (100.0%) 0.4521 (100.0%) 0.7183 (100.0%) 9.6822 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 4.1120 seconds (8.8968 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.8429 (100.0%) 2.2691 (100.0%) 4.1120 (100.0%) 8.8968 (100.0%) Building Target
1.8429 (100.0%) 2.2691 (100.0%) 4.1120 (100.0%) 8.8968 (100.0%) Total
SwiftCompile normal arm64 Compiling\ TableSection.swift /Users/admin/builder/spi-builder-workspace/Sources/TableSection.swift (in target 'TableKit' from project 'TableKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745611467427476-swift-frontend-TableKit-TableSection.swift-arm64_apple_ios13.1_macabi-o-Onone-2541329734.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7542 seconds (10.0048 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0467 ( 16.2%) 0.1798 ( 38.6%) 0.2265 ( 30.0%) 4.8103 ( 48.1%) parse-and-resolve-imports
0.0466 ( 16.2%) 0.1795 ( 38.5%) 0.2262 ( 30.0%) 4.8100 ( 48.1%) Import resolution
0.0857 ( 29.8%) 0.0289 ( 6.2%) 0.1146 ( 15.2%) 0.1147 ( 1.1%) build-rewrite-system
0.0018 ( 0.6%) 0.0121 ( 2.6%) 0.0139 ( 1.8%) 0.0964 ( 1.0%) load-stdlib
0.0326 ( 11.3%) 0.0285 ( 6.1%) 0.0611 ( 8.1%) 0.0612 ( 0.6%) import-clang-decl
0.0172 ( 6.0%) 0.0097 ( 2.1%) 0.0269 ( 3.6%) 0.0270 ( 0.3%) perform-sema
0.0171 ( 5.9%) 0.0097 ( 2.1%) 0.0268 ( 3.6%) 0.0269 ( 0.3%) Type checking and Semantic analysis
0.0122 ( 4.2%) 0.0086 ( 1.8%) 0.0208 ( 2.8%) 0.0208 ( 0.2%) typecheck-decl
0.0057 ( 2.0%) 0.0045 ( 1.0%) 0.0102 ( 1.4%) 0.0102 ( 0.1%) IRGen
0.0061 ( 2.1%) 0.0020 ( 0.4%) 0.0081 ( 1.1%) 0.0082 ( 0.1%) typecheck-expr
0.0044 ( 1.5%) 0.0010 ( 0.2%) 0.0053 ( 0.7%) 0.0053 ( 0.1%) typecheck-stmt
0.0032 ( 1.1%) 0.0007 ( 0.2%) 0.0039 ( 0.5%) 0.0040 ( 0.0%) SILGen
0.0036 ( 1.3%) 0.0001 ( 0.0%) 0.0037 ( 0.5%) 0.0037 ( 0.0%) SIL optimization
0.0028 ( 1.0%) 0.0008 ( 0.2%) 0.0035 ( 0.5%) 0.0035 ( 0.0%) load-all-members
0.0017 ( 0.6%) 0.0003 ( 0.1%) 0.0020 ( 0.3%) 0.0020 ( 0.0%) SILGen-function
0.0005 ( 0.2%) 0.0001 ( 0.0%) 0.0006 ( 0.1%) 0.0006 ( 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%) SIL verification, post-optimization
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%) 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%) 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.2881 (100.0%) 0.4662 (100.0%) 0.7542 (100.0%) 10.0048 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 3.9627 seconds (8.8989 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.7807 (100.0%) 2.1820 (100.0%) 3.9627 (100.0%) 8.8989 (100.0%) Building Target
1.7807 (100.0%) 2.1820 (100.0%) 3.9627 (100.0%) 8.8989 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TableSection.swift (in target 'TableKit' from project 'TableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ TableKit.swift /Users/admin/builder/spi-builder-workspace/Sources/TableKit.swift (in target 'TableKit' from project 'TableKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745611467428759-swift-frontend-TableKit-TableKit.swift-arm64_apple_ios13.1_macabi-o-Onone-758587366.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6761 seconds (10.2639 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0407 ( 16.2%) 0.1627 ( 38.2%) 0.2034 ( 30.1%) 4.9622 ( 48.3%) parse-and-resolve-imports
0.0406 ( 16.2%) 0.1625 ( 38.2%) 0.2031 ( 30.0%) 4.9619 ( 48.3%) Import resolution
0.0852 ( 34.0%) 0.0305 ( 7.2%) 0.1157 ( 17.1%) 0.1160 ( 1.1%) build-rewrite-system
0.0018 ( 0.7%) 0.0101 ( 2.4%) 0.0119 ( 1.8%) 0.0807 ( 0.8%) load-stdlib
0.0324 ( 12.9%) 0.0278 ( 6.5%) 0.0602 ( 8.9%) 0.0604 ( 0.6%) import-clang-decl
0.0125 ( 5.0%) 0.0085 ( 2.0%) 0.0210 ( 3.1%) 0.0213 ( 0.2%) perform-sema
0.0125 ( 5.0%) 0.0085 ( 2.0%) 0.0209 ( 3.1%) 0.0212 ( 0.2%) Type checking and Semantic analysis
0.0114 ( 4.5%) 0.0080 ( 1.9%) 0.0194 ( 2.9%) 0.0195 ( 0.2%) typecheck-decl
0.0043 ( 1.7%) 0.0039 ( 0.9%) 0.0082 ( 1.2%) 0.0082 ( 0.1%) IRGen
0.0029 ( 1.2%) 0.0007 ( 0.2%) 0.0036 ( 0.5%) 0.0037 ( 0.0%) load-all-members
0.0023 ( 0.9%) 0.0002 ( 0.0%) 0.0025 ( 0.4%) 0.0025 ( 0.0%) SIL optimization
0.0011 ( 0.4%) 0.0011 ( 0.3%) 0.0022 ( 0.3%) 0.0022 ( 0.0%) typecheck-expr
0.0012 ( 0.5%) 0.0004 ( 0.1%) 0.0015 ( 0.2%) 0.0015 ( 0.0%) SILGen
0.0010 ( 0.4%) 0.0004 ( 0.1%) 0.0013 ( 0.2%) 0.0014 ( 0.0%) typecheck-stmt
0.0008 ( 0.3%) 0.0003 ( 0.1%) 0.0011 ( 0.2%) 0.0011 ( 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%) precheck-target
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%) 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%) SIL verification, pre-optimization
0.2507 (100.0%) 0.4254 (100.0%) 0.6761 (100.0%) 10.2639 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 3.8042 seconds (8.8979 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.6826 (100.0%) 2.1216 (100.0%) 3.8042 (100.0%) 8.8979 (100.0%) Building Target
1.6826 (100.0%) 2.1216 (100.0%) 3.8042 (100.0%) 8.8979 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TableKit.swift (in target 'TableKit' from project 'TableKit')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/TableKit.swift:40:26: warning: 'UITableViewRowAction' was deprecated in Mac Catalyst 13.1: Use UIContextualAction and related APIs instead.
var editingActions: [UITableViewRowAction]? { get }
^
SwiftCompile normal arm64 Compiling\ TablePrototypeCellHeightCalculator.swift /Users/admin/builder/spi-builder-workspace/Sources/TablePrototypeCellHeightCalculator.swift (in target 'TableKit' from project 'TableKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745611472366952-swift-frontend-TableKit-TablePrototypeCellHeightCalculator.swift-arm64_apple_ios13.1_macabi-o-Onone-3982717189.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6745 seconds (0.6791 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0396 ( 8.9%) 0.0403 ( 17.5%) 0.0799 ( 11.8%) 0.0801 ( 11.8%) parse-and-resolve-imports
0.0395 ( 8.9%) 0.0401 ( 17.4%) 0.0797 ( 11.8%) 0.0798 ( 11.8%) Import resolution
0.0566 ( 12.8%) 0.0221 ( 9.6%) 0.0788 ( 11.7%) 0.0797 ( 11.7%) perform-sema
0.0591 ( 13.3%) 0.0206 ( 8.9%) 0.0796 ( 11.8%) 0.0796 ( 11.7%) build-rewrite-system
0.0565 ( 12.7%) 0.0221 ( 9.6%) 0.0787 ( 11.7%) 0.0796 ( 11.7%) Type checking and Semantic analysis
0.0354 ( 8.0%) 0.0289 ( 12.6%) 0.0644 ( 9.5%) 0.0649 ( 9.6%) import-clang-decl
0.0456 ( 10.3%) 0.0140 ( 6.1%) 0.0595 ( 8.8%) 0.0599 ( 8.8%) typecheck-expr
0.0366 ( 8.2%) 0.0171 ( 7.4%) 0.0537 ( 8.0%) 0.0544 ( 8.0%) typecheck-decl
0.0337 ( 7.6%) 0.0088 ( 3.8%) 0.0425 ( 6.3%) 0.0429 ( 6.3%) typecheck-stmt
0.0180 ( 4.0%) 0.0062 ( 2.7%) 0.0241 ( 3.6%) 0.0243 ( 3.6%) precheck-target
0.0061 ( 1.4%) 0.0045 ( 2.0%) 0.0106 ( 1.6%) 0.0107 ( 1.6%) IRGen
0.0055 ( 1.2%) 0.0022 ( 0.9%) 0.0076 ( 1.1%) 0.0078 ( 1.1%) SILGen
0.0033 ( 0.7%) 0.0014 ( 0.6%) 0.0047 ( 0.7%) 0.0048 ( 0.7%) load-all-members
0.0045 ( 1.0%) 0.0000 ( 0.0%) 0.0045 ( 0.7%) 0.0045 ( 0.7%) SIL optimization
0.0029 ( 0.7%) 0.0006 ( 0.2%) 0.0035 ( 0.5%) 0.0036 ( 0.5%) SILGen-function
0.0010 ( 0.2%) 0.0015 ( 0.6%) 0.0025 ( 0.4%) 0.0025 ( 0.4%) load-stdlib
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%) 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%) 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%) AST verification
0.4440 (100.0%) 0.2304 (100.0%) 0.6745 (100.0%) 0.6791 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 3.6989 seconds (3.9612 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.6055 (100.0%) 2.0935 (100.0%) 3.6989 (100.0%) 3.9612 (100.0%) Building Target
1.6055 (100.0%) 2.0935 (100.0%) 3.6989 (100.0%) 3.9612 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TablePrototypeCellHeightCalculator.swift (in target 'TableKit' from project 'TableKit')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/TablePrototypeCellHeightCalculator.swift:28:17: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
private var separatorHeight = 1 / UIScreen.main.scale
^
/Users/admin/builder/spi-builder-workspace/Sources/TablePrototypeCellHeightCalculator.swift:38:50: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let hash = row.hashValue ^ Int(tableView.bounds.size.width).hashValue
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect bounds; // default bounds is zero origin, frame size. animatable
^
/Users/admin/builder/spi-builder-workspace/Sources/TablePrototypeCellHeightCalculator.swift:34:15: note: add '@MainActor' to make instance method 'height(forRow:at:)' part of global actor 'MainActor'
open func height(forRow row: Row, at indexPath: IndexPath) -> CGFloat {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TablePrototypeCellHeightCalculator.swift:47:39: warning: call to main actor-isolated instance method 'dequeueReusableCell(withIdentifier:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
prototypeCell = tableView.dequeueReusableCell(withIdentifier: row.reuseIdentifier)
^
UIKit.UITableView.dequeueReusableCell:2:22: note: calls to instance method 'dequeueReusableCell(withIdentifier:)' from outside of its actor context are implicitly asynchronous
@MainActor open func dequeueReusableCell(withIdentifier identifier: String) -> UITableViewCell?}
^
/Users/admin/builder/spi-builder-workspace/Sources/TablePrototypeCellHeightCalculator.swift:34:15: note: add '@MainActor' to make instance method 'height(forRow:at:)' part of global actor 'MainActor'
open func height(forRow row: Row, at indexPath: IndexPath) -> CGFloat {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TablePrototypeCellHeightCalculator.swift:53:14: warning: call to main actor-isolated instance method 'prepareForReuse()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
cell.prepareForReuse()
^
UIKit.UITableViewCell.prepareForReuse:2:22: note: calls to instance method 'prepareForReuse()' from outside of its actor context are implicitly asynchronous
@MainActor open func prepareForReuse()}
^
/Users/admin/builder/spi-builder-workspace/Sources/TablePrototypeCellHeightCalculator.swift:34:15: note: add '@MainActor' to make instance method 'height(forRow:at:)' part of global actor 'MainActor'
open func height(forRow row: Row, at indexPath: IndexPath) -> CGFloat {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TablePrototypeCellHeightCalculator.swift:56:14: warning: main actor-isolated property 'bounds' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
cell.bounds = CGRect(x: 0, y: 0, width: tableView.bounds.size.width, height: cell.bounds.height)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGRect bounds; // default bounds is zero origin, frame size. animatable
^
/Users/admin/builder/spi-builder-workspace/Sources/TablePrototypeCellHeightCalculator.swift:34:15: note: add '@MainActor' to make instance method 'height(forRow:at:)' part of global actor 'MainActor'
open func height(forRow row: Row, at indexPath: IndexPath) -> CGFloat {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TablePrototypeCellHeightCalculator.swift:56:59: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
cell.bounds = CGRect(x: 0, y: 0, width: tableView.bounds.size.width, height: cell.bounds.height)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect bounds; // default bounds is zero origin, frame size. animatable
^
/Users/admin/builder/spi-builder-workspace/Sources/TablePrototypeCellHeightCalculator.swift:34:15: note: add '@MainActor' to make instance method 'height(forRow:at:)' part of global actor 'MainActor'
open func height(forRow row: Row, at indexPath: IndexPath) -> CGFloat {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TablePrototypeCellHeightCalculator.swift:56:91: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
cell.bounds = CGRect(x: 0, y: 0, width: tableView.bounds.size.width, height: cell.bounds.height)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect bounds; // default bounds is zero origin, frame size. animatable
^
/Users/admin/builder/spi-builder-workspace/Sources/TablePrototypeCellHeightCalculator.swift:34:15: note: add '@MainActor' to make instance method 'height(forRow:at:)' part of global actor 'MainActor'
open func height(forRow row: Row, at indexPath: IndexPath) -> CGFloat {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TablePrototypeCellHeightCalculator.swift:57:14: warning: call to main actor-isolated instance method 'setNeedsLayout()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
cell.setNeedsLayout()
^
UIKit.UIView.setNeedsLayout:2:22: note: calls to instance method 'setNeedsLayout()' from outside of its actor context are implicitly asynchronous
@MainActor open func setNeedsLayout()}
^
/Users/admin/builder/spi-builder-workspace/Sources/TablePrototypeCellHeightCalculator.swift:34:15: note: add '@MainActor' to make instance method 'height(forRow:at:)' part of global actor 'MainActor'
open func height(forRow row: Row, at indexPath: IndexPath) -> CGFloat {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TablePrototypeCellHeightCalculator.swift:58:14: warning: call to main actor-isolated instance method 'layoutIfNeeded()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
cell.layoutIfNeeded()
^
UIKit.UIView.layoutIfNeeded:2:22: note: calls to instance method 'layoutIfNeeded()' from outside of its actor context are implicitly asynchronous
@MainActor open func layoutIfNeeded()}
^
/Users/admin/builder/spi-builder-workspace/Sources/TablePrototypeCellHeightCalculator.swift:34:15: note: add '@MainActor' to make instance method 'height(forRow:at:)' part of global actor 'MainActor'
open func height(forRow row: Row, at indexPath: IndexPath) -> CGFloat {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TablePrototypeCellHeightCalculator.swift:60:39: warning: call to main actor-isolated instance method 'systemLayoutSizeFitting' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
let height = cell.contentView.systemLayoutSizeFitting(UIView.layoutFittingCompressedSize).height + (tableView.separatorStyle != .none ? separatorHeight : 0)
^
UIKit.UIView.systemLayoutSizeFitting:3:24: note: calls to instance method 'systemLayoutSizeFitting' from outside of its actor context are implicitly asynchronous
@MainActor open func systemLayoutSizeFitting(_ targetSize: CGSize) -> CGSize}
^
/Users/admin/builder/spi-builder-workspace/Sources/TablePrototypeCellHeightCalculator.swift:34:15: note: add '@MainActor' to make instance method 'height(forRow:at:)' part of global actor 'MainActor'
open func height(forRow row: Row, at indexPath: IndexPath) -> CGFloat {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TablePrototypeCellHeightCalculator.swift:60:27: warning: main actor-isolated property 'contentView' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let height = cell.contentView.systemLayoutSizeFitting(UIView.layoutFittingCompressedSize).height + (tableView.separatorStyle != .none ? separatorHeight : 0)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UITableViewCell.h:116:49: note: property declared here
@property (nonatomic, readonly, strong) UIView *contentView;
^
/Users/admin/builder/spi-builder-workspace/Sources/TablePrototypeCellHeightCalculator.swift:34:15: note: add '@MainActor' to make instance method 'height(forRow:at:)' part of global actor 'MainActor'
open func height(forRow row: Row, at indexPath: IndexPath) -> CGFloat {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TablePrototypeCellHeightCalculator.swift:60:70: warning: main actor-isolated class property 'layoutFittingCompressedSize' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let height = cell.contentView.systemLayoutSizeFitting(UIView.layoutFittingCompressedSize).height + (tableView.separatorStyle != .none ? separatorHeight : 0)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:542:27: note: class property declared here
UIKIT_EXTERN const CGSize UILayoutFittingCompressedSize API_AVAILABLE(ios(6.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/TablePrototypeCellHeightCalculator.swift:34:15: note: add '@MainActor' to make instance method 'height(forRow:at:)' part of global actor 'MainActor'
open func height(forRow row: Row, at indexPath: IndexPath) -> CGFloat {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TablePrototypeCellHeightCalculator.swift:60:119: warning: main actor-isolated property 'separatorStyle' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let height = cell.contentView.systemLayoutSizeFitting(UIView.layoutFittingCompressedSize).height + (tableView.separatorStyle != .none ? separatorHeight : 0)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:469:53: note: property declared here
@property (nonatomic) UITableViewCellSeparatorStyle separatorStyle API_UNAVAILABLE(tvos); // default is UITableViewCellSeparatorStyleSingleLine
^
/Users/admin/builder/spi-builder-workspace/Sources/TablePrototypeCellHeightCalculator.swift:34:15: note: add '@MainActor' to make instance method 'height(forRow:at:)' part of global actor 'MainActor'
open func height(forRow row: Row, at indexPath: IndexPath) -> CGFloat {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TablePrototypeCellHeightCalculator.swift:71:50: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let hash = row.hashValue ^ Int(tableView.bounds.size.width).hashValue
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect bounds; // default bounds is zero origin, frame size. animatable
^
/Users/admin/builder/spi-builder-workspace/Sources/TablePrototypeCellHeightCalculator.swift:67:15: note: add '@MainActor' to make instance method 'estimatedHeight(forRow:at:)' part of global actor 'MainActor'
open func estimatedHeight(forRow row: Row, at indexPath: IndexPath) -> CGFloat {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TablePrototypeCellHeightCalculator.swift:81:28: warning: main actor-isolated class property 'automaticDimension' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
return UITableView.automaticDimension
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UITableView.h:62:28: note: class property declared here
UIKIT_EXTERN const CGFloat UITableViewAutomaticDimension API_AVAILABLE(ios(5.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/TablePrototypeCellHeightCalculator.swift:67:15: note: add '@MainActor' to make instance method 'estimatedHeight(forRow:at:)' part of global actor 'MainActor'
open func estimatedHeight(forRow row: Row, at indexPath: IndexPath) -> CGFloat {
^
@MainActor
SwiftDriverJobDiscovery normal arm64 Emitting module for TableKit (in target 'TableKit' from project 'TableKit')
SwiftDriver\ Compilation\ Requirements TableKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'TableKit' from project 'TableKit')
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 TableKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit.SwiftFileList -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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-ios13.1-macabi -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-maccatalyst -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -Fsystem /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit-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/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit.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/TableKit.build/Debug-maccatalyst/TableKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/TableKit-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/TableKit-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/TableKit-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit-7a655d6c6b005b24062be07cbee15c61-VFS-maccatalyst/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/TableKit-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/include -Xcc -isystem -Xcc /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/usr/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Operators.swift (in target 'TableKit' from project 'TableKit')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/TableKit.framework/Versions/A/Headers/TableKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit-Swift.h (in target 'TableKit' from project 'TableKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/TableKit.framework/Versions/A/Headers/TableKit-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/TableKit.framework/Versions/A/Modules/TableKit.swiftmodule/arm64-apple-ios-macabi.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit.swiftmodule (in target 'TableKit' from project 'TableKit')
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/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/TableKit.framework/Versions/A/Modules/TableKit.swiftmodule/arm64-apple-ios-macabi.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/TableKit.framework/Versions/A/Modules/TableKit.swiftmodule/arm64-apple-ios-macabi.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit.swiftdoc (in target 'TableKit' from project 'TableKit')
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/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/TableKit.framework/Versions/A/Modules/TableKit.swiftmodule/arm64-apple-ios-macabi.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/TableKit.framework/Versions/A/Modules/TableKit.swiftmodule/arm64-apple-ios-macabi.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit.abi.json (in target 'TableKit' from project 'TableKit')
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/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/TableKit.framework/Versions/A/Modules/TableKit.swiftmodule/arm64-apple-ios-macabi.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/TableKit.framework/Versions/A/Modules/TableKit.swiftmodule/Project/arm64-apple-ios-macabi.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit.swiftsourceinfo (in target 'TableKit' from project 'TableKit')
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/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/TableKit.framework/Versions/A/Modules/TableKit.swiftmodule/Project/arm64-apple-ios-macabi.swiftsourceinfo
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/DerivedSources/TableKit_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'TableKit' from project 'TableKit')
cd /Users/admin/builder/spi-builder-workspace
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit_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/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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 -Wunreachable-code -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 -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/DerivedSources/TableKit_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit_vers.o -index-unit-output-path /TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit_vers.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/DerivedSources/TableKit_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'TableKit' from project 'TableKit')
cd /Users/admin/builder/spi-builder-workspace
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.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/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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 -Wunreachable-code -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 -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/DerivedSources/TableKit_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit_vers.o -index-unit-output-path /TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit_vers.o
SwiftDriverJobDiscovery normal arm64 Compiling TablePrototypeCellHeightCalculator.swift (in target 'TableKit' from project 'TableKit')
SwiftDriverJobDiscovery normal arm64 Compiling TableDirector.swift (in target 'TableKit' from project 'TableKit')
SwiftDriverJobDiscovery normal arm64 Compiling TableKit.swift (in target 'TableKit' from project 'TableKit')
SwiftDriverJobDiscovery normal arm64 Compiling TableRow.swift (in target 'TableKit' from project 'TableKit')
SwiftDriverJobDiscovery normal arm64 Compiling TableCellRegisterer.swift (in target 'TableKit' from project 'TableKit')
SwiftDriverJobDiscovery normal arm64 Compiling TableRowAction.swift (in target 'TableKit' from project 'TableKit')
SwiftDriverJobDiscovery normal arm64 Compiling TableCellAction.swift (in target 'TableKit' from project 'TableKit')
SwiftDriverJobDiscovery normal arm64 Compiling ConfigurableCell.swift (in target 'TableKit' from project 'TableKit')
SwiftDriverJobDiscovery normal arm64 Compiling TableSection.swift (in target 'TableKit' from project 'TableKit')
SwiftDriver\ Compilation TableKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'TableKit' from project 'TableKit')
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 TableKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit.SwiftFileList -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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-ios13.1-macabi -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-maccatalyst -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -Fsystem /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit-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/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit.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/TableKit.build/Debug-maccatalyst/TableKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/TableKit-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/TableKit-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/TableKit-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit-7a655d6c6b005b24062be07cbee15c61-VFS-maccatalyst/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/TableKit-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/include -Xcc -isystem -Xcc /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/usr/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit-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-maccatalyst/TableKit.framework/Versions/A/TableKit normal (in target 'TableKit' from project 'TableKit')
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.1-macabi -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/usr/lib -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/maccatalyst -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/usr/lib -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/maccatalyst -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit.LinkFileList -install_name @rpath/TableKit.framework/Versions/A/TableKit -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/System/iOSSupport/usr/lib/swift -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit.swiftmodule -compatibility_version 1 -current_version 1 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/TableKit.framework/Versions/A/TableKit
ExtractAppIntentsMetadata (in target 'TableKit' from project 'TableKit')
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 TableKit --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.15 --bundle-identifier com.tablekit.TableKit --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/TableKit.framework/Versions/A/Resources --target-triple arm64-apple-ios13.1-macabi --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/TableKit.framework/Versions/A/TableKit --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/TableKit.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/TableKit.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TableKit.build/Debug-maccatalyst/TableKit.build/Objects-normal/arm64/TableKit.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-25 13:04:37.076 appintentsmetadataprocessor[706:3997] Starting appintentsmetadataprocessor export
2025-04-25 13:04:37.079 appintentsmetadataprocessor[706:3997] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst/TableKit.framework/Versions/A/TableKit.tbd (in target 'TableKit' from project 'TableKit')
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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/usr/lib -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/maccatalyst -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/usr/lib -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/maccatalyst /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/TableKit.framework/Versions/A/TableKit -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst/TableKit.framework/Versions/A/TableKit.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/TableKit.framework (in target 'TableKit' from project 'TableKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/TableKit.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/TableKit.framework (in target 'TableKit' from project 'TableKit')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/TableKit.framework
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst/TableKit.framework/TableKit.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst/TableKit.framework/Versions/A/TableKit.tbd (in target 'TableKit' from project 'TableKit')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst/TableKit.framework/Versions/A/TableKit.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst/TableKit.framework/TableKit.tbd
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:a4c6ef0f3696fff5b3536316f43f49b7fdeeb4ab, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:a4c6ef0f3696fff5b3536316f43f49b7fdeeb4ab, name:My Mac }
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "TableKit",
"name" : "TableKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "TableKit",
"targets" : [
"TableKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TableKit",
"module_type" : "SwiftTarget",
"name" : "TableKit",
"path" : "Sources",
"product_memberships" : [
"TableKit"
],
"sources" : [
"ConfigurableCell.swift",
"Operators.swift",
"TableCellAction.swift",
"TableCellRegisterer.swift",
"TableDirector.swift",
"TableKit.swift",
"TablePrototypeCellHeightCalculator.swift",
"TableRow.swift",
"TableRowAction.swift",
"TableSection.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.