The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SimpleLogging, reference 0.5.2 (efdee0), with Swift 6.1 for visionOS using Xcode 16.3 on 26 Apr 2025 15:43:08 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=xrOS 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: 0.5.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RougeWare/Swift-Simple-Logging
 * tag               0.5.2      -> FETCH_HEAD
HEAD is now at efdee02 Merge pull request #18 from RougeWare/feature/update/LazyContainers-repo-rename-from-LazyPatterns
Cloned https://github.com/RougeWare/Swift-Simple-Logging.git
Revision (git rev-parse @):
efdee028f383b0f3c39646a76e16bdd30693f53b
SUCCESS checkout https://github.com/RougeWare/Swift-Simple-Logging.git at 0.5.2
========================================
Build
========================================
Selected platform:         visionOS
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" : [
        "LogToFileTests.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" : [
        "CodeLogMessage.swift",
        "CombinedLogMessage.swift",
        "CombinedLoggable.swift",
        "Extensions/Foundation/FileHandle + TextOutputStream.swift",
        "LogChannel.swift",
        "LogManager.swift",
        "LogMessage.swift",
        "LogMessageProtocol.swift",
        "LogSeverity.swift",
        "Loggable.swift",
        "LoggableError.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-Lazy-Containers’
Checking out 4.1.0 of package ‘Swift-Lazy-Containers’
Creating working copy of package ‘Swift-Function-Tools’
Checking out 1.2.4 of package ‘Swift-Function-Tools’
Resolve Package Graph
Resolved source packages:
  FunctionTools: https://github.com/RougeWare/Swift-Function-Tools.git @ 1.2.4
  LazyContainers: https://github.com/RougeWare/Swift-Lazy-Containers.git @ 4.1.0
  SimpleLogging: /Users/admin/builder/spi-builder-workspace
resolved source packages: FunctionTools, LazyContainers, 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" : [
        "LogToFileTests.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" : [
        "CodeLogMessage.swift",
        "CombinedLogMessage.swift",
        "CombinedLoggable.swift",
        "Extensions/Foundation/FileHandle + TextOutputStream.swift",
        "LogChannel.swift",
        "LogManager.swift",
        "LogMessage.swift",
        "LogMessageProtocol.swift",
        "LogSeverity.swift",
        "Loggable.swift",
        "LoggableError.swift",
        "Simple Logging.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SimpleLogging",
      "SimpleLogging_dynamic",
      "SimpleLogging-Package",
      "SimpleLoggingDynamic"
    ]
  }
}
{
  "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=xrOS 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=xrOS "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:
  LazyContainers: https://github.com/RougeWare/Swift-Lazy-Containers.git @ 4.1.0
  SimpleLogging: /Users/admin/builder/spi-builder-workspace
  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/XROS.platform/Developer/SDKs/XROS2.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: 8c03b9e55ee01e61233ff0ec73d855ff
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/8c03b9e55ee01e61233ff0ec73d855ff.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/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.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/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.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/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
    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/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/SimpleLogging.build/Debug-xros/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-xros/SimpleLogging_dynamic\ product.build/SimpleLogging_dynamic.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/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-xros/SimpleLoggingDynamic\ product.build/SimpleLoggingDynamic.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/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-xros/SimpleLogging_dynamic\ product.build/SimpleLogging_dynamic.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/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-xros/SimpleLoggingDynamic\ product.build/empty-SimpleLoggingDynamic.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/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-xros/SimpleLoggingDynamic\ product.build/SimpleLoggingDynamic.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/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-xros/SimpleLogging_dynamic\ product.build/empty-SimpleLogging_dynamic.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/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-xros/SimpleLogging.build/SimpleLogging.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/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-xros/SimpleLogging_dynamic\ product.build/Objects-normal/arm64/SimpleLogging_dynamic.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/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-xros/SimpleLoggingDynamic\ product.build/Objects-normal/arm64/SimpleLoggingDynamic.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/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-xros/SimpleLogging.build/SimpleLogging.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/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-xros/SimpleLogging.build/SimpleLogging.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/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-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/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-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/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-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/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-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/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-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SimpleLogging.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/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-xros/SimpleLogging.build/SimpleLogging.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/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-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/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-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/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-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/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-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/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-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/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-xros/LazyContainers.build/LazyContainers.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/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-xros/LazyContainers.build/LazyContainers.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/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-xros/LazyContainers.build/LazyContainers.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/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-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/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-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/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-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/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-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/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-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/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-xros/FunctionTools.build/FunctionTools.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/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-xros/FunctionTools.build/FunctionTools.DependencyStaticMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/LazyContainers.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/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-xros/LazyContainers.build/LazyContainers.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/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-xros/FunctionTools.build/FunctionTools.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/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-xros/PackageFrameworks/SimpleLogging_dynamic.framework
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/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-xros/PackageFrameworks/SimpleLoggingDynamic.framework
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/FunctionTools.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/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-xros/FunctionTools.build/FunctionTools.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
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-xros/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/XROS.platform/Developer/SDKs/XROS2.4.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 -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-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/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-xros/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-xros/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-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools_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/FunctionTools.build/Debug-xros/FunctionTools.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/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-xros/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-xros/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/XROS.platform/Developer/SDKs/XROS2.4.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 -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-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/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-xros/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-xros/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-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers_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/LazyContainers.build/Debug-xros/LazyContainers.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/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-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
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\ +\ 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

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\ 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\ !.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\ 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

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

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

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-xros/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/XROS.platform/Developer/SDKs/XROS2.4.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 -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-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/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-xros/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-xros/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-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools_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/FunctionTools.build/Debug-xros/FunctionTools.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/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-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
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-xros/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/XROS.platform/Developer/SDKs/XROS2.4.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 -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-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/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-xros/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-xros/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-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers_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/LazyContainers.build/Debug-xros/LazyContainers.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/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-xros/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\ 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

SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/LazyContainers-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/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-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/LazyContainers-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling Blackholes.swift (in target 'FunctionTools' from project 'FunctionTools')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LazyContainers.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/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-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LazyContainers.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LazyContainers.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/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-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LazyContainers.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LazyContainers.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/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-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LazyContainers.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LazyContainers.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/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-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LazyContainers.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/FunctionTools-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/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-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/FunctionTools-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FunctionTools.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/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-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FunctionTools.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FunctionTools.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/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-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FunctionTools.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FunctionTools.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/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-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FunctionTools.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FunctionTools.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/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-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FunctionTools.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
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\ 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')
SwiftDriverJobDiscovery normal arm64 Compiling Call.swift (in target 'FunctionTools' from project 'FunctionTools')
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-xros/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/XROS.platform/Developer/SDKs/XROS2.4.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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/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-xros/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-xros/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-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging_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/SimpleLogging.build/Debug-xros/SimpleLogging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/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-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
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/XROS.platform/Developer/SDKs/XROS2.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:68: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:68: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:68: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:71: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:71: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:71: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:74: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:74: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:74: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:77: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:77: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:77: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:80: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:80: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:80: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:83: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:83: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:83: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\ CombinedLoggable.swift,\ FileHandle\ +\ TextOutputStream.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/CombinedLoggable.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/Extensions/Foundation/FileHandle\ +\ TextOutputStream.swift (in target 'SimpleLogging' from project 'SimpleLogging')
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

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)
SwiftDriverJobDiscovery normal arm64 Compiling Echo.swift (in target 'FunctionTools' from project 'FunctionTools')
SwiftCompile normal arm64 Compiling\ LogChannel.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/LogChannel.swift (in target 'SimpleLogging' from project 'SimpleLogging')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling !.swift (in target 'FunctionTools' from project 'FunctionTools')
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 LazyContainer + Codable.swift (in target 'LazyContainers' from project 'LazyContainers')
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:68: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:68: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:68: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:71: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:71: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:71: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:74: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:74: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:74: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:77: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:77: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:77: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:80: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:80: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:80: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:83: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:83: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:83: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 Curry.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 Function types.swift (in target 'FunctionTools' from project 'FunctionTools')
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

SwiftDriverJobDiscovery normal arm64 Compiling LazyContainer + Equatable.swift (in target 'LazyContainers' from project 'LazyContainers')
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/XROS.platform/Developer/SDKs/XROS2.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)
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 LazyContainer + Hashable.swift (in target 'LazyContainers' from project 'LazyContainers')
SwiftDriverJobDiscovery normal arm64 Compiling Constant.swift (in target 'FunctionTools' from project 'FunctionTools')
SwiftCompile normal arm64 Compiling\ CodeLogMessage.swift,\ CombinedLogMessage.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/CodeLogMessage.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/CombinedLogMessage.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/CodeLogMessage.swift (in target 'SimpleLogging' from project 'SimpleLogging')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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)
SwiftDriverJobDiscovery normal arm64 Compiling LazyContainers.swift (in target 'LazyContainers' from project 'LazyContainers')
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

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-xros/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/XROS.platform/Developer/SDKs/XROS2.4.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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/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-xros/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-xros/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-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging_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/SimpleLogging.build/Debug-xros/SimpleLogging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/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-xros/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 CombinedLoggable.swift, FileHandle + TextOutputStream.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-xros/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/XROS.platform/Developer/SDKs/XROS2.4.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 -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-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/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-xros/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-xros/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-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers_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/LazyContainers.build/Debug-xros/LazyContainers.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/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-xros/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-xros/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/XROS.platform/Developer/SDKs/XROS2.4.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 -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-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/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-xros/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-xros/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-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools_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/FunctionTools.build/Debug-xros/FunctionTools.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/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-xros/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-xros/SimpleLogging-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/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-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SimpleLogging-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleLogging.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/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-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleLogging.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleLogging.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/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-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleLogging.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleLogging.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/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-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleLogging.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleLogging.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/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-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleLogging.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/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-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/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-xros/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-xros/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/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LazyContainers.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/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-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/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-xros/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-xros/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/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FunctionTools.o
SwiftDriverJobDiscovery normal arm64 Compiling LoggableError.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftDriverJobDiscovery normal arm64 Compiling LogMessage.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftDriverJobDiscovery normal arm64 Compiling Loggable.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftDriverJobDiscovery normal arm64 Compiling LogManager.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/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier swift-function-tools.FunctionTools --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FunctionTools.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FunctionTools.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/FunctionTools.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/FunctionTools.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/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:43:06.917 appintentsmetadataprocessor[836:4477] Starting appintentsmetadataprocessor export
2025-04-26 08:43:06.955 appintentsmetadataprocessor[836:4477] 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/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier swift-lazy-containers.LazyContainers --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LazyContainers.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LazyContainers.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/LazyContainers.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/LazyContainers.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/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:43:06.917 appintentsmetadataprocessor[837:4478] Starting appintentsmetadataprocessor export
2025-04-26 08:43:06.955 appintentsmetadataprocessor[837:4478] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling LogSeverity.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftDriverJobDiscovery normal arm64 Compiling LogMessageProtocol.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftDriverJobDiscovery normal arm64 Compiling LogChannel.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftDriverJobDiscovery normal arm64 Compiling CodeLogMessage.swift, CombinedLogMessage.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftDriverJobDiscovery normal arm64 Compiling Simple Logging.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-xros/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/XROS.platform/Developer/SDKs/XROS2.4.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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/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-xros/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-xros/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-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging_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/SimpleLogging.build/Debug-xros/SimpleLogging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/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-xros/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-xros/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-xros/LazyContainers.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/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-xros/FunctionTools.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/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-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -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/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/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-xros/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-xros/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/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/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/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.SimpleLogging --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleLogging.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleLogging.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/SimpleLogging.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/SimpleLogging.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/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:43:07.005 appintentsmetadataprocessor[840:4498] Starting appintentsmetadataprocessor export
2025-04-26 08:43:07.036 appintentsmetadataprocessor[840:4498] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/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-xros/SimpleLogging.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/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-xros1.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -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/PackageFrameworks -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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging_dynamic\ product.build/Objects-normal/arm64/SimpleLogging_dynamic.LinkFileList -install_name @rpath/SimpleLogging_dynamic.framework/SimpleLogging_dynamic -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/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-xros/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/xros -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-xros/PackageFrameworks/SimpleLogging_dynamic.framework/SimpleLogging_dynamic -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/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-xros/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-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools.swiftmodule
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/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-xros1.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -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/PackageFrameworks -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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLoggingDynamic\ product.build/Objects-normal/arm64/SimpleLoggingDynamic.LinkFileList -install_name @rpath/SimpleLoggingDynamic.framework/SimpleLoggingDynamic -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/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-xros/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/xros -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-xros/PackageFrameworks/SimpleLoggingDynamic.framework/SimpleLoggingDynamic -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/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-xros/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-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools.swiftmodule
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/SimpleLogging_dynamic.framework/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/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-xros/SimpleLogging_dynamic\ product.build/empty-SimpleLogging_dynamic.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/SimpleLogging_dynamic.framework/Info.plist
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/SimpleLoggingDynamic.framework/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/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-xros/SimpleLoggingDynamic\ product.build/empty-SimpleLoggingDynamic.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/SimpleLoggingDynamic.framework/Info.plist
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros/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/XROS.platform/Developer/SDKs/XROS2.4.sdk -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/PackageFrameworks -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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/SimpleLoggingDynamic.framework/SimpleLoggingDynamic -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros/SimpleLoggingDynamic.framework/SimpleLoggingDynamic.tbd
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros/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/XROS.platform/Developer/SDKs/XROS2.4.sdk -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/PackageFrameworks -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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/SimpleLogging_dynamic.framework/SimpleLogging_dynamic -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros/SimpleLogging_dynamic.framework/SimpleLogging_dynamic.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/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-xros/PackageFrameworks/SimpleLogging_dynamic.framework
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/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-xros/PackageFrameworks/SimpleLoggingDynamic.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/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-xros/PackageFrameworks/SimpleLogging_dynamic.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/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-xros/PackageFrameworks/SimpleLoggingDynamic.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" : [
        "LogToFileTests.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" : [
        "CodeLogMessage.swift",
        "CombinedLogMessage.swift",
        "CombinedLoggable.swift",
        "Extensions/Foundation/FileHandle + TextOutputStream.swift",
        "LogChannel.swift",
        "LogManager.swift",
        "LogMessage.swift",
        "LogMessageProtocol.swift",
        "LogSeverity.swift",
        "Loggable.swift",
        "LoggableError.swift",
        "Simple Logging.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.