Build Information
Successful build of ViewAnimator, reference 3.1.0 (55f1c4
), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 27 Apr 2025 18:26:05 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 ViewAnimator-Package -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/marcosgriselli/ViewAnimator.git
Reference: 3.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/marcosgriselli/ViewAnimator
* tag 3.1.0 -> FETCH_HEAD
HEAD is now at 55f1c46 3.1.0 release
Cloned https://github.com/marcosgriselli/ViewAnimator.git
Revision (git rev-parse @):
55f1c46241b181c3e0b68d70edb6d87926c7d183
SUCCESS checkout https://github.com/marcosgriselli/ViewAnimator.git at 3.1.0
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.1
Building package at path: $PWD
https://github.com/marcosgriselli/ViewAnimator.git
https://github.com/marcosgriselli/ViewAnimator.git
{
"dependencies" : [
],
"manifest_display_name" : "ViewAnimator",
"name" : "ViewAnimator",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "ViewAnimator",
"targets" : [
"ViewAnimator"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "ViewAnimatorTests",
"module_type" : "SwiftTarget",
"name" : "ViewAnimatorTests",
"path" : "ViewAnimatorTests",
"sources" : [
"Tests.swift"
],
"target_dependencies" : [
"ViewAnimator"
],
"type" : "test"
},
{
"c99name" : "ViewAnimator",
"module_type" : "SwiftTarget",
"name" : "ViewAnimator",
"path" : "Sources",
"product_memberships" : [
"ViewAnimator"
],
"sources" : [
"Extensions/UICollectionView + ViewAnimator.swift",
"Extensions/UITableView + ViewAnimator.swift",
"Models/AnimationType.swift",
"Models/Directions.swift",
"Protocols/Animation.swift",
"ViewAnimator.swift",
"ViewAnimatorConfig.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" : "ViewAnimator",
"name" : "ViewAnimator",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "ViewAnimator",
"targets" : [
"ViewAnimator"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "ViewAnimatorTests",
"module_type" : "SwiftTarget",
"name" : "ViewAnimatorTests",
"path" : "ViewAnimatorTests",
"sources" : [
"Tests.swift"
],
"target_dependencies" : [
"ViewAnimator"
],
"type" : "test"
},
{
"c99name" : "ViewAnimator",
"module_type" : "SwiftTarget",
"name" : "ViewAnimator",
"path" : "Sources",
"product_memberships" : [
"ViewAnimator"
],
"sources" : [
"Extensions/UICollectionView + ViewAnimator.swift",
"Extensions/UITableView + ViewAnimator.swift",
"Models/AnimationType.swift",
"Models/Directions.swift",
"Protocols/Animation.swift",
"ViewAnimator.swift",
"ViewAnimatorConfig.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "ViewAnimator",
"schemes" : [
"ViewAnimator",
"ViewAnimator-iOS",
"ViewAnimator-Package",
"ViewAnimator-tvOS"
],
"targets" : [
"ViewAnimator",
"ViewAnimatorPackageDescription",
"ViewAnimatorTests",
"ViewAnimator-iOS",
"ViewAnimator-tvOS"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ViewAnimator-Package -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 ViewAnimator-Package -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 'ViewAnimator' in project 'ViewAnimator' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 74cb711ffe00e3c7015b39a63d04abc3
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/74cb711ffe00e3c7015b39a63d04abc3.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/ViewAnimator.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/ViewAnimator.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
cd /Users/admin/builder/spi-builder-workspace/ViewAnimator.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/Debug-maccatalyst
cd /Users/admin/builder/spi-builder-workspace/ViewAnimator.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst
cd /Users/admin/builder/spi-builder-workspace/ViewAnimator.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework/ViewAnimator Versions/Current/ViewAnimator (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/ViewAnimator /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework/ViewAnimator
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework/Versions/Current A (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh A /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework/Versions/Current
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/ViewAnimator.DependencyStaticMetadataFileList (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/ViewAnimator.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/ViewAnimator.LinkFileList (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/ViewAnimator.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/ViewAnimator.DependencyMetadataFileList (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/ViewAnimator.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/ViewAnimator_const_extract_protocols.json (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/ViewAnimator_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/ViewAnimator-OutputFileMap.json (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/ViewAnimator-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/ViewAnimator-OutputFileMap.json (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/ViewAnimator-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/ViewAnimator_const_extract_protocols.json (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/ViewAnimator_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/ViewAnimator.LinkFileList (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/ViewAnimator.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/ViewAnimator.SwiftConstValuesFileList (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/ViewAnimator.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/ViewAnimator.SwiftFileList (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/ViewAnimator.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/ViewAnimator.SwiftFileList (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/ViewAnimator.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/ViewAnimator.SwiftConstValuesFileList (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/ViewAnimator.SwiftConstValuesFileList
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework/Resources Versions/Current/Resources (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/Resources /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework/Resources
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework/Modules Versions/Current/Modules (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/Modules /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework/Modules
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework/Headers Versions/Current/Headers (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/Headers /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework/Versions/A/Headers (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework/Versions/A/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework/Versions/A (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework/Versions/A
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework/Versions/A/Resources (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework/Versions/A/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework/Versions (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework/Versions
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework/Versions/A/Resources/Info.plist /Users/admin/builder/spi-builder-workspace/ViewAnimator.xcodeproj/ViewAnimator_Info.plist (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/ViewAnimator.xcodeproj/ViewAnimator_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework/Versions/A/Resources/Info.plist
SwiftDriver ViewAnimator normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ViewAnimator' from project 'ViewAnimator')
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 ViewAnimator -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/ViewAnimator.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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 -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -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/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/ViewAnimator-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/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/ViewAnimator.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/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/ViewAnimator_const_extract_protocols.json -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/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/ViewAnimator-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver ViewAnimator normal x86_64 com.apple.xcode.tools.swift.compiler (in target 'ViewAnimator' from project 'ViewAnimator')
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 ViewAnimator -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/ViewAnimator.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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 x86_64-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 -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -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/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/ViewAnimator-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/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/ViewAnimator.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/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/ViewAnimator_const_extract_protocols.json -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/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/DerivedSources-normal/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/DerivedSources/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/ViewAnimator-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal x86_64 Compiling\ UITableView\ +\ ViewAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/UITableView\ +\ ViewAnimator.swift (in target 'ViewAnimator' from project 'ViewAnimator')
SwiftCompile normal x86_64 /Users/admin/builder/spi-builder-workspace/Sources/Extensions/UITableView\ +\ ViewAnimator.swift (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745778355718456-swift-frontend-ViewAnimator-UITableView___ViewAnimator.swift-x86_64_apple_ios13.1_macabi-o-Onone-2790094126.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6400 seconds (10.0629 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0451 ( 13.9%) 0.1041 ( 33.1%) 0.1493 ( 23.3%) 4.8320 ( 48.0%) parse-and-resolve-imports
0.0433 ( 13.3%) 0.1021 ( 32.4%) 0.1454 ( 22.7%) 4.8281 ( 48.0%) Import resolution
0.0826 ( 25.4%) 0.0281 ( 8.9%) 0.1107 ( 17.3%) 0.1110 ( 1.1%) build-rewrite-system
0.0012 ( 0.4%) 0.0064 ( 2.0%) 0.0076 ( 1.2%) 0.0643 ( 0.6%) load-stdlib
0.0332 ( 10.2%) 0.0302 ( 9.6%) 0.0634 ( 9.9%) 0.0636 ( 0.6%) import-clang-decl
0.0333 ( 10.3%) 0.0106 ( 3.4%) 0.0439 ( 6.9%) 0.0440 ( 0.4%) perform-sema
0.0332 ( 10.2%) 0.0106 ( 3.4%) 0.0438 ( 6.8%) 0.0439 ( 0.4%) Type checking and Semantic analysis
0.0199 ( 6.1%) 0.0054 ( 1.7%) 0.0253 ( 4.0%) 0.0254 ( 0.3%) typecheck-stmt
0.0105 ( 3.2%) 0.0048 ( 1.5%) 0.0153 ( 2.4%) 0.0153 ( 0.2%) typecheck-decl
0.0105 ( 3.2%) 0.0041 ( 1.3%) 0.0146 ( 2.3%) 0.0146 ( 0.1%) precheck-target
0.0041 ( 1.3%) 0.0061 ( 1.9%) 0.0102 ( 1.6%) 0.0102 ( 0.1%) IRGen
0.0024 ( 0.7%) 0.0007 ( 0.2%) 0.0031 ( 0.5%) 0.0031 ( 0.0%) load-all-members
0.0026 ( 0.8%) 0.0000 ( 0.0%) 0.0027 ( 0.4%) 0.0027 ( 0.0%) SIL optimization
0.0017 ( 0.5%) 0.0009 ( 0.3%) 0.0026 ( 0.4%) 0.0026 ( 0.0%) SILGen
0.0012 ( 0.4%) 0.0008 ( 0.2%) 0.0020 ( 0.3%) 0.0020 ( 0.0%) SILGen-function
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-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%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.3250 (100.0%) 0.3150 (100.0%) 0.6400 (100.0%) 10.0629 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 3.0125 seconds (7.9121 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.6746 (100.0%) 1.3378 (100.0%) 3.0125 (100.0%) 7.9121 (100.0%) Building Target
1.6746 (100.0%) 1.3378 (100.0%) 3.0125 (100.0%) 7.9121 (100.0%) Total
SwiftCompile normal x86_64 Compiling\ Directions.swift /Users/admin/builder/spi-builder-workspace/Sources/Models/Directions.swift (in target 'ViewAnimator' from project 'ViewAnimator')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745778355719539-swift-frontend-ViewAnimator-Directions.swift-x86_64_apple_ios13.1_macabi-o-Onone-4088243314.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5317 seconds (10.4121 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0425 ( 17.0%) 0.0982 ( 34.9%) 0.1407 ( 26.5%) 5.0472 ( 48.5%) parse-and-resolve-imports
0.0403 ( 16.1%) 0.0958 ( 34.0%) 0.1361 ( 25.6%) 5.0426 ( 48.4%) Import resolution
0.0755 ( 30.2%) 0.0272 ( 9.7%) 0.1027 ( 19.3%) 0.1034 ( 1.0%) build-rewrite-system
0.0013 ( 0.5%) 0.0077 ( 2.7%) 0.0090 ( 1.7%) 0.0748 ( 0.7%) load-stdlib
0.0274 ( 11.0%) 0.0255 ( 9.1%) 0.0529 ( 10.0%) 0.0534 ( 0.5%) import-clang-decl
0.0143 ( 5.7%) 0.0063 ( 2.2%) 0.0206 ( 3.9%) 0.0207 ( 0.2%) perform-sema
0.0143 ( 5.7%) 0.0063 ( 2.2%) 0.0205 ( 3.9%) 0.0206 ( 0.2%) Type checking and Semantic analysis
0.0129 ( 5.2%) 0.0058 ( 2.1%) 0.0187 ( 3.5%) 0.0188 ( 0.2%) typecheck-decl
0.0050 ( 2.0%) 0.0050 ( 1.8%) 0.0101 ( 1.9%) 0.0101 ( 0.1%) IRGen
0.0036 ( 1.4%) 0.0008 ( 0.3%) 0.0044 ( 0.8%) 0.0044 ( 0.0%) SILGen
0.0027 ( 1.1%) 0.0008 ( 0.3%) 0.0036 ( 0.7%) 0.0038 ( 0.0%) load-all-members
0.0028 ( 1.1%) 0.0007 ( 0.2%) 0.0034 ( 0.6%) 0.0034 ( 0.0%) SILGen-function
0.0024 ( 0.9%) 0.0007 ( 0.2%) 0.0030 ( 0.6%) 0.0030 ( 0.0%) typecheck-stmt
0.0025 ( 1.0%) 0.0001 ( 0.0%) 0.0025 ( 0.5%) 0.0025 ( 0.0%) SIL optimization
0.0014 ( 0.6%) 0.0004 ( 0.2%) 0.0018 ( 0.3%) 0.0018 ( 0.0%) typecheck-expr
0.0008 ( 0.3%) 0.0001 ( 0.1%) 0.0009 ( 0.2%) 0.0009 ( 0.0%) typecheck-expr-pattern
0.0004 ( 0.2%) 0.0000 ( 0.0%) 0.0004 ( 0.1%) 0.0004 ( 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%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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%) 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.2502 (100.0%) 0.2814 (100.0%) 0.5317 (100.0%) 10.4121 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.7840 seconds (7.9139 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.5202 (100.0%) 1.2638 (100.0%) 2.7840 (100.0%) 7.9139 (100.0%) Building Target
1.5202 (100.0%) 1.2638 (100.0%) 2.7840 (100.0%) 7.9139 (100.0%) Total
SwiftCompile normal x86_64 /Users/admin/builder/spi-builder-workspace/Sources/Models/Directions.swift (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal x86_64 Compiling\ UICollectionView\ +\ ViewAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/UICollectionView\ +\ ViewAnimator.swift (in target 'ViewAnimator' from project 'ViewAnimator')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745778355716805-swift-frontend-ViewAnimator-UICollectionView___ViewAnimator.swift-x86_64_apple_ios13.1_macabi-o-Onone-663398627.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6119 seconds (10.3515 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0408 ( 13.0%) 0.0941 ( 31.6%) 0.1349 ( 22.0%) 4.9709 ( 48.0%) parse-and-resolve-imports
0.0390 ( 12.4%) 0.0919 ( 30.9%) 0.1310 ( 21.4%) 4.9670 ( 48.0%) Import resolution
0.0840 ( 26.7%) 0.0288 ( 9.7%) 0.1128 ( 18.4%) 0.1131 ( 1.1%) build-rewrite-system
0.0015 ( 0.5%) 0.0116 ( 3.9%) 0.0131 ( 2.1%) 0.0800 ( 0.8%) load-stdlib
0.0323 ( 10.3%) 0.0300 ( 10.1%) 0.0623 ( 10.2%) 0.0626 ( 0.6%) import-clang-decl
0.0320 ( 10.2%) 0.0100 ( 3.4%) 0.0420 ( 6.9%) 0.0420 ( 0.4%) perform-sema
0.0319 ( 10.2%) 0.0100 ( 3.4%) 0.0419 ( 6.8%) 0.0419 ( 0.4%) Type checking and Semantic analysis
0.0197 ( 6.3%) 0.0052 ( 1.8%) 0.0249 ( 4.1%) 0.0249 ( 0.2%) typecheck-stmt
0.0102 ( 3.3%) 0.0041 ( 1.4%) 0.0143 ( 2.3%) 0.0143 ( 0.1%) precheck-target
0.0094 ( 3.0%) 0.0044 ( 1.5%) 0.0138 ( 2.3%) 0.0138 ( 0.1%) typecheck-decl
0.0047 ( 1.5%) 0.0056 ( 1.9%) 0.0102 ( 1.7%) 0.0102 ( 0.1%) IRGen
0.0023 ( 0.7%) 0.0010 ( 0.3%) 0.0033 ( 0.5%) 0.0033 ( 0.0%) load-all-members
0.0028 ( 0.9%) 0.0001 ( 0.0%) 0.0029 ( 0.5%) 0.0029 ( 0.0%) SIL optimization
0.0020 ( 0.6%) 0.0006 ( 0.2%) 0.0025 ( 0.4%) 0.0025 ( 0.0%) SILGen
0.0014 ( 0.5%) 0.0005 ( 0.2%) 0.0019 ( 0.3%) 0.0019 ( 0.0%) SILGen-function
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3140 (100.0%) 0.2979 (100.0%) 0.6119 (100.0%) 10.3515 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.8708 seconds (7.9168 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.6419 (100.0%) 1.2290 (100.0%) 2.8708 (100.0%) 7.9168 (100.0%) Building Target
1.6419 (100.0%) 1.2290 (100.0%) 2.8708 (100.0%) 7.9168 (100.0%) Total
SwiftCompile normal x86_64 /Users/admin/builder/spi-builder-workspace/Sources/Extensions/UICollectionView\ +\ ViewAnimator.swift (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal x86_64 Compiling\ AnimationType.swift /Users/admin/builder/spi-builder-workspace/Sources/Models/AnimationType.swift (in target 'ViewAnimator' from project 'ViewAnimator')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745778355717543-swift-frontend-ViewAnimator-AnimationType.swift-x86_64_apple_ios13.1_macabi-o-Onone-3326246778.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5995 seconds (10.5667 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0399 ( 13.4%) 0.0966 ( 32.1%) 0.1365 ( 22.8%) 5.0831 ( 48.1%) parse-and-resolve-imports
0.0378 ( 12.7%) 0.0945 ( 31.4%) 0.1323 ( 22.1%) 5.0789 ( 48.1%) Import resolution
0.0015 ( 0.5%) 0.0120 ( 4.0%) 0.0134 ( 2.2%) 0.0815 ( 0.8%) load-stdlib
0.0487 ( 16.3%) 0.0161 ( 5.4%) 0.0649 ( 10.8%) 0.0652 ( 0.6%) build-rewrite-system
0.0274 ( 9.2%) 0.0258 ( 8.6%) 0.0533 ( 8.9%) 0.0534 ( 0.5%) import-clang-decl
0.0315 ( 10.6%) 0.0123 ( 4.1%) 0.0439 ( 7.3%) 0.0456 ( 0.4%) perform-sema
0.0315 ( 10.5%) 0.0123 ( 4.1%) 0.0438 ( 7.3%) 0.0455 ( 0.4%) Type checking and Semantic analysis
0.0288 ( 9.7%) 0.0110 ( 3.6%) 0.0398 ( 6.6%) 0.0415 ( 0.4%) typecheck-stmt
0.0159 ( 5.3%) 0.0057 ( 1.9%) 0.0216 ( 3.6%) 0.0216 ( 0.2%) precheck-target
0.0152 ( 5.1%) 0.0063 ( 2.1%) 0.0215 ( 3.6%) 0.0215 ( 0.2%) typecheck-expr
0.0053 ( 1.8%) 0.0048 ( 1.6%) 0.0101 ( 1.7%) 0.0101 ( 0.1%) IRGen
0.0060 ( 2.0%) 0.0023 ( 0.8%) 0.0083 ( 1.4%) 0.0084 ( 0.1%) typecheck-decl
0.0029 ( 1.0%) 0.0002 ( 0.1%) 0.0031 ( 0.5%) 0.0034 ( 0.0%) SIL optimization
0.0024 ( 0.8%) 0.0007 ( 0.2%) 0.0031 ( 0.5%) 0.0031 ( 0.0%) load-all-members
0.0017 ( 0.6%) 0.0004 ( 0.1%) 0.0021 ( 0.3%) 0.0021 ( 0.0%) SILGen
0.0015 ( 0.5%) 0.0003 ( 0.1%) 0.0018 ( 0.3%) 0.0018 ( 0.0%) SILGen-function
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%) 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%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2983 (100.0%) 0.3012 (100.0%) 0.5995 (100.0%) 10.5667 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.7388 seconds (7.9131 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.4494 (100.0%) 1.2894 (100.0%) 2.7388 (100.0%) 7.9131 (100.0%) Building Target
1.4494 (100.0%) 1.2894 (100.0%) 2.7388 (100.0%) 7.9131 (100.0%) Total
SwiftCompile normal x86_64 /Users/admin/builder/spi-builder-workspace/Sources/Models/AnimationType.swift (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
SwiftEmitModule normal x86_64 Emitting\ module\ for\ ViewAnimator (in target 'ViewAnimator' from project 'ViewAnimator')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745778355716887-swift-frontend-ViewAnimator-all-x86_64_apple_ios13.1_macabi-swiftmodule-Onone-704795528.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5302 seconds (9.9055 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0399 ( 16.8%) 0.0935 ( 32.0%) 0.1335 ( 25.2%) 4.7793 ( 48.2%) parse-and-resolve-imports
0.0380 ( 16.0%) 0.0916 ( 31.3%) 0.1296 ( 24.4%) 4.7753 ( 48.2%) Import resolution
0.0016 ( 0.7%) 0.0128 ( 4.4%) 0.0144 ( 2.7%) 0.0877 ( 0.9%) load-stdlib
0.0383 ( 16.1%) 0.0183 ( 6.2%) 0.0565 ( 10.7%) 0.0573 ( 0.6%) perform-sema
0.0381 ( 16.0%) 0.0182 ( 6.2%) 0.0563 ( 10.6%) 0.0571 ( 0.6%) Type checking and Semantic analysis
0.0380 ( 15.9%) 0.0181 ( 6.2%) 0.0561 ( 10.6%) 0.0569 ( 0.6%) typecheck-decl
0.0058 ( 2.4%) 0.0135 ( 4.6%) 0.0193 ( 3.6%) 0.0233 ( 0.2%) SIL optimization
0.0017 ( 0.7%) 0.0105 ( 3.6%) 0.0123 ( 2.3%) 0.0162 ( 0.2%) Serialization, swiftmodule
0.0052 ( 2.2%) 0.0069 ( 2.4%) 0.0120 ( 2.3%) 0.0120 ( 0.1%) import-clang-decl
0.0085 ( 3.6%) 0.0024 ( 0.8%) 0.0109 ( 2.1%) 0.0109 ( 0.1%) typecheck-expr
0.0077 ( 3.3%) 0.0025 ( 0.9%) 0.0103 ( 1.9%) 0.0102 ( 0.1%) build-rewrite-system
0.0067 ( 2.8%) 0.0013 ( 0.5%) 0.0080 ( 1.5%) 0.0081 ( 0.1%) SILGen
0.0033 ( 1.4%) 0.0006 ( 0.2%) 0.0039 ( 0.7%) 0.0039 ( 0.0%) precheck-target
0.0027 ( 1.1%) 0.0005 ( 0.2%) 0.0032 ( 0.6%) 0.0032 ( 0.0%) SILGen-function
0.0004 ( 0.2%) 0.0011 ( 0.4%) 0.0015 ( 0.3%) 0.0015 ( 0.0%) Serialization, swiftdoc
0.0010 ( 0.4%) 0.0002 ( 0.1%) 0.0012 ( 0.2%) 0.0012 ( 0.0%) typecheck-stmt
0.0008 ( 0.3%) 0.0001 ( 0.0%) 0.0009 ( 0.2%) 0.0009 ( 0.0%) typecheck-expr-pattern
0.0002 ( 0.1%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) Serialization, swiftsourceinfo
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) load-all-members
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%) 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%) populate-module-class-member-cache
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.2381 (100.0%) 0.2921 (100.0%) 0.5302 (100.0%) 9.9055 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2569 seconds (4.9838 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0990 (100.0%) 0.1579 (100.0%) 0.2569 (100.0%) 4.9838 (100.0%) Building Target
0.0990 (100.0%) 0.1579 (100.0%) 0.2569 (100.0%) 4.9838 (100.0%) Total
EmitSwiftModule normal x86_64 (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:16:23: warning: static property 'offset' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var offset: CGFloat = 30.0
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:16:23: note: convert 'offset' to a 'let' constant to make 'Sendable' shared state immutable
public static var offset: CGFloat = 30.0
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:16:23: note: add '@MainActor' to make static property 'offset' part of global actor 'MainActor'
public static var offset: CGFloat = 30.0
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:16:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var offset: CGFloat = 30.0
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:19:23: warning: static property 'duration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var duration: Double = 0.3
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:19:23: note: convert 'duration' to a 'let' constant to make 'Sendable' shared state immutable
public static var duration: Double = 0.3
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:19:23: note: add '@MainActor' to make static property 'duration' part of global actor 'MainActor'
public static var duration: Double = 0.3
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:19:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var duration: Double = 0.3
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:23:23: warning: static property 'interval' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var interval: Double = 0.075
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:23:23: note: convert 'interval' to a 'let' constant to make 'Sendable' shared state immutable
public static var interval: Double = 0.075
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:23:23: note: add '@MainActor' to make static property 'interval' part of global actor 'MainActor'
public static var interval: Double = 0.075
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:23:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var interval: Double = 0.075
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:26:23: warning: static property 'maxZoomScale' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var maxZoomScale: Double = 2.0
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:26:23: note: convert 'maxZoomScale' to a 'let' constant to make 'Sendable' shared state immutable
public static var maxZoomScale: Double = 2.0
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:26:23: note: add '@MainActor' to make static property 'maxZoomScale' part of global actor 'MainActor'
public static var maxZoomScale: Double = 2.0
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:26:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var maxZoomScale: Double = 2.0
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:29:23: warning: static property 'maxRotationAngle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var maxRotationAngle: CGFloat = CGFloat.pi/4
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:29:23: note: convert 'maxRotationAngle' to a 'let' constant to make 'Sendable' shared state immutable
public static var maxRotationAngle: CGFloat = CGFloat.pi/4
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:29:23: note: add '@MainActor' to make static property 'maxRotationAngle' part of global actor 'MainActor'
public static var maxRotationAngle: CGFloat = CGFloat.pi/4
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var maxRotationAngle: CGFloat = CGFloat.pi/4
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:32:23: warning: static property 'springDampingRatio' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var springDampingRatio: CGFloat = 1
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:32:23: note: convert 'springDampingRatio' to a 'let' constant to make 'Sendable' shared state immutable
public static var springDampingRatio: CGFloat = 1
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:32:23: note: add '@MainActor' to make static property 'springDampingRatio' part of global actor 'MainActor'
public static var springDampingRatio: CGFloat = 1
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:32:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var springDampingRatio: CGFloat = 1
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:35:23: warning: static property 'initialSpringVelocity' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var initialSpringVelocity: CGFloat = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:35:23: note: convert 'initialSpringVelocity' to a 'let' constant to make 'Sendable' shared state immutable
public static var initialSpringVelocity: CGFloat = 0
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:35:23: note: add '@MainActor' to make static property 'initialSpringVelocity' part of global actor 'MainActor'
public static var initialSpringVelocity: CGFloat = 0
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:35:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var initialSpringVelocity: CGFloat = 0
^
nonisolated(unsafe)
SwiftCompile normal x86_64 Compiling\ ViewAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/ViewAnimator.swift (in target 'ViewAnimator' from project 'ViewAnimator')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745778355718702-swift-frontend-ViewAnimator-ViewAnimator.swift-x86_64_apple_ios13.1_macabi-o-Onone-862797661.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7195 seconds (10.0811 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0380 ( 10.2%) 0.0940 ( 27.2%) 0.1321 ( 18.4%) 4.7736 ( 47.4%) parse-and-resolve-imports
0.0360 ( 9.6%) 0.0923 ( 26.7%) 0.1283 ( 17.8%) 4.7698 ( 47.3%) Import resolution
0.0812 ( 21.7%) 0.0273 ( 7.9%) 0.1085 ( 15.1%) 0.1088 ( 1.1%) build-rewrite-system
0.0015 ( 0.4%) 0.0109 ( 3.1%) 0.0124 ( 1.7%) 0.0778 ( 0.8%) load-stdlib
0.0337 ( 9.0%) 0.0305 ( 8.8%) 0.0642 ( 8.9%) 0.0652 ( 0.6%) import-clang-decl
0.0382 ( 10.2%) 0.0212 ( 6.1%) 0.0594 ( 8.3%) 0.0631 ( 0.6%) perform-sema
0.0381 ( 10.2%) 0.0212 ( 6.1%) 0.0593 ( 8.2%) 0.0630 ( 0.6%) Type checking and Semantic analysis
0.0177 ( 4.7%) 0.0133 ( 3.8%) 0.0310 ( 4.3%) 0.0342 ( 0.3%) typecheck-decl
0.0226 ( 6.0%) 0.0091 ( 2.6%) 0.0317 ( 4.4%) 0.0325 ( 0.3%) typecheck-expr
0.0217 ( 5.8%) 0.0087 ( 2.5%) 0.0304 ( 4.2%) 0.0308 ( 0.3%) typecheck-stmt
0.0099 ( 2.6%) 0.0085 ( 2.5%) 0.0184 ( 2.6%) 0.0184 ( 0.2%) IRGen
0.0116 ( 3.1%) 0.0026 ( 0.8%) 0.0142 ( 2.0%) 0.0142 ( 0.1%) SILGen
0.0104 ( 2.8%) 0.0038 ( 1.1%) 0.0142 ( 2.0%) 0.0142 ( 0.1%) precheck-target
0.0053 ( 1.4%) 0.0002 ( 0.0%) 0.0054 ( 0.8%) 0.0054 ( 0.1%) SIL optimization
0.0046 ( 1.2%) 0.0007 ( 0.2%) 0.0053 ( 0.7%) 0.0053 ( 0.1%) SILGen-function
0.0027 ( 0.7%) 0.0010 ( 0.3%) 0.0037 ( 0.5%) 0.0037 ( 0.0%) load-all-members
0.0006 ( 0.2%) 0.0004 ( 0.1%) 0.0010 ( 0.1%) 0.0010 ( 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%) populate-source-file-class-member-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%) AST verification
0.3737 (100.0%) 0.3457 (100.0%) 0.7195 (100.0%) 10.0811 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 3.0419 seconds (7.9188 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.7214 (100.0%) 1.3205 (100.0%) 3.0419 (100.0%) 7.9188 (100.0%) Building Target
1.7214 (100.0%) 1.3205 (100.0%) 3.0419 (100.0%) 7.9188 (100.0%) Total
SwiftCompile normal x86_64 /Users/admin/builder/spi-builder-workspace/Sources/ViewAnimator.swift (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ UICollectionView\ +\ ViewAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/UICollectionView\ +\ ViewAnimator.swift (in target 'ViewAnimator' from project 'ViewAnimator')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745778355720596-swift-frontend-ViewAnimator-UICollectionView___ViewAnimator.swift-arm64_apple_ios13.1_macabi-o-Onone-74843350.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 5.7356 seconds (10.0053 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
2.0673 ( 47.2%) 0.6420 ( 47.2%) 2.7092 ( 47.2%) 4.8152 ( 48.1%) parse-and-resolve-imports
2.0653 ( 47.2%) 0.6407 ( 47.1%) 2.7060 ( 47.2%) 4.8120 ( 48.1%) Import resolution
0.0868 ( 2.0%) 0.0155 ( 1.1%) 0.1023 ( 1.8%) 0.1035 ( 1.0%) build-rewrite-system
0.0014 ( 0.0%) 0.0055 ( 0.4%) 0.0069 ( 0.1%) 0.0630 ( 0.6%) load-stdlib
0.0329 ( 0.8%) 0.0276 ( 2.0%) 0.0605 ( 1.1%) 0.0608 ( 0.6%) import-clang-decl
0.0338 ( 0.8%) 0.0076 ( 0.6%) 0.0414 ( 0.7%) 0.0414 ( 0.4%) perform-sema
0.0337 ( 0.8%) 0.0076 ( 0.6%) 0.0413 ( 0.7%) 0.0413 ( 0.4%) Type checking and Semantic analysis
0.0203 ( 0.5%) 0.0033 ( 0.2%) 0.0236 ( 0.4%) 0.0236 ( 0.2%) typecheck-stmt
0.0103 ( 0.2%) 0.0040 ( 0.3%) 0.0143 ( 0.2%) 0.0143 ( 0.1%) typecheck-decl
0.0103 ( 0.2%) 0.0025 ( 0.2%) 0.0128 ( 0.2%) 0.0128 ( 0.1%) precheck-target
0.0038 ( 0.1%) 0.0020 ( 0.1%) 0.0058 ( 0.1%) 0.0058 ( 0.1%) IRGen
0.0030 ( 0.1%) 0.0002 ( 0.0%) 0.0032 ( 0.1%) 0.0033 ( 0.0%) SIL optimization
0.0025 ( 0.1%) 0.0006 ( 0.0%) 0.0030 ( 0.1%) 0.0031 ( 0.0%) load-all-members
0.0023 ( 0.1%) 0.0007 ( 0.0%) 0.0030 ( 0.1%) 0.0030 ( 0.0%) SILGen
0.0017 ( 0.0%) 0.0006 ( 0.0%) 0.0023 ( 0.0%) 0.0023 ( 0.0%) SILGen-function
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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
4.3752 (100.0%) 1.3603 (100.0%) 5.7356 (100.0%) 10.0053 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 5.5624 seconds (7.9009 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
3.6340 (100.0%) 1.9284 (100.0%) 5.5624 (100.0%) 7.9009 (100.0%) Building Target
3.6340 (100.0%) 1.9284 (100.0%) 5.5624 (100.0%) 7.9009 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Extensions/UICollectionView\ +\ ViewAnimator.swift (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal x86_64 Compiling\ ViewAnimatorConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift (in target 'ViewAnimator' from project 'ViewAnimator')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745778355716859-swift-frontend-ViewAnimator-ViewAnimatorConfig.swift-x86_64_apple_ios13.1_macabi-o-Onone-4161462725.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 8.8811 seconds (9.8910 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
3.3689 ( 48.8%) 0.9317 ( 47.3%) 4.3006 ( 48.4%) 4.7836 ( 48.4%) parse-and-resolve-imports
3.3670 ( 48.7%) 0.9293 ( 47.1%) 4.2963 ( 48.4%) 4.7777 ( 48.3%) Import resolution
0.0742 ( 1.1%) 0.0137 ( 0.7%) 0.0880 ( 1.0%) 0.0881 ( 0.9%) build-rewrite-system
0.0101 ( 0.1%) 0.0344 ( 1.7%) 0.0445 ( 0.5%) 0.0748 ( 0.8%) load-stdlib
0.0255 ( 0.4%) 0.0236 ( 1.2%) 0.0491 ( 0.6%) 0.0510 ( 0.5%) import-clang-decl
0.0121 ( 0.2%) 0.0096 ( 0.5%) 0.0217 ( 0.2%) 0.0256 ( 0.3%) perform-sema
0.0120 ( 0.2%) 0.0096 ( 0.5%) 0.0216 ( 0.2%) 0.0256 ( 0.3%) Type checking and Semantic analysis
0.0120 ( 0.2%) 0.0096 ( 0.5%) 0.0215 ( 0.2%) 0.0255 ( 0.3%) typecheck-decl
0.0101 ( 0.1%) 0.0038 ( 0.2%) 0.0139 ( 0.2%) 0.0154 ( 0.2%) typecheck-expr
0.0045 ( 0.1%) 0.0035 ( 0.2%) 0.0080 ( 0.1%) 0.0080 ( 0.1%) IRGen
0.0058 ( 0.1%) 0.0014 ( 0.1%) 0.0071 ( 0.1%) 0.0071 ( 0.1%) precheck-target
0.0026 ( 0.0%) 0.0006 ( 0.0%) 0.0032 ( 0.0%) 0.0032 ( 0.0%) load-all-members
0.0022 ( 0.0%) 0.0002 ( 0.0%) 0.0024 ( 0.0%) 0.0024 ( 0.0%) SIL optimization
0.0014 ( 0.0%) 0.0005 ( 0.0%) 0.0019 ( 0.0%) 0.0019 ( 0.0%) SILGen
0.0008 ( 0.0%) 0.0003 ( 0.0%) 0.0011 ( 0.0%) 0.0011 ( 0.0%) SILGen-function
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%) 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, 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%) 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
6.9093 (100.0%) 1.9718 (100.0%) 8.8811 (100.0%) 9.8910 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 7.2272 seconds (7.9148 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
5.0554 (100.0%) 2.1718 (100.0%) 7.2272 (100.0%) 7.9148 (100.0%) Building Target
5.0554 (100.0%) 2.1718 (100.0%) 7.2272 (100.0%) 7.9148 (100.0%) Total
SwiftCompile normal x86_64 /Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:16:23: warning: static property 'offset' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var offset: CGFloat = 30.0
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:16:23: note: convert 'offset' to a 'let' constant to make 'Sendable' shared state immutable
public static var offset: CGFloat = 30.0
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:16:23: note: add '@MainActor' to make static property 'offset' part of global actor 'MainActor'
public static var offset: CGFloat = 30.0
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:16:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var offset: CGFloat = 30.0
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:19:23: warning: static property 'duration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var duration: Double = 0.3
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:19:23: note: convert 'duration' to a 'let' constant to make 'Sendable' shared state immutable
public static var duration: Double = 0.3
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:19:23: note: add '@MainActor' to make static property 'duration' part of global actor 'MainActor'
public static var duration: Double = 0.3
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:19:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var duration: Double = 0.3
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:23:23: warning: static property 'interval' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var interval: Double = 0.075
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:23:23: note: convert 'interval' to a 'let' constant to make 'Sendable' shared state immutable
public static var interval: Double = 0.075
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:23:23: note: add '@MainActor' to make static property 'interval' part of global actor 'MainActor'
public static var interval: Double = 0.075
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:23:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var interval: Double = 0.075
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:26:23: warning: static property 'maxZoomScale' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var maxZoomScale: Double = 2.0
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:26:23: note: convert 'maxZoomScale' to a 'let' constant to make 'Sendable' shared state immutable
public static var maxZoomScale: Double = 2.0
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:26:23: note: add '@MainActor' to make static property 'maxZoomScale' part of global actor 'MainActor'
public static var maxZoomScale: Double = 2.0
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:26:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var maxZoomScale: Double = 2.0
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:29:23: warning: static property 'maxRotationAngle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var maxRotationAngle: CGFloat = CGFloat.pi/4
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:29:23: note: convert 'maxRotationAngle' to a 'let' constant to make 'Sendable' shared state immutable
public static var maxRotationAngle: CGFloat = CGFloat.pi/4
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:29:23: note: add '@MainActor' to make static property 'maxRotationAngle' part of global actor 'MainActor'
public static var maxRotationAngle: CGFloat = CGFloat.pi/4
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var maxRotationAngle: CGFloat = CGFloat.pi/4
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:32:23: warning: static property 'springDampingRatio' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var springDampingRatio: CGFloat = 1
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:32:23: note: convert 'springDampingRatio' to a 'let' constant to make 'Sendable' shared state immutable
public static var springDampingRatio: CGFloat = 1
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:32:23: note: add '@MainActor' to make static property 'springDampingRatio' part of global actor 'MainActor'
public static var springDampingRatio: CGFloat = 1
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:32:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var springDampingRatio: CGFloat = 1
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:35:23: warning: static property 'initialSpringVelocity' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var initialSpringVelocity: CGFloat = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:35:23: note: convert 'initialSpringVelocity' to a 'let' constant to make 'Sendable' shared state immutable
public static var initialSpringVelocity: CGFloat = 0
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:35:23: note: add '@MainActor' to make static property 'initialSpringVelocity' part of global actor 'MainActor'
public static var initialSpringVelocity: CGFloat = 0
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:35:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var initialSpringVelocity: CGFloat = 0
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Directions.swift /Users/admin/builder/spi-builder-workspace/Sources/Models/Directions.swift (in target 'ViewAnimator' from project 'ViewAnimator')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745778355720639-swift-frontend-ViewAnimator-Directions.swift-arm64_apple_ios13.1_macabi-o-Onone-1370615903.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 3.8831 seconds (9.9192 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.3900 ( 47.0%) 0.4008 ( 43.3%) 1.7907 ( 46.1%) 4.7887 ( 48.3%) parse-and-resolve-imports
1.3881 ( 46.9%) 0.3987 ( 43.1%) 1.7868 ( 46.0%) 4.7823 ( 48.2%) Import resolution
0.0763 ( 2.6%) 0.0183 ( 2.0%) 0.0946 ( 2.4%) 0.0947 ( 1.0%) build-rewrite-system
0.0115 ( 0.4%) 0.0255 ( 2.8%) 0.0371 ( 1.0%) 0.0612 ( 0.6%) load-stdlib
0.0265 ( 0.9%) 0.0237 ( 2.6%) 0.0502 ( 1.3%) 0.0537 ( 0.5%) import-clang-decl
0.0157 ( 0.5%) 0.0165 ( 1.8%) 0.0322 ( 0.8%) 0.0371 ( 0.4%) perform-sema
0.0156 ( 0.5%) 0.0165 ( 1.8%) 0.0321 ( 0.8%) 0.0370 ( 0.4%) Type checking and Semantic analysis
0.0145 ( 0.5%) 0.0163 ( 1.8%) 0.0308 ( 0.8%) 0.0357 ( 0.4%) typecheck-decl
0.0045 ( 0.2%) 0.0038 ( 0.4%) 0.0082 ( 0.2%) 0.0083 ( 0.1%) IRGen
0.0033 ( 0.1%) 0.0014 ( 0.2%) 0.0046 ( 0.1%) 0.0047 ( 0.0%) SILGen
0.0024 ( 0.1%) 0.0011 ( 0.1%) 0.0035 ( 0.1%) 0.0035 ( 0.0%) SILGen-function
0.0026 ( 0.1%) 0.0007 ( 0.1%) 0.0033 ( 0.1%) 0.0034 ( 0.0%) load-all-members
0.0013 ( 0.0%) 0.0012 ( 0.1%) 0.0025 ( 0.1%) 0.0027 ( 0.0%) typecheck-expr
0.0026 ( 0.1%) 0.0000 ( 0.0%) 0.0026 ( 0.1%) 0.0026 ( 0.0%) SIL optimization
0.0020 ( 0.1%) 0.0004 ( 0.0%) 0.0024 ( 0.1%) 0.0024 ( 0.0%) typecheck-stmt
0.0007 ( 0.0%) 0.0001 ( 0.0%) 0.0008 ( 0.0%) 0.0008 ( 0.0%) typecheck-expr-pattern
0.0003 ( 0.0%) 0.0000 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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%) SIL verification, post-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
2.9580 (100.0%) 0.9251 (100.0%) 3.8831 (100.0%) 9.9192 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 4.6963 seconds (7.9030 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
2.9244 (100.0%) 1.7718 (100.0%) 4.6963 (100.0%) 7.9030 (100.0%) Building Target
2.9244 (100.0%) 1.7718 (100.0%) 4.6963 (100.0%) 7.9030 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Models/Directions.swift (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ UITableView\ +\ ViewAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/UITableView\ +\ ViewAnimator.swift (in target 'ViewAnimator' from project 'ViewAnimator')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745778355721315-swift-frontend-ViewAnimator-UITableView___ViewAnimator.swift-arm64_apple_ios13.1_macabi-o-Onone-966528352.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6364 seconds (9.9769 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0438 ( 13.3%) 0.0907 ( 29.6%) 0.1345 ( 21.1%) 4.7635 ( 47.7%) parse-and-resolve-imports
0.0415 ( 12.6%) 0.0872 ( 28.5%) 0.1287 ( 20.2%) 4.7558 ( 47.7%) Import resolution
0.0846 ( 25.6%) 0.0286 ( 9.4%) 0.1132 ( 17.8%) 0.1136 ( 1.1%) build-rewrite-system
0.0014 ( 0.4%) 0.0073 ( 2.4%) 0.0087 ( 1.4%) 0.0879 ( 0.9%) load-stdlib
0.0333 ( 10.1%) 0.0309 ( 10.1%) 0.0643 ( 10.1%) 0.0663 ( 0.7%) import-clang-decl
0.0350 ( 10.6%) 0.0168 ( 5.5%) 0.0518 ( 8.1%) 0.0527 ( 0.5%) perform-sema
0.0349 ( 10.6%) 0.0168 ( 5.5%) 0.0517 ( 8.1%) 0.0526 ( 0.5%) Type checking and Semantic analysis
0.0203 ( 6.2%) 0.0061 ( 2.0%) 0.0264 ( 4.2%) 0.0264 ( 0.3%) typecheck-stmt
0.0118 ( 3.6%) 0.0092 ( 3.0%) 0.0210 ( 3.3%) 0.0219 ( 0.2%) typecheck-decl
0.0108 ( 3.3%) 0.0044 ( 1.4%) 0.0151 ( 2.4%) 0.0151 ( 0.2%) precheck-target
0.0041 ( 1.3%) 0.0047 ( 1.5%) 0.0088 ( 1.4%) 0.0088 ( 0.1%) IRGen
0.0028 ( 0.9%) 0.0011 ( 0.4%) 0.0039 ( 0.6%) 0.0040 ( 0.0%) load-all-members
0.0027 ( 0.8%) 0.0004 ( 0.1%) 0.0031 ( 0.5%) 0.0031 ( 0.0%) SIL optimization
0.0018 ( 0.5%) 0.0011 ( 0.3%) 0.0029 ( 0.5%) 0.0029 ( 0.0%) SILGen
0.0013 ( 0.4%) 0.0009 ( 0.3%) 0.0022 ( 0.4%) 0.0023 ( 0.0%) SILGen-function
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.3302 (100.0%) 0.3062 (100.0%) 0.6364 (100.0%) 9.9769 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 3.0215 seconds (7.9033 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.5899 (100.0%) 1.4316 (100.0%) 3.0215 (100.0%) 7.9033 (100.0%) Building Target
1.5899 (100.0%) 1.4316 (100.0%) 3.0215 (100.0%) 7.9033 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Extensions/UITableView\ +\ ViewAnimator.swift (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
SwiftEmitModule normal arm64 Emitting\ module\ for\ ViewAnimator (in target 'ViewAnimator' from project 'ViewAnimator')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745778360770950-swift-frontend-ViewAnimator-all-arm64_apple_ios13.1_macabi-swiftmodule-Onone-3993360187.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3693 seconds (0.3694 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0374 ( 16.3%) 0.0380 ( 27.2%) 0.0754 ( 20.4%) 0.0754 ( 20.4%) parse-and-resolve-imports
0.0354 ( 15.4%) 0.0358 ( 25.6%) 0.0712 ( 19.3%) 0.0712 ( 19.3%) Import resolution
0.0374 ( 16.3%) 0.0149 ( 10.7%) 0.0523 ( 14.2%) 0.0523 ( 14.2%) perform-sema
0.0373 ( 16.2%) 0.0149 ( 10.6%) 0.0522 ( 14.1%) 0.0522 ( 14.1%) Type checking and Semantic analysis
0.0372 ( 16.2%) 0.0148 ( 10.6%) 0.0519 ( 14.1%) 0.0520 ( 14.1%) typecheck-decl
0.0049 ( 2.1%) 0.0072 ( 5.2%) 0.0122 ( 3.3%) 0.0122 ( 3.3%) import-clang-decl
0.0080 ( 3.5%) 0.0030 ( 2.1%) 0.0110 ( 3.0%) 0.0110 ( 3.0%) build-rewrite-system
0.0084 ( 3.6%) 0.0024 ( 1.7%) 0.0108 ( 2.9%) 0.0108 ( 2.9%) typecheck-expr
0.0060 ( 2.6%) 0.0025 ( 1.8%) 0.0085 ( 2.3%) 0.0085 ( 2.3%) SIL optimization
0.0069 ( 3.0%) 0.0016 ( 1.1%) 0.0084 ( 2.3%) 0.0084 ( 2.3%) SILGen
0.0031 ( 1.4%) 0.0007 ( 0.5%) 0.0038 ( 1.0%) 0.0038 ( 1.0%) precheck-target
0.0027 ( 1.2%) 0.0007 ( 0.5%) 0.0034 ( 0.9%) 0.0034 ( 0.9%) SILGen-function
0.0011 ( 0.5%) 0.0017 ( 1.2%) 0.0028 ( 0.8%) 0.0028 ( 0.8%) load-stdlib
0.0018 ( 0.8%) 0.0009 ( 0.6%) 0.0027 ( 0.7%) 0.0027 ( 0.7%) Serialization, swiftmodule
0.0009 ( 0.4%) 0.0003 ( 0.2%) 0.0012 ( 0.3%) 0.0012 ( 0.3%) typecheck-stmt
0.0007 ( 0.3%) 0.0001 ( 0.1%) 0.0008 ( 0.2%) 0.0008 ( 0.2%) typecheck-expr-pattern
0.0004 ( 0.2%) 0.0001 ( 0.1%) 0.0005 ( 0.1%) 0.0005 ( 0.1%) Serialization, swiftdoc
0.0001 ( 0.1%) 0.0001 ( 0.0%) 0.0002 ( 0.1%) 0.0002 ( 0.1%) Serialization, swiftsourceinfo
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) load-all-members
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-module-class-member-cache
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%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.2299 (100.0%) 0.1395 (100.0%) 0.3693 (100.0%) 0.3694 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1588 seconds (0.1600 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0952 (100.0%) 0.0636 (100.0%) 0.1588 (100.0%) 0.1600 (100.0%) Building Target
0.0952 (100.0%) 0.0636 (100.0%) 0.1588 (100.0%) 0.1600 (100.0%) Total
EmitSwiftModule normal arm64 (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:16:23: warning: static property 'offset' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var offset: CGFloat = 30.0
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:16:23: note: convert 'offset' to a 'let' constant to make 'Sendable' shared state immutable
public static var offset: CGFloat = 30.0
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:16:23: note: add '@MainActor' to make static property 'offset' part of global actor 'MainActor'
public static var offset: CGFloat = 30.0
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:16:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var offset: CGFloat = 30.0
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:19:23: warning: static property 'duration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var duration: Double = 0.3
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:19:23: note: convert 'duration' to a 'let' constant to make 'Sendable' shared state immutable
public static var duration: Double = 0.3
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:19:23: note: add '@MainActor' to make static property 'duration' part of global actor 'MainActor'
public static var duration: Double = 0.3
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:19:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var duration: Double = 0.3
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:23:23: warning: static property 'interval' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var interval: Double = 0.075
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:23:23: note: convert 'interval' to a 'let' constant to make 'Sendable' shared state immutable
public static var interval: Double = 0.075
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:23:23: note: add '@MainActor' to make static property 'interval' part of global actor 'MainActor'
public static var interval: Double = 0.075
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:23:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var interval: Double = 0.075
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:26:23: warning: static property 'maxZoomScale' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var maxZoomScale: Double = 2.0
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:26:23: note: convert 'maxZoomScale' to a 'let' constant to make 'Sendable' shared state immutable
public static var maxZoomScale: Double = 2.0
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:26:23: note: add '@MainActor' to make static property 'maxZoomScale' part of global actor 'MainActor'
public static var maxZoomScale: Double = 2.0
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:26:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var maxZoomScale: Double = 2.0
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:29:23: warning: static property 'maxRotationAngle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var maxRotationAngle: CGFloat = CGFloat.pi/4
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:29:23: note: convert 'maxRotationAngle' to a 'let' constant to make 'Sendable' shared state immutable
public static var maxRotationAngle: CGFloat = CGFloat.pi/4
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:29:23: note: add '@MainActor' to make static property 'maxRotationAngle' part of global actor 'MainActor'
public static var maxRotationAngle: CGFloat = CGFloat.pi/4
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var maxRotationAngle: CGFloat = CGFloat.pi/4
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:32:23: warning: static property 'springDampingRatio' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var springDampingRatio: CGFloat = 1
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:32:23: note: convert 'springDampingRatio' to a 'let' constant to make 'Sendable' shared state immutable
public static var springDampingRatio: CGFloat = 1
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:32:23: note: add '@MainActor' to make static property 'springDampingRatio' part of global actor 'MainActor'
public static var springDampingRatio: CGFloat = 1
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:32:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var springDampingRatio: CGFloat = 1
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:35:23: warning: static property 'initialSpringVelocity' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var initialSpringVelocity: CGFloat = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:35:23: note: convert 'initialSpringVelocity' to a 'let' constant to make 'Sendable' shared state immutable
public static var initialSpringVelocity: CGFloat = 0
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:35:23: note: add '@MainActor' to make static property 'initialSpringVelocity' part of global actor 'MainActor'
public static var initialSpringVelocity: CGFloat = 0
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:35:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var initialSpringVelocity: CGFloat = 0
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal x86_64 Emitting module for ViewAnimator (in target 'ViewAnimator' from project 'ViewAnimator')
SwiftDriver\ Compilation\ Requirements ViewAnimator normal x86_64 com.apple.xcode.tools.swift.compiler (in target 'ViewAnimator' from project 'ViewAnimator')
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 ViewAnimator -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/ViewAnimator.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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 x86_64-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 -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -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/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/ViewAnimator-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/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/ViewAnimator.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/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/ViewAnimator_const_extract_protocols.json -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/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/DerivedSources-normal/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/DerivedSources/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/ViewAnimator-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for ViewAnimator (in target 'ViewAnimator' from project 'ViewAnimator')
SwiftCompile normal arm64 Compiling\ AnimationType.swift /Users/admin/builder/spi-builder-workspace/Sources/Models/AnimationType.swift (in target 'ViewAnimator' from project 'ViewAnimator')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745778361001823-swift-frontend-ViewAnimator-AnimationType.swift-arm64_apple_ios13.1_macabi-o-Onone-3258907289.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4795 seconds (0.4843 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0401 ( 13.5%) 0.0419 ( 23.1%) 0.0820 ( 17.1%) 0.0829 ( 17.1%) parse-and-resolve-imports
0.0377 ( 12.7%) 0.0394 ( 21.6%) 0.0771 ( 16.1%) 0.0780 ( 16.1%) Import resolution
0.0485 ( 16.3%) 0.0168 ( 9.2%) 0.0653 ( 13.6%) 0.0662 ( 13.7%) build-rewrite-system
0.0269 ( 9.0%) 0.0237 ( 13.0%) 0.0505 ( 10.5%) 0.0507 ( 10.5%) import-clang-decl
0.0314 ( 10.5%) 0.0126 ( 6.9%) 0.0440 ( 9.2%) 0.0445 ( 9.2%) perform-sema
0.0313 ( 10.5%) 0.0126 ( 6.9%) 0.0439 ( 9.2%) 0.0444 ( 9.2%) Type checking and Semantic analysis
0.0287 ( 9.7%) 0.0114 ( 6.3%) 0.0401 ( 8.4%) 0.0406 ( 8.4%) typecheck-stmt
0.0155 ( 5.2%) 0.0071 ( 3.9%) 0.0226 ( 4.7%) 0.0228 ( 4.7%) typecheck-expr
0.0161 ( 5.4%) 0.0063 ( 3.5%) 0.0224 ( 4.7%) 0.0227 ( 4.7%) precheck-target
0.0062 ( 2.1%) 0.0054 ( 2.9%) 0.0116 ( 2.4%) 0.0116 ( 2.4%) IRGen
0.0058 ( 1.9%) 0.0022 ( 1.2%) 0.0080 ( 1.7%) 0.0080 ( 1.7%) typecheck-decl
0.0026 ( 0.9%) 0.0008 ( 0.4%) 0.0034 ( 0.7%) 0.0034 ( 0.7%) load-all-members
0.0029 ( 1.0%) 0.0001 ( 0.1%) 0.0030 ( 0.6%) 0.0030 ( 0.6%) SIL optimization
0.0009 ( 0.3%) 0.0012 ( 0.6%) 0.0021 ( 0.4%) 0.0021 ( 0.4%) load-stdlib
0.0016 ( 0.5%) 0.0003 ( 0.2%) 0.0019 ( 0.4%) 0.0019 ( 0.4%) SILGen
0.0013 ( 0.4%) 0.0002 ( 0.1%) 0.0016 ( 0.3%) 0.0016 ( 0.3%) SILGen-function
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%) 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%) 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.2976 (100.0%) 0.1819 (100.0%) 0.4795 (100.0%) 0.4843 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.4576 seconds (2.6203 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.2105 (100.0%) 1.2471 (100.0%) 2.4576 (100.0%) 2.6203 (100.0%) Building Target
1.2105 (100.0%) 1.2471 (100.0%) 2.4576 (100.0%) 2.6203 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Models/AnimationType.swift (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriver\ Compilation\ Requirements ViewAnimator normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ViewAnimator' from project 'ViewAnimator')
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 ViewAnimator -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/ViewAnimator.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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 -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -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/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/ViewAnimator-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/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/ViewAnimator.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/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/ViewAnimator_const_extract_protocols.json -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/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/ViewAnimator-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling AnimationType.swift (in target 'ViewAnimator' from project 'ViewAnimator')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework/Versions/A/Modules/ViewAnimator.swiftmodule/x86_64-apple-ios-macabi.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/ViewAnimator.swiftmodule (in target 'ViewAnimator' from project 'ViewAnimator')
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/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/ViewAnimator.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework/Versions/A/Modules/ViewAnimator.swiftmodule/x86_64-apple-ios-macabi.swiftmodule
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework/Versions/A/Headers/ViewAnimator-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/ViewAnimator-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/ViewAnimator-Swift.h (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/ViewAnimator-Swift.h -arch x86_64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/ViewAnimator-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework/Versions/A/Headers/ViewAnimator-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework/Versions/A/Modules/ViewAnimator.swiftmodule/x86_64-apple-ios-macabi.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/ViewAnimator.swiftdoc (in target 'ViewAnimator' from project 'ViewAnimator')
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/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/ViewAnimator.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework/Versions/A/Modules/ViewAnimator.swiftmodule/x86_64-apple-ios-macabi.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework/Versions/A/Modules/ViewAnimator.swiftmodule/x86_64-apple-ios-macabi.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/ViewAnimator.abi.json (in target 'ViewAnimator' from project 'ViewAnimator')
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/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/ViewAnimator.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework/Versions/A/Modules/ViewAnimator.swiftmodule/x86_64-apple-ios-macabi.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework/Versions/A/Modules/ViewAnimator.swiftmodule/arm64-apple-ios-macabi.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/ViewAnimator.swiftmodule (in target 'ViewAnimator' from project 'ViewAnimator')
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/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/ViewAnimator.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework/Versions/A/Modules/ViewAnimator.swiftmodule/arm64-apple-ios-macabi.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework/Versions/A/Modules/ViewAnimator.swiftmodule/arm64-apple-ios-macabi.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/ViewAnimator.swiftdoc (in target 'ViewAnimator' from project 'ViewAnimator')
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/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/ViewAnimator.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework/Versions/A/Modules/ViewAnimator.swiftmodule/arm64-apple-ios-macabi.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework/Versions/A/Modules/ViewAnimator.swiftmodule/arm64-apple-ios-macabi.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/ViewAnimator.abi.json (in target 'ViewAnimator' from project 'ViewAnimator')
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/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/ViewAnimator.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework/Versions/A/Modules/ViewAnimator.swiftmodule/arm64-apple-ios-macabi.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework/Versions/A/Modules/ViewAnimator.swiftmodule/Project/x86_64-apple-ios-macabi.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/ViewAnimator.swiftsourceinfo (in target 'ViewAnimator' from project 'ViewAnimator')
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/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/ViewAnimator.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework/Versions/A/Modules/ViewAnimator.swiftmodule/Project/x86_64-apple-ios-macabi.swiftsourceinfo
SwiftDriverJobDiscovery normal x86_64 Compiling AnimationType.swift (in target 'ViewAnimator' from project 'ViewAnimator')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework/Versions/A/Modules/ViewAnimator.swiftmodule/Project/arm64-apple-ios-macabi.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/ViewAnimator.swiftsourceinfo (in target 'ViewAnimator' from project 'ViewAnimator')
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/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/ViewAnimator.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework/Versions/A/Modules/ViewAnimator.swiftmodule/Project/arm64-apple-ios-macabi.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ Animation.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/Animation.swift (in target 'ViewAnimator' from project 'ViewAnimator')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Protocols/Animation.swift (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745778364075548-swift-frontend-ViewAnimator-Animation.swift-arm64_apple_ios13.1_macabi-o-Onone-1543021229.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1599 seconds (0.1603 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0359 ( 46.4%) 0.0377 ( 45.7%) 0.0736 ( 46.0%) 0.0738 ( 46.0%) parse-and-resolve-imports
0.0339 ( 43.9%) 0.0344 ( 41.6%) 0.0683 ( 42.7%) 0.0685 ( 42.7%) Import resolution
0.0027 ( 3.5%) 0.0038 ( 4.6%) 0.0065 ( 4.1%) 0.0065 ( 4.1%) IRGen
0.0011 ( 1.4%) 0.0020 ( 2.4%) 0.0030 ( 1.9%) 0.0031 ( 1.9%) load-stdlib
0.0009 ( 1.2%) 0.0017 ( 2.0%) 0.0026 ( 1.6%) 0.0026 ( 1.6%) import-clang-decl
0.0009 ( 1.2%) 0.0010 ( 1.2%) 0.0019 ( 1.2%) 0.0019 ( 1.2%) perform-sema
0.0009 ( 1.2%) 0.0010 ( 1.2%) 0.0019 ( 1.2%) 0.0019 ( 1.2%) Type checking and Semantic analysis
0.0009 ( 1.1%) 0.0007 ( 0.9%) 0.0016 ( 1.0%) 0.0016 ( 1.0%) typecheck-decl
0.0000 ( 0.0%) 0.0003 ( 0.3%) 0.0003 ( 0.2%) 0.0003 ( 0.2%) module-populate-cache
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) build-rewrite-system
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SILGen
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL 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%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0773 (100.0%) 0.0826 (100.0%) 0.1599 (100.0%) 0.1603 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.0991 seconds (0.1001 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0428 (100.0%) 0.0563 (100.0%) 0.0991 (100.0%) 0.1001 (100.0%) Building Target
0.0428 (100.0%) 0.0563 (100.0%) 0.0991 (100.0%) 0.1001 (100.0%) Total
SwiftCompile normal x86_64 Compiling\ Animation.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/Animation.swift (in target 'ViewAnimator' from project 'ViewAnimator')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745778364067685-swift-frontend-ViewAnimator-Animation.swift-x86_64_apple_ios13.1_macabi-o-Onone-2544610628.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1560 seconds (0.1566 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0343 ( 45.9%) 0.0371 ( 45.6%) 0.0714 ( 45.7%) 0.0716 ( 45.7%) parse-and-resolve-imports
0.0321 ( 43.0%) 0.0336 ( 41.3%) 0.0657 ( 42.1%) 0.0660 ( 42.1%) Import resolution
0.0029 ( 3.9%) 0.0039 ( 4.8%) 0.0068 ( 4.4%) 0.0068 ( 4.3%) IRGen
0.0011 ( 1.5%) 0.0017 ( 2.1%) 0.0028 ( 1.8%) 0.0028 ( 1.8%) import-clang-decl
0.0010 ( 1.3%) 0.0016 ( 1.9%) 0.0025 ( 1.6%) 0.0025 ( 1.6%) load-stdlib
0.0011 ( 1.5%) 0.0012 ( 1.4%) 0.0023 ( 1.5%) 0.0023 ( 1.5%) perform-sema
0.0011 ( 1.4%) 0.0012 ( 1.4%) 0.0022 ( 1.4%) 0.0022 ( 1.4%) Type checking and Semantic analysis
0.0010 ( 1.4%) 0.0008 ( 1.0%) 0.0019 ( 1.2%) 0.0019 ( 1.2%) typecheck-decl
0.0000 ( 0.0%) 0.0004 ( 0.4%) 0.0004 ( 0.2%) 0.0004 ( 0.2%) module-populate-cache
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0001 ( 0.1%) 0.0001 ( 0.1%) build-rewrite-system
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SILGen
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL 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%) 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.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0747 (100.0%) 0.0813 (100.0%) 0.1560 (100.0%) 0.1566 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.0997 seconds (0.1000 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0416 (100.0%) 0.0580 (100.0%) 0.0997 (100.0%) 0.1000 (100.0%) Building Target
0.0416 (100.0%) 0.0580 (100.0%) 0.0997 (100.0%) 0.1000 (100.0%) Total
SwiftCompile normal x86_64 /Users/admin/builder/spi-builder-workspace/Sources/Protocols/Animation.swift (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ ViewAnimatorConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift (in target 'ViewAnimator' from project 'ViewAnimator')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:16:23: warning: static property 'offset' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var offset: CGFloat = 30.0
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:16:23: note: convert 'offset' to a 'let' constant to make 'Sendable' shared state immutable
public static var offset: CGFloat = 30.0
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:16:23: note: add '@MainActor' to make static property 'offset' part of global actor 'MainActor'
public static var offset: CGFloat = 30.0
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:16:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var offset: CGFloat = 30.0
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:19:23: warning: static property 'duration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var duration: Double = 0.3
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:19:23: note: convert 'duration' to a 'let' constant to make 'Sendable' shared state immutable
public static var duration: Double = 0.3
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:19:23: note: add '@MainActor' to make static property 'duration' part of global actor 'MainActor'
public static var duration: Double = 0.3
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:19:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var duration: Double = 0.3
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:23:23: warning: static property 'interval' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var interval: Double = 0.075
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:23:23: note: convert 'interval' to a 'let' constant to make 'Sendable' shared state immutable
public static var interval: Double = 0.075
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:23:23: note: add '@MainActor' to make static property 'interval' part of global actor 'MainActor'
public static var interval: Double = 0.075
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:23:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var interval: Double = 0.075
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:26:23: warning: static property 'maxZoomScale' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var maxZoomScale: Double = 2.0
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:26:23: note: convert 'maxZoomScale' to a 'let' constant to make 'Sendable' shared state immutable
public static var maxZoomScale: Double = 2.0
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:26:23: note: add '@MainActor' to make static property 'maxZoomScale' part of global actor 'MainActor'
public static var maxZoomScale: Double = 2.0
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:26:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var maxZoomScale: Double = 2.0
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:29:23: warning: static property 'maxRotationAngle' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var maxRotationAngle: CGFloat = CGFloat.pi/4
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:29:23: note: convert 'maxRotationAngle' to a 'let' constant to make 'Sendable' shared state immutable
public static var maxRotationAngle: CGFloat = CGFloat.pi/4
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:29:23: note: add '@MainActor' to make static property 'maxRotationAngle' part of global actor 'MainActor'
public static var maxRotationAngle: CGFloat = CGFloat.pi/4
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var maxRotationAngle: CGFloat = CGFloat.pi/4
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:32:23: warning: static property 'springDampingRatio' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var springDampingRatio: CGFloat = 1
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:32:23: note: convert 'springDampingRatio' to a 'let' constant to make 'Sendable' shared state immutable
public static var springDampingRatio: CGFloat = 1
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:32:23: note: add '@MainActor' to make static property 'springDampingRatio' part of global actor 'MainActor'
public static var springDampingRatio: CGFloat = 1
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:32:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var springDampingRatio: CGFloat = 1
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:35:23: warning: static property 'initialSpringVelocity' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var initialSpringVelocity: CGFloat = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:35:23: note: convert 'initialSpringVelocity' to a 'let' constant to make 'Sendable' shared state immutable
public static var initialSpringVelocity: CGFloat = 0
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:35:23: note: add '@MainActor' to make static property 'initialSpringVelocity' part of global actor 'MainActor'
public static var initialSpringVelocity: CGFloat = 0
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ViewAnimatorConfig.swift:35:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var initialSpringVelocity: CGFloat = 0
^
nonisolated(unsafe)
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745778364224891-swift-frontend-ViewAnimator-ViewAnimatorConfig.swift-arm64_apple_ios13.1_macabi-o-Onone-3042702725.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2291 seconds (0.2346 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0353 ( 25.9%) 0.0339 ( 36.7%) 0.0693 ( 30.2%) 0.0697 ( 29.7%) parse-and-resolve-imports
0.0333 ( 24.4%) 0.0321 ( 34.7%) 0.0654 ( 28.6%) 0.0658 ( 28.1%) Import resolution
0.0050 ( 3.7%) 0.0065 ( 7.0%) 0.0115 ( 5.0%) 0.0162 ( 6.9%) IRGen
0.0115 ( 8.4%) 0.0034 ( 3.7%) 0.0149 ( 6.5%) 0.0149 ( 6.4%) perform-sema
0.0114 ( 8.4%) 0.0034 ( 3.7%) 0.0149 ( 6.5%) 0.0149 ( 6.3%) Type checking and Semantic analysis
0.0114 ( 8.3%) 0.0034 ( 3.7%) 0.0148 ( 6.4%) 0.0148 ( 6.3%) typecheck-decl
0.0100 ( 7.3%) 0.0030 ( 3.2%) 0.0129 ( 5.6%) 0.0129 ( 5.5%) typecheck-expr
0.0067 ( 4.9%) 0.0020 ( 2.2%) 0.0087 ( 3.8%) 0.0087 ( 3.7%) build-rewrite-system
0.0057 ( 4.2%) 0.0015 ( 1.7%) 0.0072 ( 3.2%) 0.0072 ( 3.1%) precheck-target
0.0010 ( 0.7%) 0.0015 ( 1.7%) 0.0026 ( 1.1%) 0.0026 ( 1.1%) load-stdlib
0.0012 ( 0.9%) 0.0013 ( 1.4%) 0.0025 ( 1.1%) 0.0025 ( 1.1%) import-clang-decl
0.0022 ( 1.6%) 0.0000 ( 0.0%) 0.0022 ( 0.9%) 0.0022 ( 0.9%) SIL optimization
0.0011 ( 0.8%) 0.0003 ( 0.3%) 0.0014 ( 0.6%) 0.0014 ( 0.6%) SILGen
0.0006 ( 0.5%) 0.0001 ( 0.2%) 0.0008 ( 0.3%) 0.0008 ( 0.3%) SILGen-function
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%) 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.1366 (100.0%) 0.0926 (100.0%) 0.2291 (100.0%) 0.2346 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1218 seconds (0.1270 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0693 (100.0%) 0.0525 (100.0%) 0.1218 (100.0%) 0.1270 (100.0%) Building Target
0.0693 (100.0%) 0.0525 (100.0%) 0.1218 (100.0%) 0.1270 (100.0%) Total
SwiftDriverJobDiscovery normal arm64 Compiling Directions.swift (in target 'ViewAnimator' from project 'ViewAnimator')
SwiftCompile normal arm64 Compiling\ ViewAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/ViewAnimator.swift (in target 'ViewAnimator' from project 'ViewAnimator')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ViewAnimator.swift (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745778364236663-swift-frontend-ViewAnimator-ViewAnimator.swift-arm64_apple_ios13.1_macabi-o-Onone-3628882549.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4101 seconds (0.4434 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0348 ( 13.0%) 0.0335 ( 23.4%) 0.0682 ( 16.6%) 0.0683 ( 15.4%) parse-and-resolve-imports
0.0331 ( 12.4%) 0.0317 ( 22.2%) 0.0648 ( 15.8%) 0.0649 ( 14.6%) Import resolution
0.0392 ( 14.6%) 0.0150 ( 10.5%) 0.0542 ( 13.2%) 0.0608 ( 13.7%) perform-sema
0.0391 ( 14.6%) 0.0150 ( 10.5%) 0.0541 ( 13.2%) 0.0607 ( 13.7%) Type checking and Semantic analysis
0.0249 ( 9.3%) 0.0099 ( 6.9%) 0.0348 ( 8.5%) 0.0402 ( 9.1%) typecheck-expr
0.0242 ( 9.0%) 0.0098 ( 6.9%) 0.0340 ( 8.3%) 0.0401 ( 9.1%) typecheck-stmt
0.0166 ( 6.2%) 0.0064 ( 4.5%) 0.0230 ( 5.6%) 0.0244 ( 5.5%) typecheck-decl
0.0117 ( 4.4%) 0.0041 ( 2.9%) 0.0158 ( 3.9%) 0.0174 ( 3.9%) precheck-target
0.0113 ( 4.2%) 0.0025 ( 1.7%) 0.0138 ( 3.4%) 0.0166 ( 3.8%) SILGen
0.0078 ( 2.9%) 0.0040 ( 2.8%) 0.0118 ( 2.9%) 0.0118 ( 2.7%) IRGen
0.0055 ( 2.1%) 0.0056 ( 3.9%) 0.0111 ( 2.7%) 0.0115 ( 2.6%) import-clang-decl
0.0075 ( 2.8%) 0.0026 ( 1.8%) 0.0101 ( 2.5%) 0.0106 ( 2.4%) build-rewrite-system
0.0046 ( 1.7%) 0.0009 ( 0.6%) 0.0055 ( 1.3%) 0.0067 ( 1.5%) SILGen-function
0.0050 ( 1.9%) 0.0001 ( 0.1%) 0.0051 ( 1.2%) 0.0051 ( 1.2%) SIL optimization
0.0009 ( 0.3%) 0.0012 ( 0.8%) 0.0021 ( 0.5%) 0.0021 ( 0.5%) load-stdlib
0.0006 ( 0.2%) 0.0003 ( 0.2%) 0.0009 ( 0.2%) 0.0014 ( 0.3%) load-all-members
0.0005 ( 0.2%) 0.0001 ( 0.1%) 0.0006 ( 0.1%) 0.0006 ( 0.1%) 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%) 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.2673 (100.0%) 0.1428 (100.0%) 0.4101 (100.0%) 0.4434 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1997 seconds (0.2102 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1360 (100.0%) 0.0637 (100.0%) 0.1997 (100.0%) 0.2102 (100.0%) Building Target
0.1360 (100.0%) 0.0637 (100.0%) 0.1997 (100.0%) 0.2102 (100.0%) Total
SwiftDriverJobDiscovery normal arm64 Compiling UITableView + ViewAnimator.swift (in target 'ViewAnimator' from project 'ViewAnimator')
SwiftDriverJobDiscovery normal arm64 Compiling UICollectionView + ViewAnimator.swift (in target 'ViewAnimator' from project 'ViewAnimator')
SwiftDriverJobDiscovery normal x86_64 Compiling UICollectionView + ViewAnimator.swift (in target 'ViewAnimator' from project 'ViewAnimator')
SwiftDriverJobDiscovery normal x86_64 Compiling Directions.swift (in target 'ViewAnimator' from project 'ViewAnimator')
SwiftDriverJobDiscovery normal x86_64 Compiling ViewAnimatorConfig.swift (in target 'ViewAnimator' from project 'ViewAnimator')
SwiftDriverJobDiscovery normal x86_64 Compiling Animation.swift (in target 'ViewAnimator' from project 'ViewAnimator')
SwiftDriverJobDiscovery normal x86_64 Compiling ViewAnimator.swift (in target 'ViewAnimator' from project 'ViewAnimator')
SwiftDriverJobDiscovery normal x86_64 Compiling UITableView + ViewAnimator.swift (in target 'ViewAnimator' from project 'ViewAnimator')
SwiftDriverJobDiscovery normal arm64 Compiling Animation.swift (in target 'ViewAnimator' from project 'ViewAnimator')
SwiftDriver\ Compilation ViewAnimator normal x86_64 com.apple.xcode.tools.swift.compiler (in target 'ViewAnimator' from project 'ViewAnimator')
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 ViewAnimator -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/ViewAnimator.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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 x86_64-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 -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -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/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/ViewAnimator-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/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/ViewAnimator.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/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/ViewAnimator_const_extract_protocols.json -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/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/DerivedSources-normal/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/DerivedSources/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/ViewAnimator-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/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/Binary/ViewAnimator normal x86_64 (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target x86_64-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 -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -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/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/ViewAnimator.LinkFileList -install_name @rpath/ViewAnimator.framework/Versions/A/ViewAnimator -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/ViewAnimator_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/ViewAnimator_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/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/ViewAnimator.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/Binary/ViewAnimator
SwiftDriverJobDiscovery normal arm64 Compiling ViewAnimatorConfig.swift (in target 'ViewAnimator' from project 'ViewAnimator')
SwiftDriverJobDiscovery normal arm64 Compiling ViewAnimator.swift (in target 'ViewAnimator' from project 'ViewAnimator')
SwiftDriver\ Compilation ViewAnimator normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ViewAnimator' from project 'ViewAnimator')
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 ViewAnimator -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/ViewAnimator.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -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 -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -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/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/ViewAnimator-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/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/ViewAnimator.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/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/ViewAnimator_const_extract_protocols.json -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/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/ViewAnimator-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/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/Binary/ViewAnimator normal arm64 (in target 'ViewAnimator' from project 'ViewAnimator')
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 -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -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/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/ViewAnimator.LinkFileList -install_name @rpath/ViewAnimator.framework/Versions/A/ViewAnimator -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/ViewAnimator_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/ViewAnimator_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/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/ViewAnimator.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/Binary/ViewAnimator
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework/Versions/A/ViewAnimator normal arm64\ x86_64 (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/Binary/ViewAnimator /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/Binary/ViewAnimator -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework/Versions/A/ViewAnimator
ExtractAppIntentsMetadata (in target 'ViewAnimator' from project 'ViewAnimator')
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 ViewAnimator --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 ViewAnimator --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework/Versions/A/Resources --target-triple arm64-apple-ios13.1-macabi --target-triple x86_64-apple-ios13.1-macabi --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework/Versions/A/ViewAnimator --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/ViewAnimator_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/ViewAnimator_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/ViewAnimator.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/ViewAnimator.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/ViewAnimator.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/ViewAnimator.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/arm64/ViewAnimator.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ViewAnimator.build/Debug-maccatalyst/ViewAnimator.build/Objects-normal/x86_64/ViewAnimator.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 11:26:04.672 appintentsmetadataprocessor[711:4129] Starting appintentsmetadataprocessor export
2025-04-27 11:26:04.676 appintentsmetadataprocessor[711:4129] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst/ViewAnimator.framework/Versions/A/ViewAnimator.tbd (in target 'ViewAnimator' from project 'ViewAnimator')
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 -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -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/ViewAnimator.framework/Versions/A/ViewAnimator -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst/ViewAnimator.framework/Versions/A/ViewAnimator.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/ViewAnimator.framework
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst/ViewAnimator.framework/ViewAnimator.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst/ViewAnimator.framework/Versions/A/ViewAnimator.tbd (in target 'ViewAnimator' from project 'ViewAnimator')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst/ViewAnimator.framework/Versions/A/ViewAnimator.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst/ViewAnimator.framework/ViewAnimator.tbd
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:ddfc7ee086005d9864062e6317ea83d1d3525f3a, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:ddfc7ee086005d9864062e6317ea83d1d3525f3a, name:My Mac }
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ViewAnimator",
"name" : "ViewAnimator",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "ViewAnimator",
"targets" : [
"ViewAnimator"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "ViewAnimatorTests",
"module_type" : "SwiftTarget",
"name" : "ViewAnimatorTests",
"path" : "ViewAnimatorTests",
"sources" : [
"Tests.swift"
],
"target_dependencies" : [
"ViewAnimator"
],
"type" : "test"
},
{
"c99name" : "ViewAnimator",
"module_type" : "SwiftTarget",
"name" : "ViewAnimator",
"path" : "Sources",
"product_memberships" : [
"ViewAnimator"
],
"sources" : [
"Extensions/UICollectionView + ViewAnimator.swift",
"Extensions/UITableView + ViewAnimator.swift",
"Models/AnimationType.swift",
"Models/Directions.swift",
"Protocols/Animation.swift",
"ViewAnimator.swift",
"ViewAnimatorConfig.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.