Build Information
Successful build of ViewAnimator, reference master (653a71
), 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/marcosgriselli/ViewAnimator
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 653a715 💥 keyFrames: animate the view's alpha (#86)
Cloned https://github.com/marcosgriselli/ViewAnimator.git
Revision (git rev-parse @):
653a71588ecfd81dbbbcc9348b9f3cb0245b0a13
SUCCESS checkout https://github.com/marcosgriselli/ViewAnimator.git at master
========================================
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
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/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/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/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/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/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/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
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/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
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/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/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
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 (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/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 (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
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
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 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
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
SwiftCompile normal arm64 Compiling\ Directions.swift /Users/admin/builder/spi-builder-workspace/Sources/Models/Directions.swift (in target 'ViewAnimator' from project 'ViewAnimator')
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
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745778355106760-swift-frontend-ViewAnimator-Directions.swift-arm64_apple_ios13.1_macabi-o-Onone-4018895821.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5448 seconds (10.9099 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0405 ( 15.1%) 0.0905 ( 32.6%) 0.1309 ( 24.0%) 5.2472 ( 48.1%) parse-and-resolve-imports
0.0384 ( 14.4%) 0.0872 ( 31.4%) 0.1256 ( 23.1%) 5.2419 ( 48.0%) Import resolution
0.0015 ( 0.6%) 0.0104 ( 3.8%) 0.0119 ( 2.2%) 0.1421 ( 1.3%) load-stdlib
0.0816 ( 30.5%) 0.0283 ( 10.2%) 0.1100 ( 20.2%) 0.1105 ( 1.0%) build-rewrite-system
0.0295 ( 11.0%) 0.0294 ( 10.6%) 0.0590 ( 10.8%) 0.0589 ( 0.5%) import-clang-decl
0.0187 ( 7.0%) 0.0073 ( 2.6%) 0.0260 ( 4.8%) 0.0266 ( 0.2%) perform-sema
0.0187 ( 7.0%) 0.0073 ( 2.6%) 0.0259 ( 4.8%) 0.0265 ( 0.2%) Type checking and Semantic analysis
0.0172 ( 6.4%) 0.0067 ( 2.4%) 0.0239 ( 4.4%) 0.0245 ( 0.2%) typecheck-decl
0.0055 ( 2.0%) 0.0066 ( 2.4%) 0.0120 ( 2.2%) 0.0121 ( 0.1%) IRGen
0.0031 ( 1.1%) 0.0007 ( 0.3%) 0.0038 ( 0.7%) 0.0038 ( 0.0%) SILGen
0.0027 ( 1.0%) 0.0007 ( 0.3%) 0.0034 ( 0.6%) 0.0034 ( 0.0%) load-all-members
0.0024 ( 0.9%) 0.0007 ( 0.3%) 0.0031 ( 0.6%) 0.0031 ( 0.0%) typecheck-stmt
0.0023 ( 0.9%) 0.0006 ( 0.2%) 0.0029 ( 0.5%) 0.0028 ( 0.0%) SILGen-function
0.0027 ( 1.0%) 0.0001 ( 0.0%) 0.0028 ( 0.5%) 0.0028 ( 0.0%) SIL optimization
0.0017 ( 0.6%) 0.0006 ( 0.2%) 0.0023 ( 0.4%) 0.0023 ( 0.0%) typecheck-expr
0.0007 ( 0.3%) 0.0001 ( 0.1%) 0.0009 ( 0.2%) 0.0009 ( 0.0%) typecheck-expr-pattern
0.0003 ( 0.1%) 0.0000 ( 0.0%) 0.0004 ( 0.1%) 0.0004 ( 0.0%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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
0.2675 (100.0%) 0.2773 (100.0%) 0.5448 (100.0%) 10.9099 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 3.1186 seconds (8.5967 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.6711 (100.0%) 1.4475 (100.0%) 3.1186 (100.0%) 8.5967 (100.0%) Building Target
1.6711 (100.0%) 1.4475 (100.0%) 3.1186 (100.0%) 8.5967 (100.0%) Total
SwiftCompile normal arm64 Compiling\ UICollectionView\ +\ ViewAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/UICollectionView\ +\ ViewAnimator.swift (in target 'ViewAnimator' from project 'ViewAnimator')
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
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745778355105804-swift-frontend-ViewAnimator-UICollectionView___ViewAnimator.swift-arm64_apple_ios13.1_macabi-o-Onone-2073700741.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7222 seconds (11.0974 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0422 ( 11.2%) 0.0991 ( 28.6%) 0.1413 ( 19.6%) 5.2668 ( 47.5%) parse-and-resolve-imports
0.0396 ( 10.5%) 0.0962 ( 27.8%) 0.1359 ( 18.8%) 5.2614 ( 47.4%) Import resolution
0.0014 ( 0.4%) 0.0117 ( 3.4%) 0.0131 ( 1.8%) 0.1333 ( 1.2%) load-stdlib
0.0959 ( 25.5%) 0.0333 ( 9.6%) 0.1292 ( 17.9%) 0.1297 ( 1.2%) build-rewrite-system
0.0374 ( 10.0%) 0.0367 ( 10.6%) 0.0741 ( 10.3%) 0.0747 ( 0.7%) import-clang-decl
0.0444 ( 11.8%) 0.0182 ( 5.3%) 0.0626 ( 8.7%) 0.0635 ( 0.6%) perform-sema
0.0443 ( 11.8%) 0.0182 ( 5.3%) 0.0625 ( 8.7%) 0.0634 ( 0.6%) Type checking and Semantic analysis
0.0254 ( 6.8%) 0.0077 ( 2.2%) 0.0330 ( 4.6%) 0.0337 ( 0.3%) typecheck-stmt
0.0149 ( 4.0%) 0.0095 ( 2.7%) 0.0244 ( 3.4%) 0.0246 ( 0.2%) typecheck-decl
0.0133 ( 3.5%) 0.0054 ( 1.6%) 0.0187 ( 2.6%) 0.0188 ( 0.2%) precheck-target
0.0072 ( 1.9%) 0.0077 ( 2.2%) 0.0150 ( 2.1%) 0.0150 ( 0.1%) IRGen
0.0024 ( 0.6%) 0.0010 ( 0.3%) 0.0034 ( 0.5%) 0.0034 ( 0.0%) SILGen
0.0026 ( 0.7%) 0.0008 ( 0.2%) 0.0034 ( 0.5%) 0.0034 ( 0.0%) load-all-members
0.0028 ( 0.8%) 0.0001 ( 0.0%) 0.0029 ( 0.4%) 0.0030 ( 0.0%) SIL optimization
0.0018 ( 0.5%) 0.0008 ( 0.2%) 0.0026 ( 0.4%) 0.0026 ( 0.0%) SILGen-function
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3757 (100.0%) 0.3465 (100.0%) 0.7222 (100.0%) 11.0974 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 3.1273 seconds (8.5997 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.7100 (100.0%) 1.4174 (100.0%) 3.1273 (100.0%) 8.5997 (100.0%) Building Target
1.7100 (100.0%) 1.4174 (100.0%) 3.1273 (100.0%) 8.5997 (100.0%) Total
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')
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
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745778355107623-swift-frontend-ViewAnimator-UICollectionView___ViewAnimator.swift-x86_64_apple_ios13.1_macabi-o-Onone-2489836361.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6731 seconds (10.8349 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0400 ( 12.0%) 0.1065 ( 31.5%) 0.1466 ( 21.8%) 5.1852 ( 47.9%) parse-and-resolve-imports
0.0381 ( 11.4%) 0.1046 ( 30.9%) 0.1427 ( 21.2%) 5.1814 ( 47.8%) Import resolution
0.0965 ( 28.8%) 0.0335 ( 9.9%) 0.1299 ( 19.3%) 0.1309 ( 1.2%) build-rewrite-system
0.0014 ( 0.4%) 0.0130 ( 3.9%) 0.0144 ( 2.1%) 0.0973 ( 0.9%) load-stdlib
0.0343 ( 10.2%) 0.0330 ( 9.8%) 0.0673 ( 10.0%) 0.0679 ( 0.6%) import-clang-decl
0.0342 ( 10.2%) 0.0116 ( 3.4%) 0.0458 ( 6.8%) 0.0458 ( 0.4%) perform-sema
0.0341 ( 10.2%) 0.0116 ( 3.4%) 0.0457 ( 6.8%) 0.0457 ( 0.4%) Type checking and Semantic analysis
0.0207 ( 6.2%) 0.0062 ( 1.8%) 0.0269 ( 4.0%) 0.0269 ( 0.2%) typecheck-stmt
0.0105 ( 3.1%) 0.0051 ( 1.5%) 0.0156 ( 2.3%) 0.0156 ( 0.1%) typecheck-decl
0.0105 ( 3.1%) 0.0043 ( 1.3%) 0.0149 ( 2.2%) 0.0149 ( 0.1%) precheck-target
0.0049 ( 1.5%) 0.0053 ( 1.6%) 0.0102 ( 1.5%) 0.0102 ( 0.1%) IRGen
0.0027 ( 0.8%) 0.0009 ( 0.3%) 0.0035 ( 0.5%) 0.0035 ( 0.0%) load-all-members
0.0023 ( 0.7%) 0.0011 ( 0.3%) 0.0034 ( 0.5%) 0.0034 ( 0.0%) SILGen
0.0029 ( 0.9%) 0.0004 ( 0.1%) 0.0033 ( 0.5%) 0.0033 ( 0.0%) SIL optimization
0.0018 ( 0.5%) 0.0010 ( 0.3%) 0.0028 ( 0.4%) 0.0028 ( 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%) 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%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.3349 (100.0%) 0.3382 (100.0%) 0.6731 (100.0%) 10.8349 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 3.2334 seconds (8.6076 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.8420 (100.0%) 1.3914 (100.0%) 3.2334 (100.0%) 8.6076 (100.0%) Building Target
1.8420 (100.0%) 1.3914 (100.0%) 3.2334 (100.0%) 8.6076 (100.0%) Total
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-1745778355110710-swift-frontend-ViewAnimator-UITableView___ViewAnimator.swift-arm64_apple_ios13.1_macabi-o-Onone-2088819980.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6875 seconds (11.1355 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0434 ( 11.8%) 0.0927 ( 28.9%) 0.1361 ( 19.8%) 5.3191 ( 47.8%) parse-and-resolve-imports
0.0410 ( 11.2%) 0.0900 ( 28.1%) 0.1310 ( 19.1%) 5.3139 ( 47.7%) Import resolution
0.0984 ( 26.8%) 0.0346 ( 10.8%) 0.1330 ( 19.3%) 0.1337 ( 1.2%) build-rewrite-system
0.0014 ( 0.4%) 0.0073 ( 2.3%) 0.0088 ( 1.3%) 0.0876 ( 0.8%) load-stdlib
0.0347 ( 9.5%) 0.0334 ( 10.4%) 0.0682 ( 9.9%) 0.0684 ( 0.6%) import-clang-decl
0.0410 ( 11.2%) 0.0157 ( 4.9%) 0.0567 ( 8.2%) 0.0572 ( 0.5%) perform-sema
0.0409 ( 11.1%) 0.0156 ( 4.9%) 0.0566 ( 8.2%) 0.0571 ( 0.5%) Type checking and Semantic analysis
0.0256 ( 7.0%) 0.0085 ( 2.6%) 0.0341 ( 5.0%) 0.0343 ( 0.3%) typecheck-stmt
0.0140 ( 3.8%) 0.0064 ( 2.0%) 0.0204 ( 3.0%) 0.0206 ( 0.2%) precheck-target
0.0125 ( 3.4%) 0.0069 ( 2.1%) 0.0194 ( 2.8%) 0.0197 ( 0.2%) typecheck-decl
0.0054 ( 1.5%) 0.0070 ( 2.2%) 0.0124 ( 1.8%) 0.0126 ( 0.1%) IRGen
0.0027 ( 0.7%) 0.0007 ( 0.2%) 0.0034 ( 0.5%) 0.0035 ( 0.0%) load-all-members
0.0027 ( 0.7%) 0.0001 ( 0.0%) 0.0028 ( 0.4%) 0.0028 ( 0.0%) SIL optimization
0.0019 ( 0.5%) 0.0008 ( 0.3%) 0.0027 ( 0.4%) 0.0027 ( 0.0%) SILGen
0.0014 ( 0.4%) 0.0007 ( 0.2%) 0.0021 ( 0.3%) 0.0022 ( 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%) 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%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3671 (100.0%) 0.3203 (100.0%) 0.6875 (100.0%) 11.1355 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 3.1095 seconds (8.5916 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.7122 (100.0%) 1.3973 (100.0%) 3.1095 (100.0%) 8.5916 (100.0%) Building Target
1.7122 (100.0%) 1.3973 (100.0%) 3.1095 (100.0%) 8.5916 (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
SwiftCompile normal arm64 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-1745778355110466-swift-frontend-ViewAnimator-Animation.swift-arm64_apple_ios13.1_macabi-o-Onone-1003120807.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4998 seconds (10.6060 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0427 ( 20.1%) 0.0973 ( 33.8%) 0.1400 ( 28.0%) 5.1556 ( 48.6%) parse-and-resolve-imports
0.0404 ( 19.1%) 0.0948 ( 32.9%) 0.1353 ( 27.1%) 5.1508 ( 48.6%) Import resolution
0.0866 ( 40.9%) 0.0333 ( 11.6%) 0.1199 ( 24.0%) 0.1201 ( 1.1%) build-rewrite-system
0.0015 ( 0.7%) 0.0088 ( 3.1%) 0.0103 ( 2.1%) 0.0756 ( 0.7%) load-stdlib
0.0305 ( 14.4%) 0.0296 ( 10.3%) 0.0602 ( 12.0%) 0.0614 ( 0.6%) import-clang-decl
0.0037 ( 1.7%) 0.0062 ( 2.2%) 0.0099 ( 2.0%) 0.0103 ( 0.1%) IRGen
0.0013 ( 0.6%) 0.0057 ( 2.0%) 0.0069 ( 1.4%) 0.0096 ( 0.1%) perform-sema
0.0012 ( 0.6%) 0.0056 ( 2.0%) 0.0068 ( 1.4%) 0.0094 ( 0.1%) Type checking and Semantic analysis
0.0012 ( 0.6%) 0.0056 ( 1.9%) 0.0068 ( 1.4%) 0.0093 ( 0.1%) typecheck-decl
0.0027 ( 1.3%) 0.0009 ( 0.3%) 0.0036 ( 0.7%) 0.0036 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SILGen
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 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%) 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, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.2118 (100.0%) 0.2880 (100.0%) 0.4998 (100.0%) 10.6060 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 3.2685 seconds (8.5927 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.7367 (100.0%) 1.5318 (100.0%) 3.2685 (100.0%) 8.5927 (100.0%) Building Target
1.7367 (100.0%) 1.5318 (100.0%) 3.2685 (100.0%) 8.5927 (100.0%) Total
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
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-1745778355108098-swift-frontend-ViewAnimator-all-x86_64_apple_ios13.1_macabi-swiftmodule-Onone-3018753284.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 9.4499 seconds (10.6534 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
3.5056 ( 48.9%) 1.0839 ( 47.6%) 4.5895 ( 48.6%) 5.1388 ( 48.2%) parse-and-resolve-imports
3.5035 ( 48.8%) 1.0807 ( 47.5%) 4.5842 ( 48.5%) 5.1319 ( 48.2%) Import resolution
0.0014 ( 0.0%) 0.0082 ( 0.4%) 0.0096 ( 0.1%) 0.0897 ( 0.8%) load-stdlib
0.0388 ( 0.5%) 0.0216 ( 1.0%) 0.0604 ( 0.6%) 0.0646 ( 0.6%) perform-sema
0.0387 ( 0.5%) 0.0216 ( 0.9%) 0.0603 ( 0.6%) 0.0644 ( 0.6%) Type checking and Semantic analysis
0.0385 ( 0.5%) 0.0215 ( 0.9%) 0.0600 ( 0.6%) 0.0641 ( 0.6%) typecheck-decl
0.0070 ( 0.1%) 0.0147 ( 0.6%) 0.0218 ( 0.2%) 0.0280 ( 0.3%) SIL optimization
0.0022 ( 0.0%) 0.0114 ( 0.5%) 0.0136 ( 0.1%) 0.0197 ( 0.2%) Serialization, swiftmodule
0.0053 ( 0.1%) 0.0083 ( 0.4%) 0.0136 ( 0.1%) 0.0152 ( 0.1%) import-clang-decl
0.0083 ( 0.1%) 0.0011 ( 0.1%) 0.0094 ( 0.1%) 0.0094 ( 0.1%) typecheck-expr
0.0076 ( 0.1%) 0.0012 ( 0.1%) 0.0088 ( 0.1%) 0.0088 ( 0.1%) SILGen
0.0076 ( 0.1%) 0.0004 ( 0.0%) 0.0080 ( 0.1%) 0.0080 ( 0.1%) build-rewrite-system
0.0032 ( 0.0%) 0.0002 ( 0.0%) 0.0034 ( 0.0%) 0.0034 ( 0.0%) precheck-target
0.0029 ( 0.0%) 0.0005 ( 0.0%) 0.0033 ( 0.0%) 0.0034 ( 0.0%) SILGen-function
0.0006 ( 0.0%) 0.0011 ( 0.0%) 0.0017 ( 0.0%) 0.0018 ( 0.0%) Serialization, swiftdoc
0.0009 ( 0.0%) 0.0002 ( 0.0%) 0.0011 ( 0.0%) 0.0011 ( 0.0%) typecheck-stmt
0.0006 ( 0.0%) 0.0001 ( 0.0%) 0.0007 ( 0.0%) 0.0007 ( 0.0%) typecheck-expr-pattern
0.0002 ( 0.0%) 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%) 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%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
7.1731 (100.0%) 2.2768 (100.0%) 9.4499 (100.0%) 10.6534 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 4.7062 seconds (5.3490 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
3.5680 (100.0%) 1.1382 (100.0%) 4.7062 (100.0%) 5.3490 (100.0%) Building Target
3.5680 (100.0%) 1.1382 (100.0%) 4.7062 (100.0%) 5.3490 (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\ 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-1745778355111445-swift-frontend-ViewAnimator-AnimationType.swift-x86_64_apple_ios13.1_macabi-o-Onone-2671237953.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7424 seconds (10.7958 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0412 ( 11.8%) 0.1156 ( 29.3%) 0.1568 ( 21.1%) 5.1409 ( 47.6%) parse-and-resolve-imports
0.0388 ( 11.1%) 0.1130 ( 28.7%) 0.1517 ( 20.4%) 5.1356 ( 47.6%) Import resolution
0.0893 ( 25.6%) 0.0314 ( 8.0%) 0.1207 ( 16.3%) 0.1213 ( 1.1%) build-rewrite-system
0.0011 ( 0.3%) 0.0046 ( 1.2%) 0.0057 ( 0.8%) 0.0771 ( 0.7%) load-stdlib
0.0309 ( 8.9%) 0.0325 ( 8.3%) 0.0634 ( 8.5%) 0.0637 ( 0.6%) import-clang-decl
0.0323 ( 9.3%) 0.0226 ( 5.7%) 0.0549 ( 7.4%) 0.0588 ( 0.5%) perform-sema
0.0323 ( 9.3%) 0.0226 ( 5.7%) 0.0548 ( 7.4%) 0.0587 ( 0.5%) Type checking and Semantic analysis
0.0292 ( 8.4%) 0.0148 ( 3.8%) 0.0440 ( 5.9%) 0.0450 ( 0.4%) typecheck-stmt
0.0161 ( 4.6%) 0.0081 ( 2.1%) 0.0242 ( 3.3%) 0.0252 ( 0.2%) precheck-target
0.0154 ( 4.4%) 0.0075 ( 1.9%) 0.0229 ( 3.1%) 0.0229 ( 0.2%) typecheck-expr
0.0067 ( 1.9%) 0.0094 ( 2.4%) 0.0160 ( 2.2%) 0.0189 ( 0.2%) typecheck-decl
0.0062 ( 1.8%) 0.0065 ( 1.6%) 0.0126 ( 1.7%) 0.0133 ( 0.1%) IRGen
0.0017 ( 0.5%) 0.0024 ( 0.6%) 0.0041 ( 0.6%) 0.0041 ( 0.0%) SILGen
0.0015 ( 0.4%) 0.0023 ( 0.6%) 0.0038 ( 0.5%) 0.0038 ( 0.0%) SILGen-function
0.0026 ( 0.7%) 0.0008 ( 0.2%) 0.0034 ( 0.5%) 0.0034 ( 0.0%) load-all-members
0.0030 ( 0.9%) 0.0001 ( 0.0%) 0.0030 ( 0.4%) 0.0030 ( 0.0%) SIL optimization
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.3484 (100.0%) 0.3940 (100.0%) 0.7424 (100.0%) 10.7958 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 3.2944 seconds (8.6014 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.8578 (100.0%) 1.4365 (100.0%) 3.2944 (100.0%) 8.6014 (100.0%) Building Target
1.8578 (100.0%) 1.4365 (100.0%) 3.2944 (100.0%) 8.6014 (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
SwiftCompile normal x86_64 Compiling\ ViewAnimator.swift /Users/admin/builder/spi-builder-workspace/Sources/ViewAnimator.swift (in target 'ViewAnimator' from project 'ViewAnimator')
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
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745778355112102-swift-frontend-ViewAnimator-ViewAnimator.swift-x86_64_apple_ios13.1_macabi-o-Onone-4263256551.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.9072 seconds (10.9496 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0432 ( 8.8%) 0.1280 ( 30.9%) 0.1713 ( 18.9%) 5.1564 ( 47.1%) parse-and-resolve-imports
0.0412 ( 8.4%) 0.1255 ( 30.3%) 0.1668 ( 18.4%) 5.1518 ( 47.1%) Import resolution
0.0935 ( 19.0%) 0.0309 ( 7.5%) 0.1244 ( 13.7%) 0.1247 ( 1.1%) build-rewrite-system
0.0011 ( 0.2%) 0.0057 ( 1.4%) 0.0068 ( 0.7%) 0.0777 ( 0.7%) load-stdlib
0.0577 ( 11.7%) 0.0188 ( 4.5%) 0.0765 ( 8.4%) 0.0765 ( 0.7%) perform-sema
0.0576 ( 11.7%) 0.0188 ( 4.5%) 0.0764 ( 8.4%) 0.0765 ( 0.7%) Type checking and Semantic analysis
0.0367 ( 7.4%) 0.0342 ( 8.2%) 0.0709 ( 7.8%) 0.0716 ( 0.7%) import-clang-decl
0.0393 ( 8.0%) 0.0106 ( 2.6%) 0.0500 ( 5.5%) 0.0500 ( 0.5%) typecheck-expr
0.0381 ( 7.7%) 0.0100 ( 2.4%) 0.0481 ( 5.3%) 0.0481 ( 0.4%) typecheck-stmt
0.0292 ( 5.9%) 0.0117 ( 2.8%) 0.0408 ( 4.5%) 0.0409 ( 0.4%) typecheck-decl
0.0134 ( 2.7%) 0.0115 ( 2.8%) 0.0250 ( 2.8%) 0.0250 ( 0.2%) IRGen
0.0169 ( 3.4%) 0.0046 ( 1.1%) 0.0215 ( 2.4%) 0.0215 ( 0.2%) precheck-target
0.0098 ( 2.0%) 0.0015 ( 0.4%) 0.0113 ( 1.3%) 0.0114 ( 0.1%) SILGen
0.0062 ( 1.3%) 0.0002 ( 0.1%) 0.0064 ( 0.7%) 0.0064 ( 0.1%) SIL optimization
0.0055 ( 1.1%) 0.0009 ( 0.2%) 0.0063 ( 0.7%) 0.0064 ( 0.1%) SILGen-function
0.0031 ( 0.6%) 0.0011 ( 0.3%) 0.0042 ( 0.5%) 0.0042 ( 0.0%) load-all-members
0.0005 ( 0.1%) 0.0000 ( 0.0%) 0.0005 ( 0.1%) 0.0005 ( 0.0%) typecheck-for-each
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.4931 (100.0%) 0.4141 (100.0%) 0.9072 (100.0%) 10.9496 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 3.3191 seconds (8.6091 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.9375 (100.0%) 1.3816 (100.0%) 3.3191 (100.0%) 8.6091 (100.0%) Building Target
1.9375 (100.0%) 1.3816 (100.0%) 3.3191 (100.0%) 8.6091 (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-1745778355111373-swift-frontend-ViewAnimator-Animation.swift-x86_64_apple_ios13.1_macabi-o-Onone-2879536576.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5726 seconds (10.8997 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0452 ( 19.7%) 0.1243 ( 36.2%) 0.1695 ( 29.6%) 5.3185 ( 48.8%) parse-and-resolve-imports
0.0429 ( 18.7%) 0.1214 ( 35.4%) 0.1643 ( 28.7%) 5.3132 ( 48.7%) Import resolution
0.0893 ( 39.0%) 0.0328 ( 9.5%) 0.1221 ( 21.3%) 0.1225 ( 1.1%) build-rewrite-system
0.0311 ( 13.5%) 0.0336 ( 9.8%) 0.0647 ( 11.3%) 0.0650 ( 0.6%) import-clang-decl
0.0090 ( 3.9%) 0.0213 ( 6.2%) 0.0304 ( 5.3%) 0.0585 ( 0.5%) load-stdlib
0.0040 ( 1.7%) 0.0055 ( 1.6%) 0.0094 ( 1.6%) 0.0098 ( 0.1%) IRGen
0.0026 ( 1.1%) 0.0009 ( 0.3%) 0.0034 ( 0.6%) 0.0034 ( 0.0%) load-all-members
0.0017 ( 0.7%) 0.0012 ( 0.4%) 0.0029 ( 0.5%) 0.0029 ( 0.0%) perform-sema
0.0017 ( 0.7%) 0.0011 ( 0.3%) 0.0028 ( 0.5%) 0.0028 ( 0.0%) Type checking and Semantic analysis
0.0016 ( 0.7%) 0.0011 ( 0.3%) 0.0027 ( 0.5%) 0.0027 ( 0.0%) typecheck-decl
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SILGen
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SIL 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%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2293 (100.0%) 0.3433 (100.0%) 0.5726 (100.0%) 10.8997 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 3.1942 seconds (8.6002 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.8183 (100.0%) 1.3760 (100.0%) 3.1942 (100.0%) 8.6002 (100.0%) Building Target
1.8183 (100.0%) 1.3760 (100.0%) 3.1942 (100.0%) 8.6002 (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
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-1745778355111735-swift-frontend-ViewAnimator-all-arm64_apple_ios13.1_macabi-swiftmodule-Onone-1508222887.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 9.5654 seconds (10.6458 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
3.5725 ( 48.9%) 1.0714 ( 47.6%) 4.6439 ( 48.5%) 5.1616 ( 48.5%) parse-and-resolve-imports
3.5704 ( 48.8%) 1.0677 ( 47.4%) 4.6381 ( 48.5%) 5.1539 ( 48.4%) Import resolution
0.0379 ( 0.5%) 0.0222 ( 1.0%) 0.0601 ( 0.6%) 0.0641 ( 0.6%) perform-sema
0.0378 ( 0.5%) 0.0221 ( 1.0%) 0.0599 ( 0.6%) 0.0640 ( 0.6%) Type checking and Semantic analysis
0.0377 ( 0.5%) 0.0220 ( 1.0%) 0.0597 ( 0.6%) 0.0637 ( 0.6%) typecheck-decl
0.0112 ( 0.2%) 0.0258 ( 1.1%) 0.0370 ( 0.4%) 0.0587 ( 0.6%) load-stdlib
0.0072 ( 0.1%) 0.0052 ( 0.2%) 0.0123 ( 0.1%) 0.0180 ( 0.2%) SIL optimization
0.0050 ( 0.1%) 0.0090 ( 0.4%) 0.0141 ( 0.1%) 0.0160 ( 0.2%) import-clang-decl
0.0082 ( 0.1%) 0.0017 ( 0.1%) 0.0099 ( 0.1%) 0.0099 ( 0.1%) typecheck-expr
0.0022 ( 0.0%) 0.0029 ( 0.1%) 0.0051 ( 0.1%) 0.0096 ( 0.1%) Serialization, swiftmodule
0.0073 ( 0.1%) 0.0008 ( 0.0%) 0.0081 ( 0.1%) 0.0082 ( 0.1%) SILGen
0.0076 ( 0.1%) 0.0003 ( 0.0%) 0.0079 ( 0.1%) 0.0079 ( 0.1%) build-rewrite-system
0.0030 ( 0.0%) 0.0001 ( 0.0%) 0.0031 ( 0.0%) 0.0031 ( 0.0%) precheck-target
0.0026 ( 0.0%) 0.0004 ( 0.0%) 0.0030 ( 0.0%) 0.0031 ( 0.0%) SILGen-function
0.0005 ( 0.0%) 0.0002 ( 0.0%) 0.0007 ( 0.0%) 0.0015 ( 0.0%) Serialization, swiftdoc
0.0008 ( 0.0%) 0.0002 ( 0.0%) 0.0011 ( 0.0%) 0.0011 ( 0.0%) typecheck-stmt
0.0006 ( 0.0%) 0.0001 ( 0.0%) 0.0007 ( 0.0%) 0.0007 ( 0.0%) typecheck-expr-pattern
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0004 ( 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%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
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%) populate-module-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
7.3129 (100.0%) 2.2525 (100.0%) 9.5654 (100.0%) 10.6458 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 4.7887 seconds (5.3453 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
3.6432 (100.0%) 1.1455 (100.0%) 4.7887 (100.0%) 5.3453 (100.0%) Building Target
3.6432 (100.0%) 1.1455 (100.0%) 4.7887 (100.0%) 5.3453 (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)
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')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745778360542097-swift-frontend-ViewAnimator-UITableView___ViewAnimator.swift-x86_64_apple_ios13.1_macabi-o-Onone-1006248713.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6053 seconds (0.6085 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0947 ( 25.9%) 0.0310 ( 12.9%) 0.1257 ( 20.8%) 0.1271 ( 20.9%) build-rewrite-system
0.0479 ( 13.1%) 0.0588 ( 24.5%) 0.1067 ( 17.6%) 0.1070 ( 17.6%) parse-and-resolve-imports
0.0454 ( 12.4%) 0.0560 ( 23.3%) 0.1014 ( 16.8%) 0.1016 ( 16.7%) Import resolution
0.0344 ( 9.4%) 0.0337 ( 14.0%) 0.0681 ( 11.2%) 0.0685 ( 11.3%) import-clang-decl
0.0396 ( 10.8%) 0.0149 ( 6.2%) 0.0545 ( 9.0%) 0.0548 ( 9.0%) perform-sema
0.0395 ( 10.8%) 0.0149 ( 6.2%) 0.0544 ( 9.0%) 0.0547 ( 9.0%) Type checking and Semantic analysis
0.0231 ( 6.3%) 0.0076 ( 3.2%) 0.0308 ( 5.1%) 0.0310 ( 5.1%) typecheck-stmt
0.0129 ( 3.5%) 0.0062 ( 2.6%) 0.0191 ( 3.2%) 0.0192 ( 3.2%) typecheck-decl
0.0127 ( 3.5%) 0.0057 ( 2.4%) 0.0184 ( 3.0%) 0.0185 ( 3.0%) precheck-target
0.0055 ( 1.5%) 0.0064 ( 2.6%) 0.0119 ( 2.0%) 0.0119 ( 1.9%) IRGen
0.0013 ( 0.4%) 0.0028 ( 1.1%) 0.0041 ( 0.7%) 0.0041 ( 0.7%) load-stdlib
0.0026 ( 0.7%) 0.0008 ( 0.3%) 0.0034 ( 0.6%) 0.0034 ( 0.6%) load-all-members
0.0027 ( 0.7%) 0.0001 ( 0.0%) 0.0027 ( 0.4%) 0.0027 ( 0.4%) SIL optimization
0.0017 ( 0.5%) 0.0007 ( 0.3%) 0.0024 ( 0.4%) 0.0024 ( 0.4%) SILGen
0.0012 ( 0.3%) 0.0006 ( 0.2%) 0.0017 ( 0.3%) 0.0017 ( 0.3%) 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%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.3651 (100.0%) 0.2402 (100.0%) 0.6053 (100.0%) 0.6085 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.9614 seconds (3.1682 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.7798 (100.0%) 1.1816 (100.0%) 2.9614 (100.0%) 3.1682 (100.0%) Building Target
1.7798 (100.0%) 1.1816 (100.0%) 2.9614 (100.0%) 3.1682 (100.0%) Total
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
SwiftDriverJobDiscovery normal x86_64 Emitting module for ViewAnimator (in target 'ViewAnimator' from project 'ViewAnimator')
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-1745778360543522-swift-frontend-ViewAnimator-ViewAnimatorConfig.swift-x86_64_apple_ios13.1_macabi-o-Onone-4175660071.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4991 seconds (0.5015 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0843 ( 28.9%) 0.0286 ( 13.8%) 0.1128 ( 22.6%) 0.1145 ( 22.8%) build-rewrite-system
0.0457 ( 15.7%) 0.0577 ( 27.8%) 0.1034 ( 20.7%) 0.1037 ( 20.7%) parse-and-resolve-imports
0.0434 ( 14.9%) 0.0550 ( 26.5%) 0.0984 ( 19.7%) 0.0986 ( 19.7%) Import resolution
0.0308 ( 10.6%) 0.0303 ( 14.6%) 0.0611 ( 12.2%) 0.0614 ( 12.2%) import-clang-decl
0.0165 ( 5.7%) 0.0057 ( 2.8%) 0.0223 ( 4.5%) 0.0223 ( 4.4%) perform-sema
0.0165 ( 5.6%) 0.0057 ( 2.8%) 0.0222 ( 4.4%) 0.0222 ( 4.4%) Type checking and Semantic analysis
0.0164 ( 5.6%) 0.0056 ( 2.7%) 0.0221 ( 4.4%) 0.0221 ( 4.4%) typecheck-decl
0.0145 ( 5.0%) 0.0049 ( 2.4%) 0.0195 ( 3.9%) 0.0195 ( 3.9%) typecheck-expr
0.0055 ( 1.9%) 0.0067 ( 3.2%) 0.0122 ( 2.4%) 0.0123 ( 2.4%) IRGen
0.0093 ( 3.2%) 0.0026 ( 1.3%) 0.0120 ( 2.4%) 0.0120 ( 2.4%) precheck-target
0.0014 ( 0.5%) 0.0029 ( 1.4%) 0.0043 ( 0.9%) 0.0044 ( 0.9%) load-stdlib
0.0030 ( 1.0%) 0.0010 ( 0.5%) 0.0040 ( 0.8%) 0.0040 ( 0.8%) load-all-members
0.0022 ( 0.7%) 0.0000 ( 0.0%) 0.0022 ( 0.4%) 0.0022 ( 0.4%) SIL optimization
0.0013 ( 0.4%) 0.0004 ( 0.2%) 0.0016 ( 0.3%) 0.0016 ( 0.3%) SILGen
0.0007 ( 0.3%) 0.0002 ( 0.1%) 0.0010 ( 0.2%) 0.0010 ( 0.2%) 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%) 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%) AST verification
0.2916 (100.0%) 0.2074 (100.0%) 0.4991 (100.0%) 0.5015 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.9522 seconds (3.1700 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.6778 (100.0%) 1.2744 (100.0%) 2.9522 (100.0%) 3.1700 (100.0%) Building Target
1.6778 (100.0%) 1.2744 (100.0%) 2.9522 (100.0%) 3.1700 (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)
SwiftDriverJobDiscovery normal arm64 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 Compiling Directions.swift (in target 'ViewAnimator' from project 'ViewAnimator')
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
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
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 x86_64 Compiling\ Directions.swift /Users/admin/builder/spi-builder-workspace/Sources/Models/Directions.swift (in target 'ViewAnimator' from project 'ViewAnimator')
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
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745778364185621-swift-frontend-ViewAnimator-Directions.swift-x86_64_apple_ios13.1_macabi-o-Onone-2406771895.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2441 seconds (0.2442 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0356 ( 26.3%) 0.0418 ( 38.4%) 0.0774 ( 31.7%) 0.0774 ( 31.7%) parse-and-resolve-imports
0.0338 ( 25.0%) 0.0402 ( 36.9%) 0.0740 ( 30.3%) 0.0740 ( 30.3%) Import resolution
0.0144 ( 10.7%) 0.0053 ( 4.9%) 0.0197 ( 8.1%) 0.0197 ( 8.1%) perform-sema
0.0144 ( 10.6%) 0.0053 ( 4.9%) 0.0197 ( 8.1%) 0.0197 ( 8.1%) Type checking and Semantic analysis
0.0133 ( 9.8%) 0.0050 ( 4.6%) 0.0183 ( 7.5%) 0.0183 ( 7.5%) typecheck-decl
0.0046 ( 3.4%) 0.0041 ( 3.7%) 0.0087 ( 3.6%) 0.0087 ( 3.6%) IRGen
0.0023 ( 1.7%) 0.0031 ( 2.8%) 0.0054 ( 2.2%) 0.0054 ( 2.2%) import-clang-decl
0.0035 ( 2.6%) 0.0009 ( 0.8%) 0.0043 ( 1.8%) 0.0043 ( 1.8%) build-rewrite-system
0.0033 ( 2.5%) 0.0006 ( 0.6%) 0.0040 ( 1.6%) 0.0040 ( 1.6%) SILGen
0.0025 ( 1.8%) 0.0005 ( 0.5%) 0.0030 ( 1.2%) 0.0030 ( 1.2%) SILGen-function
0.0026 ( 1.9%) 0.0000 ( 0.0%) 0.0026 ( 1.1%) 0.0026 ( 1.1%) SIL optimization
0.0019 ( 1.4%) 0.0005 ( 0.4%) 0.0024 ( 1.0%) 0.0024 ( 1.0%) typecheck-stmt
0.0014 ( 1.0%) 0.0005 ( 0.4%) 0.0019 ( 0.8%) 0.0019 ( 0.8%) typecheck-expr
0.0008 ( 0.6%) 0.0009 ( 0.8%) 0.0017 ( 0.7%) 0.0017 ( 0.7%) load-stdlib
0.0007 ( 0.5%) 0.0001 ( 0.1%) 0.0008 ( 0.3%) 0.0008 ( 0.3%) typecheck-expr-pattern
0.0003 ( 0.2%) 0.0000 ( 0.0%) 0.0003 ( 0.1%) 0.0003 ( 0.1%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
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.1353 (100.0%) 0.1088 (100.0%) 0.2441 (100.0%) 0.2442 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1320 seconds (0.1324 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0739 (100.0%) 0.0581 (100.0%) 0.1320 (100.0%) 0.1324 (100.0%) Building Target
0.0739 (100.0%) 0.0581 (100.0%) 0.1320 (100.0%) 0.1324 (100.0%) Total
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-1745778364192646-swift-frontend-ViewAnimator-ViewAnimator.swift-arm64_apple_ios13.1_macabi-o-Onone-1336211000.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5310 seconds (0.5311 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0385 ( 10.7%) 0.0473 ( 27.5%) 0.0858 ( 16.2%) 0.0858 ( 16.2%) parse-and-resolve-imports
0.0366 ( 10.2%) 0.0455 ( 26.4%) 0.0821 ( 15.5%) 0.0821 ( 15.5%) Import resolution
0.0553 ( 15.4%) 0.0148 ( 8.6%) 0.0701 ( 13.2%) 0.0701 ( 13.2%) perform-sema
0.0552 ( 15.4%) 0.0148 ( 8.6%) 0.0701 ( 13.2%) 0.0701 ( 13.2%) Type checking and Semantic analysis
0.0393 ( 11.0%) 0.0090 ( 5.2%) 0.0483 ( 9.1%) 0.0483 ( 9.1%) typecheck-expr
0.0384 ( 10.7%) 0.0087 ( 5.1%) 0.0471 ( 8.9%) 0.0471 ( 8.9%) typecheck-stmt
0.0266 ( 7.4%) 0.0086 ( 5.0%) 0.0353 ( 6.6%) 0.0353 ( 6.6%) typecheck-decl
0.0181 ( 5.0%) 0.0048 ( 2.8%) 0.0229 ( 4.3%) 0.0229 ( 4.3%) precheck-target
0.0102 ( 2.8%) 0.0048 ( 2.8%) 0.0150 ( 2.8%) 0.0150 ( 2.8%) IRGen
0.0065 ( 1.8%) 0.0069 ( 4.0%) 0.0134 ( 2.5%) 0.0134 ( 2.5%) import-clang-decl
0.0105 ( 2.9%) 0.0014 ( 0.8%) 0.0118 ( 2.2%) 0.0118 ( 2.2%) SILGen
0.0088 ( 2.5%) 0.0026 ( 1.5%) 0.0114 ( 2.1%) 0.0114 ( 2.1%) build-rewrite-system
0.0063 ( 1.7%) 0.0008 ( 0.5%) 0.0071 ( 1.3%) 0.0071 ( 1.3%) SILGen-function
0.0062 ( 1.7%) 0.0001 ( 0.1%) 0.0063 ( 1.2%) 0.0063 ( 1.2%) SIL optimization
0.0009 ( 0.3%) 0.0015 ( 0.9%) 0.0025 ( 0.5%) 0.0025 ( 0.5%) load-stdlib
0.0007 ( 0.2%) 0.0003 ( 0.2%) 0.0011 ( 0.2%) 0.0011 ( 0.2%) typecheck-for-each
0.0005 ( 0.1%) 0.0003 ( 0.1%) 0.0007 ( 0.1%) 0.0007 ( 0.1%) 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%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3589 (100.0%) 0.1721 (100.0%) 0.5310 (100.0%) 0.5311 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2600 seconds (0.2610 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1781 (100.0%) 0.0818 (100.0%) 0.2600 (100.0%) 0.2610 (100.0%) Building Target
0.1781 (100.0%) 0.0818 (100.0%) 0.2600 (100.0%) 0.2610 (100.0%) Total
SwiftDriverJobDiscovery normal arm64 Compiling UICollectionView + ViewAnimator.swift (in target 'ViewAnimator' from project 'ViewAnimator')
SwiftCompile normal arm64 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-1745778364200716-swift-frontend-ViewAnimator-ViewAnimatorConfig.swift-arm64_apple_ios13.1_macabi-o-Onone-972647606.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2537 seconds (0.2537 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0374 ( 26.9%) 0.0454 ( 39.6%) 0.0828 ( 32.6%) 0.0828 ( 32.6%) parse-and-resolve-imports
0.0358 ( 25.7%) 0.0437 ( 38.1%) 0.0795 ( 31.3%) 0.0795 ( 31.3%) Import resolution
0.0112 ( 8.1%) 0.0037 ( 3.2%) 0.0149 ( 5.9%) 0.0149 ( 5.9%) perform-sema
0.0112 ( 8.0%) 0.0037 ( 3.2%) 0.0148 ( 5.9%) 0.0148 ( 5.8%) Type checking and Semantic analysis
0.0111 ( 8.0%) 0.0037 ( 3.2%) 0.0148 ( 5.8%) 0.0148 ( 5.8%) typecheck-decl
0.0098 ( 7.1%) 0.0033 ( 2.8%) 0.0131 ( 5.2%) 0.0131 ( 5.2%) typecheck-expr
0.0068 ( 4.9%) 0.0021 ( 1.8%) 0.0090 ( 3.5%) 0.0090 ( 3.5%) build-rewrite-system
0.0041 ( 2.9%) 0.0039 ( 3.4%) 0.0080 ( 3.1%) 0.0080 ( 3.2%) IRGen
0.0059 ( 4.2%) 0.0017 ( 1.5%) 0.0076 ( 3.0%) 0.0076 ( 3.0%) precheck-target
0.0010 ( 0.7%) 0.0018 ( 1.6%) 0.0028 ( 1.1%) 0.0028 ( 1.1%) load-stdlib
0.0010 ( 0.7%) 0.0013 ( 1.2%) 0.0024 ( 0.9%) 0.0024 ( 0.9%) import-clang-decl
0.0021 ( 1.5%) 0.0000 ( 0.0%) 0.0021 ( 0.8%) 0.0021 ( 0.8%) SIL optimization
0.0010 ( 0.7%) 0.0002 ( 0.2%) 0.0013 ( 0.5%) 0.0013 ( 0.5%) SILGen
0.0006 ( 0.4%) 0.0001 ( 0.1%) 0.0007 ( 0.3%) 0.0007 ( 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%) 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%) 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.1391 (100.0%) 0.1146 (100.0%) 0.2537 (100.0%) 0.2537 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1298 seconds (0.1299 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0693 (100.0%) 0.0605 (100.0%) 0.1298 (100.0%) 0.1299 (100.0%) Building Target
0.0693 (100.0%) 0.0605 (100.0%) 0.1298 (100.0%) 0.1299 (100.0%) Total
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)
SwiftDriverJobDiscovery normal arm64 Compiling Animation.swift (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-1745778364207107-swift-frontend-ViewAnimator-AnimationType.swift-arm64_apple_ios13.1_macabi-o-Onone-3659830989.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3652 seconds (0.3652 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0381 ( 16.8%) 0.0439 ( 31.7%) 0.0820 ( 22.5%) 0.0821 ( 22.5%) parse-and-resolve-imports
0.0361 ( 15.9%) 0.0420 ( 30.3%) 0.0780 ( 21.4%) 0.0781 ( 21.4%) Import resolution
0.0310 ( 13.7%) 0.0096 ( 6.9%) 0.0406 ( 11.1%) 0.0406 ( 11.1%) perform-sema
0.0309 ( 13.7%) 0.0096 ( 6.9%) 0.0405 ( 11.1%) 0.0405 ( 11.1%) Type checking and Semantic analysis
0.0286 ( 12.6%) 0.0086 ( 6.2%) 0.0372 ( 10.2%) 0.0372 ( 10.2%) typecheck-stmt
0.0156 ( 6.9%) 0.0045 ( 3.3%) 0.0201 ( 5.5%) 0.0201 ( 5.5%) precheck-target
0.0151 ( 6.7%) 0.0048 ( 3.5%) 0.0200 ( 5.5%) 0.0200 ( 5.5%) typecheck-expr
0.0087 ( 3.8%) 0.0027 ( 2.0%) 0.0114 ( 3.1%) 0.0114 ( 3.1%) build-rewrite-system
0.0064 ( 2.8%) 0.0046 ( 3.3%) 0.0110 ( 3.0%) 0.0110 ( 3.0%) IRGen
0.0036 ( 1.6%) 0.0045 ( 3.3%) 0.0081 ( 2.2%) 0.0081 ( 2.2%) import-clang-decl
0.0055 ( 2.4%) 0.0017 ( 1.2%) 0.0072 ( 2.0%) 0.0072 ( 2.0%) typecheck-decl
0.0028 ( 1.3%) 0.0001 ( 0.1%) 0.0029 ( 0.8%) 0.0029 ( 0.8%) SIL optimization
0.0009 ( 0.4%) 0.0015 ( 1.0%) 0.0024 ( 0.6%) 0.0024 ( 0.6%) load-stdlib
0.0016 ( 0.7%) 0.0003 ( 0.2%) 0.0019 ( 0.5%) 0.0019 ( 0.5%) SILGen
0.0014 ( 0.6%) 0.0002 ( 0.2%) 0.0016 ( 0.4%) 0.0016 ( 0.4%) 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%) load-all-members
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%) 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%) populate-source-file-class-member-cache
0.2265 (100.0%) 0.1387 (100.0%) 0.3652 (100.0%) 0.3652 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1664 seconds (0.1679 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0966 (100.0%) 0.0698 (100.0%) 0.1664 (100.0%) 0.1679 (100.0%) Building Target
0.0966 (100.0%) 0.0698 (100.0%) 0.1664 (100.0%) 0.1679 (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
SwiftDriverJobDiscovery normal arm64 Compiling UITableView + ViewAnimator.swift (in target 'ViewAnimator' from project 'ViewAnimator')
SwiftDriverJobDiscovery normal x86_64 Compiling AnimationType.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 ViewAnimatorConfig.swift (in target 'ViewAnimator' from project 'ViewAnimator')
SwiftDriverJobDiscovery normal x86_64 Compiling UITableView + 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 ViewAnimator.swift (in target 'ViewAnimator' from project 'ViewAnimator')
SwiftDriverJobDiscovery normal x86_64 Compiling Directions.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 AnimationType.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.692 appintentsmetadataprocessor[711:4103] Starting appintentsmetadataprocessor export
2025-04-27 11:26:04.696 appintentsmetadataprocessor[711:4103] 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:1d025a26c64e86da9d7cf5d4b4d5768ed72cd8a7, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:1d025a26c64e86da9d7cf5d4b4d5768ed72cd8a7, 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.