Build Information
Failed to build Teapot, reference 1.0.3 (7b259e
), with Swift 6.1 for iOS using Xcode 16.3 on 25 Apr 2025 06:45:45 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Teapot -destination generic/platform=iOS
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bannzai/teapot.git
Reference: 1.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bannzai/teapot
* tag 1.0.3 -> FETCH_HEAD
HEAD is now at 7b259e5 Merge pull request #12 from bannzai/fix/command/mark_of_file
Cloned https://github.com/bannzai/teapot.git
Revision (git rev-parse @):
7b259e520136febf157165dd1f5fb862d27710c9
SUCCESS checkout https://github.com/bannzai/teapot.git at 1.0.3
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/bannzai/teapot.git
https://github.com/bannzai/teapot.git
{
"dependencies" : [
{
"identity" : "swiftshell",
"requirement" : {
"range" : [
{
"lower_bound" : "4.1.2",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kareman/SwiftShell.git"
},
{
"identity" : "pathkit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/PathKit.git"
},
{
"identity" : "yamlswift",
"requirement" : {
"range" : [
{
"lower_bound" : "3.4.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/behrang/YamlSwift.git"
},
{
"identity" : "ocha",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/bannzai/Ocha.git"
},
{
"identity" : "commander",
"requirement" : {
"range" : [
{
"lower_bound" : "0.8.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/Commander.git"
}
],
"manifest_display_name" : "Teapot",
"name" : "Teapot",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Teapot",
"targets" : [
"Teapot"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "TeapotCoreTests",
"module_type" : "SwiftTarget",
"name" : "TeapotCoreTests",
"path" : "Tests/TeapotCoreTests",
"product_dependencies" : [
"Ocha"
],
"sources" : [
"Mock.swift",
"StartTests.swift"
],
"target_dependencies" : [
"TeapotCore"
],
"type" : "test"
},
{
"c99name" : "TeapotCore",
"module_type" : "SwiftTarget",
"name" : "TeapotCore",
"path" : "Sources/TeapotCore",
"product_dependencies" : [
"Ocha",
"SwiftShell",
"PathKit",
"Yaml"
],
"product_memberships" : [
"Teapot"
],
"sources" : [
"Collector/Collector.swift",
"Collector/FilePathCollector.swift",
"Executor/Executor.swift",
"Executor/TeapotCommandExecutor.swift",
"Extractor/Extractor.swift",
"Extractor/FilePathExtractor.swift",
"Reader/ConfigReader.swift",
"Reader/Glob.swift",
"Reader/YamlReadError.swift",
"Reader/YamlReader.swift",
"Runner.swift",
"Setup.swift",
"Structure/Alias.swift",
"Translator/ConfigurationTranslator.swift",
"Translator/Translator.swift",
"Watcher/Watcher.swift"
],
"type" : "library"
},
{
"c99name" : "Teapot",
"module_type" : "SwiftTarget",
"name" : "Teapot",
"path" : "Sources/Teapot",
"product_dependencies" : [
"Commander"
],
"product_memberships" : [
"Teapot"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"TeapotCore"
],
"type" : "executable"
}
],
"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
Resolve Package Graph
Fetching from https://github.com/behrang/YamlSwift.git
Fetching from https://github.com/kylef/Commander.git
Fetching from https://github.com/bannzai/Ocha.git
Fetching from https://github.com/kylef/PathKit.git
Fetching from https://github.com/kareman/SwiftShell.git
Fetching from https://github.com/bannzai/Ragnarok.git
Fetching from https://github.com/kylef/Spectre.git
Fetching from https://github.com/apple/swift-syntax.git
Creating working copy of package ‘PathKit’
Checking out 0.9.2 of package ‘PathKit’
Creating working copy of package ‘SwiftShell’
Checking out 4.1.2 of package ‘SwiftShell’
Creating working copy of package ‘Commander’
Checking out 0.9.1 of package ‘Commander’
Creating working copy of package ‘Ragnarok’
Checking out 1.0.2 of package ‘Ragnarok’
Creating working copy of package ‘swift-syntax’
Checking out 0.50700.1 of package ‘swift-syntax’
Creating working copy of package ‘Spectre’
Checking out 0.9.2 of package ‘Spectre’
Creating working copy of package ‘Ocha’
Checking out 1.1.0 of package ‘Ocha’
Creating working copy of package ‘YamlSwift’
Checking out 3.4.4 of package ‘YamlSwift’
the target name ragnarok has different case on the filesystem and the Package.swift manifest fileResolve Package Graph
the target name ragnarok has different case on the filesystem and the Package.swift manifest file
Resolved source packages:
Spectre: https://github.com/kylef/Spectre.git @ 0.9.2
Teapot: /Users/admin/builder/spi-builder-workspace
Ocha: https://github.com/bannzai/Ocha.git @ 1.1.0
PathKit: https://github.com/kylef/PathKit.git @ 0.9.2
SwiftSyntax: https://github.com/apple/swift-syntax.git @ 0.50700.1
Yaml: https://github.com/behrang/YamlSwift.git @ 3.4.4
Ragnarok: https://github.com/bannzai/Ragnarok.git @ 1.0.2
SwiftShell: https://github.com/kareman/SwiftShell.git @ 4.1.2
Commander: https://github.com/kylef/Commander.git @ 0.9.1
resolved source packages: Spectre, Teapot, Ocha, PathKit, SwiftSyntax, Yaml, Ragnarok, SwiftShell, Commander
{
"dependencies" : [
{
"identity" : "swiftshell",
"requirement" : {
"range" : [
{
"lower_bound" : "4.1.2",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kareman/SwiftShell.git"
},
{
"identity" : "pathkit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/PathKit.git"
},
{
"identity" : "yamlswift",
"requirement" : {
"range" : [
{
"lower_bound" : "3.4.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/behrang/YamlSwift.git"
},
{
"identity" : "ocha",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/bannzai/Ocha.git"
},
{
"identity" : "commander",
"requirement" : {
"range" : [
{
"lower_bound" : "0.8.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/Commander.git"
}
],
"manifest_display_name" : "Teapot",
"name" : "Teapot",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Teapot",
"targets" : [
"Teapot"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "TeapotCoreTests",
"module_type" : "SwiftTarget",
"name" : "TeapotCoreTests",
"path" : "Tests/TeapotCoreTests",
"product_dependencies" : [
"Ocha"
],
"sources" : [
"Mock.swift",
"StartTests.swift"
],
"target_dependencies" : [
"TeapotCore"
],
"type" : "test"
},
{
"c99name" : "TeapotCore",
"module_type" : "SwiftTarget",
"name" : "TeapotCore",
"path" : "Sources/TeapotCore",
"product_dependencies" : [
"Ocha",
"SwiftShell",
"PathKit",
"Yaml"
],
"product_memberships" : [
"Teapot"
],
"sources" : [
"Collector/Collector.swift",
"Collector/FilePathCollector.swift",
"Executor/Executor.swift",
"Executor/TeapotCommandExecutor.swift",
"Extractor/Extractor.swift",
"Extractor/FilePathExtractor.swift",
"Reader/ConfigReader.swift",
"Reader/Glob.swift",
"Reader/YamlReadError.swift",
"Reader/YamlReader.swift",
"Runner.swift",
"Setup.swift",
"Structure/Alias.swift",
"Translator/ConfigurationTranslator.swift",
"Translator/Translator.swift",
"Watcher/Watcher.swift"
],
"type" : "library"
},
{
"c99name" : "Teapot",
"module_type" : "SwiftTarget",
"name" : "Teapot",
"path" : "Sources/Teapot",
"product_dependencies" : [
"Commander"
],
"product_memberships" : [
"Teapot"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"TeapotCore"
],
"type" : "executable"
}
],
"tools_version" : "5.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Teapot"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Teapot -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Teapot -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
the target name ragnarok has different case on the filesystem and the Package.swift manifest file
Resolve Package Graph
the target name ragnarok has different case on the filesystem and the Package.swift manifest file
Resolved source packages:
SwiftShell: https://github.com/kareman/SwiftShell.git @ 4.1.2
Ragnarok: https://github.com/bannzai/Ragnarok.git @ 1.0.2
Yaml: https://github.com/behrang/YamlSwift.git @ 3.4.4
Commander: https://github.com/kylef/Commander.git @ 0.9.1
Teapot: /Users/admin/builder/spi-builder-workspace
PathKit: https://github.com/kylef/PathKit.git @ 0.9.2
Ocha: https://github.com/bannzai/Ocha.git @ 1.1.0
SwiftSyntax: https://github.com/apple/swift-syntax.git @ 0.50700.1
Spectre: https://github.com/kylef/Spectre.git @ 0.9.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (12 targets)
Target 'Teapot' in project 'Teapot'
➜ Explicit dependency on target 'TeapotCore' in project 'Teapot'
➜ Explicit dependency on target 'Ocha' in project 'Ocha'
➜ Explicit dependency on target 'SwiftShell' in project 'SwiftShell'
➜ Explicit dependency on target 'PathKit' in project 'PathKit'
➜ Explicit dependency on target 'Yaml' in project 'Yaml'
➜ Explicit dependency on target 'Commander' in project 'Commander'
Target 'Commander' in project 'Commander'
➜ Explicit dependency on target 'Commander' in project 'Commander'
Target 'Commander' in project 'Commander' (no dependencies)
Target 'TeapotCore' in project 'Teapot'
➜ Explicit dependency on target 'Ocha' in project 'Ocha'
➜ Explicit dependency on target 'SwiftShell' in project 'SwiftShell'
➜ Explicit dependency on target 'PathKit' in project 'PathKit'
➜ Explicit dependency on target 'Yaml' in project 'Yaml'
Target 'Yaml' in project 'Yaml'
➜ Explicit dependency on target 'Yaml' in project 'Yaml'
Target 'Yaml' in project 'Yaml' (no dependencies)
Target 'PathKit' in project 'PathKit'
➜ Explicit dependency on target 'PathKit' in project 'PathKit'
Target 'PathKit' in project 'PathKit' (no dependencies)
Target 'SwiftShell' in project 'SwiftShell'
➜ Explicit dependency on target 'SwiftShell' in project 'SwiftShell'
Target 'SwiftShell' in project 'SwiftShell' (no dependencies)
Target 'Ocha' in project 'Ocha'
➜ Explicit dependency on target 'Ocha' in project 'Ocha'
Target 'Ocha' in project 'Ocha' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: f21ff58f19a0e0ec86ac14c5dd8121de
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/f21ff58f19a0e0ec86ac14c5dd8121de.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Teapot.build/Debug-iphoneos/TeapotCore.build/TeapotCore.DependencyMetadataFileList (in target 'TeapotCore' from project 'Teapot')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Teapot.build/Debug-iphoneos/TeapotCore.build/TeapotCore.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Teapot.build/Debug-iphoneos/TeapotCore.build/TeapotCore.DependencyStaticMetadataFileList (in target 'TeapotCore' from project 'Teapot')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Teapot.build/Debug-iphoneos/TeapotCore.build/TeapotCore.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Teapot.build/Debug-iphoneos/TeapotCore.build/TeapotCore.modulemap (in target 'TeapotCore' from project 'Teapot')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Teapot.build/Debug-iphoneos/TeapotCore.build/TeapotCore.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Teapot.build/Debug-iphoneos/TeapotCore.build/Objects-normal/arm64/TeapotCore-OutputFileMap.json (in target 'TeapotCore' from project 'Teapot')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Teapot.build/Debug-iphoneos/TeapotCore.build/Objects-normal/arm64/TeapotCore-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Teapot.build/Debug-iphoneos/TeapotCore.build/Objects-normal/arm64/TeapotCore_const_extract_protocols.json (in target 'TeapotCore' from project 'Teapot')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Teapot.build/Debug-iphoneos/TeapotCore.build/Objects-normal/arm64/TeapotCore_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/Ocha.modulemap (in target 'Ocha' from project 'Ocha')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/Ocha.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Teapot.build/Debug-iphoneos/TeapotCore.build/Objects-normal/arm64/TeapotCore.LinkFileList (in target 'TeapotCore' from project 'Teapot')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Teapot.build/Debug-iphoneos/TeapotCore.build/Objects-normal/arm64/TeapotCore.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Teapot.build/Debug-iphoneos/TeapotCore.build/Objects-normal/arm64/TeapotCore.SwiftConstValuesFileList (in target 'TeapotCore' from project 'Teapot')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Teapot.build/Debug-iphoneos/TeapotCore.build/Objects-normal/arm64/TeapotCore.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Teapot.build/Debug-iphoneos/TeapotCore.build/Objects-normal/arm64/TeapotCore.SwiftFileList (in target 'TeapotCore' from project 'Teapot')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Teapot.build/Debug-iphoneos/TeapotCore.build/Objects-normal/arm64/TeapotCore.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-iphoneos/Yaml.build/Yaml.DependencyStaticMetadataFileList (in target 'Yaml' from project 'Yaml')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-iphoneos/Yaml.build/Yaml.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-iphoneos/Yaml.build/Yaml.modulemap (in target 'Yaml' from project 'Yaml')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-iphoneos/Yaml.build/Yaml.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-iphoneos/Yaml.build/Yaml.DependencyMetadataFileList (in target 'Yaml' from project 'Yaml')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-iphoneos/Yaml.build/Yaml.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-iphoneos/Yaml.build/Objects-normal/arm64/Yaml.LinkFileList (in target 'Yaml' from project 'Yaml')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-iphoneos/Yaml.build/Objects-normal/arm64/Yaml.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-iphoneos/Yaml.build/Objects-normal/arm64/Yaml.SwiftConstValuesFileList (in target 'Yaml' from project 'Yaml')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-iphoneos/Yaml.build/Objects-normal/arm64/Yaml.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-iphoneos/Yaml.build/Objects-normal/arm64/Yaml.SwiftFileList (in target 'Yaml' from project 'Yaml')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-iphoneos/Yaml.build/Objects-normal/arm64/Yaml.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-iphoneos/Yaml.build/Objects-normal/arm64/Yaml_const_extract_protocols.json (in target 'Yaml' from project 'Yaml')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-iphoneos/Yaml.build/Objects-normal/arm64/Yaml_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-iphoneos/Yaml.build/Objects-normal/arm64/Yaml-OutputFileMap.json (in target 'Yaml' from project 'Yaml')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-iphoneos/Yaml.build/Objects-normal/arm64/Yaml-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Teapot.build/Debug-iphoneos/Teapot.build/Teapot.DependencyMetadataFileList (in target 'Teapot' from project 'Teapot')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Teapot.build/Debug-iphoneos/Teapot.build/Teapot.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Teapot.build/Debug-iphoneos/Teapot.build/Teapot.DependencyStaticMetadataFileList (in target 'Teapot' from project 'Teapot')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Teapot.build/Debug-iphoneos/Teapot.build/Teapot.DependencyStaticMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/TeapotCore.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Teapot.build/Debug-iphoneos/TeapotCore.build/TeapotCore.modulemap (in target 'TeapotCore' from project 'Teapot')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Teapot.build/Debug-iphoneos/TeapotCore.build/TeapotCore.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Yaml.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-iphoneos/Yaml.build/Yaml.modulemap (in target 'Yaml' from project 'Yaml')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-iphoneos/Yaml.build/Yaml.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Teapot.build/Debug-iphoneos/Teapot.build/Objects-normal/arm64/Teapot_const_extract_protocols.json (in target 'Teapot' from project 'Teapot')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Teapot.build/Debug-iphoneos/Teapot.build/Objects-normal/arm64/Teapot_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Teapot.build/Debug-iphoneos/Teapot.build/Objects-normal/arm64/Teapot.SwiftFileList (in target 'Teapot' from project 'Teapot')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Teapot.build/Debug-iphoneos/Teapot.build/Objects-normal/arm64/Teapot.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Teapot.build/Debug-iphoneos/Teapot.build/Objects-normal/arm64/Teapot.LinkFileList (in target 'Teapot' from project 'Teapot')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Teapot.build/Debug-iphoneos/Teapot.build/Objects-normal/arm64/Teapot.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Teapot.build/Debug-iphoneos/Teapot.build/Objects-normal/arm64/Teapot-OutputFileMap.json (in target 'Teapot' from project 'Teapot')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Teapot.build/Debug-iphoneos/Teapot.build/Objects-normal/arm64/Teapot-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-iphoneos/SwiftShell.build/SwiftShell.modulemap (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftShell
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-iphoneos/SwiftShell.build/SwiftShell.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-iphoneos/SwiftShell.build/SwiftShell.DependencyStaticMetadataFileList (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftShell
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-iphoneos/SwiftShell.build/SwiftShell.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-iphoneos/SwiftShell.build/SwiftShell.DependencyMetadataFileList (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftShell
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-iphoneos/SwiftShell.build/SwiftShell.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-iphoneos/SwiftShell.build/Objects-normal/arm64/SwiftShell_const_extract_protocols.json (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftShell
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-iphoneos/SwiftShell.build/Objects-normal/arm64/SwiftShell_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-iphoneos/SwiftShell.build/Objects-normal/arm64/SwiftShell.SwiftFileList (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftShell
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-iphoneos/SwiftShell.build/Objects-normal/arm64/SwiftShell.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-iphoneos/SwiftShell.build/Objects-normal/arm64/SwiftShell.SwiftConstValuesFileList (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftShell
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-iphoneos/SwiftShell.build/Objects-normal/arm64/SwiftShell.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-iphoneos/SwiftShell.build/Objects-normal/arm64/SwiftShell.LinkFileList (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftShell
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-iphoneos/SwiftShell.build/Objects-normal/arm64/SwiftShell.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-iphoneos/SwiftShell.build/Objects-normal/arm64/SwiftShell-OutputFileMap.json (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftShell
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-iphoneos/SwiftShell.build/Objects-normal/arm64/SwiftShell-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/SwiftShell.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-iphoneos/SwiftShell.build/SwiftShell.modulemap (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftShell
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-iphoneos/SwiftShell.build/SwiftShell.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-iphoneos/PathKit.build/PathKit.DependencyMetadataFileList (in target 'PathKit' from project 'PathKit')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PathKit
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-iphoneos/PathKit.build/PathKit.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-iphoneos/PathKit.build/PathKit.modulemap (in target 'PathKit' from project 'PathKit')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PathKit
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-iphoneos/PathKit.build/PathKit.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-iphoneos/PathKit.build/PathKit.DependencyStaticMetadataFileList (in target 'PathKit' from project 'PathKit')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PathKit
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-iphoneos/PathKit.build/PathKit.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-iphoneos/PathKit.build/Objects-normal/arm64/PathKit.SwiftFileList (in target 'PathKit' from project 'PathKit')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PathKit
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-iphoneos/PathKit.build/Objects-normal/arm64/PathKit.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-iphoneos/PathKit.build/Objects-normal/arm64/PathKit_const_extract_protocols.json (in target 'PathKit' from project 'PathKit')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PathKit
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-iphoneos/PathKit.build/Objects-normal/arm64/PathKit_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-iphoneos/PathKit.build/Objects-normal/arm64/PathKit.SwiftConstValuesFileList (in target 'PathKit' from project 'PathKit')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PathKit
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-iphoneos/PathKit.build/Objects-normal/arm64/PathKit.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-iphoneos/PathKit.build/Objects-normal/arm64/PathKit.LinkFileList (in target 'PathKit' from project 'PathKit')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PathKit
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-iphoneos/PathKit.build/Objects-normal/arm64/PathKit.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-iphoneos/PathKit.build/Objects-normal/arm64/PathKit-OutputFileMap.json (in target 'PathKit' from project 'PathKit')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PathKit
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-iphoneos/PathKit.build/Objects-normal/arm64/PathKit-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/Ocha.DependencyStaticMetadataFileList (in target 'Ocha' from project 'Ocha')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/Ocha.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/Ocha.DependencyMetadataFileList (in target 'Ocha' from project 'Ocha')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/Ocha.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/Objects-normal/arm64/Ocha_const_extract_protocols.json (in target 'Ocha' from project 'Ocha')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/Objects-normal/arm64/Ocha_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/Objects-normal/arm64/Ocha.SwiftFileList (in target 'Ocha' from project 'Ocha')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/Objects-normal/arm64/Ocha.SwiftFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/PathKit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-iphoneos/PathKit.build/PathKit.modulemap (in target 'PathKit' from project 'PathKit')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PathKit
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-iphoneos/PathKit.build/PathKit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/Objects-normal/arm64/Ocha.SwiftConstValuesFileList (in target 'Ocha' from project 'Ocha')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/Objects-normal/arm64/Ocha.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/Objects-normal/arm64/Ocha.LinkFileList (in target 'Ocha' from project 'Ocha')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/Objects-normal/arm64/Ocha.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/Objects-normal/arm64/Ocha-OutputFileMap.json (in target 'Ocha' from project 'Ocha')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/Objects-normal/arm64/Ocha-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Ocha.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/Ocha.modulemap (in target 'Ocha' from project 'Ocha')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/Ocha.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-iphoneos/Commander.build/Objects-normal/arm64/Commander_const_extract_protocols.json (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commander
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-iphoneos/Commander.build/Objects-normal/arm64/Commander_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-iphoneos/Commander.build/Objects-normal/arm64/Commander.SwiftFileList (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commander
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-iphoneos/Commander.build/Objects-normal/arm64/Commander.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-iphoneos/Commander.build/Objects-normal/arm64/Commander.SwiftConstValuesFileList (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commander
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-iphoneos/Commander.build/Objects-normal/arm64/Commander.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-iphoneos/Commander.build/Objects-normal/arm64/Commander.LinkFileList (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commander
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-iphoneos/Commander.build/Objects-normal/arm64/Commander.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-iphoneos/Commander.build/Objects-normal/arm64/Commander-OutputFileMap.json (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commander
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-iphoneos/Commander.build/Objects-normal/arm64/Commander-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-iphoneos/Commander.build/Commander.modulemap (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commander
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-iphoneos/Commander.build/Commander.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-iphoneos/Commander.build/Commander.DependencyStaticMetadataFileList (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commander
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-iphoneos/Commander.build/Commander.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-iphoneos/Commander.build/Commander.DependencyMetadataFileList (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commander
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-iphoneos/Commander.build/Commander.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Commander.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-iphoneos/Commander.build/Commander.modulemap (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Commander
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-iphoneos/Commander.build/Commander.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
SwiftDriver SwiftShell normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
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-iphoneos/SwiftShell.build/Objects-normal/arm64/SwiftShell.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/SwiftShell.build/Objects-normal/arm64/SwiftShell_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-iphoneos/SwiftShell.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-iphoneos/SwiftShell.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-iphoneos/SwiftShell.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-iphoneos/SwiftShell.build/Objects-normal/arm64/SwiftShell-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Yaml normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Yaml' from project 'Yaml')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Yaml -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-iphoneos/Yaml.build/Objects-normal/arm64/Yaml.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-iphoneos/Yaml.build/Objects-normal/arm64/Yaml-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/Yaml.build/Debug-iphoneos/Yaml.build/Objects-normal/arm64/Yaml.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/Yaml.build/Debug-iphoneos/Yaml.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-iphoneos/Yaml.build/Objects-normal/arm64/Yaml_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-iphoneos/Yaml.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-iphoneos/Yaml.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-iphoneos/Yaml.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-iphoneos/Yaml.build/Objects-normal/arm64/Yaml-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver PathKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PathKit' from project 'PathKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PathKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-iphoneos/PathKit.build/Objects-normal/arm64/PathKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4.2 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-iphoneos/PathKit.build/Objects-normal/arm64/PathKit-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/PathKit.build/Debug-iphoneos/PathKit.build/Objects-normal/arm64/PathKit.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/PathKit.build/Debug-iphoneos/PathKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-iphoneos/PathKit.build/Objects-normal/arm64/PathKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-iphoneos/PathKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-iphoneos/PathKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-iphoneos/PathKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-iphoneos/PathKit.build/Objects-normal/arm64/PathKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Ocha normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Ocha' from project 'Ocha')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Ocha -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/Objects-normal/arm64/Ocha.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/Objects-normal/arm64/Ocha-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/Ocha.build/Debug-iphoneos/Ocha.build/Objects-normal/arm64/Ocha.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/Ocha.build/Debug-iphoneos/Ocha.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/Objects-normal/arm64/Ocha_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/Objects-normal/arm64/Ocha-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Commander normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Commander -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-iphoneos/Commander.build/Objects-normal/arm64/Commander.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-iphoneos/Commander.build/Objects-normal/arm64/Commander-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/Commander.build/Debug-iphoneos/Commander.build/Objects-normal/arm64/Commander.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/Commander.build/Debug-iphoneos/Commander.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-iphoneos/Commander.build/Objects-normal/arm64/Commander_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-iphoneos/Commander.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-iphoneos/Commander.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-iphoneos/Commander.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-iphoneos/Commander.build/Objects-normal/arm64/Commander-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ PathKit (in target 'PathKit' from project 'PathKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PathKit/Sources/PathKit.swift (in target 'PathKit' from project 'PathKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PathKit.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PathKit/Sources/PathKit.swift (in target 'PathKit' from project 'PathKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PathKit/Sources/PathKit.swift (in target 'PathKit' from project 'PathKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ EventSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift (in target 'Ocha' from project 'Ocha')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift (in target 'Ocha' from project 'Ocha')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ Ocha (in target 'Ocha' from project 'Ocha')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Event.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Watcher.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/WatchingPathable.swift -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/Objects-normal/arm64/Ocha_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Ocha -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name iphoneos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/Objects-normal/arm64/Ocha.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/Objects-normal/arm64/Ocha.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/Objects-normal/arm64/Ocha-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/Objects-normal/arm64/Ocha-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/Objects-normal/arm64/Ocha-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/Objects-normal/arm64/Ocha.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/Objects-normal/arm64/Ocha.abi.json
EmitSwiftModule normal arm64 (in target 'Ocha' from project 'Ocha')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:17:49: error: cannot find 'kFSEventStreamEventFlagNone' in scope
public static let none = EventSet(rawValue: kFSEventStreamEventFlagNone) // 0
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:18:60: error: cannot find 'kFSEventStreamEventFlagMustScanSubDirs' in scope
public static let mustScanSubDirs = EventSet(rawValue: kFSEventStreamEventFlagMustScanSubDirs) // 1
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:19:56: error: cannot find 'kFSEventStreamEventFlagUserDropped' in scope
public static let userDropped = EventSet(rawValue: kFSEventStreamEventFlagUserDropped) // 2
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:20:58: error: cannot find 'kFSEventStreamEventFlagKernelDropped' in scope
public static let kernelDropped = EventSet(rawValue: kFSEventStreamEventFlagKernelDropped) // 4
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:21:60: error: cannot find 'kFSEventStreamEventFlagEventIdsWrapped' in scope
public static let eventIdsWrapped = EventSet(rawValue: kFSEventStreamEventFlagEventIdsWrapped) // 8
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:22:56: error: cannot find 'kFSEventStreamEventFlagHistoryDone' in scope
public static let historyDone = EventSet(rawValue: kFSEventStreamEventFlagHistoryDone) // 16
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:23:56: error: cannot find 'kFSEventStreamEventFlagRootChanged' in scope
public static let rootChanged = EventSet(rawValue: kFSEventStreamEventFlagRootChanged) // 32
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:24:50: error: cannot find 'kFSEventStreamEventFlagMount' in scope
public static let mount = EventSet(rawValue: kFSEventStreamEventFlagMount) // 64
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:25:52: error: cannot find 'kFSEventStreamEventFlagUnmount' in scope
public static let unmount = EventSet(rawValue: kFSEventStreamEventFlagUnmount) // 128
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:26:56: error: cannot find 'kFSEventStreamEventFlagItemCreated' in scope
public static let itemCreated = EventSet(rawValue: kFSEventStreamEventFlagItemCreated) // 256
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:27:56: error: cannot find 'kFSEventStreamEventFlagItemRemoved' in scope
public static let itemRemoved = EventSet(rawValue: kFSEventStreamEventFlagItemRemoved) // 512
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:28:61: error: cannot find 'kFSEventStreamEventFlagItemInodeMetaMod' in scope
public static let itemInodeMetaMod = EventSet(rawValue: kFSEventStreamEventFlagItemInodeMetaMod) // 1024
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:29:56: error: cannot find 'kFSEventStreamEventFlagItemRenamed' in scope
public static let itemRenamed = EventSet(rawValue: kFSEventStreamEventFlagItemRenamed) // 2048
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:30:57: error: cannot find 'kFSEventStreamEventFlagItemModified' in scope
public static let itemModified = EventSet(rawValue: kFSEventStreamEventFlagItemModified) // 4096
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:31:62: error: cannot find 'kFSEventStreamEventFlagItemFinderInfoMod' in scope
public static let itemFinderInfoMod = EventSet(rawValue: kFSEventStreamEventFlagItemFinderInfoMod) // 8192
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:32:60: error: cannot find 'kFSEventStreamEventFlagItemChangeOwner' in scope
public static let itemChangeOwner = EventSet(rawValue: kFSEventStreamEventFlagItemChangeOwner) // 16384
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:33:57: error: cannot find 'kFSEventStreamEventFlagItemXattrMod' in scope
public static let itemXattrMod = EventSet(rawValue: kFSEventStreamEventFlagItemXattrMod) // 32768
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:34:55: error: cannot find 'kFSEventStreamEventFlagItemIsFile' in scope
public static let itemIsFile = EventSet(rawValue: kFSEventStreamEventFlagItemIsFile) // 65536
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:35:54: error: cannot find 'kFSEventStreamEventFlagItemIsDir' in scope
public static let itemIsDir = EventSet(rawValue: kFSEventStreamEventFlagItemIsDir) // 131072
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:36:58: error: cannot find 'kFSEventStreamEventFlagItemIsSymlink' in scope
public static let itemIsSymlink = EventSet(rawValue: kFSEventStreamEventFlagItemIsSymlink) // 262144
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:37:53: error: cannot find 'kFSEventStreamEventFlagOwnEvent' in scope
public static let ownEvent = EventSet(rawValue: kFSEventStreamEventFlagOwnEvent) // 524288
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:38:59: error: cannot find 'kFSEventStreamEventFlagItemIsHardlink' in scope
public static let itemIsHardlink = EventSet(rawValue: kFSEventStreamEventFlagItemIsHardlink) // 1048576
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:39:63: error: cannot find 'kFSEventStreamEventFlagItemIsLastHardlink' in scope
public static let itemIsLastHardlink = EventSet(rawValue: kFSEventStreamEventFlagItemIsLastHardlink) // 2097152
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:41:55: error: cannot find 'kFSEventStreamEventFlagItemCloned' in scope
public static let itemCloned = EventSet(rawValue: kFSEventStreamEventFlagItemCloned) // 4194304
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Watcher.swift:14:32: error: cannot find 'FSEventStreamContext' in scope
private lazy var context = FSEventStreamContext(version: 0, info: pointer, retain: nil, release: nil, copyDescription: nil)
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Watcher.swift:14:88: error: 'nil' requires a contextual type
private lazy var context = FSEventStreamContext(version: 0, info: pointer, retain: nil, release: nil, copyDescription: nil)
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Watcher.swift:14:102: error: 'nil' requires a contextual type
private lazy var context = FSEventStreamContext(version: 0, info: pointer, retain: nil, release: nil, copyDescription: nil)
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Watcher.swift:14:124: error: 'nil' requires a contextual type
private lazy var context = FSEventStreamContext(version: 0, info: pointer, retain: nil, release: nil, copyDescription: nil)
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Watcher.swift:15:30: error: cannot find type 'FSEventStreamRef' in scope
private lazy var stream: FSEventStreamRef = {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Watcher.swift:35:28: error: cannot find type 'FSEventStreamCallback' in scope
private var _callback: FSEventStreamCallback = { (stream, contextInfo, numEvents, eventPaths, eventFlags, eventIds) in
^~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 Compiling\ Event.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Event.swift (in target 'Ocha' from project 'Ocha')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Event.swift (in target 'Ocha' from project 'Ocha')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Watcher.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Watcher.swift (in target 'Ocha' from project 'Ocha')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Watcher.swift (in target 'Ocha' from project 'Ocha')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ WatchingPathable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/WatchingPathable.swift (in target 'Ocha' from project 'Ocha')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/WatchingPathable.swift (in target 'Ocha' from project 'Ocha')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ Yaml (in target 'Yaml' from project 'Yaml')
EmitSwiftModule normal arm64 (in target 'Yaml' from project 'Yaml')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ YAMLParser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/Sources/Yaml/YAMLParser.swift (in target 'Yaml' from project 'Yaml')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/Sources/Yaml/YAMLParser.swift (in target 'Yaml' from project 'Yaml')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ YAMLResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/Sources/Yaml/YAMLResult.swift (in target 'Yaml' from project 'Yaml')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/Sources/Yaml/YAMLResult.swift (in target 'Yaml' from project 'Yaml')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftShell (in target 'SwiftShell' from project 'SwiftShell')
SwiftDriverJobDiscovery normal arm64 Emitting module for PathKit (in target 'PathKit' from project 'PathKit')
SwiftDriver\ Compilation\ Requirements PathKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PathKit' from project 'PathKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PathKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-iphoneos/PathKit.build/Objects-normal/arm64/PathKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4.2 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-iphoneos/PathKit.build/Objects-normal/arm64/PathKit-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/PathKit.build/Debug-iphoneos/PathKit.build/Objects-normal/arm64/PathKit.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/PathKit.build/Debug-iphoneos/PathKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-iphoneos/PathKit.build/Objects-normal/arm64/PathKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-iphoneos/PathKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-iphoneos/PathKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-iphoneos/PathKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-iphoneos/PathKit.build/Objects-normal/arm64/PathKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64 Emitting\ module\ for\ Ocha (in target 'Ocha' from project 'Ocha')
EmitSwiftModule normal arm64 (in target 'Ocha' from project 'Ocha')
Building workspace spi-builder-workspace with scheme Teapot
(3 failures)
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
the target name ragnarok has different case on the filesystem and the Package.swift manifest file
Resolved source packages:
Ocha: https://github.com/bannzai/Ocha.git @ 1.1.0
PathKit: https://github.com/kylef/PathKit.git @ 0.9.2
Yaml: https://github.com/behrang/YamlSwift.git @ 3.4.4
Spectre: https://github.com/kylef/Spectre.git @ 0.9.2
SwiftSyntax: https://github.com/apple/swift-syntax.git @ 0.50700.1
Teapot: /Users/admin/builder/spi-builder-workspace
Commander: https://github.com/kylef/Commander.git @ 0.9.1
SwiftShell: https://github.com/kareman/SwiftShell.git @ 4.1.2
Ragnarok: https://github.com/bannzai/Ragnarok.git @ 1.0.2
resolved source packages: Ocha, PathKit, Yaml, Spectre, SwiftSyntax, Teapot, Commander, SwiftShell, Ragnarok
{
"dependencies" : [
{
"identity" : "swiftshell",
"requirement" : {
"range" : [
{
"lower_bound" : "4.1.2",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kareman/SwiftShell.git"
},
{
"identity" : "pathkit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/PathKit.git"
},
{
"identity" : "yamlswift",
"requirement" : {
"range" : [
{
"lower_bound" : "3.4.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/behrang/YamlSwift.git"
},
{
"identity" : "ocha",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/bannzai/Ocha.git"
},
{
"identity" : "commander",
"requirement" : {
"range" : [
{
"lower_bound" : "0.8.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/Commander.git"
}
],
"manifest_display_name" : "Teapot",
"name" : "Teapot",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Teapot",
"targets" : [
"Teapot"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "TeapotCoreTests",
"module_type" : "SwiftTarget",
"name" : "TeapotCoreTests",
"path" : "Tests/TeapotCoreTests",
"product_dependencies" : [
"Ocha"
],
"sources" : [
"Mock.swift",
"StartTests.swift"
],
"target_dependencies" : [
"TeapotCore"
],
"type" : "test"
},
{
"c99name" : "TeapotCore",
"module_type" : "SwiftTarget",
"name" : "TeapotCore",
"path" : "Sources/TeapotCore",
"product_dependencies" : [
"Ocha",
"SwiftShell",
"PathKit",
"Yaml"
],
"product_memberships" : [
"Teapot"
],
"sources" : [
"Collector/Collector.swift",
"Collector/FilePathCollector.swift",
"Executor/Executor.swift",
"Executor/TeapotCommandExecutor.swift",
"Extractor/Extractor.swift",
"Extractor/FilePathExtractor.swift",
"Reader/ConfigReader.swift",
"Reader/Glob.swift",
"Reader/YamlReadError.swift",
"Reader/YamlReader.swift",
"Runner.swift",
"Setup.swift",
"Structure/Alias.swift",
"Translator/ConfigurationTranslator.swift",
"Translator/Translator.swift",
"Watcher/Watcher.swift"
],
"type" : "library"
},
{
"c99name" : "Teapot",
"module_type" : "SwiftTarget",
"name" : "Teapot",
"path" : "Sources/Teapot",
"product_dependencies" : [
"Commander"
],
"product_memberships" : [
"Teapot"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"TeapotCore"
],
"type" : "executable"
}
],
"tools_version" : "5.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Teapot"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Teapot -destination generic/platform=iOS
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 Teapot -destination generic/platform=iOS
Resolve Package Graph
the target name ragnarok has different case on the filesystem and the Package.swift manifest file
Resolved source packages:
SwiftSyntax: https://github.com/apple/swift-syntax.git @ 0.50700.1
Ragnarok: https://github.com/bannzai/Ragnarok.git @ 1.0.2
PathKit: https://github.com/kylef/PathKit.git @ 0.9.2
Yaml: https://github.com/behrang/YamlSwift.git @ 3.4.4
Ocha: https://github.com/bannzai/Ocha.git @ 1.1.0
SwiftShell: https://github.com/kareman/SwiftShell.git @ 4.1.2
Commander: https://github.com/kylef/Commander.git @ 0.9.1
Spectre: https://github.com/kylef/Spectre.git @ 0.9.2
Teapot: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (12 targets)
Target 'Teapot' in project 'Teapot'
➜ Explicit dependency on target 'TeapotCore' in project 'Teapot'
➜ Explicit dependency on target 'Ocha' in project 'Ocha'
➜ Explicit dependency on target 'SwiftShell' in project 'SwiftShell'
➜ Explicit dependency on target 'PathKit' in project 'PathKit'
➜ Explicit dependency on target 'Yaml' in project 'Yaml'
➜ Explicit dependency on target 'Commander' in project 'Commander'
Target 'Commander' in project 'Commander'
➜ Explicit dependency on target 'Commander' in project 'Commander'
Target 'Commander' in project 'Commander' (no dependencies)
Target 'TeapotCore' in project 'Teapot'
➜ Explicit dependency on target 'Ocha' in project 'Ocha'
➜ Explicit dependency on target 'SwiftShell' in project 'SwiftShell'
➜ Explicit dependency on target 'PathKit' in project 'PathKit'
➜ Explicit dependency on target 'Yaml' in project 'Yaml'
Target 'Yaml' in project 'Yaml'
➜ Explicit dependency on target 'Yaml' in project 'Yaml'
Target 'Yaml' in project 'Yaml' (no dependencies)
Target 'PathKit' in project 'PathKit'
➜ Explicit dependency on target 'PathKit' in project 'PathKit'
Target 'PathKit' in project 'PathKit' (no dependencies)
Target 'SwiftShell' in project 'SwiftShell'
➜ Explicit dependency on target 'SwiftShell' in project 'SwiftShell'
Target 'SwiftShell' in project 'SwiftShell' (no dependencies)
Target 'Ocha' in project 'Ocha'
➜ Explicit dependency on target 'Ocha' in project 'Ocha'
Target 'Ocha' in project 'Ocha' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 93ab7a8004fb41cb9a4a9da4a8b589b2
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/93ab7a8004fb41cb9a4a9da4a8b589b2.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
SwiftDriver Yaml normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Yaml' from project 'Yaml')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Yaml -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-iphoneos/Yaml.build/Objects-normal/arm64/Yaml.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-iphoneos/Yaml.build/Objects-normal/arm64/Yaml-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/Yaml.build/Debug-iphoneos/Yaml.build/Objects-normal/arm64/Yaml.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/Yaml.build/Debug-iphoneos/Yaml.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-iphoneos/Yaml.build/Objects-normal/arm64/Yaml_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-iphoneos/Yaml.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-iphoneos/Yaml.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-iphoneos/Yaml.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yaml.build/Debug-iphoneos/Yaml.build/Objects-normal/arm64/Yaml-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Ocha normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Ocha' from project 'Ocha')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Ocha -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/Objects-normal/arm64/Ocha.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/Objects-normal/arm64/Ocha-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/Ocha.build/Debug-iphoneos/Ocha.build/Objects-normal/arm64/Ocha.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/Ocha.build/Debug-iphoneos/Ocha.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/Objects-normal/arm64/Ocha_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/Objects-normal/arm64/Ocha-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Commander normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Commander' from project 'Commander')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Commander -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-iphoneos/Commander.build/Objects-normal/arm64/Commander.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-iphoneos/Commander.build/Objects-normal/arm64/Commander-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/Commander.build/Debug-iphoneos/Commander.build/Objects-normal/arm64/Commander.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/Commander.build/Debug-iphoneos/Commander.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-iphoneos/Commander.build/Objects-normal/arm64/Commander_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-iphoneos/Commander.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-iphoneos/Commander.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-iphoneos/Commander.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Commander.build/Debug-iphoneos/Commander.build/Objects-normal/arm64/Commander-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver PathKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PathKit' from project 'PathKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PathKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-iphoneos/PathKit.build/Objects-normal/arm64/PathKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4.2 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-iphoneos/PathKit.build/Objects-normal/arm64/PathKit-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/PathKit.build/Debug-iphoneos/PathKit.build/Objects-normal/arm64/PathKit.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/PathKit.build/Debug-iphoneos/PathKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-iphoneos/PathKit.build/Objects-normal/arm64/PathKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-iphoneos/PathKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-iphoneos/PathKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-iphoneos/PathKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PathKit.build/Debug-iphoneos/PathKit.build/Objects-normal/arm64/PathKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver SwiftShell normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftShell' from project 'SwiftShell')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
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-iphoneos/SwiftShell.build/Objects-normal/arm64/SwiftShell.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/SwiftShell.build/Objects-normal/arm64/SwiftShell_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-iphoneos/SwiftShell.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-iphoneos/SwiftShell.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-iphoneos/SwiftShell.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftShell.build/Debug-iphoneos/SwiftShell.build/Objects-normal/arm64/SwiftShell-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ PathKit.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PathKit/Sources/PathKit.swift (in target 'PathKit' from project 'PathKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PathKit/Sources/PathKit.swift (in target 'PathKit' from project 'PathKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ PathKit (in target 'PathKit' from project 'PathKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/PathKit/Sources/PathKit.swift (in target 'PathKit' from project 'PathKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ EventSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift (in target 'Ocha' from project 'Ocha')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift (in target 'Ocha' from project 'Ocha')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ Ocha (in target 'Ocha' from project 'Ocha')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Event.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Watcher.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/WatchingPathable.swift -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/Objects-normal/arm64/Ocha_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Ocha -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name iphoneos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/Objects-normal/arm64/Ocha.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/Objects-normal/arm64/Ocha.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/Objects-normal/arm64/Ocha-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/Objects-normal/arm64/Ocha-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/Objects-normal/arm64/Ocha-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/Objects-normal/arm64/Ocha.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Ocha.build/Debug-iphoneos/Ocha.build/Objects-normal/arm64/Ocha.abi.json
EmitSwiftModule normal arm64 (in target 'Ocha' from project 'Ocha')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:17:49: error: cannot find 'kFSEventStreamEventFlagNone' in scope
public static let none = EventSet(rawValue: kFSEventStreamEventFlagNone) // 0
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:18:60: error: cannot find 'kFSEventStreamEventFlagMustScanSubDirs' in scope
public static let mustScanSubDirs = EventSet(rawValue: kFSEventStreamEventFlagMustScanSubDirs) // 1
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:19:56: error: cannot find 'kFSEventStreamEventFlagUserDropped' in scope
public static let userDropped = EventSet(rawValue: kFSEventStreamEventFlagUserDropped) // 2
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:20:58: error: cannot find 'kFSEventStreamEventFlagKernelDropped' in scope
public static let kernelDropped = EventSet(rawValue: kFSEventStreamEventFlagKernelDropped) // 4
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:21:60: error: cannot find 'kFSEventStreamEventFlagEventIdsWrapped' in scope
public static let eventIdsWrapped = EventSet(rawValue: kFSEventStreamEventFlagEventIdsWrapped) // 8
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:22:56: error: cannot find 'kFSEventStreamEventFlagHistoryDone' in scope
public static let historyDone = EventSet(rawValue: kFSEventStreamEventFlagHistoryDone) // 16
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:23:56: error: cannot find 'kFSEventStreamEventFlagRootChanged' in scope
public static let rootChanged = EventSet(rawValue: kFSEventStreamEventFlagRootChanged) // 32
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:24:50: error: cannot find 'kFSEventStreamEventFlagMount' in scope
public static let mount = EventSet(rawValue: kFSEventStreamEventFlagMount) // 64
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:25:52: error: cannot find 'kFSEventStreamEventFlagUnmount' in scope
public static let unmount = EventSet(rawValue: kFSEventStreamEventFlagUnmount) // 128
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:26:56: error: cannot find 'kFSEventStreamEventFlagItemCreated' in scope
public static let itemCreated = EventSet(rawValue: kFSEventStreamEventFlagItemCreated) // 256
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:27:56: error: cannot find 'kFSEventStreamEventFlagItemRemoved' in scope
public static let itemRemoved = EventSet(rawValue: kFSEventStreamEventFlagItemRemoved) // 512
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:28:61: error: cannot find 'kFSEventStreamEventFlagItemInodeMetaMod' in scope
public static let itemInodeMetaMod = EventSet(rawValue: kFSEventStreamEventFlagItemInodeMetaMod) // 1024
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:29:56: error: cannot find 'kFSEventStreamEventFlagItemRenamed' in scope
public static let itemRenamed = EventSet(rawValue: kFSEventStreamEventFlagItemRenamed) // 2048
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:30:57: error: cannot find 'kFSEventStreamEventFlagItemModified' in scope
public static let itemModified = EventSet(rawValue: kFSEventStreamEventFlagItemModified) // 4096
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:31:62: error: cannot find 'kFSEventStreamEventFlagItemFinderInfoMod' in scope
public static let itemFinderInfoMod = EventSet(rawValue: kFSEventStreamEventFlagItemFinderInfoMod) // 8192
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:32:60: error: cannot find 'kFSEventStreamEventFlagItemChangeOwner' in scope
public static let itemChangeOwner = EventSet(rawValue: kFSEventStreamEventFlagItemChangeOwner) // 16384
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:33:57: error: cannot find 'kFSEventStreamEventFlagItemXattrMod' in scope
public static let itemXattrMod = EventSet(rawValue: kFSEventStreamEventFlagItemXattrMod) // 32768
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:34:55: error: cannot find 'kFSEventStreamEventFlagItemIsFile' in scope
public static let itemIsFile = EventSet(rawValue: kFSEventStreamEventFlagItemIsFile) // 65536
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:35:54: error: cannot find 'kFSEventStreamEventFlagItemIsDir' in scope
public static let itemIsDir = EventSet(rawValue: kFSEventStreamEventFlagItemIsDir) // 131072
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:36:58: error: cannot find 'kFSEventStreamEventFlagItemIsSymlink' in scope
public static let itemIsSymlink = EventSet(rawValue: kFSEventStreamEventFlagItemIsSymlink) // 262144
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:37:53: error: cannot find 'kFSEventStreamEventFlagOwnEvent' in scope
public static let ownEvent = EventSet(rawValue: kFSEventStreamEventFlagOwnEvent) // 524288
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:38:59: error: cannot find 'kFSEventStreamEventFlagItemIsHardlink' in scope
public static let itemIsHardlink = EventSet(rawValue: kFSEventStreamEventFlagItemIsHardlink) // 1048576
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:39:63: error: cannot find 'kFSEventStreamEventFlagItemIsLastHardlink' in scope
public static let itemIsLastHardlink = EventSet(rawValue: kFSEventStreamEventFlagItemIsLastHardlink) // 2097152
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/EventSet.swift:41:55: error: cannot find 'kFSEventStreamEventFlagItemCloned' in scope
public static let itemCloned = EventSet(rawValue: kFSEventStreamEventFlagItemCloned) // 4194304
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Watcher.swift:14:32: error: cannot find 'FSEventStreamContext' in scope
private lazy var context = FSEventStreamContext(version: 0, info: pointer, retain: nil, release: nil, copyDescription: nil)
^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Watcher.swift:14:88: error: 'nil' requires a contextual type
private lazy var context = FSEventStreamContext(version: 0, info: pointer, retain: nil, release: nil, copyDescription: nil)
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Watcher.swift:14:102: error: 'nil' requires a contextual type
private lazy var context = FSEventStreamContext(version: 0, info: pointer, retain: nil, release: nil, copyDescription: nil)
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Watcher.swift:14:124: error: 'nil' requires a contextual type
private lazy var context = FSEventStreamContext(version: 0, info: pointer, retain: nil, release: nil, copyDescription: nil)
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Watcher.swift:15:30: error: cannot find type 'FSEventStreamRef' in scope
private lazy var stream: FSEventStreamRef = {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Watcher.swift:35:28: error: cannot find type 'FSEventStreamCallback' in scope
private var _callback: FSEventStreamCallback = { (stream, contextInfo, numEvents, eventPaths, eventFlags, eventIds) in
^~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 Compiling\ WatchingPathable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/WatchingPathable.swift (in target 'Ocha' from project 'Ocha')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/WatchingPathable.swift (in target 'Ocha' from project 'Ocha')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Event.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Event.swift (in target 'Ocha' from project 'Ocha')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Event.swift (in target 'Ocha' from project 'Ocha')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Watcher.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Watcher.swift (in target 'Ocha' from project 'Ocha')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Ocha/Sources/Ocha/Watcher.swift (in target 'Ocha' from project 'Ocha')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ Yaml (in target 'Yaml' from project 'Yaml')
EmitSwiftModule normal arm64 (in target 'Yaml' from project 'Yaml')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Yaml.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/Sources/Yaml/Yaml.swift (in target 'Yaml' from project 'Yaml')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/Sources/Yaml/Yaml.swift (in target 'Yaml' from project 'Yaml')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ YAMLResult.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/Sources/Yaml/YAMLResult.swift (in target 'Yaml' from project 'Yaml')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/YamlSwift/Sources/Yaml/YAMLResult.swift (in target 'Yaml' from project 'Yaml')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftShell (in target 'SwiftShell' from project 'SwiftShell')
Command SwiftEmitModule failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64 Emitting\ module\ for\ Ocha (in target 'Ocha' from project 'Ocha')
EmitSwiftModule normal arm64 (in target 'Ocha' from project 'Ocha')
SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftShell (in target 'SwiftShell' from project 'SwiftShell')
Building workspace spi-builder-workspace with scheme Teapot
(4 failures)
BUILD FAILURE 6.1 iOS