Build Information
Successful build of SimpleLogging, reference production (abbf40
), with Swift 6.1 for tvOS using Xcode 16.3 on 26 Apr 2025 15:42:17 UTC.
Swift 6 data race errors: 13
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SimpleLogging-Package -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RougeWare/Swift-Simple-Logging.git
Reference: production
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RougeWare/Swift-Simple-Logging
* branch production -> FETCH_HEAD
* [new branch] production -> origin/production
HEAD is now at abbf40d Merge pull request #22 from RougeWare/feature/Raw-Location
Cloned https://github.com/RougeWare/Swift-Simple-Logging.git
Revision (git rev-parse @):
abbf40d670bc1964ead4f5018f412382a1093703
SUCCESS checkout https://github.com/RougeWare/Swift-Simple-Logging.git at production
========================================
Build
========================================
Selected platform: tvOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/RougeWare/Swift-Simple-Logging.git
https://github.com/RougeWare/Swift-Simple-Logging.git
{
"dependencies" : [
{
"identity" : "swift-lazy-containers",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/RougeWare/Swift-Lazy-Containers.git"
},
{
"identity" : "swift-function-tools",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/RougeWare/Swift-Function-Tools.git"
}
],
"manifest_display_name" : "SimpleLogging",
"name" : "SimpleLogging",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "watchos",
"version" : "4.0"
},
{
"name" : "tvos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "SimpleLogging",
"targets" : [
"SimpleLogging"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SimpleLogging_dynamic",
"targets" : [
"SimpleLogging"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "SimpleLoggingDynamic",
"targets" : [
"SimpleLogging"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "SimpleLoggingTests",
"module_type" : "SwiftTarget",
"name" : "SimpleLoggingTests",
"path" : "Tests/SimpleLoggingTests",
"sources" : [
"LogLocation.customRaw tests.swift",
"LogToFileTests.swift",
"Testing Utilities.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SimpleLogging"
],
"type" : "test"
},
{
"c99name" : "SimpleLogging",
"module_type" : "SwiftTarget",
"name" : "SimpleLogging",
"path" : "Sources/SimpleLogging",
"product_dependencies" : [
"LazyContainers",
"FunctionTools"
],
"product_memberships" : [
"SimpleLogging",
"SimpleLogging_dynamic",
"SimpleLoggingDynamic"
],
"sources" : [
"CombinedLogMessage.swift",
"CombinedLoggable.swift",
"Extensions/Foundation/FileHandle + TextOutputStream.swift",
"LogChannel.swift",
"LogManager.swift",
"LogMessage.swift",
"LogMessageProtocol.swift",
"LogSeverity.swift",
"Loggable.swift",
"LoggableError.swift",
"RawLogMessage.swift",
"Simple Logging.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
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/RougeWare/Swift-Function-Tools.git
Fetching from https://github.com/RougeWare/Swift-Lazy-Containers.git
Creating working copy of package ‘Swift-Function-Tools’
Checking out 1.2.4 of package ‘Swift-Function-Tools’
Creating working copy of package ‘Swift-Lazy-Containers’
Checking out 4.1.0 of package ‘Swift-Lazy-Containers’
Resolve Package Graph
Resolved source packages:
LazyContainers: https://github.com/RougeWare/Swift-Lazy-Containers.git @ 4.1.0
FunctionTools: https://github.com/RougeWare/Swift-Function-Tools.git @ 1.2.4
SimpleLogging: /Users/admin/builder/spi-builder-workspace
resolved source packages: LazyContainers, FunctionTools, SimpleLogging
{
"dependencies" : [
{
"identity" : "swift-lazy-containers",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/RougeWare/Swift-Lazy-Containers.git"
},
{
"identity" : "swift-function-tools",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/RougeWare/Swift-Function-Tools.git"
}
],
"manifest_display_name" : "SimpleLogging",
"name" : "SimpleLogging",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "watchos",
"version" : "4.0"
},
{
"name" : "tvos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "SimpleLogging",
"targets" : [
"SimpleLogging"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SimpleLogging_dynamic",
"targets" : [
"SimpleLogging"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "SimpleLoggingDynamic",
"targets" : [
"SimpleLogging"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "SimpleLoggingTests",
"module_type" : "SwiftTarget",
"name" : "SimpleLoggingTests",
"path" : "Tests/SimpleLoggingTests",
"sources" : [
"LogLocation.customRaw tests.swift",
"LogToFileTests.swift",
"Testing Utilities.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SimpleLogging"
],
"type" : "test"
},
{
"c99name" : "SimpleLogging",
"module_type" : "SwiftTarget",
"name" : "SimpleLogging",
"path" : "Sources/SimpleLogging",
"product_dependencies" : [
"LazyContainers",
"FunctionTools"
],
"product_memberships" : [
"SimpleLogging",
"SimpleLogging_dynamic",
"SimpleLoggingDynamic"
],
"sources" : [
"CombinedLogMessage.swift",
"CombinedLoggable.swift",
"Extensions/Foundation/FileHandle + TextOutputStream.swift",
"LogChannel.swift",
"LogManager.swift",
"LogMessage.swift",
"LogMessageProtocol.swift",
"LogSeverity.swift",
"Loggable.swift",
"LoggableError.swift",
"RawLogMessage.swift",
"Simple Logging.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"SimpleLogging",
"SimpleLogging_dynamic",
"SimpleLogging-Package",
"SimpleLoggingDynamic"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SimpleLogging-Package -destination generic/platform=tvOS 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 SimpleLogging-Package -destination generic/platform=tvOS "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
Resolve Package Graph
Resolved source packages:
SimpleLogging: /Users/admin/builder/spi-builder-workspace
LazyContainers: https://github.com/RougeWare/Swift-Lazy-Containers.git @ 4.1.0
FunctionTools: https://github.com/RougeWare/Swift-Function-Tools.git @ 1.2.4
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
Target 'SimpleLogging_dynamic' in project 'SimpleLogging'
➜ Explicit dependency on target 'SimpleLogging' in project 'SimpleLogging'
➜ Explicit dependency on target 'LazyContainers' in project 'LazyContainers'
➜ Explicit dependency on target 'FunctionTools' in project 'FunctionTools'
Target 'SimpleLoggingDynamic' in project 'SimpleLogging'
➜ Explicit dependency on target 'SimpleLogging' in project 'SimpleLogging'
➜ Explicit dependency on target 'LazyContainers' in project 'LazyContainers'
➜ Explicit dependency on target 'FunctionTools' in project 'FunctionTools'
Target 'SimpleLogging' in project 'SimpleLogging'
➜ Explicit dependency on target 'SimpleLogging' in project 'SimpleLogging'
➜ Explicit dependency on target 'LazyContainers' in project 'LazyContainers'
➜ Explicit dependency on target 'FunctionTools' in project 'FunctionTools'
Target 'SimpleLogging' in project 'SimpleLogging'
➜ Explicit dependency on target 'LazyContainers' in project 'LazyContainers'
➜ Explicit dependency on target 'FunctionTools' in project 'FunctionTools'
Target 'FunctionTools' in project 'FunctionTools'
➜ Explicit dependency on target 'FunctionTools' in project 'FunctionTools'
Target 'FunctionTools' in project 'FunctionTools' (no dependencies)
Target 'LazyContainers' in project 'LazyContainers'
➜ Explicit dependency on target 'LazyContainers' in project 'LazyContainers'
Target 'LazyContainers' in project 'LazyContainers' (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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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: 2308192af890c85ccef33dc2dcdae324
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2308192af890c85ccef33dc2dcdae324.xcbuilddata
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
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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
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-appletvos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
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-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging_dynamic\ product.build/SimpleLogging_dynamic.DependencyStaticMetadataFileList (in target 'SimpleLogging_dynamic' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging_dynamic\ product.build/SimpleLogging_dynamic.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging_dynamic\ product.build/empty-SimpleLogging_dynamic.plist (in target 'SimpleLogging_dynamic' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging_dynamic\ product.build/empty-SimpleLogging_dynamic.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging_dynamic\ product.build/SimpleLogging_dynamic.DependencyMetadataFileList (in target 'SimpleLogging_dynamic' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging_dynamic\ product.build/SimpleLogging_dynamic.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLoggingDynamic\ product.build/SimpleLoggingDynamic.DependencyMetadataFileList (in target 'SimpleLoggingDynamic' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLoggingDynamic\ product.build/SimpleLoggingDynamic.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLoggingDynamic\ product.build/empty-SimpleLoggingDynamic.plist (in target 'SimpleLoggingDynamic' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLoggingDynamic\ product.build/empty-SimpleLoggingDynamic.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLoggingDynamic\ product.build/SimpleLoggingDynamic.DependencyStaticMetadataFileList (in target 'SimpleLoggingDynamic' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLoggingDynamic\ product.build/SimpleLoggingDynamic.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/SimpleLogging.modulemap (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/SimpleLogging.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging_dynamic\ product.build/Objects-normal/arm64/SimpleLogging_dynamic.LinkFileList (in target 'SimpleLogging_dynamic' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging_dynamic\ product.build/Objects-normal/arm64/SimpleLogging_dynamic.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLoggingDynamic\ product.build/Objects-normal/arm64/SimpleLoggingDynamic.LinkFileList (in target 'SimpleLoggingDynamic' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLoggingDynamic\ product.build/Objects-normal/arm64/SimpleLoggingDynamic.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/SimpleLogging.DependencyStaticMetadataFileList (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/SimpleLogging.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/SimpleLogging.DependencyMetadataFileList (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/SimpleLogging.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/SimpleLogging_const_extract_protocols.json (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/SimpleLogging_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.SwiftFileList (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.SwiftConstValuesFileList (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.LinkFileList (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/SimpleLogging-OutputFileMap.json (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/SimpleLogging-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/SimpleLogging.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/SimpleLogging.modulemap (in target 'SimpleLogging' from project 'SimpleLogging')
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/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/SimpleLogging.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/LazyContainers_const_extract_protocols.json (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/LazyContainers_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/LazyContainers.SwiftFileList (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/LazyContainers.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/LazyContainers.SwiftConstValuesFileList (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/LazyContainers.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/LazyContainers.LinkFileList (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/LazyContainers.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/LazyContainers-OutputFileMap.json (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/LazyContainers-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/LazyContainers.modulemap (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/LazyContainers.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/LazyContainers.DependencyStaticMetadataFileList (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/LazyContainers.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/LazyContainers.DependencyMetadataFileList (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/LazyContainers.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/FunctionTools_const_extract_protocols.json (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/FunctionTools_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/FunctionTools.SwiftFileList (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/FunctionTools.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/FunctionTools.SwiftConstValuesFileList (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/FunctionTools.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/FunctionTools.LinkFileList (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/FunctionTools.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/FunctionTools-OutputFileMap.json (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/FunctionTools-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/FunctionTools.modulemap (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/FunctionTools.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/LazyContainers.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/LazyContainers.modulemap (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers
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/LazyContainers.build/Debug-appletvos/LazyContainers.build/LazyContainers.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/FunctionTools.DependencyStaticMetadataFileList (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/FunctionTools.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/FunctionTools.DependencyMetadataFileList (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/FunctionTools.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks/SimpleLogging_dynamic.framework (in target 'SimpleLogging_dynamic' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks/SimpleLogging_dynamic.framework
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks/SimpleLoggingDynamic.framework (in target 'SimpleLoggingDynamic' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks/SimpleLoggingDynamic.framework
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/FunctionTools.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/FunctionTools.modulemap (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools
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/FunctionTools.build/Debug-appletvos/FunctionTools.build/FunctionTools.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
SwiftDriver FunctionTools normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FunctionTools' from project 'FunctionTools')
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 FunctionTools -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/FunctionTools.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/FunctionTools-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/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/FunctionTools.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/FunctionTools.build/Debug-appletvos/FunctionTools.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/FunctionTools_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.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/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/FunctionTools-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver LazyContainers normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LazyContainers' from project 'LazyContainers')
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 LazyContainers -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/LazyContainers.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/LazyContainers-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/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/LazyContainers.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/LazyContainers.build/Debug-appletvos/LazyContainers.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/LazyContainers_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.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/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/LazyContainers-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ LazyContainer\ +\ Hashable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers/Sources/LazyContainers/LazyContainer\ +\ Hashable.swift (in target 'LazyContainers' from project 'LazyContainers')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers/Sources/LazyContainers/LazyContainer\ +\ Hashable.swift (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ LazyContainer\ +\ Equatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers/Sources/LazyContainers/LazyContainer\ +\ Equatable.swift (in target 'LazyContainers' from project 'LazyContainers')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers/Sources/LazyContainers/LazyContainer\ +\ Equatable.swift (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ LazyContainers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers/Sources/LazyContainers/LazyContainers.swift (in target 'LazyContainers' from project 'LazyContainers')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers/Sources/LazyContainers/LazyContainers.swift (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ LazyContainers (in target 'LazyContainers' from project 'LazyContainers')
EmitSwiftModule normal arm64 (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ LazyContainer\ +\ Codable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers/Sources/LazyContainers/LazyContainer\ +\ Codable.swift (in target 'LazyContainers' from project 'LazyContainers')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers/Sources/LazyContainers/LazyContainer\ +\ Codable.swift (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ !.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools/Sources/FunctionTools/!.swift (in target 'FunctionTools' from project 'FunctionTools')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools/Sources/FunctionTools/!.swift (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Call.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools/Sources/FunctionTools/Call.swift (in target 'FunctionTools' from project 'FunctionTools')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools/Sources/FunctionTools/Call.swift (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Blackholes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools/Sources/FunctionTools/Blackholes.swift (in target 'FunctionTools' from project 'FunctionTools')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools/Sources/FunctionTools/Blackholes.swift (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Curry.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools/Sources/FunctionTools/Curry.swift (in target 'FunctionTools' from project 'FunctionTools')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools/Sources/FunctionTools/Curry.swift (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Constant.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools/Sources/FunctionTools/Constant.swift (in target 'FunctionTools' from project 'FunctionTools')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools/Sources/FunctionTools/Constant.swift (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ FunctionTools (in target 'FunctionTools' from project 'FunctionTools')
EmitSwiftModule normal arm64 (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for LazyContainers (in target 'LazyContainers' from project 'LazyContainers')
SwiftDriver\ Compilation\ Requirements LazyContainers normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LazyContainers' from project 'LazyContainers')
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 LazyContainers -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/LazyContainers.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/LazyContainers-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/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/LazyContainers.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/LazyContainers.build/Debug-appletvos/LazyContainers.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/LazyContainers_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.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/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/LazyContainers-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for FunctionTools (in target 'FunctionTools' from project 'FunctionTools')
SwiftDriver\ Compilation\ Requirements FunctionTools normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FunctionTools' from project 'FunctionTools')
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 FunctionTools -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/FunctionTools.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/FunctionTools-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/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/FunctionTools.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/FunctionTools.build/Debug-appletvos/FunctionTools.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/FunctionTools_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.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/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/FunctionTools-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/LazyContainers-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/LazyContainers-Swift.h (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/LazyContainers-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/LazyContainers-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/LazyContainers.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/LazyContainers.swiftmodule (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/LazyContainers.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/LazyContainers.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/LazyContainers.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/LazyContainers.swiftdoc (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/LazyContainers.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/LazyContainers.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/LazyContainers.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/LazyContainers.abi.json (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/LazyContainers.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/LazyContainers.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/LazyContainers.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/LazyContainers.swiftsourceinfo (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/LazyContainers.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/LazyContainers.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/FunctionTools-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/FunctionTools-Swift.h (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/FunctionTools-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/FunctionTools-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FunctionTools.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/FunctionTools.swiftmodule (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/FunctionTools.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FunctionTools.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FunctionTools.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/FunctionTools.swiftdoc (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/FunctionTools.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FunctionTools.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FunctionTools.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/FunctionTools.abi.json (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/FunctionTools.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FunctionTools.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FunctionTools.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/FunctionTools.swiftsourceinfo (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/FunctionTools.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FunctionTools.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ Null\ functions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools/Sources/FunctionTools/Null\ functions.swift (in target 'FunctionTools' from project 'FunctionTools')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools/Sources/FunctionTools/Null\ functions.swift (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Echo.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools/Sources/FunctionTools/Echo.swift (in target 'FunctionTools' from project 'FunctionTools')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools/Sources/FunctionTools/Echo.swift (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Null functions.swift (in target 'FunctionTools' from project 'FunctionTools')
SwiftCompile normal arm64 Compiling\ Function\ types.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools/Sources/FunctionTools/Function\ types.swift (in target 'FunctionTools' from project 'FunctionTools')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools/Sources/FunctionTools/Function\ types.swift (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Blackholes.swift (in target 'FunctionTools' from project 'FunctionTools')
SwiftDriverJobDiscovery normal arm64 Compiling LazyContainer + Equatable.swift (in target 'LazyContainers' from project 'LazyContainers')
SwiftDriver SimpleLogging normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SimpleLogging' from project 'SimpleLogging')
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 SimpleLogging -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.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 -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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/SimpleLogging-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/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.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/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/SimpleLogging_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.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/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/SimpleLogging-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Echo.swift (in target 'FunctionTools' from project 'FunctionTools')
SwiftCompile normal arm64 Compiling\ Simple\ Logging.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/Simple\ Logging.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/Simple\ Logging.swift (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ SimpleLogging (in target 'SimpleLogging' from project 'SimpleLogging')
EmitSwiftModule normal arm64 (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/CombinedLogMessage.swift:16:13: warning: let 'logLineInitialValueBeforeLazyInitializerCanBeCreated' is not concurrency-safe because non-'Sendable' type 'Lazy<String>' may have shared mutable state; this is an error in the Swift 6 language mode
private let logLineInitialValueBeforeLazyInitializerCanBeCreated = Lazy(wrappedValue: """
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers/Sources/LazyContainers/LazyContainers.swift:192:15: note: generic struct 'Lazy' does not conform to the 'Sendable' protocol
public struct Lazy<Value>: LazyContainer {
^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/CombinedLogMessage.swift:10:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'LazyContainers'
import LazyContainers
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/CombinedLogMessage.swift:16:13: note: add '@MainActor' to make let 'logLineInitialValueBeforeLazyInitializerCanBeCreated' part of global actor 'MainActor'
private let logLineInitialValueBeforeLazyInitializerCanBeCreated = Lazy(wrappedValue: """
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/CombinedLogMessage.swift:16:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let logLineInitialValueBeforeLazyInitializerCanBeCreated = Lazy(wrappedValue: """
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/Extensions/Foundation/FileHandle + TextOutputStream.swift:13:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
extension FileHandle: TextOutputStream {
^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/Extensions/Foundation/FileHandle + TextOutputStream.swift:13:1: note: add '@retroactive' to silence this warning
extension FileHandle: TextOutputStream {
^ ~~~~~~~~~~~~~~~~
@retroactive TextOutputStream
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/Extensions/Foundation/FileHandle + TextOutputStream.swift:22:14: warning: var 'standardOutput' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
internal var standardOutput = FileHandle.standardOutput
^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/Extensions/Foundation/FileHandle + TextOutputStream.swift:22:14: note: convert 'standardOutput' to a 'let' constant to make 'Sendable' shared state immutable
internal var standardOutput = FileHandle.standardOutput
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/Extensions/Foundation/FileHandle + TextOutputStream.swift:22:14: note: add '@MainActor' to make var 'standardOutput' part of global actor 'MainActor'
internal var standardOutput = FileHandle.standardOutput
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/Extensions/Foundation/FileHandle + TextOutputStream.swift:22:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal var standardOutput = FileHandle.standardOutput
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/Extensions/Foundation/FileHandle + TextOutputStream.swift:23:14: warning: var 'standardError' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
internal var standardError = FileHandle.standardError
^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/Extensions/Foundation/FileHandle + TextOutputStream.swift:23:14: note: convert 'standardError' to a 'let' constant to make 'Sendable' shared state immutable
internal var standardError = FileHandle.standardError
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/Extensions/Foundation/FileHandle + TextOutputStream.swift:23:14: note: add '@MainActor' to make var 'standardError' part of global actor 'MainActor'
internal var standardError = FileHandle.standardError
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/Extensions/Foundation/FileHandle + TextOutputStream.swift:23:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal var standardError = FileHandle.standardError
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogManager.swift:23:24: warning: static property 'originalDefaultChannels' is not concurrency-safe because non-'Sendable' type '[LogChannel]' may have shared mutable state; this is an error in the Swift 6 language mode
private static let originalDefaultChannels = [try! LogChannel(name: "Swift.print", location: .swiftPrintDefault)]
^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogChannel.swift:15:14: note: class 'LogChannel' does not conform to the 'Sendable' protocol
public class LogChannel {
^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogManager.swift:23:24: note: add '@MainActor' to make static property 'originalDefaultChannels' part of global actor 'MainActor'
private static let originalDefaultChannels = [try! LogChannel(name: "Swift.print", location: .swiftPrintDefault)]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogManager.swift:23:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static let originalDefaultChannels = [try! LogChannel(name: "Swift.print", location: .swiftPrintDefault)]
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogManager.swift:26:16: warning: static property 'defaultChannels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var defaultChannels = originalDefaultChannels
^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogManager.swift:26:16: note: convert 'defaultChannels' to a 'let' constant to make 'Sendable' shared state immutable
static var defaultChannels = originalDefaultChannels
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogManager.swift:26:16: note: add '@MainActor' to make static property 'defaultChannels' part of global actor 'MainActor'
static var defaultChannels = originalDefaultChannels
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogManager.swift:26:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var defaultChannels = originalDefaultChannels
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogMessageProtocol.swift:70:16: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LoggingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
static let `default` = LoggingOptions(severityStyle: .emoji)
^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogMessageProtocol.swift:60:15: note: consider making struct 'LoggingOptions' conform to the 'Sendable' protocol
public struct LoggingOptions {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogMessageProtocol.swift:70:16: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
static let `default` = LoggingOptions(severityStyle: .emoji)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogMessageProtocol.swift:70:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let `default` = LoggingOptions(severityStyle: .emoji)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogMessageProtocol.swift:75:13: warning: let 'defaultDateFormatter' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
private let defaultDateFormatter: ISO8601DateFormatter = {
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSISO8601DateFormatter.h:46:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
@interface NSISO8601DateFormatter : NSFormatter <NSSecureCoding> {
^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogMessageProtocol.swift:75:13: note: add '@MainActor' to make let 'defaultDateFormatter' part of global actor 'MainActor'
private let defaultDateFormatter: ISO8601DateFormatter = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogMessageProtocol.swift:75:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let defaultDateFormatter: ISO8601DateFormatter = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:69:16: warning: static property 'verbose' is not concurrency-safe because non-'Sendable' type 'LogSeverity' may have shared mutable state; this is an error in the Swift 6 language mode
static let verbose = LogSeverity(severityValue: 1, name: (short: "v", long: "Verbose", emoji: "💬"))
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:17:15: note: consider making struct 'LogSeverity' conform to the 'Sendable' protocol
public struct LogSeverity {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:69:16: note: add '@MainActor' to make static property 'verbose' part of global actor 'MainActor'
static let verbose = LogSeverity(severityValue: 1, name: (short: "v", long: "Verbose", emoji: "💬"))
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:69:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let verbose = LogSeverity(severityValue: 1, name: (short: "v", long: "Verbose", emoji: "💬"))
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:72:16: warning: static property 'debug' is not concurrency-safe because non-'Sendable' type 'LogSeverity' may have shared mutable state; this is an error in the Swift 6 language mode
static let debug = LogSeverity(severityValue: 2, name: (short: "d", long: "Debug", emoji: "👩🏾💻"))
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:17:15: note: consider making struct 'LogSeverity' conform to the 'Sendable' protocol
public struct LogSeverity {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:72:16: note: add '@MainActor' to make static property 'debug' part of global actor 'MainActor'
static let debug = LogSeverity(severityValue: 2, name: (short: "d", long: "Debug", emoji: "👩🏾💻"))
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:72:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let debug = LogSeverity(severityValue: 2, name: (short: "d", long: "Debug", emoji: "👩🏾💻"))
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:75:16: warning: static property 'info' is not concurrency-safe because non-'Sendable' type 'LogSeverity' may have shared mutable state; this is an error in the Swift 6 language mode
static let info = LogSeverity(severityValue: 3, name: (short: "i", long: "Info", emoji: "ℹ️"))
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:17:15: note: consider making struct 'LogSeverity' conform to the 'Sendable' protocol
public struct LogSeverity {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:75:16: note: add '@MainActor' to make static property 'info' part of global actor 'MainActor'
static let info = LogSeverity(severityValue: 3, name: (short: "i", long: "Info", emoji: "ℹ️"))
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:75:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let info = LogSeverity(severityValue: 3, name: (short: "i", long: "Info", emoji: "ℹ️"))
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:78:16: warning: static property 'warning' is not concurrency-safe because non-'Sendable' type 'LogSeverity' may have shared mutable state; this is an error in the Swift 6 language mode
static let warning = LogSeverity(severityValue: 4, name: (short: "w", long: "Warning", emoji: "⚠️"))
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:17:15: note: consider making struct 'LogSeverity' conform to the 'Sendable' protocol
public struct LogSeverity {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:78:16: note: add '@MainActor' to make static property 'warning' part of global actor 'MainActor'
static let warning = LogSeverity(severityValue: 4, name: (short: "w", long: "Warning", emoji: "⚠️"))
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:78:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let warning = LogSeverity(severityValue: 4, name: (short: "w", long: "Warning", emoji: "⚠️"))
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:81:16: warning: static property 'error' is not concurrency-safe because non-'Sendable' type 'LogSeverity' may have shared mutable state; this is an error in the Swift 6 language mode
static let error = LogSeverity(severityValue: 5, name: (short: "e", long: "Error", emoji: "🆘"))
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:17:15: note: consider making struct 'LogSeverity' conform to the 'Sendable' protocol
public struct LogSeverity {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:81:16: note: add '@MainActor' to make static property 'error' part of global actor 'MainActor'
static let error = LogSeverity(severityValue: 5, name: (short: "e", long: "Error", emoji: "🆘"))
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:81:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let error = LogSeverity(severityValue: 5, name: (short: "e", long: "Error", emoji: "🆘"))
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:84:16: warning: static property 'fatal' is not concurrency-safe because non-'Sendable' type 'LogSeverity' may have shared mutable state; this is an error in the Swift 6 language mode
static let fatal = LogSeverity(severityValue: 1000, name: (short: "f", long: "Fatal", emoji: "🚨"))
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:17:15: note: consider making struct 'LogSeverity' conform to the 'Sendable' protocol
public struct LogSeverity {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:84:16: note: add '@MainActor' to make static property 'fatal' part of global actor 'MainActor'
static let fatal = LogSeverity(severityValue: 1000, name: (short: "f", long: "Fatal", emoji: "🚨"))
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:84:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let fatal = LogSeverity(severityValue: 1000, name: (short: "f", long: "Fatal", emoji: "🚨"))
SwiftCompile normal arm64 Compiling\ RawLogMessage.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/RawLogMessage.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/RawLogMessage.swift (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Function types.swift (in target 'FunctionTools' from project 'FunctionTools')
SwiftCompile normal arm64 Compiling\ FileHandle\ +\ TextOutputStream.swift,\ LogChannel.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/Extensions/Foundation/FileHandle\ +\ TextOutputStream.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogChannel.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/Extensions/Foundation/FileHandle\ +\ TextOutputStream.swift (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/Extensions/Foundation/FileHandle + TextOutputStream.swift:13:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
extension FileHandle: TextOutputStream {
^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/Extensions/Foundation/FileHandle + TextOutputStream.swift:13:1: note: add '@retroactive' to silence this warning
extension FileHandle: TextOutputStream {
^ ~~~~~~~~~~~~~~~~
@retroactive TextOutputStream
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/Extensions/Foundation/FileHandle + TextOutputStream.swift:22:14: warning: var 'standardOutput' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
internal var standardOutput = FileHandle.standardOutput
^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/Extensions/Foundation/FileHandle + TextOutputStream.swift:22:14: note: convert 'standardOutput' to a 'let' constant to make 'Sendable' shared state immutable
internal var standardOutput = FileHandle.standardOutput
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/Extensions/Foundation/FileHandle + TextOutputStream.swift:22:14: note: add '@MainActor' to make var 'standardOutput' part of global actor 'MainActor'
internal var standardOutput = FileHandle.standardOutput
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/Extensions/Foundation/FileHandle + TextOutputStream.swift:22:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal var standardOutput = FileHandle.standardOutput
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/Extensions/Foundation/FileHandle + TextOutputStream.swift:23:14: warning: var 'standardError' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
internal var standardError = FileHandle.standardError
^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/Extensions/Foundation/FileHandle + TextOutputStream.swift:23:14: note: convert 'standardError' to a 'let' constant to make 'Sendable' shared state immutable
internal var standardError = FileHandle.standardError
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/Extensions/Foundation/FileHandle + TextOutputStream.swift:23:14: note: add '@MainActor' to make var 'standardError' part of global actor 'MainActor'
internal var standardError = FileHandle.standardError
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/Extensions/Foundation/FileHandle + TextOutputStream.swift:23:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal var standardError = FileHandle.standardError
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogChannel.swift (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Constant.swift (in target 'FunctionTools' from project 'FunctionTools')
SwiftCompile normal arm64 Compiling\ LoggableError.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LoggableError.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LoggableError.swift (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Curry.swift (in target 'FunctionTools' from project 'FunctionTools')
SwiftCompile normal arm64 Compiling\ LogSeverity.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:69:16: warning: static property 'verbose' is not concurrency-safe because non-'Sendable' type 'LogSeverity' may have shared mutable state; this is an error in the Swift 6 language mode
static let verbose = LogSeverity(severityValue: 1, name: (short: "v", long: "Verbose", emoji: "💬"))
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:17:15: note: consider making struct 'LogSeverity' conform to the 'Sendable' protocol
public struct LogSeverity {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:69:16: note: add '@MainActor' to make static property 'verbose' part of global actor 'MainActor'
static let verbose = LogSeverity(severityValue: 1, name: (short: "v", long: "Verbose", emoji: "💬"))
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:69:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let verbose = LogSeverity(severityValue: 1, name: (short: "v", long: "Verbose", emoji: "💬"))
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:72:16: warning: static property 'debug' is not concurrency-safe because non-'Sendable' type 'LogSeverity' may have shared mutable state; this is an error in the Swift 6 language mode
static let debug = LogSeverity(severityValue: 2, name: (short: "d", long: "Debug", emoji: "👩🏾💻"))
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:17:15: note: consider making struct 'LogSeverity' conform to the 'Sendable' protocol
public struct LogSeverity {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:72:16: note: add '@MainActor' to make static property 'debug' part of global actor 'MainActor'
static let debug = LogSeverity(severityValue: 2, name: (short: "d", long: "Debug", emoji: "👩🏾💻"))
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:72:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let debug = LogSeverity(severityValue: 2, name: (short: "d", long: "Debug", emoji: "👩🏾💻"))
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:75:16: warning: static property 'info' is not concurrency-safe because non-'Sendable' type 'LogSeverity' may have shared mutable state; this is an error in the Swift 6 language mode
static let info = LogSeverity(severityValue: 3, name: (short: "i", long: "Info", emoji: "ℹ️"))
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:17:15: note: consider making struct 'LogSeverity' conform to the 'Sendable' protocol
public struct LogSeverity {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:75:16: note: add '@MainActor' to make static property 'info' part of global actor 'MainActor'
static let info = LogSeverity(severityValue: 3, name: (short: "i", long: "Info", emoji: "ℹ️"))
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:75:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let info = LogSeverity(severityValue: 3, name: (short: "i", long: "Info", emoji: "ℹ️"))
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:78:16: warning: static property 'warning' is not concurrency-safe because non-'Sendable' type 'LogSeverity' may have shared mutable state; this is an error in the Swift 6 language mode
static let warning = LogSeverity(severityValue: 4, name: (short: "w", long: "Warning", emoji: "⚠️"))
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:17:15: note: consider making struct 'LogSeverity' conform to the 'Sendable' protocol
public struct LogSeverity {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:78:16: note: add '@MainActor' to make static property 'warning' part of global actor 'MainActor'
static let warning = LogSeverity(severityValue: 4, name: (short: "w", long: "Warning", emoji: "⚠️"))
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:78:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let warning = LogSeverity(severityValue: 4, name: (short: "w", long: "Warning", emoji: "⚠️"))
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:81:16: warning: static property 'error' is not concurrency-safe because non-'Sendable' type 'LogSeverity' may have shared mutable state; this is an error in the Swift 6 language mode
static let error = LogSeverity(severityValue: 5, name: (short: "e", long: "Error", emoji: "🆘"))
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:17:15: note: consider making struct 'LogSeverity' conform to the 'Sendable' protocol
public struct LogSeverity {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:81:16: note: add '@MainActor' to make static property 'error' part of global actor 'MainActor'
static let error = LogSeverity(severityValue: 5, name: (short: "e", long: "Error", emoji: "🆘"))
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:81:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let error = LogSeverity(severityValue: 5, name: (short: "e", long: "Error", emoji: "🆘"))
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:84:16: warning: static property 'fatal' is not concurrency-safe because non-'Sendable' type 'LogSeverity' may have shared mutable state; this is an error in the Swift 6 language mode
static let fatal = LogSeverity(severityValue: 1000, name: (short: "f", long: "Fatal", emoji: "🚨"))
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:17:15: note: consider making struct 'LogSeverity' conform to the 'Sendable' protocol
public struct LogSeverity {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:84:16: note: add '@MainActor' to make static property 'fatal' part of global actor 'MainActor'
static let fatal = LogSeverity(severityValue: 1000, name: (short: "f", long: "Fatal", emoji: "🚨"))
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift:84:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let fatal = LogSeverity(severityValue: 1000, name: (short: "f", long: "Fatal", emoji: "🚨"))
SwiftDriverJobDiscovery normal arm64 Compiling LazyContainer + Codable.swift (in target 'LazyContainers' from project 'LazyContainers')
SwiftCompile normal arm64 Compiling\ LogMessage.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogMessage.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogMessage.swift (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling LazyContainers.swift (in target 'LazyContainers' from project 'LazyContainers')
SwiftCompile normal arm64 Compiling\ Loggable.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/Loggable.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/Loggable.swift (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CombinedLogMessage.swift,\ CombinedLoggable.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/CombinedLogMessage.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/CombinedLoggable.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/CombinedLogMessage.swift (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/CombinedLogMessage.swift:16:13: warning: let 'logLineInitialValueBeforeLazyInitializerCanBeCreated' is not concurrency-safe because non-'Sendable' type 'Lazy<String>' may have shared mutable state; this is an error in the Swift 6 language mode
private let logLineInitialValueBeforeLazyInitializerCanBeCreated = Lazy(wrappedValue: """
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers/Sources/LazyContainers/LazyContainers.swift:192:15: note: generic struct 'Lazy' does not conform to the 'Sendable' protocol
public struct Lazy<Value>: LazyContainer {
^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/CombinedLogMessage.swift:10:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'LazyContainers'
import LazyContainers
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/CombinedLogMessage.swift:16:13: note: add '@MainActor' to make let 'logLineInitialValueBeforeLazyInitializerCanBeCreated' part of global actor 'MainActor'
private let logLineInitialValueBeforeLazyInitializerCanBeCreated = Lazy(wrappedValue: """
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/CombinedLogMessage.swift:16:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let logLineInitialValueBeforeLazyInitializerCanBeCreated = Lazy(wrappedValue: """
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/CombinedLoggable.swift (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling LazyContainer + Hashable.swift (in target 'LazyContainers' from project 'LazyContainers')
SwiftDriverJobDiscovery normal arm64 Compiling !.swift (in target 'FunctionTools' from project 'FunctionTools')
SwiftCompile normal arm64 Compiling\ LogManager.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogManager.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogManager.swift (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogManager.swift:23:24: warning: static property 'originalDefaultChannels' is not concurrency-safe because non-'Sendable' type '[LogChannel]' may have shared mutable state; this is an error in the Swift 6 language mode
private static let originalDefaultChannels = [try! LogChannel(name: "Swift.print", location: .swiftPrintDefault)]
^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogChannel.swift:15:14: note: class 'LogChannel' does not conform to the 'Sendable' protocol
public class LogChannel {
^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogManager.swift:23:24: note: add '@MainActor' to make static property 'originalDefaultChannels' part of global actor 'MainActor'
private static let originalDefaultChannels = [try! LogChannel(name: "Swift.print", location: .swiftPrintDefault)]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogManager.swift:23:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static let originalDefaultChannels = [try! LogChannel(name: "Swift.print", location: .swiftPrintDefault)]
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogManager.swift:26:16: warning: static property 'defaultChannels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var defaultChannels = originalDefaultChannels
^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogManager.swift:26:16: note: convert 'defaultChannels' to a 'let' constant to make 'Sendable' shared state immutable
static var defaultChannels = originalDefaultChannels
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogManager.swift:26:16: note: add '@MainActor' to make static property 'defaultChannels' part of global actor 'MainActor'
static var defaultChannels = originalDefaultChannels
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogManager.swift:26:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var defaultChannels = originalDefaultChannels
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling Call.swift (in target 'FunctionTools' from project 'FunctionTools')
SwiftCompile normal arm64 Compiling\ LogMessageProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogMessageProtocol.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogMessageProtocol.swift (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogMessageProtocol.swift:70:16: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'LoggingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
static let `default` = LoggingOptions(severityStyle: .emoji)
^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogMessageProtocol.swift:60:15: note: consider making struct 'LoggingOptions' conform to the 'Sendable' protocol
public struct LoggingOptions {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogMessageProtocol.swift:70:16: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
static let `default` = LoggingOptions(severityStyle: .emoji)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogMessageProtocol.swift:70:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let `default` = LoggingOptions(severityStyle: .emoji)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogMessageProtocol.swift:75:13: warning: let 'defaultDateFormatter' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
private let defaultDateFormatter: ISO8601DateFormatter = {
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSISO8601DateFormatter.h:46:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
@interface NSISO8601DateFormatter : NSFormatter <NSSecureCoding> {
^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogMessageProtocol.swift:75:13: note: add '@MainActor' to make let 'defaultDateFormatter' part of global actor 'MainActor'
private let defaultDateFormatter: ISO8601DateFormatter = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogMessageProtocol.swift:75:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let defaultDateFormatter: ISO8601DateFormatter = {
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling LogMessage.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftDriverJobDiscovery normal arm64 Compiling LogManager.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftDriver\ Compilation LazyContainers normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LazyContainers -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/LazyContainers.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/LazyContainers-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/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/LazyContainers.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/LazyContainers.build/Debug-appletvos/LazyContainers.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/LazyContainers_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.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/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/LazyContainers-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation FunctionTools normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FunctionTools -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/FunctionTools.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/FunctionTools-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/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/FunctionTools.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/FunctionTools.build/Debug-appletvos/FunctionTools.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/FunctionTools_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.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/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/FunctionTools-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/LazyContainers.o normal (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/LazyContainers.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/LazyContainers_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/LazyContainers_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/LazyContainers.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/LazyContainers.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FunctionTools.o normal (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/FunctionTools.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/FunctionTools_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/FunctionTools_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/FunctionTools.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FunctionTools.o
SwiftDriverJobDiscovery normal arm64 Compiling LoggableError.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftDriverJobDiscovery normal arm64 Compiling RawLogMessage.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftDriverJobDiscovery normal arm64 Compiling Simple Logging.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftDriverJobDiscovery normal arm64 Emitting module for SimpleLogging (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftDriver\ Compilation\ Requirements SimpleLogging normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SimpleLogging' from project 'SimpleLogging')
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 SimpleLogging -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.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 -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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/SimpleLogging-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/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.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/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/SimpleLogging_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.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/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/SimpleLogging-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/SimpleLogging-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/SimpleLogging-Swift.h (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/SimpleLogging-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/SimpleLogging-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SimpleLogging.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.swiftmodule (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SimpleLogging.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SimpleLogging.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.swiftdoc (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SimpleLogging.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SimpleLogging.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.abi.json (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SimpleLogging.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SimpleLogging.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.swiftsourceinfo (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SimpleLogging.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling CombinedLogMessage.swift, CombinedLoggable.swift (in target 'SimpleLogging' from project 'SimpleLogging')
ExtractAppIntentsMetadata (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name FunctionTools --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 12.0 --bundle-identifier swift-function-tools.FunctionTools --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FunctionTools.appintents --target-triple arm64-apple-tvos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FunctionTools.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/FunctionTools_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/FunctionTools.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/FunctionTools.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/FunctionTools.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/FunctionTools.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 08:42:15.971 appintentsmetadataprocessor[810:4425] Starting appintentsmetadataprocessor export
2025-04-26 08:42:16.010 appintentsmetadataprocessor[810:4425] Extracted no relevant App Intents symbols, skipping writing output
ExtractAppIntentsMetadata (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name LazyContainers --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 12.0 --bundle-identifier swift-lazy-containers.LazyContainers --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/LazyContainers.appintents --target-triple arm64-apple-tvos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/LazyContainers.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/LazyContainers_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/LazyContainers.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/LazyContainers.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/LazyContainers.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/LazyContainers.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 08:42:15.971 appintentsmetadataprocessor[811:4426] Starting appintentsmetadataprocessor export
2025-04-26 08:42:16.010 appintentsmetadataprocessor[811:4426] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling Loggable.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftDriverJobDiscovery normal arm64 Compiling FileHandle + TextOutputStream.swift, LogChannel.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftDriverJobDiscovery normal arm64 Compiling LogSeverity.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftDriverJobDiscovery normal arm64 Compiling LogMessageProtocol.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftDriver\ Compilation SimpleLogging normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SimpleLogging -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.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 -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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/SimpleLogging-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/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.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/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/SimpleLogging_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.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/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/SimpleLogging-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FunctionTools.o (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FunctionTools.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/LazyContainers.o (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/LazyContainers.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SimpleLogging.o normal (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/SimpleLogging_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/SimpleLogging_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SimpleLogging.o
ExtractAppIntentsMetadata (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SimpleLogging --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.SimpleLogging --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SimpleLogging.appintents --target-triple arm64-apple-tvos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SimpleLogging.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/SimpleLogging_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/SimpleLogging.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/SimpleLogging.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 08:42:16.061 appintentsmetadataprocessor[814:4446] Starting appintentsmetadataprocessor export
2025-04-26 08:42:16.091 appintentsmetadataprocessor[814:4446] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SimpleLogging.o (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/SimpleLogging.o
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks/SimpleLogging_dynamic.framework/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging_dynamic\ product.build/empty-SimpleLogging_dynamic.plist (in target 'SimpleLogging_dynamic' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging_dynamic\ product.build/empty-SimpleLogging_dynamic.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform appletvos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks/SimpleLogging_dynamic.framework/Info.plist
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks/SimpleLogging_dynamic.framework/SimpleLogging_dynamic normal (in target 'SimpleLogging_dynamic' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging_dynamic\ product.build/Objects-normal/arm64/SimpleLogging_dynamic.LinkFileList -install_name @rpath/SimpleLogging_dynamic.framework/SimpleLogging_dynamic -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging_dynamic\ product.build/Objects-normal/arm64/SimpleLogging_dynamic_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging_dynamic\ product.build/Objects-normal/arm64/SimpleLogging_dynamic_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks/SimpleLogging_dynamic.framework/SimpleLogging_dynamic -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/LazyContainers.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/FunctionTools.swiftmodule
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks/SimpleLoggingDynamic.framework/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLoggingDynamic\ product.build/empty-SimpleLoggingDynamic.plist (in target 'SimpleLoggingDynamic' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLoggingDynamic\ product.build/empty-SimpleLoggingDynamic.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform appletvos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks/SimpleLoggingDynamic.framework/Info.plist
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks/SimpleLoggingDynamic.framework/SimpleLoggingDynamic normal (in target 'SimpleLoggingDynamic' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLoggingDynamic\ product.build/Objects-normal/arm64/SimpleLoggingDynamic.LinkFileList -install_name @rpath/SimpleLoggingDynamic.framework/SimpleLoggingDynamic -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLoggingDynamic\ product.build/Objects-normal/arm64/SimpleLoggingDynamic_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLoggingDynamic\ product.build/Objects-normal/arm64/SimpleLoggingDynamic_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks/SimpleLoggingDynamic.framework/SimpleLoggingDynamic -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-appletvos/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-appletvos/LazyContainers.build/Objects-normal/arm64/LazyContainers.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-appletvos/FunctionTools.build/Objects-normal/arm64/FunctionTools.swiftmodule
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos/SimpleLogging_dynamic.framework/SimpleLogging_dynamic.tbd (in target 'SimpleLogging_dynamic' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks/SimpleLogging_dynamic.framework/SimpleLogging_dynamic -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos/SimpleLogging_dynamic.framework/SimpleLogging_dynamic.tbd
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos/SimpleLoggingDynamic.framework/SimpleLoggingDynamic.tbd (in target 'SimpleLoggingDynamic' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks/SimpleLoggingDynamic.framework/SimpleLoggingDynamic -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos/SimpleLoggingDynamic.framework/SimpleLoggingDynamic.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks/SimpleLoggingDynamic.framework (in target 'SimpleLoggingDynamic' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks/SimpleLoggingDynamic.framework
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks/SimpleLogging_dynamic.framework (in target 'SimpleLogging_dynamic' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks/SimpleLogging_dynamic.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks/SimpleLoggingDynamic.framework (in target 'SimpleLoggingDynamic' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks/SimpleLoggingDynamic.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks/SimpleLogging_dynamic.framework (in target 'SimpleLogging_dynamic' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks/SimpleLogging_dynamic.framework
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
{
"identity" : "swift-lazy-containers",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/RougeWare/Swift-Lazy-Containers.git"
},
{
"identity" : "swift-function-tools",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/RougeWare/Swift-Function-Tools.git"
}
],
"manifest_display_name" : "SimpleLogging",
"name" : "SimpleLogging",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "watchos",
"version" : "4.0"
},
{
"name" : "tvos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "SimpleLogging",
"targets" : [
"SimpleLogging"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SimpleLogging_dynamic",
"targets" : [
"SimpleLogging"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "SimpleLoggingDynamic",
"targets" : [
"SimpleLogging"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "SimpleLoggingTests",
"module_type" : "SwiftTarget",
"name" : "SimpleLoggingTests",
"path" : "Tests/SimpleLoggingTests",
"sources" : [
"LogLocation.customRaw tests.swift",
"LogToFileTests.swift",
"Testing Utilities.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SimpleLogging"
],
"type" : "test"
},
{
"c99name" : "SimpleLogging",
"module_type" : "SwiftTarget",
"name" : "SimpleLogging",
"path" : "Sources/SimpleLogging",
"product_dependencies" : [
"LazyContainers",
"FunctionTools"
],
"product_memberships" : [
"SimpleLogging",
"SimpleLogging_dynamic",
"SimpleLoggingDynamic"
],
"sources" : [
"CombinedLogMessage.swift",
"CombinedLoggable.swift",
"Extensions/Foundation/FileHandle + TextOutputStream.swift",
"LogChannel.swift",
"LogManager.swift",
"LogMessage.swift",
"LogMessageProtocol.swift",
"LogSeverity.swift",
"Loggable.swift",
"LoggableError.swift",
"RawLogMessage.swift",
"Simple Logging.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.