Build Information
Successful build of ModernRIBs, reference main (888451
), with Swift 6.1 for iOS using Xcode 16.3 on 27 Apr 2025 08:23:28 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 ModernRIBs -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DevYeom/ModernRIBs.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DevYeom/ModernRIBs
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 8884514 Update version
Cloned https://github.com/DevYeom/ModernRIBs.git
Revision (git rev-parse @):
8884514a2b98e98dd381f941054a5cbb275eaaf2
SUCCESS checkout https://github.com/DevYeom/ModernRIBs.git at main
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/DevYeom/ModernRIBs.git
https://github.com/DevYeom/ModernRIBs.git
{
"dependencies" : [
],
"manifest_display_name" : "ModernRIBs",
"name" : "ModernRIBs",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "ModernRIBs",
"targets" : [
"ModernRIBs"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ModernRIBsTests",
"module_type" : "SwiftTarget",
"name" : "ModernRIBsTests",
"path" : "ModernRIBsTests",
"sources" : [
"DI/ComponentTests.swift",
"Extensions/Foundation+ExtensionsTests.swift",
"LaunchRouterTests.swift",
"Mocks.swift",
"RouterTests.swift",
"Worker/WorkerTests.swift",
"Workflow/WorkflowTests.swift"
],
"target_dependencies" : [
"ModernRIBs"
],
"type" : "test"
},
{
"c99name" : "ModernRIBs",
"module_type" : "SwiftTarget",
"name" : "ModernRIBs",
"path" : "ModernRIBs",
"product_memberships" : [
"ModernRIBs"
],
"sources" : [
"Classes/Builder.swift",
"Classes/ComponentizedBuilder.swift",
"Classes/DI/Component.swift",
"Classes/DI/Dependency.swift",
"Classes/Extensions/Combine+Extensions.swift",
"Classes/Extensions/Foundation+Extensions.swift",
"Classes/Interactor.swift",
"Classes/LaunchRouter.swift",
"Classes/LeakDetector/Executor.swift",
"Classes/LeakDetector/LeakDetector.swift",
"Classes/MultiStageComponentizedBuilder.swift",
"Classes/PresentableInteractor.swift",
"Classes/Presenter.swift",
"Classes/Router.swift",
"Classes/ViewControllable.swift",
"Classes/ViewableRouter.swift",
"Classes/Worker/Worker.swift",
"Classes/Workflow/Workflow.swift"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
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" : "ModernRIBs",
"name" : "ModernRIBs",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "ModernRIBs",
"targets" : [
"ModernRIBs"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ModernRIBsTests",
"module_type" : "SwiftTarget",
"name" : "ModernRIBsTests",
"path" : "ModernRIBsTests",
"sources" : [
"DI/ComponentTests.swift",
"Extensions/Foundation+ExtensionsTests.swift",
"LaunchRouterTests.swift",
"Mocks.swift",
"RouterTests.swift",
"Worker/WorkerTests.swift",
"Workflow/WorkflowTests.swift"
],
"target_dependencies" : [
"ModernRIBs"
],
"type" : "test"
},
{
"c99name" : "ModernRIBs",
"module_type" : "SwiftTarget",
"name" : "ModernRIBs",
"path" : "ModernRIBs",
"product_memberships" : [
"ModernRIBs"
],
"sources" : [
"Classes/Builder.swift",
"Classes/ComponentizedBuilder.swift",
"Classes/DI/Component.swift",
"Classes/DI/Dependency.swift",
"Classes/Extensions/Combine+Extensions.swift",
"Classes/Extensions/Foundation+Extensions.swift",
"Classes/Interactor.swift",
"Classes/LaunchRouter.swift",
"Classes/LeakDetector/Executor.swift",
"Classes/LeakDetector/LeakDetector.swift",
"Classes/MultiStageComponentizedBuilder.swift",
"Classes/PresentableInteractor.swift",
"Classes/Presenter.swift",
"Classes/Router.swift",
"Classes/ViewControllable.swift",
"Classes/ViewableRouter.swift",
"Classes/Worker/Worker.swift",
"Classes/Workflow/Workflow.swift"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "ModernRIBs",
"schemes" : [
"ModernRIBs"
],
"targets" : [
"ModernRIBs",
"ModernRIBsTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ModernRIBs -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme ModernRIBs -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
Target 'ModernRIBs' in project 'ModernRIBs' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: c800aabaf7ec3e51087a6e83ed9884e8
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/c800aabaf7ec3e51087a6e83ed9884e8.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/ModernRIBs.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/ModernRIBs.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/ModernRIBs.xcodeproj
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/ModernRIBs.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/ModernRIBs.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs-ab071e138d116be662fdfa108bd06807-VFS-iphoneos/all-product-headers.yaml
cd /Users/admin/builder/spi-builder-workspace/ModernRIBs.xcodeproj
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs-ab071e138d116be662fdfa108bd06807-VFS-iphoneos/all-product-headers.yaml
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/unextended-module.modulemap (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/unextended-module.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/module.modulemap (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/module.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/unextended-module-overlay.yaml (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/unextended-module-overlay.yaml
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs-OutputFileMap.json (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs.SwiftFileList (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs_const_extract_protocols.json (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs.SwiftConstValuesFileList (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
-target arm64-apple-ios13.0 '-std=gnu11' -fmodules -gmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' '-fmodule-name=ModernRIBs' -fpascal-strings -O0 -fno-common '-DDEBUG=1' -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -g -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/ModernRIBs-generated-files.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/ModernRIBs-own-target-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/ModernRIBs-all-non-framework-target-headers.hmap -ivfsoverlay /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs-ab071e138d116be662fdfa108bd06807-VFS-iphoneos/all-product-headers.yaml -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/ModernRIBs-project-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs.LinkFileList (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/ModernRIBs.hmap (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/ModernRIBs.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/ModernRIBs.DependencyStaticMetadataFileList (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/ModernRIBs.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/ModernRIBs.DependencyMetadataFileList (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/ModernRIBs.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/ModernRIBs-project-headers.hmap (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/ModernRIBs-project-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/ModernRIBs-own-target-headers.hmap (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/ModernRIBs-own-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/ModernRIBs-generated-files.hmap (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/ModernRIBs-generated-files.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/ModernRIBs-all-target-headers.hmap (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/ModernRIBs-all-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/ModernRIBs-all-non-framework-target-headers.hmap (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/ModernRIBs-all-non-framework-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/DerivedSources/ModernRIBs_vers.c (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/DerivedSources/ModernRIBs_vers.c
CpHeader /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ModernRIBs.framework/Headers/ModernRIBs.h /Users/admin/builder/spi-builder-workspace/ModernRIBs/ModernRIBs.h (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/ModernRIBs/ModernRIBs.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ModernRIBs.framework/Headers
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ModernRIBs.framework/Modules/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/module.modulemap (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ModernRIBs.framework/Modules
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ModernRIBs.framework/Headers (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ModernRIBs.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ModernRIBs.framework (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ModernRIBs.framework
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ModernRIBs.framework/Info.plist /Users/admin/builder/spi-builder-workspace/ModernRIBs/Info.plist (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/ModernRIBs/Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ModernRIBs.framework/Info.plist
SwiftDriver ModernRIBs normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ModernRIBs' from project 'ModernRIBs')
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 ModernRIBs -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs.SwiftFileList -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs-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/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs.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/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/ModernRIBs-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/ModernRIBs-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/ModernRIBs-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs-ab071e138d116be662fdfa108bd06807-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/ModernRIBs-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/unextended-module-overlay.yaml -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Executor.swift,\ Worker.swift /Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/LeakDetector/Executor.swift /Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Worker/Worker.swift (in target 'ModernRIBs' from project 'ModernRIBs')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/LeakDetector/Executor.swift (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/LeakDetector/Executor.swift:22:16: warning: static property 'subscriptions' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var subscriptions: Set<AnyCancellable> = .init()
^
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/LeakDetector/Executor.swift:22:16: note: convert 'subscriptions' to a 'let' constant to make 'Sendable' shared state immutable
static var subscriptions: Set<AnyCancellable> = .init()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/LeakDetector/Executor.swift:22:16: note: add '@MainActor' to make static property 'subscriptions' part of global actor 'MainActor'
static var subscriptions: Set<AnyCancellable> = .init()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/LeakDetector/Executor.swift:22:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var subscriptions: Set<AnyCancellable> = .init()
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Worker/Worker.swift (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745742201132871-swift-frontend-ModernRIBs-Executor.swift-arm64_apple_ios13.0-o-Onone-3266237055.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 5.8266 seconds (6.5697 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
2.0242 ( 46.2%) 0.6377 ( 44.1%) 2.6619 ( 45.7%) 3.0183 ( 45.9%) parse-and-resolve-imports
2.0235 ( 46.2%) 0.6366 ( 44.0%) 2.6601 ( 45.7%) 3.0121 ( 45.8%) Import resolution
0.0868 ( 2.0%) 0.0192 ( 1.3%) 0.1060 ( 1.8%) 0.1059 ( 1.6%) build-rewrite-system
0.0131 ( 0.3%) 0.0423 ( 2.9%) 0.0554 ( 1.0%) 0.0805 ( 1.2%) load-stdlib
0.0425 ( 1.0%) 0.0219 ( 1.5%) 0.0644 ( 1.1%) 0.0673 ( 1.0%) perform-sema
0.0423 ( 1.0%) 0.0219 ( 1.5%) 0.0642 ( 1.1%) 0.0672 ( 1.0%) Type checking and Semantic analysis
0.0363 ( 0.8%) 0.0151 ( 1.0%) 0.0514 ( 0.9%) 0.0520 ( 0.8%) typecheck-expr
0.0361 ( 0.8%) 0.0134 ( 0.9%) 0.0495 ( 0.8%) 0.0497 ( 0.8%) typecheck-stmt
0.0195 ( 0.4%) 0.0099 ( 0.7%) 0.0293 ( 0.5%) 0.0295 ( 0.4%) precheck-target
0.0145 ( 0.3%) 0.0115 ( 0.8%) 0.0260 ( 0.4%) 0.0287 ( 0.4%) typecheck-decl
0.0137 ( 0.3%) 0.0113 ( 0.8%) 0.0249 ( 0.4%) 0.0251 ( 0.4%) import-clang-decl
0.0087 ( 0.2%) 0.0018 ( 0.1%) 0.0105 ( 0.2%) 0.0105 ( 0.2%) SILGen
0.0074 ( 0.2%) 0.0020 ( 0.1%) 0.0094 ( 0.2%) 0.0094 ( 0.1%) IRGen
0.0066 ( 0.2%) 0.0002 ( 0.0%) 0.0068 ( 0.1%) 0.0068 ( 0.1%) SIL optimization
0.0048 ( 0.1%) 0.0010 ( 0.1%) 0.0058 ( 0.1%) 0.0058 ( 0.1%) SILGen-function
0.0006 ( 0.0%) 0.0002 ( 0.0%) 0.0008 ( 0.0%) 0.0008 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
4.3805 (100.0%) 1.4461 (100.0%) 5.8266 (100.0%) 6.5697 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 5.4922 seconds (6.1368 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
3.2436 (100.0%) 2.2486 (100.0%) 5.4922 (100.0%) 6.1368 (100.0%) Building Target
3.2436 (100.0%) 2.2486 (100.0%) 5.4922 (100.0%) 6.1368 (100.0%) Total
SwiftCompile normal arm64 Compiling\ Dependency.swift,\ Interactor.swift /Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/DI/Dependency.swift /Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Interactor.swift (in target 'ModernRIBs' from project 'ModernRIBs')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/DI/Dependency.swift (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Interactor.swift (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745742201123053-swift-frontend-ModernRIBs-Dependency.swift-arm64_apple_ios13.0-o-Onone-3595601915.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3405 seconds (6.3844 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0267 ( 12.7%) 0.0276 ( 21.2%) 0.0543 ( 15.9%) 3.0291 ( 47.4%) parse-and-resolve-imports
0.0262 ( 12.5%) 0.0269 ( 20.7%) 0.0532 ( 15.6%) 3.0280 ( 47.4%) Import resolution
0.0828 ( 39.4%) 0.0315 ( 24.2%) 0.1143 ( 33.6%) 0.1149 ( 1.8%) build-rewrite-system
0.0020 ( 0.9%) 0.0125 ( 9.6%) 0.0145 ( 4.3%) 0.1084 ( 1.7%) load-stdlib
0.0217 ( 10.3%) 0.0159 ( 12.3%) 0.0376 ( 11.0%) 0.0376 ( 0.6%) import-clang-decl
0.0094 ( 4.5%) 0.0025 ( 1.9%) 0.0119 ( 3.5%) 0.0119 ( 0.2%) perform-sema
0.0092 ( 4.4%) 0.0025 ( 1.9%) 0.0117 ( 3.4%) 0.0117 ( 0.2%) Type checking and Semantic analysis
0.0060 ( 2.8%) 0.0037 ( 2.9%) 0.0097 ( 2.9%) 0.0097 ( 0.2%) IRGen
0.0058 ( 2.8%) 0.0011 ( 0.9%) 0.0070 ( 2.0%) 0.0070 ( 0.1%) typecheck-stmt
0.0043 ( 2.0%) 0.0012 ( 0.9%) 0.0054 ( 1.6%) 0.0054 ( 0.1%) typecheck-expr
0.0038 ( 1.8%) 0.0013 ( 1.0%) 0.0051 ( 1.5%) 0.0051 ( 0.1%) SILGen
0.0031 ( 1.5%) 0.0012 ( 0.9%) 0.0043 ( 1.3%) 0.0043 ( 0.1%) SILGen-function
0.0041 ( 1.9%) 0.0001 ( 0.1%) 0.0042 ( 1.2%) 0.0042 ( 0.1%) SIL optimization
0.0026 ( 1.3%) 0.0012 ( 0.9%) 0.0038 ( 1.1%) 0.0038 ( 0.1%) typecheck-decl
0.0020 ( 0.9%) 0.0005 ( 0.4%) 0.0025 ( 0.7%) 0.0025 ( 0.0%) load-all-members
0.0007 ( 0.3%) 0.0002 ( 0.2%) 0.0009 ( 0.3%) 0.0009 ( 0.0%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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%) 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.2104 (100.0%) 0.1301 (100.0%) 0.3405 (100.0%) 6.3844 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.9206 seconds (6.2495 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.2599 (100.0%) 1.6606 (100.0%) 2.9206 (100.0%) 6.2495 (100.0%) Building Target
1.2599 (100.0%) 1.6606 (100.0%) 2.9206 (100.0%) 6.2495 (100.0%) Total
SwiftCompile normal arm64 Compiling\ LeakDetector.swift,\ Component.swift /Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/LeakDetector/LeakDetector.swift /Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/DI/Component.swift (in target 'ModernRIBs' from project 'ModernRIBs')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/LeakDetector/LeakDetector.swift (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/LeakDetector/LeakDetector.swift:56:23: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'LeakDetector' may have shared mutable state; this is an error in the Swift 6 language mode
public static let instance = LeakDetector()
^
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/LeakDetector/LeakDetector.swift:53:14: note: class 'LeakDetector' does not conform to the 'Sendable' protocol
public class LeakDetector {
^
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/LeakDetector/LeakDetector.swift:56:23: note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
public static let instance = LeakDetector()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/LeakDetector/LeakDetector.swift:56:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let instance = LeakDetector()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/LeakDetector/LeakDetector.swift:150:16: warning: static property 'disableLeakDetectorOverride' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var disableLeakDetectorOverride: Bool = false
^
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/LeakDetector/LeakDetector.swift:150:16: note: convert 'disableLeakDetectorOverride' to a 'let' constant to make 'Sendable' shared state immutable
static var disableLeakDetectorOverride: Bool = false
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/LeakDetector/LeakDetector.swift:150:16: note: add '@MainActor' to make static property 'disableLeakDetectorOverride' part of global actor 'MainActor'
static var disableLeakDetectorOverride: Bool = false
^
@MainActor
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/LeakDetector/LeakDetector.swift:150:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var disableLeakDetectorOverride: Bool = false
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/LeakDetector/LeakDetector.swift:128:57: warning: main actor-isolated property 'isViewLoaded' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let viewDidDisappear = (!viewController.isViewLoaded || viewController.view.window == nil)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:125:58: note: property declared here
@property(nonatomic, readonly, getter=isViewLoaded) BOOL viewLoaded API_AVAILABLE(ios(3.0));
^
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/LeakDetector/LeakDetector.swift:128:93: warning: main actor-isolated property 'window' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
let viewDidDisappear = (!viewController.isViewLoaded || viewController.view.window == nil)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:223:55: note: property declared here
@property(nullable, nonatomic,readonly) UIWindow *window;
^
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/LeakDetector/LeakDetector.swift:128:88: warning: main actor-isolated property 'view' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
let viewDidDisappear = (!viewController.isViewLoaded || viewController.view.window == nil)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:116:54: note: property declared here
@property(null_resettable, nonatomic,strong) UIView *view; // The getter first invokes [self loadView] if the view hasn't been set yet. Subclasses must call super if they override the setter or getter.
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/DI/Component.swift (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745742201124878-swift-frontend-ModernRIBs-LeakDetector.swift-arm64_apple_ios13.0-o-Onone-3329262534.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7395 seconds (7.0629 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0319 ( 6.5%) 0.0431 ( 17.5%) 0.0750 ( 10.1%) 3.1865 ( 45.1%) parse-and-resolve-imports
0.0313 ( 6.4%) 0.0422 ( 17.1%) 0.0735 ( 9.9%) 3.1850 ( 45.1%) Import resolution
0.0907 ( 18.4%) 0.0332 ( 13.4%) 0.1239 ( 16.8%) 0.1239 ( 1.8%) build-rewrite-system
0.0019 ( 0.4%) 0.0147 ( 6.0%) 0.0166 ( 2.2%) 0.1078 ( 1.5%) load-stdlib
0.0705 ( 14.3%) 0.0231 ( 9.3%) 0.0936 ( 12.7%) 0.0955 ( 1.4%) perform-sema
0.0704 ( 14.3%) 0.0230 ( 9.3%) 0.0934 ( 12.6%) 0.0953 ( 1.3%) Type checking and Semantic analysis
0.0465 ( 9.4%) 0.0111 ( 4.5%) 0.0576 ( 7.8%) 0.0595 ( 0.8%) typecheck-expr
0.0404 ( 8.2%) 0.0170 ( 6.9%) 0.0575 ( 7.8%) 0.0575 ( 0.8%) typecheck-decl
0.0300 ( 6.1%) 0.0226 ( 9.2%) 0.0526 ( 7.1%) 0.0530 ( 0.7%) import-clang-decl
0.0335 ( 6.8%) 0.0066 ( 2.7%) 0.0401 ( 5.4%) 0.0420 ( 0.6%) typecheck-stmt
0.0096 ( 1.9%) 0.0045 ( 1.8%) 0.0141 ( 1.9%) 0.0153 ( 0.2%) IRGen
0.0104 ( 2.1%) 0.0017 ( 0.7%) 0.0122 ( 1.6%) 0.0122 ( 0.2%) precheck-target
0.0083 ( 1.7%) 0.0014 ( 0.6%) 0.0098 ( 1.3%) 0.0098 ( 0.1%) SILGen
0.0073 ( 1.5%) 0.0003 ( 0.1%) 0.0076 ( 1.0%) 0.0076 ( 0.1%) SIL optimization
0.0064 ( 1.3%) 0.0010 ( 0.4%) 0.0075 ( 1.0%) 0.0075 ( 0.1%) SILGen-function
0.0033 ( 0.7%) 0.0013 ( 0.5%) 0.0046 ( 0.6%) 0.0046 ( 0.1%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.4926 (100.0%) 0.2469 (100.0%) 0.7395 (100.0%) 7.0629 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.8171 seconds (6.2602 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.2870 (100.0%) 1.5301 (100.0%) 2.8171 (100.0%) 6.2602 (100.0%) Building Target
1.2870 (100.0%) 1.5301 (100.0%) 2.8171 (100.0%) 6.2602 (100.0%) Total
SwiftCompile normal arm64 Compiling\ Foundation+Extensions.swift,\ LaunchRouter.swift /Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Extensions/Foundation+Extensions.swift /Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/LaunchRouter.swift (in target 'ModernRIBs' from project 'ModernRIBs')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745742201138319-swift-frontend-ModernRIBs-Foundation_Extensions.swift-arm64_apple_ios13.0-o-Onone-764240830.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4419 seconds (6.7951 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0323 ( 12.5%) 0.0428 ( 23.2%) 0.0750 ( 17.0%) 3.2112 ( 47.3%) parse-and-resolve-imports
0.0316 ( 12.3%) 0.0418 ( 22.7%) 0.0735 ( 16.6%) 3.2096 ( 47.2%) Import resolution
0.0851 ( 33.1%) 0.0346 ( 18.8%) 0.1197 ( 27.1%) 0.1200 ( 1.8%) build-rewrite-system
0.0015 ( 0.6%) 0.0094 ( 5.1%) 0.0109 ( 2.5%) 0.0904 ( 1.3%) load-stdlib
0.0231 ( 9.0%) 0.0185 ( 10.0%) 0.0416 ( 9.4%) 0.0417 ( 0.6%) import-clang-decl
0.0181 ( 7.0%) 0.0093 ( 5.1%) 0.0275 ( 6.2%) 0.0275 ( 0.4%) perform-sema
0.0180 ( 7.0%) 0.0093 ( 5.1%) 0.0273 ( 6.2%) 0.0274 ( 0.4%) Type checking and Semantic analysis
0.0127 ( 4.9%) 0.0042 ( 2.3%) 0.0169 ( 3.8%) 0.0169 ( 0.2%) typecheck-expr
0.0113 ( 4.4%) 0.0041 ( 2.2%) 0.0153 ( 3.5%) 0.0154 ( 0.2%) typecheck-stmt
0.0061 ( 2.4%) 0.0045 ( 2.5%) 0.0107 ( 2.4%) 0.0107 ( 0.2%) typecheck-decl
0.0049 ( 1.9%) 0.0038 ( 2.1%) 0.0086 ( 2.0%) 0.0086 ( 0.1%) IRGen
0.0041 ( 1.6%) 0.0005 ( 0.3%) 0.0046 ( 1.0%) 0.0047 ( 0.1%) SILGen
0.0026 ( 1.0%) 0.0006 ( 0.3%) 0.0032 ( 0.7%) 0.0033 ( 0.0%) precheck-target
0.0026 ( 1.0%) 0.0001 ( 0.1%) 0.0027 ( 0.6%) 0.0032 ( 0.0%) SIL optimization
0.0021 ( 0.8%) 0.0007 ( 0.4%) 0.0028 ( 0.6%) 0.0028 ( 0.0%) load-all-members
0.0013 ( 0.5%) 0.0003 ( 0.1%) 0.0016 ( 0.4%) 0.0016 ( 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%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2575 (100.0%) 0.1844 (100.0%) 0.4419 (100.0%) 6.7951 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.7746 seconds (6.2347 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.2044 (100.0%) 1.5702 (100.0%) 2.7746 (100.0%) 6.2347 (100.0%) Building Target
1.2044 (100.0%) 1.5702 (100.0%) 2.7746 (100.0%) 6.2347 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Extensions/Foundation+Extensions.swift (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/LaunchRouter.swift (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/LaunchRouter.swift:43:16: warning: main actor-isolated property 'rootViewController' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
window.rootViewController = viewControllable.uiviewController
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:66:57: note: mutation of this property is only permitted within the actor
@property(nullable, nonatomic,strong) UIViewController *rootViewController API_AVAILABLE(ios(4.0)); // default is nil
^
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/LaunchRouter.swift:42:23: note: add '@MainActor' to make instance method 'launch(from:)' part of global actor 'MainActor'
public final func launch(from window: UIWindow) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/LaunchRouter.swift:44:16: warning: call to main actor-isolated instance method 'makeKeyAndVisible()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
window.makeKeyAndVisible()
^
UIKit.UIWindow.makeKeyAndVisible:2:22: note: calls to instance method 'makeKeyAndVisible()' from outside of its actor context are implicitly asynchronous
@MainActor open func makeKeyAndVisible()}
^
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/LaunchRouter.swift:42:23: note: add '@MainActor' to make instance method 'launch(from:)' part of global actor 'MainActor'
public final func launch(from window: UIWindow) {
^
@MainActor
SwiftCompile normal arm64 Compiling\ ViewableRouter.swift,\ Workflow.swift /Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/ViewableRouter.swift /Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Workflow/Workflow.swift (in target 'ModernRIBs' from project 'ModernRIBs')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745742201127635-swift-frontend-ModernRIBs-ViewableRouter.swift-arm64_apple_ios13.0-o-Onone-1608056742.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4469 seconds (6.6903 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0295 ( 10.5%) 0.0349 ( 20.9%) 0.0644 ( 14.4%) 3.1463 ( 47.0%) parse-and-resolve-imports
0.0288 ( 10.3%) 0.0338 ( 20.3%) 0.0626 ( 14.0%) 3.1444 ( 47.0%) Import resolution
0.0018 ( 0.7%) 0.0130 ( 7.8%) 0.0148 ( 3.3%) 0.0937 ( 1.4%) load-stdlib
0.0611 ( 21.8%) 0.0247 ( 14.8%) 0.0858 ( 19.2%) 0.0860 ( 1.3%) build-rewrite-system
0.0282 ( 10.1%) 0.0105 ( 6.3%) 0.0387 ( 8.7%) 0.0389 ( 0.6%) perform-sema
0.0281 ( 10.0%) 0.0105 ( 6.3%) 0.0386 ( 8.6%) 0.0388 ( 0.6%) Type checking and Semantic analysis
0.0217 ( 7.8%) 0.0084 ( 5.0%) 0.0301 ( 6.7%) 0.0301 ( 0.4%) typecheck-expr
0.0209 ( 7.4%) 0.0076 ( 4.6%) 0.0285 ( 6.4%) 0.0286 ( 0.4%) typecheck-stmt
0.0166 ( 5.9%) 0.0077 ( 4.6%) 0.0243 ( 5.4%) 0.0244 ( 0.4%) typecheck-decl
0.0152 ( 5.4%) 0.0066 ( 4.0%) 0.0218 ( 4.9%) 0.0218 ( 0.3%) IRGen
0.0042 ( 1.5%) 0.0062 ( 3.7%) 0.0105 ( 2.3%) 0.0105 ( 0.2%) import-clang-decl
0.0072 ( 2.6%) 0.0011 ( 0.6%) 0.0083 ( 1.8%) 0.0083 ( 0.1%) SILGen
0.0071 ( 2.5%) 0.0001 ( 0.0%) 0.0071 ( 1.6%) 0.0071 ( 0.1%) SIL optimization
0.0053 ( 1.9%) 0.0007 ( 0.4%) 0.0060 ( 1.3%) 0.0060 ( 0.1%) SILGen-function
0.0042 ( 1.5%) 0.0011 ( 0.7%) 0.0053 ( 1.2%) 0.0053 ( 0.1%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2801 (100.0%) 0.1668 (100.0%) 0.4469 (100.0%) 6.6903 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.4596 seconds (5.8746 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9713 (100.0%) 1.4884 (100.0%) 2.4596 (100.0%) 5.8746 (100.0%) Building Target
0.9713 (100.0%) 1.4884 (100.0%) 2.4596 (100.0%) 5.8746 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/ViewableRouter.swift (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Workflow/Workflow.swift (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ Builder.swift /Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Builder.swift (in target 'ModernRIBs' from project 'ModernRIBs')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745742201147463-swift-frontend-ModernRIBs-Builder.swift-arm64_apple_ios13.0-o-Onone-4187590151.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2961 seconds (6.2483 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0281 ( 17.7%) 0.0372 ( 27.1%) 0.0653 ( 22.1%) 3.0057 ( 48.1%) parse-and-resolve-imports
0.0274 ( 17.3%) 0.0347 ( 25.3%) 0.0621 ( 21.0%) 2.9993 ( 48.0%) Import resolution
0.0834 ( 52.6%) 0.0332 ( 24.2%) 0.1167 ( 39.4%) 0.1167 ( 1.9%) build-rewrite-system
0.0013 ( 0.8%) 0.0055 ( 4.0%) 0.0068 ( 2.3%) 0.0778 ( 1.2%) load-stdlib
0.0087 ( 5.5%) 0.0074 ( 5.4%) 0.0161 ( 5.4%) 0.0164 ( 0.3%) import-clang-decl
0.0030 ( 1.9%) 0.0068 ( 4.9%) 0.0098 ( 3.3%) 0.0105 ( 0.2%) IRGen
0.0013 ( 0.8%) 0.0031 ( 2.3%) 0.0043 ( 1.5%) 0.0048 ( 0.1%) perform-sema
0.0011 ( 0.7%) 0.0031 ( 2.2%) 0.0042 ( 1.4%) 0.0047 ( 0.1%) Type checking and Semantic analysis
0.0007 ( 0.4%) 0.0022 ( 1.6%) 0.0029 ( 1.0%) 0.0043 ( 0.1%) SILGen
0.0008 ( 0.5%) 0.0026 ( 1.9%) 0.0034 ( 1.1%) 0.0038 ( 0.1%) typecheck-decl
0.0013 ( 0.8%) 0.0002 ( 0.2%) 0.0015 ( 0.5%) 0.0015 ( 0.0%) SIL optimization
0.0007 ( 0.4%) 0.0003 ( 0.2%) 0.0010 ( 0.3%) 0.0010 ( 0.0%) load-all-members
0.0003 ( 0.2%) 0.0004 ( 0.3%) 0.0007 ( 0.2%) 0.0007 ( 0.0%) typecheck-stmt
0.0002 ( 0.2%) 0.0004 ( 0.3%) 0.0006 ( 0.2%) 0.0006 ( 0.0%) typecheck-expr
0.0003 ( 0.2%) 0.0003 ( 0.2%) 0.0006 ( 0.2%) 0.0006 ( 0.0%) SILGen-function
0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1586 (100.0%) 0.1374 (100.0%) 0.2961 (100.0%) 6.2483 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.7824 seconds (6.0822 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.1382 (100.0%) 1.6442 (100.0%) 2.7824 (100.0%) 6.0822 (100.0%) Building Target
1.1382 (100.0%) 1.6442 (100.0%) 2.7824 (100.0%) 6.0822 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Builder.swift (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ Router.swift /Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Router.swift (in target 'ModernRIBs' from project 'ModernRIBs')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745742201150026-swift-frontend-ModernRIBs-Router.swift-arm64_apple_ios13.0-o-Onone-1403143023.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4107 seconds (6.8245 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0320 ( 12.4%) 0.0406 ( 26.5%) 0.0725 ( 17.7%) 3.2400 ( 47.5%) parse-and-resolve-imports
0.0313 ( 12.2%) 0.0395 ( 25.8%) 0.0708 ( 17.2%) 3.2382 ( 47.4%) Import resolution
0.0613 ( 23.8%) 0.0219 ( 14.3%) 0.0832 ( 20.3%) 0.0836 ( 1.2%) build-rewrite-system
0.0014 ( 0.5%) 0.0039 ( 2.6%) 0.0053 ( 1.3%) 0.0823 ( 1.2%) load-stdlib
0.0275 ( 10.7%) 0.0083 ( 5.5%) 0.0359 ( 8.7%) 0.0361 ( 0.5%) perform-sema
0.0274 ( 10.6%) 0.0083 ( 5.4%) 0.0357 ( 8.7%) 0.0360 ( 0.5%) Type checking and Semantic analysis
0.0177 ( 6.9%) 0.0067 ( 4.4%) 0.0244 ( 5.9%) 0.0246 ( 0.4%) typecheck-decl
0.0135 ( 5.3%) 0.0044 ( 2.8%) 0.0179 ( 4.4%) 0.0180 ( 0.3%) typecheck-expr
0.0105 ( 4.1%) 0.0063 ( 4.1%) 0.0168 ( 4.1%) 0.0174 ( 0.3%) IRGen
0.0093 ( 3.6%) 0.0019 ( 1.2%) 0.0112 ( 2.7%) 0.0113 ( 0.2%) typecheck-stmt
0.0050 ( 2.0%) 0.0059 ( 3.8%) 0.0109 ( 2.7%) 0.0109 ( 0.2%) import-clang-decl
0.0061 ( 2.4%) 0.0017 ( 1.1%) 0.0078 ( 1.9%) 0.0078 ( 0.1%) SILGen
0.0043 ( 1.7%) 0.0023 ( 1.5%) 0.0066 ( 1.6%) 0.0066 ( 0.1%) precheck-target
0.0044 ( 1.7%) 0.0012 ( 0.8%) 0.0056 ( 1.4%) 0.0056 ( 0.1%) SILGen-function
0.0054 ( 2.1%) 0.0001 ( 0.1%) 0.0056 ( 1.4%) 0.0056 ( 0.1%) SIL optimization
0.0004 ( 0.1%) 0.0000 ( 0.0%) 0.0004 ( 0.1%) 0.0004 ( 0.0%) typecheck-for-each
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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%) 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%) 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.2577 (100.0%) 0.1530 (100.0%) 0.4107 (100.0%) 6.8245 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.3638 seconds (5.8466 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9084 (100.0%) 1.4554 (100.0%) 2.3638 (100.0%) 5.8466 (100.0%) Building Target
0.9084 (100.0%) 1.4554 (100.0%) 2.3638 (100.0%) 5.8466 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Router.swift (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ ViewControllable.swift /Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/ViewControllable.swift (in target 'ModernRIBs' from project 'ModernRIBs')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745742201149044-swift-frontend-ModernRIBs-ViewControllable.swift-arm64_apple_ios13.0-o-Onone-2366807416.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3876 seconds (6.2965 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0343 ( 17.3%) 0.0561 ( 29.6%) 0.0904 ( 23.3%) 3.0070 ( 47.8%) parse-and-resolve-imports
0.0335 ( 16.9%) 0.0544 ( 28.7%) 0.0879 ( 22.7%) 3.0007 ( 47.7%) Import resolution
0.0843 ( 42.6%) 0.0328 ( 17.3%) 0.1170 ( 30.2%) 0.1171 ( 1.9%) build-rewrite-system
0.0013 ( 0.6%) 0.0028 ( 1.5%) 0.0041 ( 1.1%) 0.0751 ( 1.2%) load-stdlib
0.0238 ( 12.0%) 0.0188 ( 9.9%) 0.0426 ( 11.0%) 0.0432 ( 0.7%) import-clang-decl
0.0052 ( 2.6%) 0.0063 ( 3.3%) 0.0115 ( 3.0%) 0.0141 ( 0.2%) perform-sema
0.0051 ( 2.6%) 0.0062 ( 3.3%) 0.0114 ( 2.9%) 0.0139 ( 0.2%) Type checking and Semantic analysis
0.0049 ( 2.5%) 0.0060 ( 3.2%) 0.0109 ( 2.8%) 0.0135 ( 0.2%) typecheck-decl
0.0024 ( 1.2%) 0.0052 ( 2.7%) 0.0076 ( 1.9%) 0.0076 ( 0.1%) IRGen
0.0025 ( 1.2%) 0.0009 ( 0.5%) 0.0033 ( 0.9%) 0.0033 ( 0.1%) load-all-members
0.0003 ( 0.2%) 0.0000 ( 0.0%) 0.0004 ( 0.1%) 0.0003 ( 0.0%) SIL optimization
0.0001 ( 0.1%) 0.0001 ( 0.1%) 0.0003 ( 0.1%) 0.0003 ( 0.0%) typecheck-stmt
0.0002 ( 0.1%) 0.0001 ( 0.0%) 0.0002 ( 0.1%) 0.0002 ( 0.0%) SILGen
0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 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%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.1979 (100.0%) 0.1897 (100.0%) 0.3876 (100.0%) 6.2965 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.9484 seconds (6.2191 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.2432 (100.0%) 1.7052 (100.0%) 2.9484 (100.0%) 6.2191 (100.0%) Building Target
1.2432 (100.0%) 1.7052 (100.0%) 2.9484 (100.0%) 6.2191 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/ViewControllable.swift (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
SwiftEmitModule normal arm64 Emitting\ module\ for\ ModernRIBs (in target 'ModernRIBs' from project 'ModernRIBs')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745742201148510-swift-frontend-ModernRIBs-all-arm64_apple_ios13.0-swiftmodule-Onone-4280598601.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4120 seconds (6.6643 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0291 ( 11.8%) 0.0338 ( 20.5%) 0.0629 ( 15.3%) 3.1534 ( 47.3%) parse-and-resolve-imports
0.0286 ( 11.6%) 0.0328 ( 19.9%) 0.0614 ( 14.9%) 3.1518 ( 47.3%) Import resolution
0.0014 ( 0.6%) 0.0053 ( 3.2%) 0.0067 ( 1.6%) 0.0756 ( 1.1%) load-stdlib
0.0464 ( 18.7%) 0.0198 ( 12.0%) 0.0662 ( 16.1%) 0.0663 ( 1.0%) perform-sema
0.0461 ( 18.7%) 0.0197 ( 12.0%) 0.0658 ( 16.0%) 0.0660 ( 1.0%) Type checking and Semantic analysis
0.0454 ( 18.4%) 0.0194 ( 11.7%) 0.0648 ( 15.7%) 0.0648 ( 1.0%) typecheck-decl
0.0151 ( 6.1%) 0.0055 ( 3.4%) 0.0206 ( 5.0%) 0.0206 ( 0.3%) typecheck-expr
0.0082 ( 3.3%) 0.0082 ( 5.0%) 0.0164 ( 4.0%) 0.0176 ( 0.3%) SIL optimization
0.0065 ( 2.6%) 0.0088 ( 5.3%) 0.0153 ( 3.7%) 0.0153 ( 0.2%) import-clang-decl
0.0066 ( 2.7%) 0.0020 ( 1.2%) 0.0086 ( 2.1%) 0.0086 ( 0.1%) SILGen
0.0022 ( 0.9%) 0.0047 ( 2.9%) 0.0069 ( 1.7%) 0.0078 ( 0.1%) Serialization, swiftmodule
0.0050 ( 2.0%) 0.0022 ( 1.3%) 0.0072 ( 1.7%) 0.0072 ( 0.1%) build-rewrite-system
0.0026 ( 1.0%) 0.0008 ( 0.5%) 0.0033 ( 0.8%) 0.0033 ( 0.0%) precheck-target
0.0022 ( 0.9%) 0.0005 ( 0.3%) 0.0027 ( 0.7%) 0.0027 ( 0.0%) SILGen-function
0.0014 ( 0.6%) 0.0012 ( 0.7%) 0.0026 ( 0.6%) 0.0026 ( 0.0%) Serialization, swiftdoc
0.0004 ( 0.2%) 0.0001 ( 0.0%) 0.0005 ( 0.1%) 0.0005 ( 0.0%) Serialization, swiftsourceinfo
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SIL verification, post-optimization
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-module-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2473 (100.0%) 0.1647 (100.0%) 0.4120 (100.0%) 6.6643 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1727 seconds (3.3335 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0991 (100.0%) 0.0736 (100.0%) 0.1727 (100.0%) 3.3335 (100.0%) Building Target
0.0991 (100.0%) 0.0736 (100.0%) 0.1727 (100.0%) 3.3335 (100.0%) Total
EmitSwiftModule normal arm64 (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/LeakDetector/LeakDetector.swift:56:23: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'LeakDetector' may have shared mutable state; this is an error in the Swift 6 language mode
public static let instance = LeakDetector()
^
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/LeakDetector/LeakDetector.swift:53:14: note: class 'LeakDetector' does not conform to the 'Sendable' protocol
public class LeakDetector {
^
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/LeakDetector/LeakDetector.swift:56:23: note: add '@MainActor' to make static property 'instance' part of global actor 'MainActor'
public static let instance = LeakDetector()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/LeakDetector/LeakDetector.swift:56:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let instance = LeakDetector()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/LeakDetector/LeakDetector.swift:150:16: warning: static property 'disableLeakDetectorOverride' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var disableLeakDetectorOverride: Bool = false
^
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/LeakDetector/LeakDetector.swift:150:16: note: convert 'disableLeakDetectorOverride' to a 'let' constant to make 'Sendable' shared state immutable
static var disableLeakDetectorOverride: Bool = false
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/LeakDetector/LeakDetector.swift:150:16: note: add '@MainActor' to make static property 'disableLeakDetectorOverride' part of global actor 'MainActor'
static var disableLeakDetectorOverride: Bool = false
^
@MainActor
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/LeakDetector/LeakDetector.swift:150:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var disableLeakDetectorOverride: Bool = false
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/LeakDetector/Executor.swift:22:16: warning: static property 'subscriptions' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var subscriptions: Set<AnyCancellable> = .init()
^
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/LeakDetector/Executor.swift:22:16: note: convert 'subscriptions' to a 'let' constant to make 'Sendable' shared state immutable
static var subscriptions: Set<AnyCancellable> = .init()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/LeakDetector/Executor.swift:22:16: note: add '@MainActor' to make static property 'subscriptions' part of global actor 'MainActor'
static var subscriptions: Set<AnyCancellable> = .init()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/LeakDetector/Executor.swift:22:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var subscriptions: Set<AnyCancellable> = .init()
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ PresentableInteractor.swift,\ Combine+Extensions.swift /Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/PresentableInteractor.swift /Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Extensions/Combine+Extensions.swift (in target 'ModernRIBs' from project 'ModernRIBs')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745742201149531-swift-frontend-ModernRIBs-PresentableInteractor.swift-arm64_apple_ios13.0-o-Onone-2254868223.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3048 seconds (6.4470 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0280 ( 14.7%) 0.0291 ( 25.2%) 0.0570 ( 18.7%) 3.0918 ( 48.0%) parse-and-resolve-imports
0.0274 ( 14.4%) 0.0284 ( 24.7%) 0.0558 ( 18.3%) 3.0906 ( 47.9%) Import resolution
0.0806 ( 42.5%) 0.0297 ( 25.8%) 0.1102 ( 36.2%) 0.1109 ( 1.7%) build-rewrite-system
0.0014 ( 0.7%) 0.0044 ( 3.8%) 0.0058 ( 1.9%) 0.0775 ( 1.2%) load-stdlib
0.0092 ( 4.9%) 0.0079 ( 6.9%) 0.0171 ( 5.6%) 0.0173 ( 0.3%) import-clang-decl
0.0086 ( 4.6%) 0.0064 ( 5.6%) 0.0151 ( 4.9%) 0.0151 ( 0.2%) IRGen
0.0061 ( 3.2%) 0.0027 ( 2.3%) 0.0087 ( 2.9%) 0.0087 ( 0.1%) typecheck-expr
0.0058 ( 3.1%) 0.0015 ( 1.3%) 0.0073 ( 2.4%) 0.0073 ( 0.1%) perform-sema
0.0057 ( 3.0%) 0.0014 ( 1.3%) 0.0072 ( 2.3%) 0.0072 ( 0.1%) Type checking and Semantic analysis
0.0046 ( 2.4%) 0.0000 ( 0.0%) 0.0047 ( 1.5%) 0.0047 ( 0.1%) SIL optimization
0.0028 ( 1.5%) 0.0017 ( 1.5%) 0.0045 ( 1.5%) 0.0045 ( 0.1%) precheck-target
0.0027 ( 1.4%) 0.0007 ( 0.6%) 0.0034 ( 1.1%) 0.0034 ( 0.1%) typecheck-decl
0.0025 ( 1.3%) 0.0004 ( 0.3%) 0.0029 ( 1.0%) 0.0029 ( 0.0%) SILGen
0.0021 ( 1.1%) 0.0006 ( 0.5%) 0.0027 ( 0.9%) 0.0027 ( 0.0%) typecheck-stmt
0.0013 ( 0.7%) 0.0001 ( 0.1%) 0.0014 ( 0.5%) 0.0014 ( 0.0%) SILGen-function
0.0007 ( 0.4%) 0.0002 ( 0.2%) 0.0010 ( 0.3%) 0.0010 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1896 (100.0%) 0.1152 (100.0%) 0.3048 (100.0%) 6.4470 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.7141 seconds (6.0848 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.1424 (100.0%) 1.5717 (100.0%) 2.7141 (100.0%) 6.0848 (100.0%) Building Target
1.1424 (100.0%) 1.5717 (100.0%) 2.7141 (100.0%) 6.0848 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/PresentableInteractor.swift (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Extensions/Combine+Extensions.swift (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ Presenter.swift /Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Presenter.swift (in target 'ModernRIBs' from project 'ModernRIBs')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745742204556078-swift-frontend-ModernRIBs-Presenter.swift-arm64_apple_ios13.0-o-Onone-2131270278.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2323 seconds (0.2327 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0517 ( 38.6%) 0.0175 ( 17.7%) 0.0691 ( 29.8%) 0.0692 ( 29.7%) build-rewrite-system
0.0318 ( 23.8%) 0.0343 ( 34.7%) 0.0661 ( 28.5%) 0.0662 ( 28.4%) parse-and-resolve-imports
0.0311 ( 23.2%) 0.0334 ( 33.8%) 0.0644 ( 27.7%) 0.0645 ( 27.7%) Import resolution
0.0080 ( 6.0%) 0.0053 ( 5.3%) 0.0132 ( 5.7%) 0.0133 ( 5.7%) import-clang-decl
0.0031 ( 2.3%) 0.0041 ( 4.2%) 0.0072 ( 3.1%) 0.0074 ( 3.2%) IRGen
0.0010 ( 0.8%) 0.0016 ( 1.6%) 0.0026 ( 1.1%) 0.0026 ( 1.1%) load-stdlib
0.0014 ( 1.1%) 0.0006 ( 0.6%) 0.0021 ( 0.9%) 0.0021 ( 0.9%) perform-sema
0.0013 ( 1.0%) 0.0006 ( 0.6%) 0.0019 ( 0.8%) 0.0019 ( 0.8%) Type checking and Semantic analysis
0.0009 ( 0.7%) 0.0004 ( 0.4%) 0.0013 ( 0.6%) 0.0013 ( 0.6%) typecheck-decl
0.0012 ( 0.9%) 0.0000 ( 0.0%) 0.0012 ( 0.5%) 0.0012 ( 0.5%) SIL optimization
0.0008 ( 0.6%) 0.0003 ( 0.3%) 0.0011 ( 0.5%) 0.0011 ( 0.5%) load-all-members
0.0004 ( 0.3%) 0.0001 ( 0.1%) 0.0006 ( 0.2%) 0.0006 ( 0.2%) SILGen
0.0003 ( 0.2%) 0.0002 ( 0.2%) 0.0005 ( 0.2%) 0.0005 ( 0.2%) typecheck-stmt
0.0003 ( 0.2%) 0.0002 ( 0.2%) 0.0005 ( 0.2%) 0.0005 ( 0.2%) typecheck-expr
0.0002 ( 0.1%) 0.0001 ( 0.1%) 0.0002 ( 0.1%) 0.0002 ( 0.1%) SILGen-function
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1337 (100.0%) 0.0986 (100.0%) 0.2323 (100.0%) 0.2327 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.4113 seconds (2.6746 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8525 (100.0%) 1.5589 (100.0%) 2.4113 (100.0%) 2.6746 (100.0%) Building Target
0.8525 (100.0%) 1.5589 (100.0%) 2.4113 (100.0%) 2.6746 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/ModernRIBs/Classes/Presenter.swift (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64 Emitting module for ModernRIBs (in target 'ModernRIBs' from project 'ModernRIBs')
SwiftDriver\ Compilation\ Requirements ModernRIBs normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ModernRIBs' from project 'ModernRIBs')
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 ModernRIBs -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs.SwiftFileList -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs-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/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs.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/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/ModernRIBs-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/ModernRIBs-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/ModernRIBs-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs-ab071e138d116be662fdfa108bd06807-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/ModernRIBs-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/unextended-module-overlay.yaml -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Router.swift (in target 'ModernRIBs' from project 'ModernRIBs')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ModernRIBs.framework/Headers/ModernRIBs-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs-Swift.h (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ModernRIBs.framework/Headers/ModernRIBs-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ModernRIBs.framework/Modules/ModernRIBs.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs.swiftmodule (in target 'ModernRIBs' from project 'ModernRIBs')
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/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ModernRIBs.framework/Modules/ModernRIBs.swiftmodule/arm64-apple-ios.swiftmodule
SwiftDriverJobDiscovery normal arm64 Compiling ViewableRouter.swift, Workflow.swift (in target 'ModernRIBs' from project 'ModernRIBs')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ModernRIBs.framework/Modules/ModernRIBs.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs.swiftdoc (in target 'ModernRIBs' from project 'ModernRIBs')
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/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ModernRIBs.framework/Modules/ModernRIBs.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ModernRIBs.framework/Modules/ModernRIBs.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs.abi.json (in target 'ModernRIBs' from project 'ModernRIBs')
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/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ModernRIBs.framework/Modules/ModernRIBs.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ModernRIBs.framework/Modules/ModernRIBs.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs.swiftsourceinfo (in target 'ModernRIBs' from project 'ModernRIBs')
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/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ModernRIBs.framework/Modules/ModernRIBs.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/DerivedSources/ModernRIBs_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs_vers.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/DerivedSources/ModernRIBs_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs_vers.o -index-unit-output-path /ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs_vers.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/DerivedSources/ModernRIBs_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/DerivedSources/ModernRIBs_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs_vers.o -index-unit-output-path /ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs_vers.o
SwiftDriverJobDiscovery normal arm64 Compiling Presenter.swift (in target 'ModernRIBs' from project 'ModernRIBs')
SwiftDriverJobDiscovery normal arm64 Compiling Builder.swift (in target 'ModernRIBs' from project 'ModernRIBs')
SwiftDriverJobDiscovery normal arm64 Compiling PresentableInteractor.swift, Combine+Extensions.swift (in target 'ModernRIBs' from project 'ModernRIBs')
SwiftDriverJobDiscovery normal arm64 Compiling Executor.swift, Worker.swift (in target 'ModernRIBs' from project 'ModernRIBs')
SwiftDriverJobDiscovery normal arm64 Compiling ViewControllable.swift (in target 'ModernRIBs' from project 'ModernRIBs')
SwiftDriverJobDiscovery normal arm64 Compiling Foundation+Extensions.swift, LaunchRouter.swift (in target 'ModernRIBs' from project 'ModernRIBs')
SwiftDriverJobDiscovery normal arm64 Compiling Dependency.swift, Interactor.swift (in target 'ModernRIBs' from project 'ModernRIBs')
SwiftDriverJobDiscovery normal arm64 Compiling LeakDetector.swift, Component.swift (in target 'ModernRIBs' from project 'ModernRIBs')
SwiftDriver\ Compilation ModernRIBs normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ModernRIBs' from project 'ModernRIBs')
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 ModernRIBs -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs.SwiftFileList -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs-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/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs.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/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/ModernRIBs-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/ModernRIBs-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/ModernRIBs-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs-ab071e138d116be662fdfa108bd06807-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/ModernRIBs-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/unextended-module-overlay.yaml -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ModernRIBs.framework/ModernRIBs normal (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs.LinkFileList -install_name @rpath/ModernRIBs.framework/ModernRIBs -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs.swiftmodule -compatibility_version 1 -current_version 1 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ModernRIBs.framework/ModernRIBs
ExtractAppIntentsMetadata (in target 'ModernRIBs' from project 'ModernRIBs')
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 ModernRIBs --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 13.0 --bundle-identifier com.DevYeom.ModernRIBs --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ModernRIBs.framework --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ModernRIBs.framework/ModernRIBs --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/ModernRIBs.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/ModernRIBs.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/Objects-normal/arm64/ModernRIBs.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 01:23:27.661 appintentsmetadataprocessor[705:3978] Starting appintentsmetadataprocessor export
2025-04-27 01:23:27.664 appintentsmetadataprocessor[705:3978] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
AppIntentsSSUTraining (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsnltrainingprocessor --infoplist-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ModernRIBs.framework/Info.plist --temp-dir-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/ssu --bundle-id com.DevYeom.ModernRIBs --product-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ModernRIBs.framework --extracted-metadata-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ModernRIBs.framework/Metadata.appintents --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ModernRIBs.build/Debug-iphoneos/ModernRIBs.build/ModernRIBs.DependencyMetadataFileList --archive-ssu-assets
2025-04-27 01:23:27.690 appintentsnltrainingprocessor[706:3979] Parsing options for appintentsnltrainingprocessor
2025-04-27 01:23:27.691 appintentsnltrainingprocessor[706:3979] No AppShortcuts found - Skipping.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/ModernRIBs.framework/ModernRIBs.tbd (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ModernRIBs.framework/ModernRIBs -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/ModernRIBs.framework/ModernRIBs.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ModernRIBs.framework (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ModernRIBs.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ModernRIBs.framework (in target 'ModernRIBs' from project 'ModernRIBs')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ModernRIBs.framework
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ModernRIBs",
"name" : "ModernRIBs",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "ModernRIBs",
"targets" : [
"ModernRIBs"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ModernRIBsTests",
"module_type" : "SwiftTarget",
"name" : "ModernRIBsTests",
"path" : "ModernRIBsTests",
"sources" : [
"DI/ComponentTests.swift",
"Extensions/Foundation+ExtensionsTests.swift",
"LaunchRouterTests.swift",
"Mocks.swift",
"RouterTests.swift",
"Worker/WorkerTests.swift",
"Workflow/WorkflowTests.swift"
],
"target_dependencies" : [
"ModernRIBs"
],
"type" : "test"
},
{
"c99name" : "ModernRIBs",
"module_type" : "SwiftTarget",
"name" : "ModernRIBs",
"path" : "ModernRIBs",
"product_memberships" : [
"ModernRIBs"
],
"sources" : [
"Classes/Builder.swift",
"Classes/ComponentizedBuilder.swift",
"Classes/DI/Component.swift",
"Classes/DI/Dependency.swift",
"Classes/Extensions/Combine+Extensions.swift",
"Classes/Extensions/Foundation+Extensions.swift",
"Classes/Interactor.swift",
"Classes/LaunchRouter.swift",
"Classes/LeakDetector/Executor.swift",
"Classes/LeakDetector/LeakDetector.swift",
"Classes/MultiStageComponentizedBuilder.swift",
"Classes/PresentableInteractor.swift",
"Classes/Presenter.swift",
"Classes/Router.swift",
"Classes/ViewControllable.swift",
"Classes/ViewableRouter.swift",
"Classes/Worker/Worker.swift",
"Classes/Workflow/Workflow.swift"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
Done.