Build Information
Successful build of SwiftShell, reference master (5b2207), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 27 Mar 2026 07:06:14 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 SwiftShell -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kareman/SwiftShell.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kareman/SwiftShell
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 5b2207c Release 5.1.1 (#111)
Cloned https://github.com/kareman/SwiftShell.git
Revision (git rev-parse @):
5b2207cd7177567e4efd9366d554c384037ef42f
SUCCESS checkout https://github.com/kareman/SwiftShell.git at master
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.1
Building package at path: $PWD
https://github.com/kareman/SwiftShell.git
https://github.com/kareman/SwiftShell.git
{
"dependencies" : [
],
"manifest_display_name" : "SwiftShell",
"name" : "SwiftShell",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "SwiftShell",
"targets" : [
"SwiftShell"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"4.2",
"5"
],
"targets" : [
{
"c99name" : "SwiftShellTests",
"module_type" : "SwiftTarget",
"name" : "SwiftShellTests",
"path" : "Tests/SwiftShellTests",
"sources" : [
"Command_Tests.swift",
"Context_Tests.swift",
"Files_Tests.swift",
"String_Tests.swift"
],
"target_dependencies" : [
"SwiftShell"
],
"type" : "test"
},
{
"c99name" : "SwiftShell",
"module_type" : "SwiftTarget",
"name" : "SwiftShell",
"path" : "Sources/SwiftShell",
"product_memberships" : [
"SwiftShell"
],
"sources" : [
"Bash.swift",
"Command.swift",
"Context.swift",
"Files.swift",
"General/Array.swift",
"Process.swift",
"Stream/Lazy-split.swift",
"Stream/Stream.swift",
"String.swift"
],
"type" : "library"
},
{
"c99name" : "StreamTests",
"module_type" : "SwiftTarget",
"name" : "StreamTests",
"path" : "Tests/StreamTests",
"sources" : [
"Collection_Tests.swift",
"FileHandle_Tests.swift",
"Stream_Tests.swift"
],
"target_dependencies" : [
"SwiftShell"
],
"type" : "test"
},
{
"c99name" : "GeneralTests",
"module_type" : "SwiftTarget",
"name" : "GeneralTests",
"path" : "Tests/GeneralTests",
"sources" : [
"Array_Tests.swift"
],
"target_dependencies" : [
"SwiftShell"
],
"type" : "test"
}
],
"tools_version" : "5.0"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
"dependencies" : [
],
"manifest_display_name" : "SwiftShell",
"name" : "SwiftShell",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "SwiftShell",
"targets" : [
"SwiftShell"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"4.2",
"5"
],
"targets" : [
{
"c99name" : "SwiftShellTests",
"module_type" : "SwiftTarget",
"name" : "SwiftShellTests",
"path" : "Tests/SwiftShellTests",
"sources" : [
"Command_Tests.swift",
"Context_Tests.swift",
"Files_Tests.swift",
"String_Tests.swift"
],
"target_dependencies" : [
"SwiftShell"
],
"type" : "test"
},
{
"c99name" : "SwiftShell",
"module_type" : "SwiftTarget",
"name" : "SwiftShell",
"path" : "Sources/SwiftShell",
"product_memberships" : [
"SwiftShell"
],
"sources" : [
"Bash.swift",
"Command.swift",
"Context.swift",
"Files.swift",
"General/Array.swift",
"Process.swift",
"Stream/Lazy-split.swift",
"Stream/Stream.swift",
"String.swift"
],
"type" : "library"
},
{
"c99name" : "StreamTests",
"module_type" : "SwiftTarget",
"name" : "StreamTests",
"path" : "Tests/StreamTests",
"sources" : [
"Collection_Tests.swift",
"FileHandle_Tests.swift",
"Stream_Tests.swift"
],
"target_dependencies" : [
"SwiftShell"
],
"type" : "test"
},
{
"c99name" : "GeneralTests",
"module_type" : "SwiftTarget",
"name" : "GeneralTests",
"path" : "Tests/GeneralTests",
"sources" : [
"Array_Tests.swift"
],
"target_dependencies" : [
"SwiftShell"
],
"type" : "test"
}
],
"tools_version" : "5.0"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "SwiftShell",
"schemes" : [
"SwiftShell"
],
"targets" : [
"SwiftShell",
"GeneralTests",
"StreamTests",
"SwiftShellTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftShell -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme SwiftShell -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
Target 'SwiftShell' in project 'SwiftShell' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: d14e3ad5be03357de598933cf745a573
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/d14e3ad5be03357de598933cf745a573.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/SwiftShell.xcodeproj
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/SwiftShell.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/SwiftShell.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
cd /Users/admin/builder/spi-builder-workspace/SwiftShell.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
cd /Users/admin/builder/spi-builder-workspace/SwiftShell.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftShell.framework/SwiftShell Versions/Current/SwiftShell (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/SwiftShell /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftShell.framework/SwiftShell
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftShell.framework/Modules Versions/Current/Modules (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/Modules /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftShell.framework/Modules
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftShell.framework/Versions/Current A (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh A /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftShell.framework/Versions/Current
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/SwiftShell.DependencyStaticMetadataFileList (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/SwiftShell.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/SwiftShell.DependencyMetadataFileList (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/SwiftShell.DependencyMetadataFileList
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftShell.framework/Resources Versions/Current/Resources (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/Resources /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftShell.framework/Resources
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/Objects-normal/arm64/SwiftShell.SwiftConstValuesFileList (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/Objects-normal/arm64/SwiftShell.SwiftConstValuesFileList
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftShell.framework/Headers Versions/Current/Headers (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/Headers /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftShell.framework/Headers
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/Objects-normal/arm64/SwiftShell_const_extract_protocols.json (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/Objects-normal/arm64/SwiftShell_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/Objects-normal/arm64/SwiftShell.LinkFileList (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/Objects-normal/arm64/SwiftShell.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/Objects-normal/arm64/SwiftShell.SwiftFileList (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/Objects-normal/arm64/SwiftShell.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/Objects-normal/arm64/SwiftShell-OutputFileMap.json (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/Objects-normal/arm64/SwiftShell-OutputFileMap.json
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftShell.framework/Versions/A/Headers (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftShell.framework/Versions/A/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftShell.framework/Versions/A/Resources (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftShell.framework/Versions/A/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftShell.framework/Versions/A (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftShell.framework/Versions/A
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftShell.framework/Versions (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftShell.framework/Versions
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftShell.framework (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftShell.framework
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftShell.framework/Versions/A/Resources/Info.plist /Users/admin/builder/spi-builder-workspace/SwiftShell.xcodeproj/SwiftShell_Info.plist (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/SwiftShell.xcodeproj/SwiftShell_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftShell.framework/Versions/A/Resources/Info.plist
SwiftDriver SwiftShell normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftShell' from project 'SwiftShell')
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 SwiftShell -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/Objects-normal/arm64/SwiftShell.SwiftFileList -DSWIFT_PACKAGE -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.11 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/Objects-normal/arm64/SwiftShell-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/SwiftShell.build/Debug/SwiftShell.build/Objects-normal/arm64/SwiftShell.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/SwiftShell.build/Debug/SwiftShell.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/Objects-normal/arm64/SwiftShell_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/Objects-normal/arm64/SwiftShell-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Command.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Command.swift (in target 'SwiftShell' from project 'SwiftShell')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Command.swift (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Command.swift:151:17: warning: capture of 'command' with non-sendable type 'AsyncCommand' in a '@Sendable' closure
stderror = command.stderror.readData()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Command.swift:336:20: note: class 'AsyncCommand' does not conform to the 'Sendable' protocol
public final class AsyncCommand: PrintedAsyncCommand {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Command.swift:151:6: warning: mutation of captured var 'stderror' in concurrently-executing code
stderror = command.stderror.readData()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Command.swift:329:4: warning: capture of 'handler' with non-sendable type '(PrintedAsyncCommand) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
handler(self)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Command.swift:329:4: note: a function type must be marked '@Sendable' to conform to 'Sendable'
handler(self)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Command.swift:329:12: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure; this is an error in the Swift 6 language mode
handler(self)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Command.swift:241:14: note: class 'PrintedAsyncCommand' does not conform to the 'Sendable' protocol
public class PrintedAsyncCommand {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Command.swift:362:4: warning: capture of 'handler' with non-sendable type '(AsyncCommand) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
handler(self)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Command.swift:362:4: note: a function type must be marked '@Sendable' to conform to 'Sendable'
handler(self)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Command.swift:362:12: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure; this is an error in the Swift 6 language mode
handler(self)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Command.swift:336:20: note: class 'AsyncCommand' does not conform to the 'Sendable' protocol
public final class AsyncCommand: PrintedAsyncCommand {
^
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1774595169676510-swift-frontend-SwiftShell-Command.swift-arm64_apple_macos10.11-o-Onone-3956628011.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7742 seconds (4.7841 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0256 ( 5.9%) 0.1090 ( 32.3%) 0.1346 ( 17.4%) 2.1306 ( 44.5%) parse-and-resolve-imports
0.0247 ( 5.7%) 0.1081 ( 32.0%) 0.1328 ( 17.2%) 2.1287 ( 44.5%) Import resolution
0.0753 ( 17.3%) 0.0243 ( 7.2%) 0.0997 ( 12.9%) 0.0996 ( 2.1%) build-rewrite-system
0.0646 ( 14.8%) 0.0175 ( 5.2%) 0.0821 ( 10.6%) 0.0824 ( 1.7%) perform-sema
0.0645 ( 14.8%) 0.0174 ( 5.2%) 0.0820 ( 10.6%) 0.0823 ( 1.7%) Type checking and Semantic analysis
0.0441 ( 10.1%) 0.0071 ( 2.1%) 0.0512 ( 6.6%) 0.0512 ( 1.1%) typecheck-stmt
0.0331 ( 7.6%) 0.0125 ( 3.7%) 0.0456 ( 5.9%) 0.0460 ( 1.0%) typecheck-decl
0.0336 ( 7.7%) 0.0074 ( 2.2%) 0.0409 ( 5.3%) 0.0409 ( 0.9%) typecheck-expr
0.0018 ( 0.4%) 0.0104 ( 3.1%) 0.0123 ( 1.6%) 0.0291 ( 0.6%) load-stdlib
0.0137 ( 3.1%) 0.0115 ( 3.4%) 0.0252 ( 3.3%) 0.0252 ( 0.5%) import-clang-decl
0.0165 ( 3.8%) 0.0041 ( 1.2%) 0.0206 ( 2.7%) 0.0208 ( 0.4%) SILGen
0.0116 ( 2.7%) 0.0048 ( 1.4%) 0.0164 ( 2.1%) 0.0164 ( 0.3%) IRGen
0.0116 ( 2.7%) 0.0019 ( 0.5%) 0.0134 ( 1.7%) 0.0134 ( 0.3%) SILGen-function
0.0084 ( 1.9%) 0.0001 ( 0.0%) 0.0085 ( 1.1%) 0.0085 ( 0.2%) SIL optimization
0.0064 ( 1.5%) 0.0009 ( 0.3%) 0.0074 ( 1.0%) 0.0074 ( 0.2%) precheck-target
0.0008 ( 0.2%) 0.0006 ( 0.2%) 0.0014 ( 0.2%) 0.0014 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.4365 (100.0%) 0.3376 (100.0%) 0.7742 (100.0%) 4.7841 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.8258 seconds (3.8724 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.1424 (100.0%) 0.6834 (100.0%) 1.8258 (100.0%) 3.8724 (100.0%) Building Target
1.1424 (100.0%) 0.6834 (100.0%) 1.8258 (100.0%) 3.8724 (100.0%) Total
SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftShell (in target 'SwiftShell' from project 'SwiftShell')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1774595169673234-swift-frontend-SwiftShell-all-arm64_apple_macos10.11-swiftmodule-Onone-3819025869.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4719 seconds (4.5645 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0249 ( 11.8%) 0.1005 ( 38.5%) 0.1254 ( 26.6%) 2.1556 ( 47.2%) parse-and-resolve-imports
0.0240 ( 11.4%) 0.0996 ( 38.1%) 0.1236 ( 26.2%) 2.1537 ( 47.2%) Import resolution
0.0376 ( 17.8%) 0.0097 ( 3.7%) 0.0473 ( 10.0%) 0.0473 ( 1.0%) perform-sema
0.0374 ( 17.8%) 0.0097 ( 3.7%) 0.0471 ( 10.0%) 0.0471 ( 1.0%) Type checking and Semantic analysis
0.0369 ( 17.5%) 0.0095 ( 3.6%) 0.0464 ( 9.8%) 0.0464 ( 1.0%) typecheck-decl
0.0017 ( 0.8%) 0.0101 ( 3.9%) 0.0119 ( 2.5%) 0.0430 ( 0.9%) load-stdlib
0.0129 ( 6.1%) 0.0036 ( 1.4%) 0.0166 ( 3.5%) 0.0166 ( 0.4%) typecheck-expr
0.0090 ( 4.3%) 0.0063 ( 2.4%) 0.0153 ( 3.2%) 0.0158 ( 0.3%) SIL optimization
0.0076 ( 3.6%) 0.0022 ( 0.8%) 0.0097 ( 2.1%) 0.0097 ( 0.2%) SILGen
0.0062 ( 2.9%) 0.0020 ( 0.8%) 0.0082 ( 1.7%) 0.0082 ( 0.2%) build-rewrite-system
0.0021 ( 1.0%) 0.0028 ( 1.1%) 0.0049 ( 1.0%) 0.0055 ( 0.1%) Serialization, swiftmodule
0.0024 ( 1.1%) 0.0027 ( 1.0%) 0.0051 ( 1.1%) 0.0051 ( 0.1%) import-clang-decl
0.0039 ( 1.8%) 0.0009 ( 0.3%) 0.0048 ( 1.0%) 0.0047 ( 0.1%) precheck-target
0.0011 ( 0.5%) 0.0013 ( 0.5%) 0.0024 ( 0.5%) 0.0024 ( 0.1%) Serialization, swiftdoc
0.0021 ( 1.0%) 0.0003 ( 0.1%) 0.0023 ( 0.5%) 0.0023 ( 0.1%) SILGen-function
0.0005 ( 0.3%) 0.0001 ( 0.0%) 0.0006 ( 0.1%) 0.0006 ( 0.0%) Serialization, swiftsourceinfo
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) associated-type-inference
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%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-module-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%) get-conformance-access-path
0.2106 (100.0%) 0.2614 (100.0%) 0.4719 (100.0%) 4.5645 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2216 seconds (2.2844 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0885 (100.0%) 0.1331 (100.0%) 0.2216 (100.0%) 2.2844 (100.0%) Building Target
0.0885 (100.0%) 0.1331 (100.0%) 0.2216 (100.0%) 2.2844 (100.0%) Total
EmitSwiftModule normal arm64 (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Context.swift:142:12: warning: let 'main' is not concurrency-safe because non-'Sendable' type 'MainContext' may have shared mutable state; this is an error in the Swift 6 language mode
public let main = MainContext()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Context.swift:90:20: note: class 'MainContext' does not conform to the 'Sendable' protocol
public final class MainContext: Context, CommandRunning {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Context.swift:142:12: note: add '@MainActor' to make let 'main' part of global actor 'MainActor'
public let main = MainContext()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Context.swift:142:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let main = MainContext()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Files.swift:11:12: warning: let 'Files' is not concurrency-safe because non-'Sendable' type 'FileManager' may have shared mutable state; this is an error in the Swift 6 language mode
public let Files = FileManager.default
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:96:12: note: class 'FileManager' does not conform to the 'Sendable' protocol
@interface NSFileManager : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Files.swift:11:12: note: add '@MainActor' to make let 'Files' part of global actor 'MainActor'
public let Files = FileManager.default
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Files.swift:11:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let Files = FileManager.default
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Files.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Files.swift (in target 'SwiftShell' from project 'SwiftShell')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1774595169673165-swift-frontend-SwiftShell-Files.swift-arm64_apple_macos10.11-o-Onone-1458424740.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5361 seconds (4.8669 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0256 ( 10.4%) 0.1031 ( 35.5%) 0.1288 ( 24.0%) 2.2846 ( 46.9%) parse-and-resolve-imports
0.0245 ( 10.0%) 0.1017 ( 35.0%) 0.1262 ( 23.5%) 2.2820 ( 46.9%) Import resolution
0.0755 ( 30.8%) 0.0252 ( 8.7%) 0.1008 ( 18.8%) 0.1007 ( 2.1%) build-rewrite-system
0.0017 ( 0.7%) 0.0115 ( 4.0%) 0.0132 ( 2.5%) 0.0324 ( 0.7%) load-stdlib
0.0206 ( 8.4%) 0.0072 ( 2.5%) 0.0278 ( 5.2%) 0.0278 ( 0.6%) perform-sema
0.0205 ( 8.3%) 0.0072 ( 2.5%) 0.0277 ( 5.2%) 0.0277 ( 0.6%) Type checking and Semantic analysis
0.0131 ( 5.3%) 0.0109 ( 3.8%) 0.0240 ( 4.5%) 0.0240 ( 0.5%) import-clang-decl
0.0128 ( 5.2%) 0.0056 ( 1.9%) 0.0184 ( 3.4%) 0.0184 ( 0.4%) typecheck-expr
0.0128 ( 5.2%) 0.0051 ( 1.8%) 0.0180 ( 3.4%) 0.0180 ( 0.4%) typecheck-decl
0.0132 ( 5.4%) 0.0043 ( 1.5%) 0.0175 ( 3.3%) 0.0175 ( 0.4%) typecheck-stmt
0.0045 ( 1.8%) 0.0032 ( 1.1%) 0.0077 ( 1.4%) 0.0077 ( 0.2%) IRGen
0.0060 ( 2.4%) 0.0015 ( 0.5%) 0.0074 ( 1.4%) 0.0074 ( 0.2%) SILGen
0.0043 ( 1.7%) 0.0024 ( 0.8%) 0.0066 ( 1.2%) 0.0066 ( 0.1%) precheck-target
0.0046 ( 1.9%) 0.0011 ( 0.4%) 0.0057 ( 1.1%) 0.0057 ( 0.1%) SILGen-function
0.0045 ( 1.8%) 0.0001 ( 0.0%) 0.0046 ( 0.9%) 0.0046 ( 0.1%) SIL optimization
0.0010 ( 0.4%) 0.0006 ( 0.2%) 0.0015 ( 0.3%) 0.0015 ( 0.0%) load-all-members
0.0001 ( 0.1%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 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, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.2452 (100.0%) 0.2909 (100.0%) 0.5361 (100.0%) 4.8669 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.6581 seconds (3.8713 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9728 (100.0%) 0.6853 (100.0%) 1.6581 (100.0%) 3.8713 (100.0%) Building Target
0.9728 (100.0%) 0.6853 (100.0%) 1.6581 (100.0%) 3.8713 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Files.swift (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Files.swift:11:12: warning: let 'Files' is not concurrency-safe because non-'Sendable' type 'FileManager' may have shared mutable state; this is an error in the Swift 6 language mode
public let Files = FileManager.default
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:96:12: note: class 'FileManager' does not conform to the 'Sendable' protocol
@interface NSFileManager : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Files.swift:11:12: note: add '@MainActor' to make let 'Files' part of global actor 'MainActor'
public let Files = FileManager.default
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Files.swift:11:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let Files = FileManager.default
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ String.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/String.swift (in target 'SwiftShell' from project 'SwiftShell')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1774595169679899-swift-frontend-SwiftShell-String.swift-arm64_apple_macos10.11-o-Onone-3706270969.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4693 seconds (4.6131 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0249 ( 12.4%) 0.1016 ( 37.7%) 0.1265 ( 26.9%) 2.1911 ( 47.5%) parse-and-resolve-imports
0.0239 ( 11.9%) 0.1004 ( 37.3%) 0.1243 ( 26.5%) 2.1889 ( 47.4%) Import resolution
0.0770 ( 38.5%) 0.0260 ( 9.7%) 0.1030 ( 22.0%) 0.1030 ( 2.2%) build-rewrite-system
0.0017 ( 0.8%) 0.0092 ( 3.4%) 0.0109 ( 2.3%) 0.0255 ( 0.6%) load-stdlib
0.0113 ( 5.7%) 0.0094 ( 3.5%) 0.0208 ( 4.4%) 0.0208 ( 0.5%) import-clang-decl
0.0133 ( 6.6%) 0.0048 ( 1.8%) 0.0181 ( 3.9%) 0.0181 ( 0.4%) perform-sema
0.0132 ( 6.6%) 0.0048 ( 1.8%) 0.0180 ( 3.8%) 0.0180 ( 0.4%) Type checking and Semantic analysis
0.0108 ( 5.4%) 0.0042 ( 1.6%) 0.0150 ( 3.2%) 0.0150 ( 0.3%) typecheck-stmt
0.0064 ( 3.2%) 0.0047 ( 1.8%) 0.0111 ( 2.4%) 0.0111 ( 0.2%) IRGen
0.0039 ( 1.9%) 0.0014 ( 0.5%) 0.0053 ( 1.1%) 0.0053 ( 0.1%) typecheck-expr
0.0034 ( 1.7%) 0.0003 ( 0.1%) 0.0038 ( 0.8%) 0.0038 ( 0.1%) SIL optimization
0.0026 ( 1.3%) 0.0007 ( 0.3%) 0.0033 ( 0.7%) 0.0033 ( 0.1%) typecheck-decl
0.0027 ( 1.4%) 0.0005 ( 0.2%) 0.0032 ( 0.7%) 0.0032 ( 0.1%) SILGen
0.0021 ( 1.1%) 0.0006 ( 0.2%) 0.0028 ( 0.6%) 0.0028 ( 0.1%) precheck-target
0.0017 ( 0.9%) 0.0003 ( 0.1%) 0.0020 ( 0.4%) 0.0020 ( 0.0%) SILGen-function
0.0009 ( 0.4%) 0.0003 ( 0.1%) 0.0012 ( 0.2%) 0.0012 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL 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%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.2000 (100.0%) 0.2693 (100.0%) 0.4693 (100.0%) 4.6131 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.7384 seconds (3.8632 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9902 (100.0%) 0.7482 (100.0%) 1.7384 (100.0%) 3.8632 (100.0%) Building Target
0.9902 (100.0%) 0.7482 (100.0%) 1.7384 (100.0%) 3.8632 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/String.swift (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ Lazy-split.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Stream/Lazy-split.swift (in target 'SwiftShell' from project 'SwiftShell')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1774595169680044-swift-frontend-SwiftShell-Lazy_split.swift-arm64_apple_macos10.11-o-Onone-3011039142.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4276 seconds (4.6203 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0249 ( 13.4%) 0.0995 ( 41.2%) 0.1244 ( 29.1%) 2.2118 ( 47.9%) parse-and-resolve-imports
0.0240 ( 12.9%) 0.0985 ( 40.8%) 0.1225 ( 28.6%) 2.2099 ( 47.8%) Import resolution
0.0452 ( 24.2%) 0.0158 ( 6.6%) 0.0610 ( 14.3%) 0.0610 ( 1.3%) build-rewrite-system
0.0015 ( 0.8%) 0.0078 ( 3.2%) 0.0093 ( 2.2%) 0.0272 ( 0.6%) load-stdlib
0.0200 ( 10.7%) 0.0038 ( 1.6%) 0.0238 ( 5.6%) 0.0238 ( 0.5%) perform-sema
0.0199 ( 10.7%) 0.0038 ( 1.6%) 0.0237 ( 5.5%) 0.0237 ( 0.5%) Type checking and Semantic analysis
0.0135 ( 7.2%) 0.0024 ( 1.0%) 0.0159 ( 3.7%) 0.0159 ( 0.3%) typecheck-stmt
0.0068 ( 3.7%) 0.0036 ( 1.5%) 0.0104 ( 2.4%) 0.0104 ( 0.2%) IRGen
0.0070 ( 3.7%) 0.0013 ( 0.5%) 0.0083 ( 1.9%) 0.0083 ( 0.2%) precheck-target
0.0061 ( 3.3%) 0.0013 ( 0.5%) 0.0074 ( 1.7%) 0.0074 ( 0.2%) typecheck-decl
0.0059 ( 3.2%) 0.0012 ( 0.5%) 0.0071 ( 1.6%) 0.0071 ( 0.2%) SILGen
0.0039 ( 2.1%) 0.0006 ( 0.3%) 0.0045 ( 1.1%) 0.0045 ( 0.1%) typecheck-expr
0.0037 ( 2.0%) 0.0001 ( 0.1%) 0.0038 ( 0.9%) 0.0038 ( 0.1%) SIL optimization
0.0029 ( 1.5%) 0.0006 ( 0.2%) 0.0035 ( 0.8%) 0.0035 ( 0.1%) SILGen-function
0.0008 ( 0.4%) 0.0009 ( 0.4%) 0.0017 ( 0.4%) 0.0017 ( 0.0%) import-clang-decl
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) associated-type-inference
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%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1864 (100.0%) 0.2412 (100.0%) 0.4276 (100.0%) 4.6203 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.5019 seconds (2.6078 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3375 (100.0%) 0.1644 (100.0%) 0.5019 (100.0%) 2.6078 (100.0%) Building Target
0.3375 (100.0%) 0.1644 (100.0%) 0.5019 (100.0%) 2.6078 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Stream/Lazy-split.swift (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ Process.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Process.swift (in target 'SwiftShell' from project 'SwiftShell')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1774595169681684-swift-frontend-SwiftShell-Process.swift-arm64_apple_macos10.11-o-Onone-2495975089.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5744 seconds (4.8594 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0249 ( 8.8%) 0.0993 ( 34.0%) 0.1242 ( 21.6%) 2.2587 ( 46.5%) parse-and-resolve-imports
0.0239 ( 8.5%) 0.0983 ( 33.6%) 0.1222 ( 21.3%) 2.2567 ( 46.4%) Import resolution
0.0768 ( 27.2%) 0.0269 ( 9.2%) 0.1037 ( 18.1%) 0.1037 ( 2.1%) build-rewrite-system
0.0273 ( 9.7%) 0.0097 ( 3.3%) 0.0369 ( 6.4%) 0.0370 ( 0.8%) perform-sema
0.0272 ( 9.7%) 0.0096 ( 3.3%) 0.0369 ( 6.4%) 0.0370 ( 0.8%) Type checking and Semantic analysis
0.0258 ( 9.2%) 0.0083 ( 2.9%) 0.0342 ( 5.9%) 0.0343 ( 0.7%) typecheck-stmt
0.0017 ( 0.6%) 0.0086 ( 2.9%) 0.0103 ( 1.8%) 0.0257 ( 0.5%) load-stdlib
0.0158 ( 5.6%) 0.0068 ( 2.3%) 0.0225 ( 3.9%) 0.0226 ( 0.5%) typecheck-decl
0.0119 ( 4.2%) 0.0095 ( 3.2%) 0.0214 ( 3.7%) 0.0214 ( 0.4%) import-clang-decl
0.0147 ( 5.2%) 0.0050 ( 1.7%) 0.0197 ( 3.4%) 0.0198 ( 0.4%) precheck-target
0.0115 ( 4.1%) 0.0029 ( 1.0%) 0.0144 ( 2.5%) 0.0144 ( 0.3%) typecheck-expr
0.0058 ( 2.1%) 0.0018 ( 0.6%) 0.0077 ( 1.3%) 0.0076 ( 0.2%) SILGen
0.0041 ( 1.5%) 0.0035 ( 1.2%) 0.0076 ( 1.3%) 0.0076 ( 0.2%) IRGen
0.0049 ( 1.7%) 0.0015 ( 0.5%) 0.0064 ( 1.1%) 0.0064 ( 0.1%) SILGen-function
0.0041 ( 1.4%) 0.0001 ( 0.0%) 0.0042 ( 0.7%) 0.0042 ( 0.1%) SIL optimization
0.0008 ( 0.3%) 0.0002 ( 0.1%) 0.0010 ( 0.2%) 0.0010 ( 0.0%) typecheck-expr-pattern
0.0007 ( 0.3%) 0.0003 ( 0.1%) 0.0010 ( 0.2%) 0.0010 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL 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%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2821 (100.0%) 0.2924 (100.0%) 0.5744 (100.0%) 4.8594 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.6684 seconds (3.8615 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9615 (100.0%) 0.7069 (100.0%) 1.6684 (100.0%) 3.8615 (100.0%) Building Target
0.9615 (100.0%) 0.7069 (100.0%) 1.6684 (100.0%) 3.8615 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Process.swift (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ Bash.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Bash.swift (in target 'SwiftShell' from project 'SwiftShell')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1774595169679415-swift-frontend-SwiftShell-Bash.swift-arm64_apple_macos10.11-o-Onone-725844628.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 4.3419 seconds (4.4237 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.5901 ( 48.1%) 0.4926 ( 47.7%) 2.0827 ( 48.0%) 2.1144 ( 47.8%) parse-and-resolve-imports
1.5889 ( 48.0%) 0.4919 ( 47.6%) 2.0808 ( 47.9%) 2.1125 ( 47.8%) Import resolution
0.0792 ( 2.4%) 0.0139 ( 1.3%) 0.0931 ( 2.1%) 0.0931 ( 2.1%) build-rewrite-system
0.0016 ( 0.0%) 0.0076 ( 0.7%) 0.0092 ( 0.2%) 0.0264 ( 0.6%) load-stdlib
0.0113 ( 0.3%) 0.0088 ( 0.9%) 0.0201 ( 0.5%) 0.0201 ( 0.5%) import-clang-decl
0.0073 ( 0.2%) 0.0027 ( 0.3%) 0.0100 ( 0.2%) 0.0100 ( 0.2%) IRGen
0.0048 ( 0.1%) 0.0028 ( 0.3%) 0.0076 ( 0.2%) 0.0076 ( 0.2%) perform-sema
0.0048 ( 0.1%) 0.0028 ( 0.3%) 0.0076 ( 0.2%) 0.0076 ( 0.2%) Type checking and Semantic analysis
0.0030 ( 0.1%) 0.0034 ( 0.3%) 0.0064 ( 0.1%) 0.0073 ( 0.2%) SILGen
0.0046 ( 0.1%) 0.0012 ( 0.1%) 0.0058 ( 0.1%) 0.0058 ( 0.1%) typecheck-expr
0.0038 ( 0.1%) 0.0009 ( 0.1%) 0.0047 ( 0.1%) 0.0047 ( 0.1%) precheck-target
0.0022 ( 0.1%) 0.0020 ( 0.2%) 0.0042 ( 0.1%) 0.0042 ( 0.1%) typecheck-decl
0.0030 ( 0.1%) 0.0001 ( 0.0%) 0.0031 ( 0.1%) 0.0032 ( 0.1%) SIL optimization
0.0016 ( 0.0%) 0.0011 ( 0.1%) 0.0026 ( 0.1%) 0.0030 ( 0.1%) SILGen-function
0.0022 ( 0.1%) 0.0006 ( 0.1%) 0.0028 ( 0.1%) 0.0028 ( 0.1%) typecheck-stmt
0.0007 ( 0.0%) 0.0002 ( 0.0%) 0.0009 ( 0.0%) 0.0009 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
3.3092 (100.0%) 1.0327 (100.0%) 4.3419 (100.0%) 4.4237 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 3.7589 seconds (3.8621 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
2.6087 (100.0%) 1.1501 (100.0%) 3.7589 (100.0%) 3.8621 (100.0%) Building Target
2.6087 (100.0%) 1.1501 (100.0%) 3.7589 (100.0%) 3.8621 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Bash.swift (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ Array.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/General/Array.swift (in target 'SwiftShell' from project 'SwiftShell')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1774595169681308-swift-frontend-SwiftShell-Array.swift-arm64_apple_macos10.11-o-Onone-1636394554.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3808 seconds (4.9671 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0295 ( 22.3%) 0.1067 ( 42.9%) 0.1361 ( 35.7%) 2.4287 ( 48.9%) parse-and-resolve-imports
0.0284 ( 21.5%) 0.1055 ( 42.4%) 0.1339 ( 35.2%) 2.4265 ( 48.9%) Import resolution
0.0454 ( 34.3%) 0.0159 ( 6.4%) 0.0613 ( 16.1%) 0.0613 ( 1.2%) build-rewrite-system
0.0108 ( 8.2%) 0.0116 ( 4.7%) 0.0225 ( 5.9%) 0.0236 ( 0.5%) load-stdlib
0.0033 ( 2.5%) 0.0036 ( 1.5%) 0.0069 ( 1.8%) 0.0069 ( 0.1%) IRGen
0.0026 ( 1.9%) 0.0010 ( 0.4%) 0.0035 ( 0.9%) 0.0035 ( 0.1%) perform-sema
0.0025 ( 1.9%) 0.0009 ( 0.4%) 0.0034 ( 0.9%) 0.0034 ( 0.1%) Type checking and Semantic analysis
0.0032 ( 2.4%) 0.0001 ( 0.0%) 0.0033 ( 0.9%) 0.0033 ( 0.1%) SIL optimization
0.0019 ( 1.5%) 0.0007 ( 0.3%) 0.0026 ( 0.7%) 0.0026 ( 0.1%) SILGen
0.0019 ( 1.5%) 0.0006 ( 0.3%) 0.0026 ( 0.7%) 0.0026 ( 0.1%) typecheck-stmt
0.0010 ( 0.7%) 0.0014 ( 0.6%) 0.0024 ( 0.6%) 0.0024 ( 0.0%) import-clang-decl
0.0011 ( 0.8%) 0.0004 ( 0.1%) 0.0015 ( 0.4%) 0.0015 ( 0.0%) SILGen-function
0.0005 ( 0.3%) 0.0002 ( 0.1%) 0.0007 ( 0.2%) 0.0007 ( 0.0%) typecheck-decl
0.0001 ( 0.1%) 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%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.1322 (100.0%) 0.2486 (100.0%) 0.3808 (100.0%) 4.9671 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4851 seconds (2.7791 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3148 (100.0%) 0.1703 (100.0%) 0.4851 (100.0%) 2.7791 (100.0%) Building Target
0.3148 (100.0%) 0.1703 (100.0%) 0.4851 (100.0%) 2.7791 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/General/Array.swift (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ Context.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Context.swift (in target 'SwiftShell' from project 'SwiftShell')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1774595169681612-swift-frontend-SwiftShell-Context.swift-arm64_apple_macos10.11-o-Onone-569879084.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6105 seconds (4.6365 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0243 ( 7.6%) 0.0942 ( 32.4%) 0.1184 ( 19.4%) 2.1126 ( 45.6%) parse-and-resolve-imports
0.0232 ( 7.2%) 0.0930 ( 32.0%) 0.1162 ( 19.0%) 2.1104 ( 45.5%) Import resolution
0.0760 ( 23.7%) 0.0245 ( 8.4%) 0.1004 ( 16.5%) 0.1005 ( 2.2%) build-rewrite-system
0.0370 ( 11.6%) 0.0119 ( 4.1%) 0.0489 ( 8.0%) 0.0493 ( 1.1%) perform-sema
0.0369 ( 11.5%) 0.0119 ( 4.1%) 0.0488 ( 8.0%) 0.0492 ( 1.1%) Type checking and Semantic analysis
0.0016 ( 0.5%) 0.0080 ( 2.8%) 0.0096 ( 1.6%) 0.0454 ( 1.0%) load-stdlib
0.0232 ( 7.2%) 0.0076 ( 2.6%) 0.0307 ( 5.0%) 0.0308 ( 0.7%) typecheck-expr
0.0216 ( 6.7%) 0.0085 ( 2.9%) 0.0301 ( 4.9%) 0.0305 ( 0.7%) typecheck-decl
0.0228 ( 7.1%) 0.0056 ( 1.9%) 0.0283 ( 4.6%) 0.0283 ( 0.6%) typecheck-stmt
0.0125 ( 3.9%) 0.0097 ( 3.4%) 0.0223 ( 3.6%) 0.0222 ( 0.5%) import-clang-decl
0.0154 ( 4.8%) 0.0049 ( 1.7%) 0.0202 ( 3.3%) 0.0203 ( 0.4%) precheck-target
0.0075 ( 2.4%) 0.0061 ( 2.1%) 0.0136 ( 2.2%) 0.0143 ( 0.3%) IRGen
0.0066 ( 2.1%) 0.0023 ( 0.8%) 0.0089 ( 1.5%) 0.0089 ( 0.2%) SILGen
0.0065 ( 2.0%) 0.0004 ( 0.1%) 0.0069 ( 1.1%) 0.0069 ( 0.1%) SIL optimization
0.0043 ( 1.4%) 0.0017 ( 0.6%) 0.0060 ( 1.0%) 0.0060 ( 0.1%) SILGen-function
0.0007 ( 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%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3202 (100.0%) 0.2903 (100.0%) 0.6105 (100.0%) 4.6365 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.7832 seconds (3.8649 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.0257 (100.0%) 0.7574 (100.0%) 1.7832 (100.0%) 3.8649 (100.0%) Building Target
1.0257 (100.0%) 0.7574 (100.0%) 1.7832 (100.0%) 3.8649 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Context.swift (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Context.swift:142:12: warning: let 'main' is not concurrency-safe because non-'Sendable' type 'MainContext' may have shared mutable state; this is an error in the Swift 6 language mode
public let main = MainContext()
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Context.swift:90:20: note: class 'MainContext' does not conform to the 'Sendable' protocol
public final class MainContext: Context, CommandRunning {
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Context.swift:142:12: note: add '@MainActor' to make let 'main' part of global actor 'MainActor'
public let main = MainContext()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Context.swift:142:12: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public let main = MainContext()
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Stream.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Stream/Stream.swift (in target 'SwiftShell' from project 'SwiftShell')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Stream/Stream.swift (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Stream/Stream.swift:113:4: warning: capture of 'self' with non-sendable type 'Self?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
self.map(handler)
^
SwiftShell.ReadableStream.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
Self : SwiftShell.ReadableStream}
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Stream/Stream.swift:113:13: warning: capture of 'handler' with non-sendable type '(any ReadableStream) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
self.map(handler)
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Stream/Stream.swift:113:13: note: a function type must be marked '@Sendable' to conform to 'Sendable'
self.map(handler)
^
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1774595169681468-swift-frontend-SwiftShell-Stream.swift-arm64_apple_macos10.11-o-Onone-301456745.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6098 seconds (4.8442 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0284 ( 9.0%) 0.1020 ( 34.7%) 0.1304 ( 21.4%) 2.2396 ( 46.2%) parse-and-resolve-imports
0.0271 ( 8.6%) 0.1004 ( 34.1%) 0.1275 ( 20.9%) 2.2367 ( 46.2%) Import resolution
0.0773 ( 24.5%) 0.0262 ( 8.9%) 0.1035 ( 17.0%) 0.1035 ( 2.1%) build-rewrite-system
0.0365 ( 11.6%) 0.0105 ( 3.6%) 0.0470 ( 7.7%) 0.0472 ( 1.0%) perform-sema
0.0364 ( 11.5%) 0.0105 ( 3.6%) 0.0469 ( 7.7%) 0.0470 ( 1.0%) Type checking and Semantic analysis
0.0250 ( 7.9%) 0.0063 ( 2.1%) 0.0313 ( 5.1%) 0.0313 ( 0.6%) typecheck-stmt
0.0016 ( 0.5%) 0.0089 ( 3.0%) 0.0105 ( 1.7%) 0.0261 ( 0.5%) load-stdlib
0.0198 ( 6.3%) 0.0055 ( 1.9%) 0.0253 ( 4.1%) 0.0253 ( 0.5%) typecheck-expr
0.0118 ( 3.7%) 0.0102 ( 3.5%) 0.0220 ( 3.6%) 0.0221 ( 0.5%) import-clang-decl
0.0128 ( 4.1%) 0.0042 ( 1.4%) 0.0170 ( 2.8%) 0.0171 ( 0.4%) typecheck-decl
0.0102 ( 3.2%) 0.0048 ( 1.6%) 0.0150 ( 2.5%) 0.0150 ( 0.3%) IRGen
0.0110 ( 3.5%) 0.0022 ( 0.7%) 0.0132 ( 2.2%) 0.0132 ( 0.3%) SILGen
0.0080 ( 2.5%) 0.0015 ( 0.5%) 0.0096 ( 1.6%) 0.0096 ( 0.2%) SILGen-function
0.0058 ( 1.8%) 0.0001 ( 0.0%) 0.0058 ( 1.0%) 0.0058 ( 0.1%) SIL optimization
0.0027 ( 0.9%) 0.0008 ( 0.3%) 0.0035 ( 0.6%) 0.0035 ( 0.1%) precheck-target
0.0007 ( 0.2%) 0.0002 ( 0.1%) 0.0008 ( 0.1%) 0.0008 ( 0.0%) load-all-members
0.0002 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) associated-type-inference
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL 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%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3156 (100.0%) 0.2942 (100.0%) 0.6098 (100.0%) 4.8442 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.7025 seconds (3.8664 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.0182 (100.0%) 0.6843 (100.0%) 1.7025 (100.0%) 3.8664 (100.0%) Building Target
1.0182 (100.0%) 0.6843 (100.0%) 1.7025 (100.0%) 3.8664 (100.0%) Total
SwiftDriverJobDiscovery normal arm64 Emitting module for SwiftShell (in target 'SwiftShell' from project 'SwiftShell')
SwiftDriver\ Compilation\ Requirements SwiftShell normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftShell' from project 'SwiftShell')
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 SwiftShell -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/Objects-normal/arm64/SwiftShell.SwiftFileList -DSWIFT_PACKAGE -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.11 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/Objects-normal/arm64/SwiftShell-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/SwiftShell.build/Debug/SwiftShell.build/Objects-normal/arm64/SwiftShell.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/SwiftShell.build/Debug/SwiftShell.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/Objects-normal/arm64/SwiftShell_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/Objects-normal/arm64/SwiftShell-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftShell.framework/Versions/A/Headers/SwiftShell-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/Objects-normal/arm64/SwiftShell-Swift.h (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/Objects-normal/arm64/SwiftShell-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftShell.framework/Versions/A/Headers/SwiftShell-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftShell.framework/Versions/A/Modules/SwiftShell.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/Objects-normal/arm64/SwiftShell.swiftmodule (in target 'SwiftShell' from project 'SwiftShell')
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/SwiftShell.build/Debug/SwiftShell.build/Objects-normal/arm64/SwiftShell.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftShell.framework/Versions/A/Modules/SwiftShell.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftShell.framework/Versions/A/Modules/SwiftShell.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/Objects-normal/arm64/SwiftShell.swiftdoc (in target 'SwiftShell' from project 'SwiftShell')
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/SwiftShell.build/Debug/SwiftShell.build/Objects-normal/arm64/SwiftShell.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftShell.framework/Versions/A/Modules/SwiftShell.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftShell.framework/Versions/A/Modules/SwiftShell.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/Objects-normal/arm64/SwiftShell.abi.json (in target 'SwiftShell' from project 'SwiftShell')
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/SwiftShell.build/Debug/SwiftShell.build/Objects-normal/arm64/SwiftShell.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftShell.framework/Versions/A/Modules/SwiftShell.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftShell.framework/Versions/A/Modules/SwiftShell.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/Objects-normal/arm64/SwiftShell.swiftsourceinfo (in target 'SwiftShell' from project 'SwiftShell')
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/SwiftShell.build/Debug/SwiftShell.build/Objects-normal/arm64/SwiftShell.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftShell.framework/Versions/A/Modules/SwiftShell.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Lazy-split.swift (in target 'SwiftShell' from project 'SwiftShell')
SwiftDriverJobDiscovery normal arm64 Compiling Array.swift (in target 'SwiftShell' from project 'SwiftShell')
SwiftDriverJobDiscovery normal arm64 Compiling Files.swift (in target 'SwiftShell' from project 'SwiftShell')
SwiftDriverJobDiscovery normal arm64 Compiling String.swift (in target 'SwiftShell' from project 'SwiftShell')
SwiftDriverJobDiscovery normal arm64 Compiling Process.swift (in target 'SwiftShell' from project 'SwiftShell')
SwiftDriverJobDiscovery normal arm64 Compiling Context.swift (in target 'SwiftShell' from project 'SwiftShell')
SwiftDriverJobDiscovery normal arm64 Compiling Bash.swift (in target 'SwiftShell' from project 'SwiftShell')
SwiftDriverJobDiscovery normal arm64 Compiling Command.swift (in target 'SwiftShell' from project 'SwiftShell')
SwiftDriverJobDiscovery normal arm64 Compiling Stream.swift (in target 'SwiftShell' from project 'SwiftShell')
SwiftDriver\ Compilation SwiftShell normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftShell' from project 'SwiftShell')
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 SwiftShell -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/Objects-normal/arm64/SwiftShell.SwiftFileList -DSWIFT_PACKAGE -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.11 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/Objects-normal/arm64/SwiftShell-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/SwiftShell.build/Debug/SwiftShell.build/Objects-normal/arm64/SwiftShell.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/SwiftShell.build/Debug/SwiftShell.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/Objects-normal/arm64/SwiftShell_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/Objects-normal/arm64/SwiftShell-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/SwiftShell.framework/Versions/A/SwiftShell normal (in target 'SwiftShell' from project 'SwiftShell')
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-macos10.11 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/Objects-normal/arm64/SwiftShell.LinkFileList -install_name @rpath/SwiftShell.framework/Versions/A/SwiftShell -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/Objects-normal/arm64/SwiftShell_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/Objects-normal/arm64/SwiftShell_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/Objects-normal/arm64/SwiftShell.swiftmodule -Xlinker -no_adhoc_codesign -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftShell.framework/Versions/A/SwiftShell
ExtractAppIntentsMetadata (in target 'SwiftShell' from project 'SwiftShell')
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 SwiftShell --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.11 --bundle-identifier SwiftShell --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftShell.framework/Versions/A/Resources --target-triple arm64-apple-macos10.11 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftShell.framework/Versions/A/SwiftShell --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/Objects-normal/arm64/SwiftShell_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/Objects-normal/arm64/SwiftShell.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/SwiftShell.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/SwiftShell.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug/SwiftShell.build/Objects-normal/arm64/SwiftShell.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-03-27 00:06:13.780 appintentsmetadataprocessor[733:4229] Starting appintentsmetadataprocessor export
2026-03-27 00:06:13.782 appintentsmetadataprocessor[733:4229] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/SwiftShell.framework/Versions/A/SwiftShell.tbd (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftShell.framework/Versions/A/SwiftShell -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/SwiftShell.framework/Versions/A/SwiftShell.tbd
CodeSign /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftShell.framework/Versions/A (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace
Signing Identity: "Sign to Run Locally"
/usr/bin/codesign --force --sign - --timestamp\=none --generate-entitlement-der /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftShell.framework/Versions/A
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftShell.framework (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftShell.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftShell.framework (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftShell.framework
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/SwiftShell.framework/SwiftShell.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/SwiftShell.framework/Versions/A/SwiftShell.tbd (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/SwiftShell.framework/Versions/A/SwiftShell.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/SwiftShell.framework/SwiftShell.tbd
/Users/admin/builder/spi-builder-workspace/SwiftShell.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.11, but the range of supported deployment target versions is 10.13 to 15.4.99. (in target 'SwiftShell' from project 'SwiftShell')
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftShell",
"name" : "SwiftShell",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "SwiftShell",
"targets" : [
"SwiftShell"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"4.2",
"5"
],
"targets" : [
{
"c99name" : "SwiftShellTests",
"module_type" : "SwiftTarget",
"name" : "SwiftShellTests",
"path" : "Tests/SwiftShellTests",
"sources" : [
"Command_Tests.swift",
"Context_Tests.swift",
"Files_Tests.swift",
"String_Tests.swift"
],
"target_dependencies" : [
"SwiftShell"
],
"type" : "test"
},
{
"c99name" : "SwiftShell",
"module_type" : "SwiftTarget",
"name" : "SwiftShell",
"path" : "Sources/SwiftShell",
"product_memberships" : [
"SwiftShell"
],
"sources" : [
"Bash.swift",
"Command.swift",
"Context.swift",
"Files.swift",
"General/Array.swift",
"Process.swift",
"Stream/Lazy-split.swift",
"Stream/Stream.swift",
"String.swift"
],
"type" : "library"
},
{
"c99name" : "StreamTests",
"module_type" : "SwiftTarget",
"name" : "StreamTests",
"path" : "Tests/StreamTests",
"sources" : [
"Collection_Tests.swift",
"FileHandle_Tests.swift",
"Stream_Tests.swift"
],
"target_dependencies" : [
"SwiftShell"
],
"type" : "test"
},
{
"c99name" : "GeneralTests",
"module_type" : "SwiftTarget",
"name" : "GeneralTests",
"path" : "Tests/GeneralTests",
"sources" : [
"Array_Tests.swift"
],
"target_dependencies" : [
"SwiftShell"
],
"type" : "test"
}
],
"tools_version" : "5.0"
}
Done.