Build Information
Successful build of Atlantis, reference main (aae8dd
), with Swift 6.1 for iOS using Xcode 16.3 on 4 Sep 2025 03:29:32 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Atlantis-Package -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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ProxymanApp/atlantis.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ProxymanApp/atlantis
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at aae8dd0 Bump 1.30.1
Cloned https://github.com/ProxymanApp/atlantis.git
Revision (git rev-parse @):
aae8dd0f3722c75d526f09fbb709bd1081d402db
SUCCESS checkout https://github.com/ProxymanApp/atlantis.git at main
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/ProxymanApp/atlantis.git
https://github.com/ProxymanApp/atlantis.git
{
"dependencies" : [
],
"manifest_display_name" : "Atlantis",
"name" : "Atlantis",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Atlantis",
"targets" : [
"Atlantis"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "Atlantis",
"module_type" : "SwiftTarget",
"name" : "Atlantis",
"path" : "Sources",
"product_memberships" : [
"Atlantis"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Atlantis+Manual.swift",
"Atlantis.swift",
"AtlantisHelper.swift",
"Configuration.swift",
"DataCompression.swift",
"DispatchQueue+Once.swift",
"Message.swift",
"NetworkInjector+URLSession.swift",
"NetworkInjector.swift",
"PackageIdentifier.swift",
"Packages.swift",
"Runtime.swift",
"Transporter.swift",
"URLSessionTask+CurrentRequest.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
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" : "Atlantis",
"name" : "Atlantis",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Atlantis",
"targets" : [
"Atlantis"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "Atlantis",
"module_type" : "SwiftTarget",
"name" : "Atlantis",
"path" : "Sources",
"product_memberships" : [
"Atlantis"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Atlantis+Manual.swift",
"Atlantis.swift",
"AtlantisHelper.swift",
"Configuration.swift",
"DataCompression.swift",
"DispatchQueue+Once.swift",
"Message.swift",
"NetworkInjector+URLSession.swift",
"NetworkInjector.swift",
"PackageIdentifier.swift",
"Packages.swift",
"Runtime.swift",
"Transporter.swift",
"URLSessionTask+CurrentRequest.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "Atlantis",
"schemes" : [
"Atlantis-Package"
],
"targets" : [
"Atlantis",
"AtlantisPackageDescription"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Atlantis-Package -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 Atlantis-Package -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 'Atlantis' in project 'Atlantis' (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/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: c0eec6d662f398f85f9e81d74c40492c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/c0eec6d662f398f85f9e81d74c40492c.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/Atlantis.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/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/Atlantis.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/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/Atlantis.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/Atlantis.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/Atlantis.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/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis.SwiftFileList (in target 'Atlantis' from project 'Atlantis')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis-OutputFileMap.json (in target 'Atlantis' from project 'Atlantis')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis.SwiftConstValuesFileList (in target 'Atlantis' from project 'Atlantis')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis.LinkFileList (in target 'Atlantis' from project 'Atlantis')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Atlantis.DependencyStaticMetadataFileList (in target 'Atlantis' from project 'Atlantis')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Atlantis.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Atlantis.DependencyMetadataFileList (in target 'Atlantis' from project 'Atlantis')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Atlantis.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework (in target 'Atlantis' from project 'Atlantis')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis_const_extract_protocols.json (in target 'Atlantis' from project 'Atlantis')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis_const_extract_protocols.json
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework/Headers (in target 'Atlantis' from project 'Atlantis')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework/Headers
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework/Info.plist /Users/admin/builder/spi-builder-workspace/Atlantis.xcodeproj/Atlantis_Info.plist (in target 'Atlantis' from project 'Atlantis')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/Atlantis.xcodeproj/Atlantis_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/Atlantis.framework/Info.plist
SwiftDriver Atlantis normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Atlantis' from project 'Atlantis')
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 Atlantis -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/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 -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -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/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis-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/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis.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/Atlantis.build/Debug-iphoneos/Atlantis.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis_const_extract_protocols.json -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/Atlantis.build/Debug-iphoneos/Atlantis.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ AtlantisHelper.swift,\ Configuration.swift /Users/admin/builder/spi-builder-workspace/Sources/AtlantisHelper.swift /Users/admin/builder/spi-builder-workspace/Sources/Configuration.swift (in target 'Atlantis' from project 'Atlantis')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AtlantisHelper.swift (in target 'Atlantis' from project 'Atlantis')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Configuration.swift (in target 'Atlantis' from project 'Atlantis')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756956563646500-swift-frontend-Atlantis-AtlantisHelper.swift-arm64_apple_ios13.0-o-Onone-1679587518.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7161 seconds (9.1050 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0439 ( 12.3%) 0.1224 ( 34.2%) 0.1663 ( 23.2%) 4.3416 ( 47.7%) parse-and-resolve-imports
0.0410 ( 11.4%) 0.1202 ( 33.6%) 0.1612 ( 22.5%) 4.3365 ( 47.6%) Import resolution
0.0965 ( 27.0%) 0.0310 ( 8.7%) 0.1275 ( 17.8%) 0.1296 ( 1.4%) build-rewrite-system
0.0014 ( 0.4%) 0.0094 ( 2.6%) 0.0108 ( 1.5%) 0.0458 ( 0.5%) load-stdlib
0.0295 ( 8.2%) 0.0124 ( 3.5%) 0.0419 ( 5.9%) 0.0422 ( 0.5%) perform-sema
0.0294 ( 8.2%) 0.0123 ( 3.4%) 0.0417 ( 5.8%) 0.0421 ( 0.5%) Type checking and Semantic analysis
0.0243 ( 6.8%) 0.0083 ( 2.3%) 0.0326 ( 4.6%) 0.0327 ( 0.4%) typecheck-stmt
0.0239 ( 6.7%) 0.0082 ( 2.3%) 0.0321 ( 4.5%) 0.0322 ( 0.4%) typecheck-expr
0.0169 ( 4.7%) 0.0148 ( 4.1%) 0.0317 ( 4.4%) 0.0317 ( 0.3%) import-clang-decl
0.0178 ( 5.0%) 0.0087 ( 2.4%) 0.0266 ( 3.7%) 0.0268 ( 0.3%) typecheck-decl
0.0085 ( 2.4%) 0.0052 ( 1.5%) 0.0137 ( 1.9%) 0.0138 ( 0.2%) IRGen
0.0090 ( 2.5%) 0.0032 ( 0.9%) 0.0122 ( 1.7%) 0.0122 ( 0.1%) precheck-target
0.0063 ( 1.8%) 0.0003 ( 0.1%) 0.0066 ( 0.9%) 0.0066 ( 0.1%) SIL optimization
0.0055 ( 1.5%) 0.0009 ( 0.2%) 0.0063 ( 0.9%) 0.0063 ( 0.1%) SILGen
0.0033 ( 0.9%) 0.0004 ( 0.1%) 0.0037 ( 0.5%) 0.0037 ( 0.0%) SILGen-function
0.0006 ( 0.2%) 0.0002 ( 0.1%) 0.0009 ( 0.1%) 0.0009 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3581 (100.0%) 0.3580 (100.0%) 0.7161 (100.0%) 9.1050 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.2104 seconds (6.6119 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.2346 (100.0%) 0.9758 (100.0%) 2.2104 (100.0%) 6.6119 (100.0%) Building Target
1.2346 (100.0%) 0.9758 (100.0%) 2.2104 (100.0%) 6.6119 (100.0%) Total
SwiftCompile normal arm64 Compiling\ PackageIdentifier.swift /Users/admin/builder/spi-builder-workspace/Sources/PackageIdentifier.swift (in target 'Atlantis' from project 'Atlantis')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756956563635823-swift-frontend-Atlantis-PackageIdentifier.swift-arm64_apple_ios13.0-o-Onone-3804567385.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 4.8372 seconds (8.9558 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.8028 ( 48.1%) 0.5001 ( 46.1%) 2.3029 ( 47.6%) 4.3369 ( 48.4%) parse-and-resolve-imports
1.8000 ( 48.0%) 0.4950 ( 45.6%) 2.2949 ( 47.4%) 4.3226 ( 48.3%) Import resolution
0.0988 ( 2.6%) 0.0257 ( 2.4%) 0.1245 ( 2.6%) 0.1247 ( 1.4%) build-rewrite-system
0.0018 ( 0.0%) 0.0115 ( 1.1%) 0.0133 ( 0.3%) 0.0594 ( 0.7%) load-stdlib
0.0164 ( 0.4%) 0.0158 ( 1.5%) 0.0322 ( 0.7%) 0.0345 ( 0.4%) import-clang-decl
0.0045 ( 0.1%) 0.0068 ( 0.6%) 0.0113 ( 0.2%) 0.0137 ( 0.2%) perform-sema
0.0045 ( 0.1%) 0.0068 ( 0.6%) 0.0112 ( 0.2%) 0.0136 ( 0.2%) Type checking and Semantic analysis
0.0042 ( 0.1%) 0.0059 ( 0.5%) 0.0102 ( 0.2%) 0.0102 ( 0.1%) IRGen
0.0024 ( 0.1%) 0.0052 ( 0.5%) 0.0076 ( 0.2%) 0.0095 ( 0.1%) typecheck-decl
0.0034 ( 0.1%) 0.0037 ( 0.3%) 0.0070 ( 0.1%) 0.0071 ( 0.1%) SILGen
0.0031 ( 0.1%) 0.0029 ( 0.3%) 0.0060 ( 0.1%) 0.0069 ( 0.1%) typecheck-expr
0.0029 ( 0.1%) 0.0033 ( 0.3%) 0.0061 ( 0.1%) 0.0062 ( 0.1%) SILGen-function
0.0026 ( 0.1%) 0.0020 ( 0.2%) 0.0046 ( 0.1%) 0.0053 ( 0.1%) typecheck-stmt
0.0030 ( 0.1%) 0.0003 ( 0.0%) 0.0032 ( 0.1%) 0.0032 ( 0.0%) SIL optimization
0.0008 ( 0.0%) 0.0003 ( 0.0%) 0.0011 ( 0.0%) 0.0011 ( 0.0%) load-all-members
0.0007 ( 0.0%) 0.0003 ( 0.0%) 0.0011 ( 0.0%) 0.0010 ( 0.0%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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
3.7518 (100.0%) 1.0854 (100.0%) 4.8372 (100.0%) 8.9558 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 4.3096 seconds (6.6184 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
2.9699 (100.0%) 1.3397 (100.0%) 4.3096 (100.0%) 6.6184 (100.0%) Building Target
2.9699 (100.0%) 1.3397 (100.0%) 4.3096 (100.0%) 6.6184 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PackageIdentifier.swift (in target 'Atlantis' from project 'Atlantis')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/PackageIdentifier.swift:13:16: warning: static property 'PackageIDKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var PackageIDKey: UInt8 = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/PackageIdentifier.swift:13:16: note: convert 'PackageIDKey' to a 'let' constant to make 'Sendable' shared state immutable
static var PackageIDKey: UInt8 = 0
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/PackageIdentifier.swift:13:16: note: add '@MainActor' to make static property 'PackageIDKey' part of global actor 'MainActor'
static var PackageIDKey: UInt8 = 0
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PackageIdentifier.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var PackageIDKey: UInt8 = 0
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ URLSessionTask+CurrentRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/URLSessionTask+CurrentRequest.swift (in target 'Atlantis' from project 'Atlantis')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/URLSessionTask+CurrentRequest.swift (in target 'Atlantis' from project 'Atlantis')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756956563646138-swift-frontend-Atlantis-URLSessionTask_CurrentRequest.swift-arm64_apple_ios13.0-o-Onone-2311190576.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5141 seconds (9.3654 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0419 ( 17.9%) 0.1025 ( 36.5%) 0.1443 ( 28.1%) 4.5451 ( 48.5%) parse-and-resolve-imports
0.0372 ( 15.9%) 0.0996 ( 35.5%) 0.1368 ( 26.6%) 4.5375 ( 48.4%) Import resolution
0.1040 ( 44.5%) 0.0337 ( 12.0%) 0.1377 ( 26.8%) 0.1422 ( 1.5%) build-rewrite-system
0.0016 ( 0.7%) 0.0101 ( 3.6%) 0.0117 ( 2.3%) 0.0557 ( 0.6%) load-stdlib
0.0287 ( 12.3%) 0.0230 ( 8.2%) 0.0517 ( 10.1%) 0.0530 ( 0.6%) import-clang-decl
0.0032 ( 1.4%) 0.0035 ( 1.3%) 0.0067 ( 1.3%) 0.0067 ( 0.1%) IRGen
0.0036 ( 1.5%) 0.0022 ( 0.8%) 0.0058 ( 1.1%) 0.0058 ( 0.1%) perform-sema
0.0036 ( 1.5%) 0.0022 ( 0.8%) 0.0057 ( 1.1%) 0.0057 ( 0.1%) Type checking and Semantic analysis
0.0016 ( 0.7%) 0.0015 ( 0.5%) 0.0031 ( 0.6%) 0.0031 ( 0.0%) typecheck-decl
0.0019 ( 0.8%) 0.0006 ( 0.2%) 0.0025 ( 0.5%) 0.0025 ( 0.0%) typecheck-stmt
0.0013 ( 0.6%) 0.0006 ( 0.2%) 0.0019 ( 0.4%) 0.0019 ( 0.0%) load-all-members
0.0014 ( 0.6%) 0.0003 ( 0.1%) 0.0017 ( 0.3%) 0.0017 ( 0.0%) precheck-target
0.0017 ( 0.7%) 0.0000 ( 0.0%) 0.0017 ( 0.3%) 0.0017 ( 0.0%) SIL optimization
0.0010 ( 0.4%) 0.0002 ( 0.1%) 0.0012 ( 0.2%) 0.0012 ( 0.0%) SILGen
0.0008 ( 0.3%) 0.0002 ( 0.1%) 0.0010 ( 0.2%) 0.0010 ( 0.0%) SILGen-function
0.0004 ( 0.2%) 0.0001 ( 0.0%) 0.0006 ( 0.1%) 0.0006 ( 0.0%) typecheck-expr
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.2337 (100.0%) 0.2803 (100.0%) 0.5141 (100.0%) 9.3654 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.5019 seconds (7.1540 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.4588 (100.0%) 1.0431 (100.0%) 2.5019 (100.0%) 7.1540 (100.0%) Building Target
1.4588 (100.0%) 1.0431 (100.0%) 2.5019 (100.0%) 7.1540 (100.0%) Total
SwiftCompile normal arm64 Compiling\ Transporter.swift /Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift (in target 'Atlantis' from project 'Atlantis')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift (in target 'Atlantis' from project 'Atlantis')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:89:36: warning: capture of 'self' with non-sendable type 'NetServiceTransport?' in a '@Sendable' closure
guard let strongSelf = self else { return }
^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:39:13: note: class 'NetServiceTransport' does not conform to the 'Sendable' protocol
final class NetServiceTransport: NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:118:36: warning: capture of 'self' with non-sendable type 'NetServiceTransport?' in a '@Sendable' closure
guard let strongSelf = self else { return }
^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:39:13: note: class 'NetServiceTransport' does not conform to the 'Sendable' protocol
final class NetServiceTransport: NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:125:36: warning: capture of 'self' with non-sendable type 'NetServiceTransport?' in a '@Sendable' closure
guard let strongSelf = self else { return }
^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:39:13: note: class 'NetServiceTransport' does not conform to the 'Sendable' protocol
final class NetServiceTransport: NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:130:48: warning: capture of 'package' with non-sendable type 'any Serializable' in a '@Sendable' closure
strongSelf.appendToPendingList(package)
^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:23:10: note: protocol 'Serializable' does not conform to the 'Sendable' protocol
protocol Serializable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:208:36: warning: capture of 'self' with non-sendable type 'NetServiceTransport?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
guard let strongSelf = self else { return }
^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:39:13: note: class 'NetServiceTransport' does not conform to the 'Sendable' protocol
final class NetServiceTransport: NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:267:36: warning: capture of 'self' with non-sendable type 'NetServiceTransport?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
guard let strongSelf = self else { return }
^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:39:13: note: class 'NetServiceTransport' does not conform to the 'Sendable' protocol
final class NetServiceTransport: NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:324:36: warning: capture of 'self' with non-sendable type 'NetServiceTransport?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
guard let strongSelf = self else { return }
^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:39:13: note: class 'NetServiceTransport' does not conform to the 'Sendable' protocol
final class NetServiceTransport: NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:485:13: warning: capture of 'self' with non-sendable type 'NetServiceTransport?' in a '@Sendable' closure
self?.pendingPackages.removeAll()
^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:39:13: note: class 'NetServiceTransport' does not conform to the 'Sendable' protocol
final class NetServiceTransport: NSObject {
^
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756956563642752-swift-frontend-Atlantis-Transporter.swift-arm64_apple_ios13.0-o-Onone-3415529763.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 2.6567 seconds (9.5261 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.5873 ( 32.5%) 0.3369 ( 39.7%) 0.9242 ( 34.8%) 4.3303 ( 45.5%) parse-and-resolve-imports
0.5847 ( 32.3%) 0.3355 ( 39.5%) 0.9202 ( 34.6%) 4.3263 ( 45.4%) Import resolution
0.1028 ( 5.7%) 0.0242 ( 2.9%) 0.1270 ( 4.8%) 0.1280 ( 1.3%) perform-sema
0.1026 ( 5.7%) 0.0242 ( 2.8%) 0.1268 ( 4.8%) 0.1279 ( 1.3%) Type checking and Semantic analysis
0.0998 ( 5.5%) 0.0260 ( 3.1%) 0.1258 ( 4.7%) 0.1269 ( 1.3%) build-rewrite-system
0.0886 ( 4.9%) 0.0186 ( 2.2%) 0.1071 ( 4.0%) 0.1072 ( 1.1%) typecheck-stmt
0.0844 ( 4.7%) 0.0185 ( 2.2%) 0.1029 ( 3.9%) 0.1030 ( 1.1%) typecheck-expr
0.0365 ( 2.0%) 0.0260 ( 3.1%) 0.0625 ( 2.4%) 0.0652 ( 0.7%) import-clang-decl
0.0019 ( 0.1%) 0.0134 ( 1.6%) 0.0153 ( 0.6%) 0.0651 ( 0.7%) load-stdlib
0.0296 ( 1.6%) 0.0086 ( 1.0%) 0.0382 ( 1.4%) 0.0392 ( 0.4%) typecheck-decl
0.0231 ( 1.3%) 0.0046 ( 0.5%) 0.0277 ( 1.0%) 0.0277 ( 0.3%) precheck-target
0.0165 ( 0.9%) 0.0081 ( 1.0%) 0.0246 ( 0.9%) 0.0247 ( 0.3%) IRGen
0.0184 ( 1.0%) 0.0021 ( 0.2%) 0.0205 ( 0.8%) 0.0205 ( 0.2%) SILGen
0.0132 ( 0.7%) 0.0014 ( 0.2%) 0.0146 ( 0.5%) 0.0146 ( 0.2%) SILGen-function
0.0123 ( 0.7%) 0.0001 ( 0.0%) 0.0124 ( 0.5%) 0.0126 ( 0.1%) SIL optimization
0.0028 ( 0.2%) 0.0006 ( 0.1%) 0.0034 ( 0.1%) 0.0034 ( 0.0%) load-all-members
0.0032 ( 0.2%) 0.0001 ( 0.0%) 0.0034 ( 0.1%) 0.0034 ( 0.0%) typecheck-for-each
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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
1.8077 (100.0%) 0.8490 (100.0%) 2.6567 (100.0%) 9.5261 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 3.5507 seconds (7.2399 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
2.2042 (100.0%) 1.3465 (100.0%) 3.5507 (100.0%) 7.2399 (100.0%) Building Target
2.2042 (100.0%) 1.3465 (100.0%) 3.5507 (100.0%) 7.2399 (100.0%) Total
SwiftEmitModule normal arm64 Emitting\ module\ for\ Atlantis (in target 'Atlantis' from project 'Atlantis')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756956563642268-swift-frontend-Atlantis-all-arm64_apple_ios13.0-swiftmodule-Onone-3981742048.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 1.1656 seconds (9.5921 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0672 ( 8.6%) 0.1059 ( 27.3%) 0.1731 ( 14.9%) 4.3755 ( 45.6%) parse-and-resolve-imports
0.0645 ( 8.3%) 0.1041 ( 26.8%) 0.1686 ( 14.5%) 4.3709 ( 45.6%) Import resolution
0.1324 ( 17.0%) 0.0311 ( 8.0%) 0.1635 ( 14.0%) 0.1637 ( 1.7%) perform-sema
0.1321 ( 17.0%) 0.0310 ( 8.0%) 0.1630 ( 14.0%) 0.1633 ( 1.7%) Type checking and Semantic analysis
0.1120 ( 14.4%) 0.0273 ( 7.0%) 0.1393 ( 12.0%) 0.1396 ( 1.5%) typecheck-decl
0.0708 ( 9.1%) 0.0173 ( 4.5%) 0.0881 ( 7.6%) 0.0883 ( 0.9%) typecheck-expr
0.0593 ( 7.6%) 0.0136 ( 3.5%) 0.0729 ( 6.3%) 0.0730 ( 0.8%) typecheck-stmt
0.0126 ( 1.6%) 0.0183 ( 4.7%) 0.0309 ( 2.7%) 0.0477 ( 0.5%) load-stdlib
0.0244 ( 3.1%) 0.0094 ( 2.4%) 0.0338 ( 2.9%) 0.0356 ( 0.4%) SIL optimization
0.0255 ( 3.3%) 0.0032 ( 0.8%) 0.0287 ( 2.5%) 0.0287 ( 0.3%) SILGen
0.0215 ( 2.8%) 0.0039 ( 1.0%) 0.0253 ( 2.2%) 0.0254 ( 0.3%) precheck-target
0.0121 ( 1.6%) 0.0112 ( 2.9%) 0.0233 ( 2.0%) 0.0235 ( 0.2%) import-clang-decl
0.0183 ( 2.4%) 0.0018 ( 0.5%) 0.0201 ( 1.7%) 0.0201 ( 0.2%) SILGen-function
0.0137 ( 1.8%) 0.0034 ( 0.9%) 0.0171 ( 1.5%) 0.0171 ( 0.2%) build-rewrite-system
0.0046 ( 0.6%) 0.0046 ( 1.2%) 0.0092 ( 0.8%) 0.0106 ( 0.1%) Serialization, swiftmodule
0.0020 ( 0.3%) 0.0014 ( 0.4%) 0.0034 ( 0.3%) 0.0038 ( 0.0%) Serialization, swiftdoc
0.0016 ( 0.2%) 0.0002 ( 0.1%) 0.0018 ( 0.2%) 0.0018 ( 0.0%) Serialization, swiftsourceinfo
0.0011 ( 0.1%) 0.0002 ( 0.0%) 0.0013 ( 0.1%) 0.0013 ( 0.0%) typecheck-expr-pattern
0.0007 ( 0.1%) 0.0003 ( 0.1%) 0.0011 ( 0.1%) 0.0011 ( 0.0%) load-all-members
0.0004 ( 0.0%) 0.0001 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) typecheck-for-each
0.0002 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) source-file-lookup-class-member
0.0002 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) populate-module-class-member-cache
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) perform-whole-module-type-checking
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) source-file-populate-cache
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SIL verification, pre-optimization
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 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%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.7774 (100.0%) 0.3882 (100.0%) 1.1656 (100.0%) 9.5921 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4922 seconds (4.7172 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3123 (100.0%) 0.1799 (100.0%) 0.4922 (100.0%) 4.7172 (100.0%) Building Target
0.3123 (100.0%) 0.1799 (100.0%) 0.4922 (100.0%) 4.7172 (100.0%) Total
EmitSwiftModule normal arm64 (in target 'Atlantis' from project 'Atlantis')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:22:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Atlantis' may have shared mutable state; this is an error in the Swift 6 language mode
static let shared = Atlantis()
^
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:20:20: note: class 'Atlantis' does not conform to the 'Sendable' protocol
public final class Atlantis: NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:22:16: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
static let shared = Atlantis()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:22:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let shared = Atlantis()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:39:24: warning: static property 'isServiceAvailable' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var isServiceAvailable: Bool = {
^
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:39:24: note: convert 'isServiceAvailable' to a 'let' constant to make 'Sendable' shared state immutable
private static var isServiceAvailable: Bool = {
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:39:24: note: add '@MainActor' to make static property 'isServiceAvailable' part of global actor 'MainActor'
private static var isServiceAvailable: Bool = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:39:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var isServiceAvailable: Bool = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:59:24: warning: static property 'isEnabled' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var isEnabled = Atomic<Bool>(false)
^
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:59:24: note: convert 'isEnabled' to a 'let' constant to make 'Sendable' shared state immutable
private static var isEnabled = Atomic<Bool>(false)
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:59:24: note: add '@MainActor' to make static property 'isEnabled' part of global actor 'MainActor'
private static var isEnabled = Atomic<Bool>(false)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:59:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var isEnabled = Atomic<Bool>(false)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+Once.swift:12:24: warning: static property '_onceTracker' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var _onceTracker = [String]()
^
/Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+Once.swift:12:24: note: convert '_onceTracker' to a 'let' constant to make 'Sendable' shared state immutable
private static var _onceTracker = [String]()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+Once.swift:12:24: note: add '@MainActor' to make static property '_onceTracker' part of global actor 'MainActor'
private static var _onceTracker = [String]()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+Once.swift:12:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var _onceTracker = [String]()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NetworkInjector+URLSession.swift:155:32: warning: comparing non-optional value of type 'AnyObject' to 'nil' always returns true
guard data != nil else { return nil }
~~~~ ^ ~~~
/Users/admin/builder/spi-builder-workspace/Sources/PackageIdentifier.swift:13:16: warning: static property 'PackageIDKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var PackageIDKey: UInt8 = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/PackageIdentifier.swift:13:16: note: convert 'PackageIDKey' to a 'let' constant to make 'Sendable' shared state immutable
static var PackageIDKey: UInt8 = 0
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/PackageIdentifier.swift:13:16: note: add '@MainActor' to make static property 'PackageIDKey' part of global actor 'MainActor'
static var PackageIDKey: UInt8 = 0
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PackageIdentifier.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var PackageIDKey: UInt8 = 0
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:72:16: warning: static property 'AtlantisIDKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var AtlantisIDKey: UInt8 = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:72:16: note: convert 'AtlantisIDKey' to a 'let' constant to make 'Sendable' shared state immutable
static var AtlantisIDKey: UInt8 = 0
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:72:16: note: add '@MainActor' to make static property 'AtlantisIDKey' part of global actor 'MainActor'
static var AtlantisIDKey: UInt8 = 0
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:72:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var AtlantisIDKey: UInt8 = 0
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Atlantis+Manual.swift,\ Atlantis.swift /Users/admin/builder/spi-builder-workspace/Sources/Atlantis+Manual.swift /Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift (in target 'Atlantis' from project 'Atlantis')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756956563645883-swift-frontend-Atlantis-Atlantis_Manual.swift-arm64_apple_ios13.0-o-Onone-1679641919.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 1.0265 seconds (9.5591 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0414 ( 6.3%) 0.1057 ( 28.6%) 0.1471 ( 14.3%) 4.3919 ( 45.9%) parse-and-resolve-imports
0.0386 ( 5.9%) 0.1027 ( 27.8%) 0.1412 ( 13.8%) 4.3860 ( 45.9%) Import resolution
0.0971 ( 14.8%) 0.0287 ( 7.8%) 0.1257 ( 12.2%) 0.1260 ( 1.3%) build-rewrite-system
0.0972 ( 14.8%) 0.0222 ( 6.0%) 0.1193 ( 11.6%) 0.1195 ( 1.3%) perform-sema
0.0969 ( 14.7%) 0.0221 ( 6.0%) 0.1191 ( 11.6%) 0.1193 ( 1.2%) Type checking and Semantic analysis
0.0664 ( 10.1%) 0.0143 ( 3.9%) 0.0807 ( 7.9%) 0.0807 ( 0.8%) typecheck-stmt
0.0665 ( 10.1%) 0.0142 ( 3.8%) 0.0806 ( 7.9%) 0.0807 ( 0.8%) typecheck-expr
0.0508 ( 7.7%) 0.0134 ( 3.6%) 0.0642 ( 6.3%) 0.0643 ( 0.7%) typecheck-decl
0.0019 ( 0.3%) 0.0113 ( 3.1%) 0.0132 ( 1.3%) 0.0551 ( 0.6%) load-stdlib
0.0197 ( 3.0%) 0.0168 ( 4.5%) 0.0365 ( 3.6%) 0.0364 ( 0.4%) import-clang-decl
0.0215 ( 3.3%) 0.0109 ( 3.0%) 0.0324 ( 3.2%) 0.0327 ( 0.3%) IRGen
0.0197 ( 3.0%) 0.0025 ( 0.7%) 0.0222 ( 2.2%) 0.0222 ( 0.2%) SILGen
0.0145 ( 2.2%) 0.0016 ( 0.4%) 0.0161 ( 1.6%) 0.0161 ( 0.2%) SILGen-function
0.0123 ( 1.9%) 0.0002 ( 0.0%) 0.0125 ( 1.2%) 0.0125 ( 0.1%) SIL optimization
0.0097 ( 1.5%) 0.0018 ( 0.5%) 0.0115 ( 1.1%) 0.0115 ( 0.1%) precheck-target
0.0025 ( 0.4%) 0.0010 ( 0.3%) 0.0035 ( 0.3%) 0.0035 ( 0.0%) load-all-members
0.0002 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) typecheck-for-each
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) source-file-lookup-class-member
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) populate-module-class-member-cache
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.6573 (100.0%) 0.3692 (100.0%) 1.0265 (100.0%) 9.5591 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.1672 seconds (6.6266 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.3135 (100.0%) 0.8537 (100.0%) 2.1672 (100.0%) 6.6266 (100.0%) Building Target
1.3135 (100.0%) 0.8537 (100.0%) 2.1672 (100.0%) 6.6266 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Atlantis+Manual.swift (in target 'Atlantis' from project 'Atlantis')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift (in target 'Atlantis' from project 'Atlantis')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:22:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Atlantis' may have shared mutable state; this is an error in the Swift 6 language mode
static let shared = Atlantis()
^
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:20:20: note: class 'Atlantis' does not conform to the 'Sendable' protocol
public final class Atlantis: NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:22:16: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
static let shared = Atlantis()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:22:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let shared = Atlantis()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:39:24: warning: static property 'isServiceAvailable' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var isServiceAvailable: Bool = {
^
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:39:24: note: convert 'isServiceAvailable' to a 'let' constant to make 'Sendable' shared state immutable
private static var isServiceAvailable: Bool = {
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:39:24: note: add '@MainActor' to make static property 'isServiceAvailable' part of global actor 'MainActor'
private static var isServiceAvailable: Bool = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:39:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var isServiceAvailable: Bool = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:59:24: warning: static property 'isEnabled' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var isEnabled = Atomic<Bool>(false)
^
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:59:24: note: convert 'isEnabled' to a 'let' constant to make 'Sendable' shared state immutable
private static var isEnabled = Atomic<Bool>(false)
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:59:24: note: add '@MainActor' to make static property 'isEnabled' part of global actor 'MainActor'
private static var isEnabled = Atomic<Bool>(false)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:59:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var isEnabled = Atomic<Bool>(false)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:464:17: warning: sending 'delegate' risks causing data races; this is an error in the Swift 6 language mode
delegate.atlantisDidHaveNewPackage(package)
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:464:17: note: task-isolated 'delegate' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
delegate.atlantisDidHaveNewPackage(package)
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:464:52: warning: sending 'package' risks causing data races; this is an error in the Swift 6 language mode
delegate.atlantisDidHaveNewPackage(package)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:464:52: note: task-isolated 'package' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
delegate.atlantisDidHaveNewPackage(package)
^~~~~~~
SwiftCompile normal arm64 Compiling\ Packages.swift /Users/admin/builder/spi-builder-workspace/Sources/Packages.swift (in target 'Atlantis' from project 'Atlantis')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756956563644315-swift-frontend-Atlantis-Packages.swift-arm64_apple_ios13.0-o-Onone-3628608618.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 2.4955 seconds (9.6639 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4960 ( 28.5%) 0.2741 ( 36.4%) 0.7701 ( 30.9%) 4.3264 ( 44.8%) parse-and-resolve-imports
0.4933 ( 28.3%) 0.2705 ( 35.9%) 0.7637 ( 30.6%) 4.3149 ( 44.6%) Import resolution
0.1343 ( 7.7%) 0.0365 ( 4.8%) 0.1708 ( 6.8%) 0.1731 ( 1.8%) perform-sema
0.1342 ( 7.7%) 0.0365 ( 4.8%) 0.1707 ( 6.8%) 0.1730 ( 1.8%) Type checking and Semantic analysis
0.0981 ( 5.6%) 0.0242 ( 3.2%) 0.1224 ( 4.9%) 0.1226 ( 1.3%) build-rewrite-system
0.0962 ( 5.5%) 0.0189 ( 2.5%) 0.1151 ( 4.6%) 0.1151 ( 1.2%) typecheck-stmt
0.0798 ( 4.6%) 0.0136 ( 1.8%) 0.0934 ( 3.7%) 0.0933 ( 1.0%) typecheck-expr
0.0395 ( 2.3%) 0.0318 ( 4.2%) 0.0713 ( 2.9%) 0.0731 ( 0.8%) import-clang-decl
0.0456 ( 2.6%) 0.0185 ( 2.4%) 0.0640 ( 2.6%) 0.0663 ( 0.7%) typecheck-decl
0.0017 ( 0.1%) 0.0103 ( 1.4%) 0.0119 ( 0.5%) 0.0625 ( 0.6%) load-stdlib
0.0308 ( 1.8%) 0.0081 ( 1.1%) 0.0390 ( 1.6%) 0.0397 ( 0.4%) IRGen
0.0297 ( 1.7%) 0.0036 ( 0.5%) 0.0334 ( 1.3%) 0.0336 ( 0.3%) SILGen
0.0236 ( 1.4%) 0.0025 ( 0.3%) 0.0261 ( 1.0%) 0.0263 ( 0.3%) SILGen-function
0.0164 ( 0.9%) 0.0003 ( 0.0%) 0.0166 ( 0.7%) 0.0168 ( 0.2%) SIL optimization
0.0137 ( 0.8%) 0.0028 ( 0.4%) 0.0164 ( 0.7%) 0.0164 ( 0.2%) precheck-target
0.0058 ( 0.3%) 0.0009 ( 0.1%) 0.0067 ( 0.3%) 0.0067 ( 0.1%) typecheck-expr-pattern
0.0031 ( 0.2%) 0.0007 ( 0.1%) 0.0038 ( 0.2%) 0.0039 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-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
1.7418 (100.0%) 0.7537 (100.0%) 2.4955 (100.0%) 9.6639 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 3.4307 seconds (7.2391 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
2.1952 (100.0%) 1.2355 (100.0%) 3.4307 (100.0%) 7.2391 (100.0%) Building Target
2.1952 (100.0%) 1.2355 (100.0%) 3.4307 (100.0%) 7.2391 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Packages.swift (in target 'Atlantis' from project 'Atlantis')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/Packages.swift:222:31: warning: main actor-isolated class property 'current' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let device = UIDevice.current
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:37:49: note: class property declared here
@property(class, nonatomic, readonly) UIDevice *currentDevice;
^
/Users/admin/builder/spi-builder-workspace/Sources/Packages.swift:223:23: warning: main actor-isolated property 'name' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
name = device.name
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:39:51: note: property declared here
@property(nonatomic,readonly,strong) NSString *name; // Synonym for model. Prior to iOS 16, user-assigned device name (e.g. @"My iPhone").
^
/Users/admin/builder/spi-builder-workspace/Sources/Packages.swift:224:27: warning: main actor-isolated property 'name' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
model = "\(device.name) (\(device.systemName) \(device.systemVersion))"
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:39:51: note: property declared here
@property(nonatomic,readonly,strong) NSString *name; // Synonym for model. Prior to iOS 16, user-assigned device name (e.g. @"My iPhone").
^
/Users/admin/builder/spi-builder-workspace/Sources/Packages.swift:224:43: warning: main actor-isolated property 'systemName' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
model = "\(device.name) (\(device.systemName) \(device.systemVersion))"
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:42:51: note: property declared here
@property(nonatomic,readonly,strong) NSString *systemName; // e.g. @"iOS"
^
/Users/admin/builder/spi-builder-workspace/Sources/Packages.swift:224:64: warning: main actor-isolated property 'systemVersion' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
model = "\(device.name) (\(device.systemName) \(device.systemVersion))"
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:43:51: note: property declared here
@property(nonatomic,readonly,strong) NSString *systemVersion; // e.g. @"4.0"
^
SwiftCompile normal arm64 Compiling\ Runtime.swift /Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift (in target 'Atlantis' from project 'Atlantis')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756956563635803-swift-frontend-Atlantis-Runtime.swift-arm64_apple_ios13.0-o-Onone-339371888.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 1.0653 seconds (9.1203 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1758 ( 28.0%) 0.1544 ( 35.2%) 0.3302 ( 31.0%) 4.3332 ( 47.5%) parse-and-resolve-imports
0.1735 ( 27.7%) 0.1533 ( 35.0%) 0.3268 ( 30.7%) 4.3289 ( 47.5%) Import resolution
0.1042 ( 16.6%) 0.0301 ( 6.9%) 0.1342 ( 12.6%) 0.1352 ( 1.5%) build-rewrite-system
0.0017 ( 0.3%) 0.0156 ( 3.5%) 0.0173 ( 1.6%) 0.0617 ( 0.7%) load-stdlib
0.0283 ( 4.5%) 0.0156 ( 3.6%) 0.0439 ( 4.1%) 0.0452 ( 0.5%) perform-sema
0.0283 ( 4.5%) 0.0156 ( 3.5%) 0.0438 ( 4.1%) 0.0451 ( 0.5%) Type checking and Semantic analysis
0.0229 ( 3.7%) 0.0144 ( 3.3%) 0.0374 ( 3.5%) 0.0386 ( 0.4%) typecheck-decl
0.0160 ( 2.6%) 0.0141 ( 3.2%) 0.0302 ( 2.8%) 0.0307 ( 0.3%) import-clang-decl
0.0161 ( 2.6%) 0.0063 ( 1.4%) 0.0224 ( 2.1%) 0.0227 ( 0.2%) typecheck-expr
0.0164 ( 2.6%) 0.0049 ( 1.1%) 0.0213 ( 2.0%) 0.0213 ( 0.2%) typecheck-stmt
0.0109 ( 1.7%) 0.0037 ( 0.8%) 0.0146 ( 1.4%) 0.0146 ( 0.2%) SILGen
0.0095 ( 1.5%) 0.0048 ( 1.1%) 0.0143 ( 1.3%) 0.0143 ( 0.2%) IRGen
0.0093 ( 1.5%) 0.0034 ( 0.8%) 0.0127 ( 1.2%) 0.0127 ( 0.1%) SILGen-function
0.0072 ( 1.1%) 0.0006 ( 0.1%) 0.0078 ( 0.7%) 0.0078 ( 0.1%) SIL optimization
0.0025 ( 0.4%) 0.0005 ( 0.1%) 0.0030 ( 0.3%) 0.0030 ( 0.0%) precheck-target
0.0021 ( 0.3%) 0.0004 ( 0.1%) 0.0025 ( 0.2%) 0.0025 ( 0.0%) typecheck-expr-pattern
0.0008 ( 0.1%) 0.0005 ( 0.1%) 0.0013 ( 0.1%) 0.0013 ( 0.0%) load-all-members
0.0010 ( 0.2%) 0.0003 ( 0.1%) 0.0013 ( 0.1%) 0.0013 ( 0.0%) typecheck-for-each
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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, 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.6267 (100.0%) 0.4386 (100.0%) 1.0653 (100.0%) 9.1203 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.3675 seconds (6.6184 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.4007 (100.0%) 0.9667 (100.0%) 2.3675 (100.0%) 6.6184 (100.0%) Building Target
1.4007 (100.0%) 0.9667 (100.0%) 2.3675 (100.0%) 6.6184 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift (in target 'Atlantis' from project 'Atlantis')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:72:16: warning: static property 'AtlantisIDKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var AtlantisIDKey: UInt8 = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:72:16: note: convert 'AtlantisIDKey' to a 'let' constant to make 'Sendable' shared state immutable
static var AtlantisIDKey: UInt8 = 0
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:72:16: note: add '@MainActor' to make static property 'AtlantisIDKey' part of global actor 'MainActor'
static var AtlantisIDKey: UInt8 = 0
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:72:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var AtlantisIDKey: UInt8 = 0
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ NetworkInjector.swift /Users/admin/builder/spi-builder-workspace/Sources/NetworkInjector.swift (in target 'Atlantis' from project 'Atlantis')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756956563640953-swift-frontend-Atlantis-NetworkInjector.swift-arm64_apple_ios13.0-o-Onone-51319851.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6265 seconds (9.5741 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0433 ( 13.6%) 0.1070 ( 34.7%) 0.1503 ( 24.0%) 4.5965 ( 48.0%) parse-and-resolve-imports
0.0404 ( 12.7%) 0.1043 ( 33.8%) 0.1447 ( 23.1%) 4.5908 ( 47.9%) Import resolution
0.0974 ( 30.6%) 0.0307 ( 10.0%) 0.1281 ( 20.4%) 0.1282 ( 1.3%) build-rewrite-system
0.0016 ( 0.5%) 0.0129 ( 4.2%) 0.0146 ( 2.3%) 0.0638 ( 0.7%) load-stdlib
0.0186 ( 5.9%) 0.0161 ( 5.2%) 0.0347 ( 5.5%) 0.0353 ( 0.4%) import-clang-decl
0.0244 ( 7.7%) 0.0072 ( 2.3%) 0.0316 ( 5.1%) 0.0324 ( 0.3%) perform-sema
0.0244 ( 7.7%) 0.0072 ( 2.3%) 0.0316 ( 5.0%) 0.0324 ( 0.3%) Type checking and Semantic analysis
0.0150 ( 4.7%) 0.0043 ( 1.4%) 0.0194 ( 3.1%) 0.0195 ( 0.2%) typecheck-expr
0.0142 ( 4.5%) 0.0039 ( 1.3%) 0.0180 ( 2.9%) 0.0181 ( 0.2%) typecheck-stmt
0.0070 ( 2.2%) 0.0056 ( 1.8%) 0.0126 ( 2.0%) 0.0154 ( 0.2%) IRGen
0.0102 ( 3.2%) 0.0036 ( 1.2%) 0.0138 ( 2.2%) 0.0145 ( 0.2%) typecheck-decl
0.0081 ( 2.5%) 0.0020 ( 0.7%) 0.0101 ( 1.6%) 0.0101 ( 0.1%) precheck-target
0.0046 ( 1.5%) 0.0016 ( 0.5%) 0.0063 ( 1.0%) 0.0063 ( 0.1%) SILGen
0.0039 ( 1.2%) 0.0014 ( 0.5%) 0.0053 ( 0.8%) 0.0053 ( 0.1%) SILGen-function
0.0045 ( 1.4%) 0.0000 ( 0.0%) 0.0046 ( 0.7%) 0.0046 ( 0.0%) SIL optimization
0.0006 ( 0.2%) 0.0002 ( 0.1%) 0.0008 ( 0.1%) 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%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3183 (100.0%) 0.3082 (100.0%) 0.6265 (100.0%) 9.5741 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.9385 seconds (6.6168 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.1143 (100.0%) 0.8241 (100.0%) 1.9385 (100.0%) 6.6168 (100.0%) Building Target
1.1143 (100.0%) 0.8241 (100.0%) 1.9385 (100.0%) 6.6168 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NetworkInjector.swift (in target 'Atlantis' from project 'Atlantis')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ DataCompression.swift,\ DispatchQueue+Once.swift /Users/admin/builder/spi-builder-workspace/Sources/DataCompression.swift /Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+Once.swift (in target 'Atlantis' from project 'Atlantis')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756956563645983-swift-frontend-Atlantis-DataCompression.swift-arm64_apple_ios13.0-o-Onone-2210534091.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 1.2050 seconds (9.8126 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0412 ( 4.8%) 0.0949 ( 26.9%) 0.1360 ( 11.3%) 4.4170 ( 45.0%) parse-and-resolve-imports
0.0385 ( 4.5%) 0.0925 ( 26.3%) 0.1309 ( 10.9%) 4.4118 ( 45.0%) Import resolution
0.1435 ( 16.8%) 0.0246 ( 7.0%) 0.1681 ( 14.0%) 0.1683 ( 1.7%) perform-sema
0.1434 ( 16.8%) 0.0246 ( 7.0%) 0.1680 ( 13.9%) 0.1682 ( 1.7%) Type checking and Semantic analysis
0.1121 ( 13.1%) 0.0167 ( 4.7%) 0.1288 ( 10.7%) 0.1289 ( 1.3%) typecheck-stmt
0.1012 ( 11.9%) 0.0158 ( 4.5%) 0.1170 ( 9.7%) 0.1171 ( 1.2%) typecheck-expr
0.0654 ( 7.7%) 0.0203 ( 5.8%) 0.0857 ( 7.1%) 0.0858 ( 0.9%) build-rewrite-system
0.0578 ( 6.8%) 0.0122 ( 3.5%) 0.0700 ( 5.8%) 0.0700 ( 0.7%) typecheck-decl
0.0017 ( 0.2%) 0.0117 ( 3.3%) 0.0134 ( 1.1%) 0.0553 ( 0.6%) load-stdlib
0.0343 ( 4.0%) 0.0054 ( 1.5%) 0.0396 ( 3.3%) 0.0397 ( 0.4%) precheck-target
0.0299 ( 3.5%) 0.0049 ( 1.4%) 0.0348 ( 2.9%) 0.0363 ( 0.4%) SILGen
0.0171 ( 2.0%) 0.0167 ( 4.7%) 0.0338 ( 2.8%) 0.0341 ( 0.3%) import-clang-decl
0.0242 ( 2.8%) 0.0037 ( 1.1%) 0.0279 ( 2.3%) 0.0291 ( 0.3%) SILGen-function
0.0201 ( 2.4%) 0.0073 ( 2.1%) 0.0275 ( 2.3%) 0.0275 ( 0.3%) IRGen
0.0210 ( 2.5%) 0.0003 ( 0.1%) 0.0212 ( 1.8%) 0.0213 ( 0.2%) SIL optimization
0.0010 ( 0.1%) 0.0004 ( 0.1%) 0.0014 ( 0.1%) 0.0014 ( 0.0%) load-all-members
0.0004 ( 0.0%) 0.0000 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) typecheck-expr-pattern
0.0002 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) typecheck-for-each
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.8529 (100.0%) 0.3520 (100.0%) 1.2050 (100.0%) 9.8126 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.1209 seconds (6.6347 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.2097 (100.0%) 0.9112 (100.0%) 2.1209 (100.0%) 6.6347 (100.0%) Building Target
1.2097 (100.0%) 0.9112 (100.0%) 2.1209 (100.0%) 6.6347 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DataCompression.swift (in target 'Atlantis' from project 'Atlantis')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+Once.swift (in target 'Atlantis' from project 'Atlantis')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+Once.swift:12:24: warning: static property '_onceTracker' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var _onceTracker = [String]()
^
/Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+Once.swift:12:24: note: convert '_onceTracker' to a 'let' constant to make 'Sendable' shared state immutable
private static var _onceTracker = [String]()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+Once.swift:12:24: note: add '@MainActor' to make static property '_onceTracker' part of global actor 'MainActor'
private static var _onceTracker = [String]()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+Once.swift:12:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var _onceTracker = [String]()
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Message.swift,\ NetworkInjector+URLSession.swift /Users/admin/builder/spi-builder-workspace/Sources/Message.swift /Users/admin/builder/spi-builder-workspace/Sources/NetworkInjector+URLSession.swift (in target 'Atlantis' from project 'Atlantis')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756956568453576-swift-frontend-Atlantis-Message.swift-arm64_apple_ios13.0-o-Onone-2050973401.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7916 seconds (0.8002 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0778 ( 13.6%) 0.0179 ( 8.1%) 0.0957 ( 12.1%) 0.0974 ( 12.2%) perform-sema
0.0777 ( 13.6%) 0.0178 ( 8.1%) 0.0956 ( 12.1%) 0.0973 ( 12.2%) Type checking and Semantic analysis
0.0488 ( 8.5%) 0.0476 ( 21.7%) 0.0963 ( 12.2%) 0.0970 ( 12.1%) parse-and-resolve-imports
0.0412 ( 7.2%) 0.0444 ( 20.2%) 0.0856 ( 10.8%) 0.0862 ( 10.8%) Import resolution
0.0620 ( 10.8%) 0.0197 ( 9.0%) 0.0817 ( 10.3%) 0.0828 ( 10.3%) build-rewrite-system
0.0556 ( 9.7%) 0.0136 ( 6.2%) 0.0693 ( 8.8%) 0.0710 ( 8.9%) typecheck-decl
0.0522 ( 9.1%) 0.0120 ( 5.5%) 0.0642 ( 8.1%) 0.0644 ( 8.1%) typecheck-stmt
0.0485 ( 8.5%) 0.0115 ( 5.3%) 0.0600 ( 7.6%) 0.0602 ( 7.5%) typecheck-expr
0.0210 ( 3.7%) 0.0153 ( 7.0%) 0.0363 ( 4.6%) 0.0364 ( 4.6%) import-clang-decl
0.0226 ( 4.0%) 0.0086 ( 3.9%) 0.0312 ( 3.9%) 0.0313 ( 3.9%) IRGen
0.0187 ( 3.3%) 0.0033 ( 1.5%) 0.0221 ( 2.8%) 0.0223 ( 2.8%) SILGen
0.0162 ( 2.8%) 0.0024 ( 1.1%) 0.0186 ( 2.4%) 0.0188 ( 2.3%) SILGen-function
0.0170 ( 3.0%) 0.0004 ( 0.2%) 0.0174 ( 2.2%) 0.0174 ( 2.2%) SIL optimization
0.0079 ( 1.4%) 0.0021 ( 0.9%) 0.0099 ( 1.3%) 0.0099 ( 1.2%) precheck-target
0.0017 ( 0.3%) 0.0025 ( 1.2%) 0.0043 ( 0.5%) 0.0043 ( 0.5%) load-stdlib
0.0011 ( 0.2%) 0.0002 ( 0.1%) 0.0013 ( 0.2%) 0.0013 ( 0.2%) typecheck-expr-pattern
0.0007 ( 0.1%) 0.0002 ( 0.1%) 0.0009 ( 0.1%) 0.0009 ( 0.1%) load-all-members
0.0006 ( 0.1%) 0.0000 ( 0.0%) 0.0006 ( 0.1%) 0.0006 ( 0.1%) source-file-lookup-class-member
0.0006 ( 0.1%) 0.0000 ( 0.0%) 0.0006 ( 0.1%) 0.0006 ( 0.1%) populate-module-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.5723 (100.0%) 0.2194 (100.0%) 0.7916 (100.0%) 0.8002 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.6470 seconds (1.8092 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9555 (100.0%) 0.6914 (100.0%) 1.6470 (100.0%) 1.8092 (100.0%) Building Target
0.9555 (100.0%) 0.6914 (100.0%) 1.6470 (100.0%) 1.8092 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Message.swift (in target 'Atlantis' from project 'Atlantis')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NetworkInjector+URLSession.swift (in target 'Atlantis' from project 'Atlantis')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/NetworkInjector+URLSession.swift:155:32: warning: comparing non-optional value of type 'AnyObject' to 'nil' always returns true
guard data != nil else { return nil }
~~~~ ^ ~~~
SwiftDriverJobDiscovery normal arm64 Emitting module for Atlantis (in target 'Atlantis' from project 'Atlantis')
SwiftDriver\ Compilation\ Requirements Atlantis normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Atlantis' from project 'Atlantis')
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 Atlantis -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/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 -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -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/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis-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/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis.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/Atlantis.build/Debug-iphoneos/Atlantis.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis_const_extract_protocols.json -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/Atlantis.build/Debug-iphoneos/Atlantis.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Message.swift, NetworkInjector+URLSession.swift (in target 'Atlantis' from project 'Atlantis')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework/Headers/Atlantis-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis-Swift.h (in target 'Atlantis' from project 'Atlantis')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework/Headers/Atlantis-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework/Modules/Atlantis.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis.swiftmodule (in target 'Atlantis' from project 'Atlantis')
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/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework/Modules/Atlantis.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework/Modules/Atlantis.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis.swiftdoc (in target 'Atlantis' from project 'Atlantis')
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/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework/Modules/Atlantis.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework/Modules/Atlantis.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis.abi.json (in target 'Atlantis' from project 'Atlantis')
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/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework/Modules/Atlantis.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework/Modules/Atlantis.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis.swiftsourceinfo (in target 'Atlantis' from project 'Atlantis')
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/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework/Modules/Atlantis.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling PackageIdentifier.swift (in target 'Atlantis' from project 'Atlantis')
SwiftDriverJobDiscovery normal arm64 Compiling Runtime.swift (in target 'Atlantis' from project 'Atlantis')
SwiftDriverJobDiscovery normal arm64 Compiling NetworkInjector.swift (in target 'Atlantis' from project 'Atlantis')
SwiftDriverJobDiscovery normal arm64 Compiling AtlantisHelper.swift, Configuration.swift (in target 'Atlantis' from project 'Atlantis')
SwiftDriverJobDiscovery normal arm64 Compiling DataCompression.swift, DispatchQueue+Once.swift (in target 'Atlantis' from project 'Atlantis')
SwiftDriverJobDiscovery normal arm64 Compiling Atlantis+Manual.swift, Atlantis.swift (in target 'Atlantis' from project 'Atlantis')
SwiftDriverJobDiscovery normal arm64 Compiling URLSessionTask+CurrentRequest.swift (in target 'Atlantis' from project 'Atlantis')
SwiftDriverJobDiscovery normal arm64 Compiling Packages.swift (in target 'Atlantis' from project 'Atlantis')
SwiftDriverJobDiscovery normal arm64 Compiling Transporter.swift (in target 'Atlantis' from project 'Atlantis')
SwiftDriver\ Compilation Atlantis normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Atlantis' from project 'Atlantis')
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 Atlantis -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/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 -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -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/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis-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/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis.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/Atlantis.build/Debug-iphoneos/Atlantis.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis_const_extract_protocols.json -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/Atlantis.build/Debug-iphoneos/Atlantis.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework/Atlantis normal (in target 'Atlantis' from project 'Atlantis')
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 -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis.LinkFileList -install_name @rpath/Atlantis.framework/Atlantis -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis_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/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework/Atlantis
ExtractAppIntentsMetadata (in target 'Atlantis' from project 'Atlantis')
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 Atlantis --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 Atlantis --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework/Atlantis --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Atlantis.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Atlantis.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-09-03 20:29:31.204 appintentsmetadataprocessor[707:4007] Starting appintentsmetadataprocessor export
2025-09-03 20:29:31.207 appintentsmetadataprocessor[707:4007] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
AppIntentsSSUTraining (in target 'Atlantis' from project 'Atlantis')
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/Atlantis.framework/Info.plist --temp-dir-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/ssu --bundle-id Atlantis --product-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework --extracted-metadata-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework/Metadata.appintents --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Atlantis.DependencyMetadataFileList --archive-ssu-assets
2025-09-03 20:29:31.234 appintentsnltrainingprocessor[708:4008] Parsing options for appintentsnltrainingprocessor
2025-09-03 20:29:31.235 appintentsnltrainingprocessor[708:4008] No AppShortcuts found - Skipping.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/Atlantis.framework/Atlantis.tbd (in target 'Atlantis' from project 'Atlantis')
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 -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework/Atlantis -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/Atlantis.framework/Atlantis.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework (in target 'Atlantis' from project 'Atlantis')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework (in target 'Atlantis' from project 'Atlantis')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Atlantis",
"name" : "Atlantis",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Atlantis",
"targets" : [
"Atlantis"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "Atlantis",
"module_type" : "SwiftTarget",
"name" : "Atlantis",
"path" : "Sources",
"product_memberships" : [
"Atlantis"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Atlantis+Manual.swift",
"Atlantis.swift",
"AtlantisHelper.swift",
"Configuration.swift",
"DataCompression.swift",
"DispatchQueue+Once.swift",
"Message.swift",
"NetworkInjector+URLSession.swift",
"NetworkInjector.swift",
"PackageIdentifier.swift",
"Packages.swift",
"Runtime.swift",
"Transporter.swift",
"URLSessionTask+CurrentRequest.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.