The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build TraceLog, reference 5.0.1 (db633b), with Swift 6.2 (beta) for visionOS using Xcode 26.0 on 19 Jun 2025 10:36:05 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme TraceLog -destination generic/platform=xrOS

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tonystone/tracelog.git
Reference: 5.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tonystone/tracelog
 * tag               5.0.1      -> FETCH_HEAD
HEAD is now at db633b7 Merge pull request #105 from tonystone/buffer-writer-fix
Cloned https://github.com/tonystone/tracelog.git
Revision (git rev-parse @):
db633b713d78674f8f13b1512a0936974793f75e
SUCCESS checkout https://github.com/tonystone/tracelog.git at 5.0.1
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tonystone/tracelog.git
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  TraceLog: /Users/admin/builder/spi-builder-workspace
resolved source packages: TraceLog
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TraceLog",
  "name" : "TraceLog",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "TraceLog",
      "targets" : [
        "TraceLog",
        "TraceLogObjC"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "TraceLogTests",
      "module_type" : "SwiftTarget",
      "name" : "TraceLogTests",
      "path" : "Tests/TraceLogTests",
      "sources" : [
        "ConcurrencyModeTests.swift",
        "EnvironmentTests.swift",
        "Internal/ConfigurationTests.swift",
        "Internal/Proxies/AsyncWriterProxyTests.swift",
        "Internal/Utilities/BlockTimerTests.swift",
        "Internal/Utilities/MutexTests.swift",
        "Internal/Utilities/Streams/FileOutputStreamError+PosixTests.swift",
        "Internal/Utilities/Streams/FileOutputStreamTests.swift",
        "Internal/Utilities/Streams/OutputStreamError+PosixTests.swift",
        "Internal/Utilities/Streams/RawOutputStreamTests.swift",
        "Internal/Utilities/Streams/StandardStreamTests.swift",
        "Internal/Utilities/Streams/Streams+CustomNSError.swift",
        "Internal/Utilities/Streams/TextFileLineReader.swift",
        "SDK/RuntimeContextTests.swift",
        "SDK/StaticContextTests.swift",
        "TestHarness/BufferReader.swift",
        "TestHarness/BufferWriter.swift",
        "TestHarness/TestHarness.swift",
        "TestHarness/TestUtilities.swift",
        "TestWriters/CallbackTestWriter.swift",
        "TestWriters/FailWhenFiredTestWriter.swift",
        "TestWriters/SleepyTestWriter.swift",
        "TestWriters/TestContext.swift",
        "TestWriters/ValidateExpectedValuesTestWriter.swift",
        "TraceLogPerformanceTests.swift",
        "TraceLogTests.swift",
        "Writers & Formatters/ConsoleWriterTests.swift",
        "Writers & Formatters/FileStrategyManager+FailureReasonTests.swift",
        "Writers & Formatters/FileStrategyTests.swift",
        "Writers & Formatters/FileWriter+InternalsTests.swift",
        "Writers & Formatters/FileWriterTests.swift",
        "Writers & Formatters/JSONFormatTests.swift",
        "Writers & Formatters/TextFormat+EncodingTests.swift",
        "Writers & Formatters/TextFormat+InternationalLanguagesTests.swift",
        "Writers & Formatters/TextFormatTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "TraceLog"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TraceLogObjCTests",
      "module_type" : "ClangTarget",
      "name" : "TraceLogObjCTests",
      "path" : "Tests/TraceLogObjCTests",
      "sources" : [
        "TraceLogObjCTests.m"
      ],
      "target_dependencies" : [
        "TraceLogObjC"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TraceLogObjC",
      "module_type" : "ClangTarget",
      "name" : "TraceLogObjC",
      "path" : "Sources/TraceLogObjC",
      "product_memberships" : [
        "TraceLog"
      ],
      "sources" : [
        "TraceLog.m"
      ],
      "target_dependencies" : [
        "TraceLog"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TraceLog",
      "module_type" : "SwiftTarget",
      "name" : "TraceLog",
      "path" : "Sources/TraceLog",
      "product_memberships" : [
        "TraceLog"
      ],
      "sources" : [
        "ConcurrencyMode.swift",
        "Environment.swift",
        "Formatters/JSONFormat.swift",
        "Formatters/TextFormat.swift",
        "Internal/Configuration.swift",
        "Internal/Logger.swift",
        "Internal/Proxies/AsyncWriterProxy.swift",
        "Internal/Proxies/DirectWriterProxy.swift",
        "Internal/Proxies/SyncWriterProxy.swift",
        "Internal/Proxies/WriterProxy.swift",
        "Internal/Utilities/BlockTimer.swift",
        "Internal/Utilities/CharacterSet+InternalExtensions.swift",
        "Internal/Utilities/Mutex.swift",
        "Internal/Utilities/Streams/FileOutputStream.swift",
        "Internal/Utilities/Streams/FileOutputStreamError+Posix.swift",
        "Internal/Utilities/Streams/OutputStream.swift",
        "Internal/Utilities/Streams/OutputStreamError+Posix.swift",
        "Internal/Utilities/Streams/RawOutputStream.swift",
        "Internal/Utilities/Streams/StandardStream.swift",
        "Internal/Utilities/String+InternalExtensions.swift",
        "SDK/LogLevel.swift",
        "SDK/OutputStreamFormatter.swift",
        "SDK/OutputStreamWriter.swift",
        "SDK/RuntimeContext.swift",
        "SDK/StaticContext.swift",
        "SDK/Writer.swift",
        "TraceLog.swift",
        "Writers/ConsoleWriter.swift",
        "Writers/FileStrategy+Fixed.swift",
        "Writers/FileStrategy+Rotate.swift",
        "Writers/FileStrategyManager.swift",
        "Writers/FileWriter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "TraceLog"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme TraceLog -destination generic/platform=xrOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.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 TraceLog -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
  TraceLog: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'TraceLog' in project 'TraceLog'
        ➜ Explicit dependency on target 'TraceLog' in project 'TraceLog'
        ➜ Explicit dependency on target 'TraceLogObjC' in project 'TraceLog'
    Target 'TraceLogObjC' in project 'TraceLog'
        ➜ Explicit dependency on target 'TraceLog' in project 'TraceLog'
    Target 'TraceLog' in project 'TraceLog' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -x c -c /dev/null
Build description signature: 95cb977c9b828562322a89b9625bd326
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/95cb977c9b828562322a89b9625bd326.xcbuilddata
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
    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-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/TraceLog.DependencyMetadataFileList (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/TraceLog.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/TraceLog.modulemap (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/TraceLog.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/TraceLog.DependencyStaticMetadataFileList (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/TraceLog.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLogObjC.build/TraceLogObjC.modulemap (in target 'TraceLogObjC' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLogObjC.build/TraceLogObjC.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/Objects-normal/arm64/TraceLog.LinkFileList (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/Objects-normal/arm64/TraceLog.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/Objects-normal/arm64/TraceLog_const_extract_protocols.json (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/Objects-normal/arm64/TraceLog_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/Objects-normal/arm64/TraceLog.SwiftConstValuesFileList (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/Objects-normal/arm64/TraceLog.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/Objects-normal/arm64/TraceLog-OutputFileMap.json (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/Objects-normal/arm64/TraceLog-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/Objects-normal/arm64/TraceLog.SwiftFileList (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/Objects-normal/arm64/TraceLog.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLogObjC.build/TraceLogObjC.DependencyStaticMetadataFileList (in target 'TraceLogObjC' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLogObjC.build/TraceLogObjC.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLogObjC.build/TraceLogObjC.DependencyMetadataFileList (in target 'TraceLogObjC' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLogObjC.build/TraceLogObjC.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLogObjC.build/Objects-normal/arm64/TraceLogObjC.LinkFileList (in target 'TraceLogObjC' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLogObjC.build/Objects-normal/arm64/TraceLogObjC.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog\ product.build/empty-TraceLog.plist (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog\ product.build/empty-TraceLog.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLogObjC.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp (in target 'TraceLogObjC' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLogObjC.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp
-target arm64-apple-xros1.0 -fobjc-arc -fmodules -gmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' '-fmodule-name=TraceLogObjC' -fpascal-strings -O0 -DSWIFT_PACKAGE '-DDEBUG=1' '-DOBJC_OLD_DISPATCH_PROTOTYPES=1' -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -g -fprofile-instr-generate -fcoverage-mapping -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -I/Users/admin/builder/spi-builder-workspace/Sources/TraceLogObjC/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLogObjC.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLogObjC.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLogObjC.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks '-fmodule-map-file=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/TraceLog.modulemap' -DXcode
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/TraceLogObjC.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLogObjC.build/TraceLogObjC.modulemap (in target 'TraceLogObjC' from project 'TraceLog')
    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/TraceLog.build/Debug-xros/TraceLogObjC.build/TraceLogObjC.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/TraceLog.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/TraceLog.modulemap (in target 'TraceLog' from project 'TraceLog')
    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/TraceLog.build/Debug-xros/TraceLog.build/TraceLog.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog\ product.build/TraceLog.DependencyMetadataFileList (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog\ product.build/TraceLog.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog\ product.build/TraceLog.DependencyStaticMetadataFileList (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog\ product.build/TraceLog.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog\ product.build/Objects-normal/arm64/TraceLog.LinkFileList (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog\ product.build/Objects-normal/arm64/TraceLog.LinkFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/TraceLog.framework (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/TraceLog.framework
SwiftDriver TraceLog normal arm64 com.apple.xcode.tools.swift.compiler (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name TraceLog -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/Objects-normal/arm64/TraceLog.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.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-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/Objects-normal/arm64/TraceLog-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/Objects-normal/arm64/TraceLog.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/TraceLog.build/Debug-xros/TraceLog.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/Objects-normal/arm64/TraceLog_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.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/TraceLog.build/Debug-xros/TraceLog.build/Objects-normal/arm64/TraceLog-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-F46X5FXY7I1HWEOCOQVSQWDNN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-63O7P0417CITDU5TAPFWA16RK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-21H3N9DH1KLS9X4PIJZT9JFO8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-C2AB6M1NNYPFLWYMKDOFRYH8X.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-AGIMNIU03RBGDKDFQRREAQMB0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-3H3LLJBXUZYXL2X8I9QOFQSE2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-1YQCTN0O73AHNHZOS6SY3HD3E.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-7G57MOE58GZVJMWN1GCZ599TP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-E7LE7DV0CNK9MJMHLAZCYDQGG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-EFETDZLNX0FEPQZ2E3PZFKYNR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-E60OGYQQCI50TU38JKHOXIOVC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-DKV1BYCIVIYMBC5V04ISHLS5A.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-DN40O2QXVAPS5PX3RRQK2CDTB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-2J7H31OFACG6OUGQJF3Z2HH2P.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-7IAHOD1D4EZJRBSJ4YXQCX8QK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-ANJZ93KTRF4ZV05C6NV5Q0SRR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-1UIC5AG2ZCLFQ1S2SJZ5E9I8I.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-14HP1DXB4AHZLLZ2VG0XM57OP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-1TVSUO7YH3KW9W6KS32GSRDVI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-AA5V45I59GR8Q18J0KTZFB92T.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DispatchIntrospection-XY2R37TED8FNCV9I8TW7BHGZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-C55Z6VZ589KY8LHRRM3J869RS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-9EX4JLL2HOHSIU45ZL7AEA88A.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-8BP09VQ2TO94G5OK8X98USG8N.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-9ABIQSLNMD9AJ6942NNHN34Z2.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ TraceLog (in target 'TraceLog' from project 'TraceLog')
EmitSwiftModule normal arm64 (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/Mutex.swift:90:29: error: cannot find 'pthread_mutex_t' in scope
    fileprivate var mutex = pthread_mutex_t()
                            ^~~~~~~~~~~~~~~
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/ConcurrencyMode.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Environment.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Formatters/JSONFormat.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Formatters/TextFormat.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Configuration.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Logger.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Proxies/AsyncWriterProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Proxies/DirectWriterProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Proxies/SyncWriterProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Proxies/WriterProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/BlockTimer.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/CharacterSet+InternalExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/Mutex.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/Streams/FileOutputStream.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/Streams/FileOutputStreamError+Posix.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/Streams/OutputStream.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/Streams/OutputStreamError+Posix.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/Streams/RawOutputStream.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/Streams/StandardStream.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/String+InternalExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/SDK/LogLevel.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/SDK/OutputStreamFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/SDK/OutputStreamWriter.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/SDK/RuntimeContext.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/SDK/StaticContext.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/SDK/Writer.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/TraceLog.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Writers/ConsoleWriter.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Writers/FileStrategy+Fixed.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Writers/FileStrategy+Rotate.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Writers/FileStrategyManager.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Writers/FileWriter.swift -target arm64-apple-xros1.0 -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/Objects-normal/arm64/TraceLog-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/Objects-normal/arm64/TraceLog_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name TraceLog -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name xros26.0 -clang-target arm64-apple-xros26.0 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/Objects-normal/arm64/TraceLog.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/Objects-normal/arm64/TraceLog.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/Objects-normal/arm64/TraceLog-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/Objects-normal/arm64/TraceLog-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/Objects-normal/arm64/TraceLog-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/Objects-normal/arm64/TraceLog.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/Objects-normal/arm64/TraceLog.abi.json
SwiftCompile normal arm64 Compiling\ FileOutputStreamError+Posix.swift,\ OutputStream.swift,\ OutputStreamError+Posix.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/Streams/FileOutputStreamError+Posix.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/Streams/OutputStream.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/Streams/OutputStreamError+Posix.swift (in target 'TraceLog' from project 'TraceLog')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/Streams/FileOutputStreamError+Posix.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/Streams/OutputStream.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/Streams/OutputStreamError+Posix.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SyncWriterProxy.swift,\ WriterProxy.swift,\ BlockTimer.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Proxies/SyncWriterProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Proxies/WriterProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/BlockTimer.swift (in target 'TraceLog' from project 'TraceLog')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Proxies/SyncWriterProxy.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Proxies/WriterProxy.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/BlockTimer.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ FileStrategy+Rotate.swift,\ FileStrategyManager.swift,\ FileWriter.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Writers/FileStrategy+Rotate.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Writers/FileStrategyManager.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Writers/FileWriter.swift (in target 'TraceLog' from project 'TraceLog')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Writers/FileStrategy+Rotate.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Writers/FileStrategyManager.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Writers/FileWriter.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ConcurrencyMode.swift,\ Environment.swift,\ JSONFormat.swift,\ TextFormat.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/ConcurrencyMode.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Environment.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Formatters/JSONFormat.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Formatters/TextFormat.swift (in target 'TraceLog' from project 'TraceLog')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/ConcurrencyMode.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Environment.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Formatters/JSONFormat.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Formatters/TextFormat.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ RuntimeContext.swift,\ StaticContext.swift,\ Writer.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/SDK/RuntimeContext.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/SDK/StaticContext.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/SDK/Writer.swift (in target 'TraceLog' from project 'TraceLog')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/SDK/RuntimeContext.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/SDK/StaticContext.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/SDK/Writer.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ RawOutputStream.swift,\ StandardStream.swift,\ String+InternalExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/Streams/RawOutputStream.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/Streams/StandardStream.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/String+InternalExtensions.swift (in target 'TraceLog' from project 'TraceLog')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/Streams/RawOutputStream.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/Streams/StandardStream.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/String+InternalExtensions.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ TraceLog.swift,\ ConsoleWriter.swift,\ FileStrategy+Fixed.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/TraceLog.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Writers/ConsoleWriter.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Writers/FileStrategy+Fixed.swift (in target 'TraceLog' from project 'TraceLog')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/TraceLog.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Writers/ConsoleWriter.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Writers/FileStrategy+Fixed.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CharacterSet+InternalExtensions.swift,\ Mutex.swift,\ FileOutputStream.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/CharacterSet+InternalExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/Mutex.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/Streams/FileOutputStream.swift (in target 'TraceLog' from project 'TraceLog')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/CharacterSet+InternalExtensions.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/Mutex.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/Streams/FileOutputStream.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Configuration.swift,\ Logger.swift,\ AsyncWriterProxy.swift,\ DirectWriterProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Configuration.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Logger.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Proxies/AsyncWriterProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Proxies/DirectWriterProxy.swift (in target 'TraceLog' from project 'TraceLog')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Configuration.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Logger.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Proxies/AsyncWriterProxy.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Proxies/DirectWriterProxy.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ LogLevel.swift,\ OutputStreamFormatter.swift,\ OutputStreamWriter.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/SDK/LogLevel.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/SDK/OutputStreamFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/SDK/OutputStreamWriter.swift (in target 'TraceLog' from project 'TraceLog')
** BUILD FAILED **
The following build commands failed:
	EmitSwiftModule normal arm64 (in target 'TraceLog' from project 'TraceLog')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ TraceLog (in target 'TraceLog' from project 'TraceLog')
	Building workspace spi-builder-workspace with scheme TraceLog
(3 failures)
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  TraceLog: /Users/admin/builder/spi-builder-workspace
resolved source packages: TraceLog
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TraceLog",
  "name" : "TraceLog",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "TraceLog",
      "targets" : [
        "TraceLog",
        "TraceLogObjC"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "TraceLogTests",
      "module_type" : "SwiftTarget",
      "name" : "TraceLogTests",
      "path" : "Tests/TraceLogTests",
      "sources" : [
        "ConcurrencyModeTests.swift",
        "EnvironmentTests.swift",
        "Internal/ConfigurationTests.swift",
        "Internal/Proxies/AsyncWriterProxyTests.swift",
        "Internal/Utilities/BlockTimerTests.swift",
        "Internal/Utilities/MutexTests.swift",
        "Internal/Utilities/Streams/FileOutputStreamError+PosixTests.swift",
        "Internal/Utilities/Streams/FileOutputStreamTests.swift",
        "Internal/Utilities/Streams/OutputStreamError+PosixTests.swift",
        "Internal/Utilities/Streams/RawOutputStreamTests.swift",
        "Internal/Utilities/Streams/StandardStreamTests.swift",
        "Internal/Utilities/Streams/Streams+CustomNSError.swift",
        "Internal/Utilities/Streams/TextFileLineReader.swift",
        "SDK/RuntimeContextTests.swift",
        "SDK/StaticContextTests.swift",
        "TestHarness/BufferReader.swift",
        "TestHarness/BufferWriter.swift",
        "TestHarness/TestHarness.swift",
        "TestHarness/TestUtilities.swift",
        "TestWriters/CallbackTestWriter.swift",
        "TestWriters/FailWhenFiredTestWriter.swift",
        "TestWriters/SleepyTestWriter.swift",
        "TestWriters/TestContext.swift",
        "TestWriters/ValidateExpectedValuesTestWriter.swift",
        "TraceLogPerformanceTests.swift",
        "TraceLogTests.swift",
        "Writers & Formatters/ConsoleWriterTests.swift",
        "Writers & Formatters/FileStrategyManager+FailureReasonTests.swift",
        "Writers & Formatters/FileStrategyTests.swift",
        "Writers & Formatters/FileWriter+InternalsTests.swift",
        "Writers & Formatters/FileWriterTests.swift",
        "Writers & Formatters/JSONFormatTests.swift",
        "Writers & Formatters/TextFormat+EncodingTests.swift",
        "Writers & Formatters/TextFormat+InternationalLanguagesTests.swift",
        "Writers & Formatters/TextFormatTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "TraceLog"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TraceLogObjCTests",
      "module_type" : "ClangTarget",
      "name" : "TraceLogObjCTests",
      "path" : "Tests/TraceLogObjCTests",
      "sources" : [
        "TraceLogObjCTests.m"
      ],
      "target_dependencies" : [
        "TraceLogObjC"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TraceLogObjC",
      "module_type" : "ClangTarget",
      "name" : "TraceLogObjC",
      "path" : "Sources/TraceLogObjC",
      "product_memberships" : [
        "TraceLog"
      ],
      "sources" : [
        "TraceLog.m"
      ],
      "target_dependencies" : [
        "TraceLog"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TraceLog",
      "module_type" : "SwiftTarget",
      "name" : "TraceLog",
      "path" : "Sources/TraceLog",
      "product_memberships" : [
        "TraceLog"
      ],
      "sources" : [
        "ConcurrencyMode.swift",
        "Environment.swift",
        "Formatters/JSONFormat.swift",
        "Formatters/TextFormat.swift",
        "Internal/Configuration.swift",
        "Internal/Logger.swift",
        "Internal/Proxies/AsyncWriterProxy.swift",
        "Internal/Proxies/DirectWriterProxy.swift",
        "Internal/Proxies/SyncWriterProxy.swift",
        "Internal/Proxies/WriterProxy.swift",
        "Internal/Utilities/BlockTimer.swift",
        "Internal/Utilities/CharacterSet+InternalExtensions.swift",
        "Internal/Utilities/Mutex.swift",
        "Internal/Utilities/Streams/FileOutputStream.swift",
        "Internal/Utilities/Streams/FileOutputStreamError+Posix.swift",
        "Internal/Utilities/Streams/OutputStream.swift",
        "Internal/Utilities/Streams/OutputStreamError+Posix.swift",
        "Internal/Utilities/Streams/RawOutputStream.swift",
        "Internal/Utilities/Streams/StandardStream.swift",
        "Internal/Utilities/String+InternalExtensions.swift",
        "SDK/LogLevel.swift",
        "SDK/OutputStreamFormatter.swift",
        "SDK/OutputStreamWriter.swift",
        "SDK/RuntimeContext.swift",
        "SDK/StaticContext.swift",
        "SDK/Writer.swift",
        "TraceLog.swift",
        "Writers/ConsoleWriter.swift",
        "Writers/FileStrategy+Fixed.swift",
        "Writers/FileStrategy+Rotate.swift",
        "Writers/FileStrategyManager.swift",
        "Writers/FileWriter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "TraceLog"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme TraceLog -destination generic/platform=xrOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.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 TraceLog -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
  TraceLog: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'TraceLog' in project 'TraceLog'
        ➜ Explicit dependency on target 'TraceLog' in project 'TraceLog'
        ➜ Explicit dependency on target 'TraceLogObjC' in project 'TraceLog'
    Target 'TraceLogObjC' in project 'TraceLog'
        ➜ Explicit dependency on target 'TraceLog' in project 'TraceLog'
    Target 'TraceLog' in project 'TraceLog' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache
SwiftDriver TraceLog normal arm64 com.apple.xcode.tools.swift.compiler (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name TraceLog -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/Objects-normal/arm64/TraceLog.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.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-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/Objects-normal/arm64/TraceLog-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/Objects-normal/arm64/TraceLog.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/TraceLog.build/Debug-xros/TraceLog.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/Objects-normal/arm64/TraceLog_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.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/TraceLog.build/Debug-xros/TraceLog.build/Objects-normal/arm64/TraceLog-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ FileOutputStreamError+Posix.swift,\ OutputStream.swift,\ OutputStreamError+Posix.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/Streams/FileOutputStreamError+Posix.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/Streams/OutputStream.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/Streams/OutputStreamError+Posix.swift (in target 'TraceLog' from project 'TraceLog')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/Streams/FileOutputStreamError+Posix.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/Streams/OutputStream.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/Streams/OutputStreamError+Posix.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ConcurrencyMode.swift,\ Environment.swift,\ JSONFormat.swift,\ TextFormat.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/ConcurrencyMode.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Environment.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Formatters/JSONFormat.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Formatters/TextFormat.swift (in target 'TraceLog' from project 'TraceLog')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/ConcurrencyMode.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Environment.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Formatters/JSONFormat.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Formatters/TextFormat.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SyncWriterProxy.swift,\ WriterProxy.swift,\ BlockTimer.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Proxies/SyncWriterProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Proxies/WriterProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/BlockTimer.swift (in target 'TraceLog' from project 'TraceLog')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Proxies/SyncWriterProxy.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Proxies/WriterProxy.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/BlockTimer.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ TraceLog (in target 'TraceLog' from project 'TraceLog')
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/ConcurrencyMode.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Environment.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Formatters/JSONFormat.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Formatters/TextFormat.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Configuration.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Logger.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Proxies/AsyncWriterProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Proxies/DirectWriterProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Proxies/SyncWriterProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Proxies/WriterProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/BlockTimer.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/CharacterSet+InternalExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/Mutex.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/Streams/FileOutputStream.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/Streams/FileOutputStreamError+Posix.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/Streams/OutputStream.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/Streams/OutputStreamError+Posix.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/Streams/RawOutputStream.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/Streams/StandardStream.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/String+InternalExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/SDK/LogLevel.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/SDK/OutputStreamFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/SDK/OutputStreamWriter.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/SDK/RuntimeContext.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/SDK/StaticContext.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/SDK/Writer.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/TraceLog.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Writers/ConsoleWriter.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Writers/FileStrategy+Fixed.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Writers/FileStrategy+Rotate.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Writers/FileStrategyManager.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Writers/FileWriter.swift -target arm64-apple-xros1.0 -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/Objects-normal/arm64/TraceLog-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/Objects-normal/arm64/TraceLog_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name TraceLog -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name xros26.0 -clang-target arm64-apple-xros26.0 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/Objects-normal/arm64/TraceLog.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/Objects-normal/arm64/TraceLog.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/Objects-normal/arm64/TraceLog-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/Objects-normal/arm64/TraceLog-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/Objects-normal/arm64/TraceLog-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/Objects-normal/arm64/TraceLog.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TraceLog.build/Debug-xros/TraceLog.build/Objects-normal/arm64/TraceLog.abi.json
EmitSwiftModule normal arm64 (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/Mutex.swift:90:29: error: cannot find 'pthread_mutex_t' in scope
    fileprivate var mutex = pthread_mutex_t()
                            ^~~~~~~~~~~~~~~
SwiftCompile normal arm64 Compiling\ RawOutputStream.swift,\ StandardStream.swift,\ String+InternalExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/Streams/RawOutputStream.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/Streams/StandardStream.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/String+InternalExtensions.swift (in target 'TraceLog' from project 'TraceLog')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/Streams/RawOutputStream.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/Streams/StandardStream.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/String+InternalExtensions.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CharacterSet+InternalExtensions.swift,\ Mutex.swift,\ FileOutputStream.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/CharacterSet+InternalExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/Mutex.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/Streams/FileOutputStream.swift (in target 'TraceLog' from project 'TraceLog')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/CharacterSet+InternalExtensions.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/Mutex.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Utilities/Streams/FileOutputStream.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ TraceLog.swift,\ ConsoleWriter.swift,\ FileStrategy+Fixed.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/TraceLog.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Writers/ConsoleWriter.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Writers/FileStrategy+Fixed.swift (in target 'TraceLog' from project 'TraceLog')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/TraceLog.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Writers/ConsoleWriter.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Writers/FileStrategy+Fixed.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ RuntimeContext.swift,\ StaticContext.swift,\ Writer.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/SDK/RuntimeContext.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/SDK/StaticContext.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/SDK/Writer.swift (in target 'TraceLog' from project 'TraceLog')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/SDK/RuntimeContext.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/SDK/StaticContext.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/SDK/Writer.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Configuration.swift,\ Logger.swift,\ AsyncWriterProxy.swift,\ DirectWriterProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Configuration.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Logger.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Proxies/AsyncWriterProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Proxies/DirectWriterProxy.swift (in target 'TraceLog' from project 'TraceLog')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Configuration.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Logger.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Proxies/AsyncWriterProxy.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Internal/Proxies/DirectWriterProxy.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ FileStrategy+Rotate.swift,\ FileStrategyManager.swift,\ FileWriter.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Writers/FileStrategy+Rotate.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Writers/FileStrategyManager.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Writers/FileWriter.swift (in target 'TraceLog' from project 'TraceLog')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Writers/FileStrategy+Rotate.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Writers/FileStrategyManager.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/Writers/FileWriter.swift (in target 'TraceLog' from project 'TraceLog')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ LogLevel.swift,\ OutputStreamFormatter.swift,\ OutputStreamWriter.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/SDK/LogLevel.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/SDK/OutputStreamFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/TraceLog/SDK/OutputStreamWriter.swift (in target 'TraceLog' from project 'TraceLog')
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ TraceLog (in target 'TraceLog' from project 'TraceLog')
	EmitSwiftModule normal arm64 (in target 'TraceLog' from project 'TraceLog')
	Building workspace spi-builder-workspace with scheme TraceLog
(3 failures)
BUILD FAILURE 6.2 visionOS