Build Information
Successful build of SwiftShell, reference 5.1.1 (5b2207), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 27 Mar 2026 07:07:38 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: 5.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kareman/SwiftShell
* tag 5.1.1 -> FETCH_HEAD
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 5.1.1
========================================
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
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/Products
cd /Users/admin/builder/spi-builder-workspace/SwiftShell.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/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/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/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.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
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
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
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
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.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.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_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-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
SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftShell (in target 'SwiftShell' from project 'SwiftShell')
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)
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1774595253350695-swift-frontend-SwiftShell-all-arm64_apple_macos10.11-swiftmodule-Onone-1095386143.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3913 seconds (4.2753 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0235 ( 11.1%) 0.0640 ( 35.6%) 0.0875 ( 22.4%) 2.0216 ( 47.3%) parse-and-resolve-imports
0.0226 ( 10.7%) 0.0631 ( 35.1%) 0.0857 ( 21.9%) 2.0198 ( 47.2%) Import resolution
0.0391 ( 18.5%) 0.0100 ( 5.6%) 0.0492 ( 12.6%) 0.0492 ( 1.2%) perform-sema
0.0390 ( 18.4%) 0.0100 ( 5.6%) 0.0490 ( 12.5%) 0.0490 ( 1.1%) Type checking and Semantic analysis
0.0385 ( 18.2%) 0.0098 ( 5.4%) 0.0483 ( 12.3%) 0.0483 ( 1.1%) typecheck-decl
0.0010 ( 0.5%) 0.0026 ( 1.4%) 0.0036 ( 0.9%) 0.0179 ( 0.4%) load-stdlib
0.0129 ( 6.1%) 0.0034 ( 1.9%) 0.0164 ( 4.2%) 0.0163 ( 0.4%) typecheck-expr
0.0088 ( 4.1%) 0.0056 ( 3.1%) 0.0144 ( 3.7%) 0.0150 ( 0.4%) SIL optimization
0.0073 ( 3.5%) 0.0016 ( 0.9%) 0.0089 ( 2.3%) 0.0089 ( 0.2%) SILGen
0.0064 ( 3.0%) 0.0022 ( 1.2%) 0.0086 ( 2.2%) 0.0086 ( 0.2%) build-rewrite-system
0.0020 ( 0.9%) 0.0027 ( 1.5%) 0.0047 ( 1.2%) 0.0053 ( 0.1%) Serialization, swiftmodule
0.0026 ( 1.2%) 0.0028 ( 1.5%) 0.0053 ( 1.4%) 0.0053 ( 0.1%) import-clang-decl
0.0039 ( 1.8%) 0.0008 ( 0.4%) 0.0047 ( 1.2%) 0.0047 ( 0.1%) precheck-target
0.0021 ( 1.0%) 0.0003 ( 0.2%) 0.0024 ( 0.6%) 0.0024 ( 0.1%) SILGen-function
0.0010 ( 0.5%) 0.0009 ( 0.5%) 0.0019 ( 0.5%) 0.0019 ( 0.0%) Serialization, swiftdoc
0.0005 ( 0.3%) 0.0001 ( 0.1%) 0.0007 ( 0.2%) 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, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-module-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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%) get-conformance-access-path
0.2114 (100.0%) 0.1799 (100.0%) 0.3913 (100.0%) 4.2753 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1742 seconds (2.1233 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0876 (100.0%) 0.0865 (100.0%) 0.1742 (100.0%) 2.1233 (100.0%) Building Target
0.0876 (100.0%) 0.0865 (100.0%) 0.1742 (100.0%) 2.1233 (100.0%) Total
SwiftCompile normal arm64 Compiling\ Bash.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Bash.swift (in target 'SwiftShell' from project 'SwiftShell')
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
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1774595253338584-swift-frontend-SwiftShell-Bash.swift-arm64_apple_macos10.11-o-Onone-484815543.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3708 seconds (4.2731 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0256 ( 14.6%) 0.0717 ( 36.7%) 0.0973 ( 26.2%) 2.0329 ( 47.6%) parse-and-resolve-imports
0.0243 ( 13.9%) 0.0701 ( 35.8%) 0.0944 ( 25.5%) 2.0300 ( 47.5%) Import resolution
0.0785 ( 44.8%) 0.0257 ( 13.1%) 0.1041 ( 28.1%) 0.1040 ( 2.4%) build-rewrite-system
0.0015 ( 0.8%) 0.0036 ( 1.9%) 0.0051 ( 1.4%) 0.0362 ( 0.8%) load-stdlib
0.0116 ( 6.6%) 0.0107 ( 5.5%) 0.0222 ( 6.0%) 0.0223 ( 0.5%) import-clang-decl
0.0072 ( 4.1%) 0.0050 ( 2.6%) 0.0122 ( 3.3%) 0.0122 ( 0.3%) IRGen
0.0040 ( 2.3%) 0.0022 ( 1.1%) 0.0063 ( 1.7%) 0.0063 ( 0.1%) typecheck-expr
0.0043 ( 2.5%) 0.0014 ( 0.7%) 0.0057 ( 1.5%) 0.0057 ( 0.1%) perform-sema
0.0043 ( 2.4%) 0.0014 ( 0.7%) 0.0057 ( 1.5%) 0.0057 ( 0.1%) Type checking and Semantic analysis
0.0032 ( 1.8%) 0.0015 ( 0.8%) 0.0048 ( 1.3%) 0.0048 ( 0.1%) precheck-target
0.0028 ( 1.6%) 0.0000 ( 0.0%) 0.0029 ( 0.8%) 0.0029 ( 0.1%) SIL optimization
0.0019 ( 1.1%) 0.0008 ( 0.4%) 0.0027 ( 0.7%) 0.0027 ( 0.1%) typecheck-decl
0.0021 ( 1.2%) 0.0006 ( 0.3%) 0.0027 ( 0.7%) 0.0027 ( 0.1%) SILGen
0.0019 ( 1.1%) 0.0004 ( 0.2%) 0.0024 ( 0.6%) 0.0024 ( 0.1%) typecheck-stmt
0.0010 ( 0.6%) 0.0002 ( 0.1%) 0.0012 ( 0.3%) 0.0012 ( 0.0%) SILGen-function
0.0007 ( 0.4%) 0.0002 ( 0.1%) 0.0009 ( 0.2%) 0.0009 ( 0.0%) load-all-members
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.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.1752 (100.0%) 0.1956 (100.0%) 0.3708 (100.0%) 4.2731 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.6466 seconds (3.6490 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9808 (100.0%) 0.6657 (100.0%) 1.6466 (100.0%) 3.6490 (100.0%) Building Target
0.9808 (100.0%) 0.6657 (100.0%) 1.6466 (100.0%) 3.6490 (100.0%) Total
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-1774595253342139-swift-frontend-SwiftShell-Command.swift-arm64_apple_macos10.11-o-Onone-4101357705.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6896 seconds (4.4173 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0294 ( 6.6%) 0.0694 ( 28.6%) 0.0988 ( 14.3%) 1.9620 ( 44.4%) parse-and-resolve-imports
0.0286 ( 6.4%) 0.0687 ( 28.3%) 0.0973 ( 14.1%) 1.9605 ( 44.4%) Import resolution
0.0784 ( 17.6%) 0.0232 ( 9.6%) 0.1016 ( 14.7%) 0.1015 ( 2.3%) build-rewrite-system
0.0627 ( 14.0%) 0.0137 ( 5.6%) 0.0764 ( 11.1%) 0.0764 ( 1.7%) perform-sema
0.0626 ( 14.0%) 0.0136 ( 5.6%) 0.0763 ( 11.1%) 0.0763 ( 1.7%) Type checking and Semantic analysis
0.0428 ( 9.6%) 0.0064 ( 2.6%) 0.0492 ( 7.1%) 0.0492 ( 1.1%) typecheck-stmt
0.0320 ( 7.2%) 0.0096 ( 3.9%) 0.0416 ( 6.0%) 0.0416 ( 0.9%) typecheck-decl
0.0320 ( 7.2%) 0.0066 ( 2.7%) 0.0386 ( 5.6%) 0.0386 ( 0.9%) typecheck-expr
0.0133 ( 3.0%) 0.0110 ( 4.5%) 0.0242 ( 3.5%) 0.0242 ( 0.5%) import-clang-decl
0.0125 ( 2.8%) 0.0097 ( 4.0%) 0.0222 ( 3.2%) 0.0237 ( 0.5%) load-stdlib
0.0160 ( 3.6%) 0.0032 ( 1.3%) 0.0192 ( 2.8%) 0.0192 ( 0.4%) SILGen
0.0101 ( 2.3%) 0.0040 ( 1.7%) 0.0141 ( 2.0%) 0.0141 ( 0.3%) IRGen
0.0114 ( 2.5%) 0.0022 ( 0.9%) 0.0135 ( 2.0%) 0.0135 ( 0.3%) SILGen-function
0.0082 ( 1.8%) 0.0005 ( 0.2%) 0.0086 ( 1.3%) 0.0086 ( 0.2%) SIL optimization
0.0060 ( 1.4%) 0.0009 ( 0.4%) 0.0069 ( 1.0%) 0.0069 ( 0.2%) precheck-target
0.0007 ( 0.2%) 0.0003 ( 0.1%) 0.0010 ( 0.1%) 0.0010 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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%) 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.4468 (100.0%) 0.2429 (100.0%) 0.6896 (100.0%) 4.4173 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.7582 seconds (3.6537 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.1449 (100.0%) 0.6134 (100.0%) 1.7582 (100.0%) 3.6537 (100.0%) Building Target
1.1449 (100.0%) 0.6134 (100.0%) 1.7582 (100.0%) 3.6537 (100.0%) Total
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-1774595253339573-swift-frontend-SwiftShell-String.swift-arm64_apple_macos10.11-o-Onone-1676489680.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3905 seconds (4.7142 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0251 ( 12.6%) 0.0656 ( 34.3%) 0.0907 ( 23.2%) 2.2402 ( 47.5%) parse-and-resolve-imports
0.0240 ( 12.1%) 0.0645 ( 33.7%) 0.0885 ( 22.7%) 2.2380 ( 47.5%) Import resolution
0.0770 ( 38.6%) 0.0252 ( 13.2%) 0.1022 ( 26.2%) 0.1021 ( 2.2%) build-rewrite-system
0.0015 ( 0.8%) 0.0063 ( 3.3%) 0.0078 ( 2.0%) 0.0325 ( 0.7%) load-stdlib
0.0102 ( 5.1%) 0.0086 ( 4.5%) 0.0188 ( 4.8%) 0.0188 ( 0.4%) import-clang-decl
0.0133 ( 6.7%) 0.0044 ( 2.3%) 0.0177 ( 4.5%) 0.0177 ( 0.4%) perform-sema
0.0132 ( 6.6%) 0.0044 ( 2.3%) 0.0176 ( 4.5%) 0.0176 ( 0.4%) Type checking and Semantic analysis
0.0106 ( 5.3%) 0.0036 ( 1.9%) 0.0143 ( 3.7%) 0.0143 ( 0.3%) typecheck-stmt
0.0067 ( 3.4%) 0.0050 ( 2.6%) 0.0118 ( 3.0%) 0.0118 ( 0.3%) IRGen
0.0035 ( 1.8%) 0.0011 ( 0.6%) 0.0046 ( 1.2%) 0.0046 ( 0.1%) typecheck-expr
0.0030 ( 1.5%) 0.0009 ( 0.5%) 0.0038 ( 1.0%) 0.0038 ( 0.1%) typecheck-decl
0.0029 ( 1.5%) 0.0006 ( 0.3%) 0.0035 ( 0.9%) 0.0035 ( 0.1%) SILGen
0.0034 ( 1.7%) 0.0001 ( 0.0%) 0.0035 ( 0.9%) 0.0035 ( 0.1%) SIL optimization
0.0020 ( 1.0%) 0.0005 ( 0.3%) 0.0025 ( 0.6%) 0.0025 ( 0.1%) precheck-target
0.0019 ( 0.9%) 0.0003 ( 0.2%) 0.0022 ( 0.6%) 0.0022 ( 0.0%) SILGen-function
0.0007 ( 0.3%) 0.0002 ( 0.1%) 0.0008 ( 0.2%) 0.0008 ( 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%) 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%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1992 (100.0%) 0.1913 (100.0%) 0.3905 (100.0%) 4.7142 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.4470 seconds (3.6494 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9310 (100.0%) 0.5160 (100.0%) 1.4470 (100.0%) 3.6494 (100.0%) Building Target
0.9310 (100.0%) 0.5160 (100.0%) 1.4470 (100.0%) 3.6494 (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\ Stream.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Stream/Stream.swift (in target 'SwiftShell' from project 'SwiftShell')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1774595253351721-swift-frontend-SwiftShell-Stream.swift-arm64_apple_macos10.11-o-Onone-4082402749.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 4.1125 seconds (4.1781 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.4964 ( 46.4%) 0.4087 ( 46.1%) 1.9051 ( 46.3%) 1.9294 ( 46.2%) parse-and-resolve-imports
1.4955 ( 46.4%) 0.4082 ( 46.0%) 1.9037 ( 46.3%) 1.9280 ( 46.1%) Import resolution
0.0787 ( 2.4%) 0.0194 ( 2.2%) 0.0981 ( 2.4%) 0.0981 ( 2.3%) build-rewrite-system
0.0296 ( 0.9%) 0.0090 ( 1.0%) 0.0387 ( 0.9%) 0.0398 ( 1.0%) perform-sema
0.0295 ( 0.9%) 0.0090 ( 1.0%) 0.0385 ( 0.9%) 0.0397 ( 1.0%) Type checking and Semantic analysis
0.0209 ( 0.6%) 0.0035 ( 0.4%) 0.0244 ( 0.6%) 0.0250 ( 0.6%) typecheck-stmt
0.0172 ( 0.5%) 0.0035 ( 0.4%) 0.0207 ( 0.5%) 0.0213 ( 0.5%) typecheck-expr
0.0111 ( 0.3%) 0.0086 ( 1.0%) 0.0197 ( 0.5%) 0.0197 ( 0.5%) import-clang-decl
0.0011 ( 0.0%) 0.0028 ( 0.3%) 0.0039 ( 0.1%) 0.0166 ( 0.4%) load-stdlib
0.0096 ( 0.3%) 0.0047 ( 0.5%) 0.0143 ( 0.3%) 0.0145 ( 0.3%) typecheck-decl
0.0091 ( 0.3%) 0.0043 ( 0.5%) 0.0134 ( 0.3%) 0.0139 ( 0.3%) IRGen
0.0099 ( 0.3%) 0.0030 ( 0.3%) 0.0129 ( 0.3%) 0.0129 ( 0.3%) SILGen
0.0072 ( 0.2%) 0.0012 ( 0.1%) 0.0084 ( 0.2%) 0.0084 ( 0.2%) SILGen-function
0.0065 ( 0.2%) 0.0003 ( 0.0%) 0.0068 ( 0.2%) 0.0068 ( 0.2%) SIL optimization
0.0023 ( 0.1%) 0.0005 ( 0.1%) 0.0028 ( 0.1%) 0.0028 ( 0.1%) precheck-target
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%) 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%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
3.2256 (100.0%) 0.8869 (100.0%) 4.1125 (100.0%) 4.1781 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 3.5488 seconds (3.6402 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
2.5284 (100.0%) 1.0205 (100.0%) 3.5488 (100.0%) 3.6402 (100.0%) Building Target
2.5284 (100.0%) 1.0205 (100.0%) 3.5488 (100.0%) 3.6402 (100.0%) Total
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)
^
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-1774595253358415-swift-frontend-SwiftShell-Files.swift-arm64_apple_macos10.11-o-Onone-1328596090.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4396 seconds (4.8289 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0252 ( 11.0%) 0.0696 ( 33.1%) 0.0949 ( 21.6%) 2.2832 ( 47.3%) parse-and-resolve-imports
0.0240 ( 10.5%) 0.0685 ( 32.5%) 0.0925 ( 21.0%) 2.2808 ( 47.2%) Import resolution
0.0503 ( 22.0%) 0.0168 ( 8.0%) 0.0671 ( 15.3%) 0.0671 ( 1.4%) build-rewrite-system
0.0224 ( 9.8%) 0.0079 ( 3.8%) 0.0303 ( 6.9%) 0.0303 ( 0.6%) perform-sema
0.0223 ( 9.7%) 0.0079 ( 3.8%) 0.0302 ( 6.9%) 0.0302 ( 0.6%) Type checking and Semantic analysis
0.0139 ( 6.1%) 0.0114 ( 5.4%) 0.0253 ( 5.8%) 0.0253 ( 0.5%) import-clang-decl
0.0137 ( 6.0%) 0.0059 ( 2.8%) 0.0196 ( 4.5%) 0.0196 ( 0.4%) typecheck-expr
0.0139 ( 6.1%) 0.0053 ( 2.5%) 0.0192 ( 4.4%) 0.0192 ( 0.4%) typecheck-decl
0.0140 ( 6.1%) 0.0046 ( 2.2%) 0.0186 ( 4.2%) 0.0186 ( 0.4%) typecheck-stmt
0.0010 ( 0.4%) 0.0023 ( 1.1%) 0.0033 ( 0.7%) 0.0159 ( 0.3%) load-stdlib
0.0055 ( 2.4%) 0.0039 ( 1.9%) 0.0094 ( 2.1%) 0.0094 ( 0.2%) IRGen
0.0071 ( 3.1%) 0.0020 ( 0.9%) 0.0090 ( 2.1%) 0.0090 ( 0.2%) SILGen
0.0049 ( 2.1%) 0.0024 ( 1.1%) 0.0073 ( 1.7%) 0.0073 ( 0.2%) precheck-target
0.0052 ( 2.3%) 0.0013 ( 0.6%) 0.0065 ( 1.5%) 0.0065 ( 0.1%) SILGen-function
0.0047 ( 2.1%) 0.0001 ( 0.0%) 0.0048 ( 1.1%) 0.0048 ( 0.1%) SIL optimization
0.0010 ( 0.4%) 0.0006 ( 0.3%) 0.0015 ( 0.3%) 0.0015 ( 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.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%) 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.2290 (100.0%) 0.2106 (100.0%) 0.4396 (100.0%) 4.8289 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.3954 seconds (3.6303 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.7756 (100.0%) 0.6199 (100.0%) 1.3954 (100.0%) 3.6303 (100.0%) Building Target
0.7756 (100.0%) 0.6199 (100.0%) 1.3954 (100.0%) 3.6303 (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\ 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-1774595253359271-swift-frontend-SwiftShell-Process.swift-arm64_apple_macos10.11-o-Onone-382844794.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4990 seconds (4.7041 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0251 ( 9.0%) 0.0700 ( 31.9%) 0.0951 ( 19.1%) 2.1913 ( 46.6%) parse-and-resolve-imports
0.0239 ( 8.6%) 0.0687 ( 31.3%) 0.0926 ( 18.6%) 2.1889 ( 46.5%) Import resolution
0.0757 ( 27.1%) 0.0260 ( 11.9%) 0.1018 ( 20.4%) 0.1017 ( 2.2%) build-rewrite-system
0.0272 ( 9.7%) 0.0084 ( 3.8%) 0.0356 ( 7.1%) 0.0356 ( 0.8%) perform-sema
0.0272 ( 9.7%) 0.0083 ( 3.8%) 0.0355 ( 7.1%) 0.0355 ( 0.8%) Type checking and Semantic analysis
0.0257 ( 9.2%) 0.0070 ( 3.2%) 0.0328 ( 6.6%) 0.0328 ( 0.7%) typecheck-stmt
0.0118 ( 4.2%) 0.0096 ( 4.4%) 0.0215 ( 4.3%) 0.0215 ( 0.5%) import-clang-decl
0.0148 ( 5.3%) 0.0054 ( 2.5%) 0.0202 ( 4.1%) 0.0202 ( 0.4%) typecheck-decl
0.0144 ( 5.1%) 0.0041 ( 1.9%) 0.0185 ( 3.7%) 0.0185 ( 0.4%) precheck-target
0.0010 ( 0.4%) 0.0021 ( 1.0%) 0.0031 ( 0.6%) 0.0158 ( 0.3%) load-stdlib
0.0125 ( 4.5%) 0.0030 ( 1.4%) 0.0155 ( 3.1%) 0.0155 ( 0.3%) typecheck-expr
0.0057 ( 2.0%) 0.0017 ( 0.8%) 0.0074 ( 1.5%) 0.0074 ( 0.2%) SILGen
0.0038 ( 1.4%) 0.0028 ( 1.3%) 0.0067 ( 1.3%) 0.0067 ( 0.1%) IRGen
0.0048 ( 1.7%) 0.0015 ( 0.7%) 0.0063 ( 1.3%) 0.0063 ( 0.1%) SILGen-function
0.0042 ( 1.5%) 0.0001 ( 0.0%) 0.0042 ( 0.8%) 0.0042 ( 0.1%) SIL optimization
0.0009 ( 0.3%) 0.0003 ( 0.1%) 0.0012 ( 0.2%) 0.0012 ( 0.0%) typecheck-expr-pattern
0.0007 ( 0.2%) 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%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2796 (100.0%) 0.2194 (100.0%) 0.4990 (100.0%) 4.7041 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.4905 seconds (3.6288 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9553 (100.0%) 0.5352 (100.0%) 1.4905 (100.0%) 3.6288 (100.0%) Building Target
0.9553 (100.0%) 0.5352 (100.0%) 1.4905 (100.0%) 3.6288 (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\ 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-1774595253358200-swift-frontend-SwiftShell-Context.swift-arm64_apple_macos10.11-o-Onone-516968154.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5501 seconds (4.3444 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0247 ( 7.6%) 0.0688 ( 30.8%) 0.0935 ( 17.0%) 1.9821 ( 45.6%) parse-and-resolve-imports
0.0237 ( 7.3%) 0.0679 ( 30.4%) 0.0916 ( 16.7%) 1.9803 ( 45.6%) Import resolution
0.0770 ( 23.6%) 0.0261 ( 11.7%) 0.1031 ( 18.7%) 0.1030 ( 2.4%) build-rewrite-system
0.0378 ( 11.6%) 0.0095 ( 4.2%) 0.0473 ( 8.6%) 0.0473 ( 1.1%) perform-sema
0.0377 ( 11.5%) 0.0094 ( 4.2%) 0.0471 ( 8.6%) 0.0472 ( 1.1%) Type checking and Semantic analysis
0.0234 ( 7.2%) 0.0067 ( 3.0%) 0.0302 ( 5.5%) 0.0302 ( 0.7%) typecheck-expr
0.0233 ( 7.1%) 0.0051 ( 2.3%) 0.0284 ( 5.2%) 0.0284 ( 0.7%) typecheck-stmt
0.0219 ( 6.7%) 0.0064 ( 2.9%) 0.0283 ( 5.1%) 0.0283 ( 0.7%) typecheck-decl
0.0127 ( 3.9%) 0.0098 ( 4.4%) 0.0225 ( 4.1%) 0.0225 ( 0.5%) import-clang-decl
0.0163 ( 5.0%) 0.0045 ( 2.0%) 0.0208 ( 3.8%) 0.0208 ( 0.5%) precheck-target
0.0010 ( 0.3%) 0.0021 ( 0.9%) 0.0031 ( 0.6%) 0.0199 ( 0.5%) load-stdlib
0.0070 ( 2.1%) 0.0038 ( 1.7%) 0.0109 ( 2.0%) 0.0109 ( 0.2%) IRGen
0.0074 ( 2.3%) 0.0018 ( 0.8%) 0.0092 ( 1.7%) 0.0092 ( 0.2%) SILGen
0.0071 ( 2.2%) 0.0003 ( 0.1%) 0.0074 ( 1.3%) 0.0074 ( 0.2%) SIL optimization
0.0049 ( 1.5%) 0.0010 ( 0.5%) 0.0059 ( 1.1%) 0.0059 ( 0.1%) SILGen-function
0.0006 ( 0.2%) 0.0002 ( 0.1%) 0.0008 ( 0.2%) 0.0008 ( 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.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%) 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.3266 (100.0%) 0.2235 (100.0%) 0.5501 (100.0%) 4.3444 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.6877 seconds (3.6318 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.0310 (100.0%) 0.6567 (100.0%) 1.6877 (100.0%) 3.6318 (100.0%) Building Target
1.0310 (100.0%) 0.6567 (100.0%) 1.6877 (100.0%) 3.6318 (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\ 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-1774595253359702-swift-frontend-SwiftShell-Array.swift-arm64_apple_macos10.11-o-Onone-2994402586.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2669 seconds (4.4501 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0245 ( 22.2%) 0.0658 ( 42.0%) 0.0903 ( 33.8%) 2.1755 ( 48.9%) parse-and-resolve-imports
0.0235 ( 21.3%) 0.0648 ( 41.4%) 0.0883 ( 33.1%) 2.1736 ( 48.8%) Import resolution
0.0442 ( 40.0%) 0.0159 ( 10.2%) 0.0601 ( 22.5%) 0.0601 ( 1.3%) build-rewrite-system
0.0010 ( 0.9%) 0.0019 ( 1.2%) 0.0029 ( 1.1%) 0.0156 ( 0.3%) load-stdlib
0.0034 ( 3.1%) 0.0034 ( 2.1%) 0.0068 ( 2.5%) 0.0067 ( 0.2%) IRGen
0.0031 ( 2.8%) 0.0001 ( 0.1%) 0.0033 ( 1.2%) 0.0033 ( 0.1%) SIL optimization
0.0023 ( 2.1%) 0.0009 ( 0.6%) 0.0032 ( 1.2%) 0.0032 ( 0.1%) perform-sema
0.0023 ( 2.1%) 0.0009 ( 0.6%) 0.0032 ( 1.2%) 0.0032 ( 0.1%) Type checking and Semantic analysis
0.0019 ( 1.7%) 0.0006 ( 0.4%) 0.0025 ( 0.9%) 0.0025 ( 0.1%) SILGen
0.0018 ( 1.6%) 0.0006 ( 0.4%) 0.0024 ( 0.9%) 0.0024 ( 0.1%) typecheck-stmt
0.0007 ( 0.7%) 0.0010 ( 0.7%) 0.0018 ( 0.7%) 0.0018 ( 0.0%) import-clang-decl
0.0011 ( 1.0%) 0.0004 ( 0.2%) 0.0015 ( 0.6%) 0.0015 ( 0.0%) SILGen-function
0.0004 ( 0.4%) 0.0002 ( 0.1%) 0.0006 ( 0.2%) 0.0006 ( 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.0000 ( 0.0%) 0.0000 ( 0.0%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.1105 (100.0%) 0.1565 (100.0%) 0.2669 (100.0%) 4.4501 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4199 seconds (2.5181 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.2989 (100.0%) 0.1210 (100.0%) 0.4199 (100.0%) 2.5181 (100.0%) Building Target
0.2989 (100.0%) 0.1210 (100.0%) 0.4199 (100.0%) 2.5181 (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\ 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-1774595253358436-swift-frontend-SwiftShell-Lazy_split.swift-arm64_apple_macos10.11-o-Onone-2989499694.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3520 seconds (4.1113 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0240 ( 13.3%) 0.0683 ( 39.9%) 0.0923 ( 26.2%) 1.9654 ( 47.8%) parse-and-resolve-imports
0.0230 ( 12.7%) 0.0673 ( 39.4%) 0.0903 ( 25.7%) 1.9634 ( 47.8%) Import resolution
0.0460 ( 25.4%) 0.0145 ( 8.5%) 0.0605 ( 17.2%) 0.0604 ( 1.5%) build-rewrite-system
0.0191 ( 10.5%) 0.0035 ( 2.1%) 0.0226 ( 6.4%) 0.0226 ( 0.6%) perform-sema
0.0190 ( 10.5%) 0.0035 ( 2.1%) 0.0225 ( 6.4%) 0.0225 ( 0.5%) Type checking and Semantic analysis
0.0010 ( 0.6%) 0.0023 ( 1.3%) 0.0033 ( 0.9%) 0.0164 ( 0.4%) load-stdlib
0.0133 ( 7.4%) 0.0025 ( 1.4%) 0.0158 ( 4.5%) 0.0158 ( 0.4%) typecheck-stmt
0.0064 ( 3.5%) 0.0037 ( 2.2%) 0.0101 ( 2.9%) 0.0101 ( 0.2%) IRGen
0.0067 ( 3.7%) 0.0012 ( 0.7%) 0.0080 ( 2.3%) 0.0080 ( 0.2%) precheck-target
0.0059 ( 3.2%) 0.0010 ( 0.6%) 0.0069 ( 2.0%) 0.0069 ( 0.2%) SILGen
0.0053 ( 3.0%) 0.0010 ( 0.6%) 0.0064 ( 1.8%) 0.0064 ( 0.2%) typecheck-decl
0.0036 ( 2.0%) 0.0005 ( 0.3%) 0.0042 ( 1.2%) 0.0042 ( 0.1%) typecheck-expr
0.0034 ( 1.9%) 0.0001 ( 0.0%) 0.0035 ( 1.0%) 0.0035 ( 0.1%) SIL optimization
0.0031 ( 1.7%) 0.0004 ( 0.2%) 0.0034 ( 1.0%) 0.0034 ( 0.1%) SILGen-function
0.0010 ( 0.5%) 0.0011 ( 0.7%) 0.0021 ( 0.6%) 0.0021 ( 0.1%) 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.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.1811 (100.0%) 0.1710 (100.0%) 0.3520 (100.0%) 4.1113 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.5736 seconds (2.4701 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4210 (100.0%) 0.1526 (100.0%) 0.5736 (100.0%) 2.4701 (100.0%) Building Target
0.4210 (100.0%) 0.1526 (100.0%) 0.5736 (100.0%) 2.4701 (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
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 Bash.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 Stream.swift (in target 'SwiftShell' from project 'SwiftShell')
SwiftDriverJobDiscovery normal arm64 Compiling Command.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:07:37.359 appintentsmetadataprocessor[736:4280] Starting appintentsmetadataprocessor export
2026-03-27 00:07:37.361 appintentsmetadataprocessor[736:4280] 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.