Build Information
Successful build of SwiftShell, reference 5.1.0 (99680b
), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 26 Apr 2025 03:24:04 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 InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kareman/SwiftShell.git
Reference: 5.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kareman/SwiftShell
* tag 5.1.0 -> FETCH_HEAD
HEAD is now at 99680b2 Release 5.1 (#95)
Cloned https://github.com/kareman/SwiftShell.git
Revision (git rev-parse @):
99680b2efc7c7dbcace1da0b3979d266f02e213c
SUCCESS checkout https://github.com/kareman/SwiftShell.git at 5.1.0
========================================
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" : [
],
"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" : [
],
"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: 12e9efc8fbbc98f62703ab01554ec711
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/12e9efc8fbbc98f62703ab01554ec711.xcbuilddata
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
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/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
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/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/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/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.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
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.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_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
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-1745637838982408-swift-frontend-SwiftShell-Command.swift-arm64_apple_macos10.11-o-Onone-1869046650.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6780 seconds (5.3690 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0265 ( 6.1%) 0.0681 ( 27.9%) 0.0946 ( 14.0%) 2.4047 ( 44.8%) parse-and-resolve-imports
0.0254 ( 5.9%) 0.0671 ( 27.5%) 0.0926 ( 13.7%) 2.4026 ( 44.7%) Import resolution
0.0779 ( 17.9%) 0.0247 ( 10.1%) 0.1027 ( 15.1%) 0.1027 ( 1.9%) build-rewrite-system
0.0015 ( 0.3%) 0.0107 ( 4.4%) 0.0121 ( 1.8%) 0.0827 ( 1.5%) load-stdlib
0.0625 ( 14.4%) 0.0136 ( 5.6%) 0.0761 ( 11.2%) 0.0762 ( 1.4%) perform-sema
0.0624 ( 14.4%) 0.0136 ( 5.6%) 0.0760 ( 11.2%) 0.0761 ( 1.4%) Type checking and Semantic analysis
0.0422 ( 9.7%) 0.0066 ( 2.7%) 0.0488 ( 7.2%) 0.0488 ( 0.9%) typecheck-stmt
0.0336 ( 7.7%) 0.0093 ( 3.8%) 0.0429 ( 6.3%) 0.0429 ( 0.8%) typecheck-decl
0.0322 ( 7.4%) 0.0067 ( 2.8%) 0.0389 ( 5.7%) 0.0389 ( 0.7%) typecheck-expr
0.0136 ( 3.1%) 0.0113 ( 4.6%) 0.0249 ( 3.7%) 0.0249 ( 0.5%) import-clang-decl
0.0168 ( 3.9%) 0.0024 ( 1.0%) 0.0192 ( 2.8%) 0.0192 ( 0.4%) SILGen
0.0121 ( 2.8%) 0.0062 ( 2.5%) 0.0182 ( 2.7%) 0.0182 ( 0.3%) IRGen
0.0123 ( 2.8%) 0.0016 ( 0.7%) 0.0138 ( 2.0%) 0.0138 ( 0.3%) SILGen-function
0.0086 ( 2.0%) 0.0004 ( 0.2%) 0.0090 ( 1.3%) 0.0090 ( 0.2%) SIL optimization
0.0060 ( 1.4%) 0.0008 ( 0.3%) 0.0068 ( 1.0%) 0.0068 ( 0.1%) precheck-target
0.0007 ( 0.2%) 0.0005 ( 0.2%) 0.0012 ( 0.2%) 0.0012 ( 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%) 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%) 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.4343 (100.0%) 0.2438 (100.0%) 0.6780 (100.0%) 5.3690 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.8214 seconds (4.2382 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.1487 (100.0%) 0.6727 (100.0%) 1.8214 (100.0%) 4.2382 (100.0%) Building Target
1.1487 (100.0%) 0.6727 (100.0%) 1.8214 (100.0%) 4.2382 (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-1745637838987397-swift-frontend-SwiftShell-all-arm64_apple_macos10.11-swiftmodule-Onone-1684454770.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 4.5268 seconds (4.9942 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.6141 ( 47.4%) 0.5149 ( 45.8%) 2.1289 ( 47.0%) 2.3540 ( 47.1%) parse-and-resolve-imports
1.6130 ( 47.4%) 0.5143 ( 45.8%) 2.1273 ( 47.0%) 2.3523 ( 47.1%) Import resolution
0.0121 ( 0.4%) 0.0364 ( 3.2%) 0.0485 ( 1.1%) 0.0631 ( 1.3%) load-stdlib
0.0384 ( 1.1%) 0.0122 ( 1.1%) 0.0506 ( 1.1%) 0.0510 ( 1.0%) perform-sema
0.0383 ( 1.1%) 0.0121 ( 1.1%) 0.0504 ( 1.1%) 0.0508 ( 1.0%) Type checking and Semantic analysis
0.0378 ( 1.1%) 0.0119 ( 1.1%) 0.0497 ( 1.1%) 0.0501 ( 1.0%) typecheck-decl
0.0093 ( 0.3%) 0.0064 ( 0.6%) 0.0158 ( 0.3%) 0.0161 ( 0.3%) SIL optimization
0.0130 ( 0.4%) 0.0026 ( 0.2%) 0.0157 ( 0.3%) 0.0157 ( 0.3%) typecheck-expr
0.0082 ( 0.2%) 0.0043 ( 0.4%) 0.0125 ( 0.3%) 0.0129 ( 0.3%) SILGen
0.0059 ( 0.2%) 0.0011 ( 0.1%) 0.0070 ( 0.2%) 0.0070 ( 0.1%) build-rewrite-system
0.0024 ( 0.1%) 0.0032 ( 0.3%) 0.0056 ( 0.1%) 0.0060 ( 0.1%) Serialization, swiftmodule
0.0024 ( 0.1%) 0.0023 ( 0.2%) 0.0047 ( 0.1%) 0.0047 ( 0.1%) import-clang-decl
0.0039 ( 0.1%) 0.0003 ( 0.0%) 0.0042 ( 0.1%) 0.0042 ( 0.1%) precheck-target
0.0023 ( 0.1%) 0.0008 ( 0.1%) 0.0031 ( 0.1%) 0.0031 ( 0.1%) SILGen-function
0.0012 ( 0.0%) 0.0009 ( 0.1%) 0.0021 ( 0.0%) 0.0021 ( 0.0%) Serialization, swiftdoc
0.0005 ( 0.0%) 0.0001 ( 0.0%) 0.0006 ( 0.0%) 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%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-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
3.4029 (100.0%) 1.1239 (100.0%) 4.5268 (100.0%) 4.9942 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.2688 seconds (2.5109 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.6904 (100.0%) 0.5784 (100.0%) 2.2688 (100.0%) 2.5109 (100.0%) Building Target
1.6904 (100.0%) 0.5784 (100.0%) 2.2688 (100.0%) 2.5109 (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\ Context.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Context.swift (in target 'SwiftShell' from project 'SwiftShell')
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)
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745637838990876-swift-frontend-SwiftShell-Context.swift-arm64_apple_macos10.11-o-Onone-3269575670.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5704 seconds (5.4353 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0258 ( 7.4%) 0.0643 ( 29.0%) 0.0902 ( 15.8%) 2.4851 ( 45.7%) parse-and-resolve-imports
0.0246 ( 7.1%) 0.0631 ( 28.4%) 0.0877 ( 15.4%) 2.4826 ( 45.7%) Import resolution
0.0793 ( 22.8%) 0.0260 ( 11.7%) 0.1053 ( 18.5%) 0.1052 ( 1.9%) build-rewrite-system
0.0015 ( 0.4%) 0.0048 ( 2.2%) 0.0063 ( 1.1%) 0.0814 ( 1.5%) load-stdlib
0.0407 ( 11.7%) 0.0108 ( 4.9%) 0.0515 ( 9.0%) 0.0515 ( 0.9%) perform-sema
0.0406 ( 11.7%) 0.0108 ( 4.9%) 0.0514 ( 9.0%) 0.0514 ( 0.9%) Type checking and Semantic analysis
0.0256 ( 7.4%) 0.0076 ( 3.4%) 0.0332 ( 5.8%) 0.0332 ( 0.6%) typecheck-expr
0.0250 ( 7.2%) 0.0061 ( 2.8%) 0.0311 ( 5.5%) 0.0311 ( 0.6%) typecheck-stmt
0.0239 ( 6.9%) 0.0071 ( 3.2%) 0.0311 ( 5.4%) 0.0311 ( 0.6%) typecheck-decl
0.0179 ( 5.1%) 0.0053 ( 2.4%) 0.0232 ( 4.1%) 0.0232 ( 0.4%) precheck-target
0.0127 ( 3.6%) 0.0094 ( 4.2%) 0.0221 ( 3.9%) 0.0221 ( 0.4%) import-clang-decl
0.0084 ( 2.4%) 0.0040 ( 1.8%) 0.0124 ( 2.2%) 0.0124 ( 0.2%) IRGen
0.0086 ( 2.5%) 0.0016 ( 0.7%) 0.0102 ( 1.8%) 0.0103 ( 0.2%) SILGen
0.0059 ( 1.7%) 0.0010 ( 0.5%) 0.0069 ( 1.2%) 0.0069 ( 0.1%) SILGen-function
0.0067 ( 1.9%) 0.0001 ( 0.0%) 0.0068 ( 1.2%) 0.0068 ( 0.1%) SIL optimization
0.0007 ( 0.2%) 0.0002 ( 0.1%) 0.0009 ( 0.2%) 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%) 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%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3482 (100.0%) 0.2221 (100.0%) 0.5704 (100.0%) 5.4353 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.7161 seconds (4.2255 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.0390 (100.0%) 0.6771 (100.0%) 1.7161 (100.0%) 4.2255 (100.0%) Building Target
1.0390 (100.0%) 0.6771 (100.0%) 1.7161 (100.0%) 4.2255 (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-1745637838990324-swift-frontend-SwiftShell-String.swift-arm64_apple_macos10.11-o-Onone-3173200961.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4056 seconds (5.6457 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0269 ( 12.7%) 0.0651 ( 33.4%) 0.0920 ( 22.7%) 2.6747 ( 47.4%) parse-and-resolve-imports
0.0257 ( 12.2%) 0.0639 ( 32.8%) 0.0896 ( 22.1%) 2.6723 ( 47.3%) Import resolution
0.0779 ( 36.9%) 0.0258 ( 13.2%) 0.1036 ( 25.5%) 0.1036 ( 1.8%) build-rewrite-system
0.0014 ( 0.7%) 0.0047 ( 2.4%) 0.0061 ( 1.5%) 0.0807 ( 1.4%) load-stdlib
0.0152 ( 7.2%) 0.0057 ( 2.9%) 0.0209 ( 5.2%) 0.0209 ( 0.4%) perform-sema
0.0151 ( 7.2%) 0.0057 ( 2.9%) 0.0208 ( 5.1%) 0.0208 ( 0.4%) Type checking and Semantic analysis
0.0110 ( 5.2%) 0.0095 ( 4.9%) 0.0204 ( 5.0%) 0.0204 ( 0.4%) import-clang-decl
0.0122 ( 5.8%) 0.0049 ( 2.5%) 0.0170 ( 4.2%) 0.0171 ( 0.3%) typecheck-stmt
0.0066 ( 3.1%) 0.0046 ( 2.3%) 0.0111 ( 2.7%) 0.0111 ( 0.2%) IRGen
0.0042 ( 2.0%) 0.0013 ( 0.7%) 0.0055 ( 1.4%) 0.0055 ( 0.1%) typecheck-expr
0.0032 ( 1.5%) 0.0010 ( 0.5%) 0.0042 ( 1.0%) 0.0042 ( 0.1%) SILGen
0.0032 ( 1.5%) 0.0010 ( 0.5%) 0.0042 ( 1.0%) 0.0042 ( 0.1%) typecheck-decl
0.0034 ( 1.6%) 0.0001 ( 0.0%) 0.0035 ( 0.9%) 0.0035 ( 0.1%) SIL optimization
0.0023 ( 1.1%) 0.0007 ( 0.3%) 0.0029 ( 0.7%) 0.0029 ( 0.1%) precheck-target
0.0020 ( 0.9%) 0.0006 ( 0.3%) 0.0026 ( 0.6%) 0.0027 ( 0.0%) SILGen-function
0.0007 ( 0.3%) 0.0002 ( 0.1%) 0.0009 ( 0.2%) 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%) 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%) AST verification
0.2109 (100.0%) 0.1947 (100.0%) 0.4056 (100.0%) 5.6457 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.5283 seconds (4.2229 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9570 (100.0%) 0.5713 (100.0%) 1.5283 (100.0%) 4.2229 (100.0%) Building Target
0.9570 (100.0%) 0.5713 (100.0%) 1.5283 (100.0%) 4.2229 (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\ 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-1745637838996008-swift-frontend-SwiftShell-Array.swift-arm64_apple_macos10.11-o-Onone-4225595799.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2797 seconds (4.9119 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0258 ( 21.3%) 0.0632 ( 39.9%) 0.0891 ( 31.8%) 2.3693 ( 48.2%) parse-and-resolve-imports
0.0248 ( 20.5%) 0.0622 ( 39.2%) 0.0870 ( 31.1%) 2.3672 ( 48.2%) Import resolution
0.0011 ( 0.9%) 0.0032 ( 2.0%) 0.0043 ( 1.6%) 0.0717 ( 1.5%) load-stdlib
0.0504 ( 41.7%) 0.0156 ( 9.8%) 0.0661 ( 23.6%) 0.0660 ( 1.3%) build-rewrite-system
0.0024 ( 2.0%) 0.0054 ( 3.4%) 0.0078 ( 2.8%) 0.0122 ( 0.2%) SILGen
0.0031 ( 2.6%) 0.0039 ( 2.5%) 0.0071 ( 2.5%) 0.0071 ( 0.1%) IRGen
0.0025 ( 2.1%) 0.0010 ( 0.7%) 0.0035 ( 1.3%) 0.0036 ( 0.1%) perform-sema
0.0024 ( 2.0%) 0.0010 ( 0.6%) 0.0035 ( 1.2%) 0.0035 ( 0.1%) Type checking and Semantic analysis
0.0033 ( 2.7%) 0.0002 ( 0.1%) 0.0034 ( 1.2%) 0.0034 ( 0.1%) SIL optimization
0.0019 ( 1.5%) 0.0008 ( 0.5%) 0.0027 ( 0.9%) 0.0027 ( 0.1%) typecheck-stmt
0.0011 ( 0.9%) 0.0013 ( 0.8%) 0.0025 ( 0.9%) 0.0025 ( 0.1%) import-clang-decl
0.0015 ( 1.2%) 0.0005 ( 0.3%) 0.0020 ( 0.7%) 0.0020 ( 0.0%) SILGen-function
0.0005 ( 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%) get-conformance-access-path
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%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.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.1211 (100.0%) 0.1587 (100.0%) 0.2797 (100.0%) 4.9119 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.5769 seconds (2.9442 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4087 (100.0%) 0.1682 (100.0%) 0.5769 (100.0%) 2.9442 (100.0%) Building Target
0.4087 (100.0%) 0.1682 (100.0%) 0.5769 (100.0%) 2.9442 (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\ Files.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftShell/Files.swift (in target 'SwiftShell' from project 'SwiftShell')
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)
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745637838996042-swift-frontend-SwiftShell-Files.swift-arm64_apple_macos10.11-o-Onone-823094985.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4691 seconds (5.1545 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0261 ( 9.9%) 0.0641 ( 31.0%) 0.0902 ( 19.2%) 2.4051 ( 46.7%) parse-and-resolve-imports
0.0249 ( 9.5%) 0.0631 ( 30.5%) 0.0880 ( 18.8%) 2.4030 ( 46.6%) Import resolution
0.0789 ( 30.1%) 0.0260 ( 12.6%) 0.1049 ( 22.4%) 0.1048 ( 2.0%) build-rewrite-system
0.0011 ( 0.4%) 0.0029 ( 1.4%) 0.0040 ( 0.9%) 0.0592 ( 1.1%) load-stdlib
0.0230 ( 8.8%) 0.0072 ( 3.5%) 0.0302 ( 6.4%) 0.0302 ( 0.6%) perform-sema
0.0229 ( 8.7%) 0.0072 ( 3.5%) 0.0301 ( 6.4%) 0.0301 ( 0.6%) Type checking and Semantic analysis
0.0145 ( 5.5%) 0.0111 ( 5.4%) 0.0257 ( 5.5%) 0.0256 ( 0.5%) import-clang-decl
0.0143 ( 5.4%) 0.0054 ( 2.6%) 0.0197 ( 4.2%) 0.0198 ( 0.4%) typecheck-expr
0.0146 ( 5.6%) 0.0050 ( 2.4%) 0.0196 ( 4.2%) 0.0197 ( 0.4%) typecheck-decl
0.0144 ( 5.5%) 0.0042 ( 2.0%) 0.0187 ( 4.0%) 0.0187 ( 0.4%) typecheck-stmt
0.0070 ( 2.7%) 0.0018 ( 0.9%) 0.0089 ( 1.9%) 0.0089 ( 0.2%) SILGen
0.0045 ( 1.7%) 0.0039 ( 1.9%) 0.0084 ( 1.8%) 0.0087 ( 0.2%) IRGen
0.0051 ( 1.9%) 0.0023 ( 1.1%) 0.0074 ( 1.6%) 0.0074 ( 0.1%) precheck-target
0.0054 ( 2.0%) 0.0014 ( 0.7%) 0.0067 ( 1.4%) 0.0067 ( 0.1%) SILGen-function
0.0045 ( 1.7%) 0.0002 ( 0.1%) 0.0047 ( 1.0%) 0.0047 ( 0.1%) SIL optimization
0.0009 ( 0.4%) 0.0008 ( 0.4%) 0.0017 ( 0.4%) 0.0017 ( 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.0001 ( 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.2623 (100.0%) 0.2068 (100.0%) 0.4691 (100.0%) 5.1545 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.8037 seconds (4.2181 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.0602 (100.0%) 0.7435 (100.0%) 1.8037 (100.0%) 4.2181 (100.0%) Building Target
1.0602 (100.0%) 0.7435 (100.0%) 1.8037 (100.0%) 4.2181 (100.0%) Total
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-1745637838995531-swift-frontend-SwiftShell-Process.swift-arm64_apple_macos10.11-o-Onone-3731836539.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4948 seconds (5.4935 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0262 ( 9.1%) 0.0630 ( 30.3%) 0.0892 ( 18.0%) 2.5539 ( 46.5%) parse-and-resolve-imports
0.0248 ( 8.7%) 0.0617 ( 29.7%) 0.0865 ( 17.5%) 2.5512 ( 46.4%) Import resolution
0.0764 ( 26.6%) 0.0284 ( 13.7%) 0.1048 ( 21.2%) 0.1047 ( 1.9%) build-rewrite-system
0.0011 ( 0.4%) 0.0018 ( 0.9%) 0.0029 ( 0.6%) 0.0721 ( 1.3%) load-stdlib
0.0278 ( 9.7%) 0.0084 ( 4.0%) 0.0362 ( 7.3%) 0.0362 ( 0.7%) perform-sema
0.0278 ( 9.7%) 0.0083 ( 4.0%) 0.0361 ( 7.3%) 0.0362 ( 0.7%) Type checking and Semantic analysis
0.0263 ( 9.2%) 0.0072 ( 3.4%) 0.0335 ( 6.8%) 0.0335 ( 0.6%) typecheck-stmt
0.0121 ( 4.2%) 0.0095 ( 4.5%) 0.0216 ( 4.4%) 0.0215 ( 0.4%) import-clang-decl
0.0153 ( 5.3%) 0.0053 ( 2.5%) 0.0206 ( 4.2%) 0.0206 ( 0.4%) typecheck-decl
0.0154 ( 5.4%) 0.0043 ( 2.1%) 0.0197 ( 4.0%) 0.0197 ( 0.4%) precheck-target
0.0125 ( 4.4%) 0.0030 ( 1.5%) 0.0155 ( 3.1%) 0.0156 ( 0.3%) typecheck-expr
0.0045 ( 1.6%) 0.0033 ( 1.6%) 0.0078 ( 1.6%) 0.0079 ( 0.1%) IRGen
0.0059 ( 2.1%) 0.0017 ( 0.8%) 0.0076 ( 1.5%) 0.0076 ( 0.1%) SILGen
0.0049 ( 1.7%) 0.0014 ( 0.7%) 0.0064 ( 1.3%) 0.0064 ( 0.1%) SILGen-function
0.0040 ( 1.4%) 0.0001 ( 0.1%) 0.0041 ( 0.8%) 0.0041 ( 0.1%) SIL optimization
0.0007 ( 0.3%) 0.0004 ( 0.2%) 0.0011 ( 0.2%) 0.0011 ( 0.0%) load-all-members
0.0008 ( 0.3%) 0.0002 ( 0.1%) 0.0010 ( 0.2%) 0.0010 ( 0.0%) typecheck-expr-pattern
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%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2868 (100.0%) 0.2080 (100.0%) 0.4948 (100.0%) 5.4935 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.6423 seconds (4.2172 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9827 (100.0%) 0.6596 (100.0%) 1.6423 (100.0%) 4.2172 (100.0%) Building Target
0.9827 (100.0%) 0.6596 (100.0%) 1.6423 (100.0%) 4.2172 (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\ 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-1745637838996369-swift-frontend-SwiftShell-Stream.swift-arm64_apple_macos10.11-o-Onone-3262690911.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5097 seconds (5.5885 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0257 ( 8.3%) 0.0582 ( 28.8%) 0.0838 ( 16.5%) 2.5855 ( 46.3%) parse-and-resolve-imports
0.0245 ( 7.9%) 0.0567 ( 28.1%) 0.0812 ( 15.9%) 2.5828 ( 46.2%) Import resolution
0.0782 ( 25.4%) 0.0270 ( 13.4%) 0.1052 ( 20.6%) 0.1051 ( 1.9%) build-rewrite-system
0.0011 ( 0.4%) 0.0032 ( 1.6%) 0.0043 ( 0.8%) 0.0798 ( 1.4%) load-stdlib
0.0350 ( 11.4%) 0.0096 ( 4.7%) 0.0446 ( 8.7%) 0.0446 ( 0.8%) perform-sema
0.0349 ( 11.3%) 0.0096 ( 4.7%) 0.0444 ( 8.7%) 0.0445 ( 0.8%) Type checking and Semantic analysis
0.0240 ( 7.8%) 0.0058 ( 2.9%) 0.0298 ( 5.8%) 0.0297 ( 0.5%) typecheck-stmt
0.0197 ( 6.4%) 0.0055 ( 2.7%) 0.0252 ( 4.9%) 0.0252 ( 0.5%) typecheck-expr
0.0114 ( 3.7%) 0.0107 ( 5.3%) 0.0221 ( 4.3%) 0.0221 ( 0.4%) import-clang-decl
0.0114 ( 3.7%) 0.0060 ( 3.0%) 0.0174 ( 3.4%) 0.0174 ( 0.3%) IRGen
0.0119 ( 3.9%) 0.0038 ( 1.9%) 0.0157 ( 3.1%) 0.0158 ( 0.3%) typecheck-decl
0.0113 ( 3.7%) 0.0025 ( 1.2%) 0.0138 ( 2.7%) 0.0138 ( 0.2%) SILGen
0.0084 ( 2.7%) 0.0019 ( 1.0%) 0.0104 ( 2.0%) 0.0104 ( 0.2%) SILGen-function
0.0068 ( 2.2%) 0.0002 ( 0.1%) 0.0070 ( 1.4%) 0.0070 ( 0.1%) SIL optimization
0.0027 ( 0.9%) 0.0008 ( 0.4%) 0.0035 ( 0.7%) 0.0034 ( 0.1%) precheck-target
0.0008 ( 0.2%) 0.0002 ( 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%) 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, 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%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3079 (100.0%) 0.2017 (100.0%) 0.5097 (100.0%) 5.5885 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.6070 seconds (4.2184 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.0268 (100.0%) 0.5801 (100.0%) 1.6070 (100.0%) 4.2184 (100.0%) Building Target
1.0268 (100.0%) 0.5801 (100.0%) 1.6070 (100.0%) 4.2184 (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\ 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-1745637838995649-swift-frontend-SwiftShell-Bash.swift-arm64_apple_macos10.11-o-Onone-1324617496.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3514 seconds (4.9905 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0248 ( 13.7%) 0.0574 ( 33.6%) 0.0822 ( 23.4%) 2.3631 ( 47.4%) parse-and-resolve-imports
0.0237 ( 13.1%) 0.0564 ( 33.0%) 0.0800 ( 22.8%) 2.3609 ( 47.3%) Import resolution
0.0813 ( 45.0%) 0.0262 ( 15.3%) 0.1075 ( 30.6%) 0.1074 ( 2.2%) build-rewrite-system
0.0011 ( 0.6%) 0.0023 ( 1.4%) 0.0034 ( 1.0%) 0.0772 ( 1.5%) load-stdlib
0.0113 ( 6.2%) 0.0101 ( 5.9%) 0.0214 ( 6.1%) 0.0214 ( 0.4%) import-clang-decl
0.0080 ( 4.4%) 0.0055 ( 3.2%) 0.0135 ( 3.9%) 0.0135 ( 0.3%) IRGen
0.0030 ( 1.7%) 0.0047 ( 2.8%) 0.0077 ( 2.2%) 0.0114 ( 0.2%) SILGen
0.0046 ( 2.5%) 0.0024 ( 1.4%) 0.0070 ( 2.0%) 0.0070 ( 0.1%) typecheck-expr
0.0047 ( 2.6%) 0.0011 ( 0.7%) 0.0059 ( 1.7%) 0.0059 ( 0.1%) perform-sema
0.0047 ( 2.6%) 0.0011 ( 0.7%) 0.0058 ( 1.7%) 0.0058 ( 0.1%) Type checking and Semantic analysis
0.0040 ( 2.2%) 0.0017 ( 1.0%) 0.0057 ( 1.6%) 0.0057 ( 0.1%) precheck-target
0.0030 ( 1.7%) 0.0001 ( 0.0%) 0.0031 ( 0.9%) 0.0031 ( 0.1%) SIL optimization
0.0022 ( 1.2%) 0.0005 ( 0.3%) 0.0026 ( 0.7%) 0.0026 ( 0.1%) typecheck-stmt
0.0021 ( 1.2%) 0.0005 ( 0.3%) 0.0026 ( 0.7%) 0.0026 ( 0.1%) typecheck-decl
0.0015 ( 0.8%) 0.0005 ( 0.3%) 0.0019 ( 0.6%) 0.0019 ( 0.0%) SILGen-function
0.0006 ( 0.3%) 0.0002 ( 0.1%) 0.0008 ( 0.2%) 0.0008 ( 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%) 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%) 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%) AST verification
0.1808 (100.0%) 0.1706 (100.0%) 0.3514 (100.0%) 4.9905 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.8011 seconds (4.2175 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.0380 (100.0%) 0.7631 (100.0%) 1.8011 (100.0%) 4.2175 (100.0%) Building Target
1.0380 (100.0%) 0.7631 (100.0%) 1.8011 (100.0%) 4.2175 (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\ 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-1745637838996359-swift-frontend-SwiftShell-Lazy_split.swift-arm64_apple_macos10.11-o-Onone-2644373785.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2777 seconds (5.1668 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0239 ( 12.4%) 0.0218 ( 25.7%) 0.0457 ( 16.5%) 2.4288 ( 47.0%) parse-and-resolve-imports
0.0227 ( 11.8%) 0.0203 ( 24.0%) 0.0431 ( 15.5%) 2.4261 ( 47.0%) Import resolution
0.0012 ( 0.6%) 0.0036 ( 4.3%) 0.0048 ( 1.7%) 0.1279 ( 2.5%) load-stdlib
0.0480 ( 24.9%) 0.0176 ( 20.7%) 0.0656 ( 23.6%) 0.0656 ( 1.3%) build-rewrite-system
0.0214 ( 11.1%) 0.0040 ( 4.7%) 0.0254 ( 9.2%) 0.0254 ( 0.5%) perform-sema
0.0213 ( 11.1%) 0.0040 ( 4.7%) 0.0253 ( 9.1%) 0.0253 ( 0.5%) Type checking and Semantic analysis
0.0147 ( 7.6%) 0.0027 ( 3.1%) 0.0174 ( 6.3%) 0.0174 ( 0.3%) typecheck-stmt
0.0082 ( 4.2%) 0.0047 ( 5.5%) 0.0128 ( 4.6%) 0.0128 ( 0.2%) IRGen
0.0077 ( 4.0%) 0.0015 ( 1.7%) 0.0092 ( 3.3%) 0.0092 ( 0.2%) precheck-target
0.0063 ( 3.2%) 0.0012 ( 1.5%) 0.0075 ( 2.7%) 0.0075 ( 0.1%) typecheck-decl
0.0056 ( 2.9%) 0.0012 ( 1.5%) 0.0068 ( 2.5%) 0.0068 ( 0.1%) SILGen
0.0042 ( 2.2%) 0.0007 ( 0.8%) 0.0049 ( 1.8%) 0.0049 ( 0.1%) typecheck-expr
0.0035 ( 1.8%) 0.0000 ( 0.0%) 0.0036 ( 1.3%) 0.0036 ( 0.1%) SIL optimization
0.0029 ( 1.5%) 0.0005 ( 0.6%) 0.0034 ( 1.2%) 0.0034 ( 0.1%) SILGen-function
0.0009 ( 0.5%) 0.0010 ( 1.2%) 0.0019 ( 0.7%) 0.0019 ( 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%) get-conformance-access-path
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%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.1928 (100.0%) 0.0849 (100.0%) 0.2777 (100.0%) 5.1668 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4586 seconds (2.9653 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3679 (100.0%) 0.0907 (100.0%) 0.4586 (100.0%) 2.9653 (100.0%) Building Target
0.3679 (100.0%) 0.0907 (100.0%) 0.4586 (100.0%) 2.9653 (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 Array.swift (in target 'SwiftShell' from project 'SwiftShell')
SwiftDriverJobDiscovery normal arm64 Compiling Lazy-split.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 Command.swift (in target 'SwiftShell' from project 'SwiftShell')
SwiftDriverJobDiscovery normal arm64 Compiling Stream.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 Files.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
2025-04-25 20:24:03.756 appintentsmetadataprocessor[704:3958] Starting appintentsmetadataprocessor export
2025-04-25 20:24:03.759 appintentsmetadataprocessor[704:3958] 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" : [
],
"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.