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 Senna, reference 3.1.1 (b04815), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 27 Apr 2025 20:32:26 UTC.

Swift 6 data race errors: 31

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Senna -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/L1MeN9Yu/Senna.git
Reference: 3.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/L1MeN9Yu/Senna
 * tag               3.1.1      -> FETCH_HEAD
HEAD is now at b04815e Merge pull request #3 from L1MeN9Yu/feature/printer_tests
Cloned https://github.com/L1MeN9Yu/Senna.git
Revision (git rev-parse @):
b04815ee588b9089e380c806e1821d5730b1821b
SUCCESS checkout https://github.com/L1MeN9Yu/Senna.git at 3.1.1
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/L1MeN9Yu/Senna.git
https://github.com/L1MeN9Yu/Senna.git
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "Senna",
  "name" : "Senna",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Senna",
      "targets" : [
        "Senna"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SennaTests",
      "module_type" : "SwiftTarget",
      "name" : "SennaTests",
      "path" : "Tests",
      "sources" : [
        "ColorTests.swift",
        "FileSinkTests.swift",
        "LoggerSennaTests.swift",
        "MultiHandlerTests.swift",
        "OSLogSinkTests.swift",
        "PrinterTests.swift",
        "ReadmeTests.swift",
        "StandardSinkTests.swift",
        "SystemLogSinkTests.swift"
      ],
      "target_dependencies" : [
        "Senna"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Senna",
      "module_type" : "SwiftTarget",
      "name" : "Senna",
      "path" : "Sources",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "Senna"
      ],
      "sources" : [
        "Implements/Formation.swift",
        "Implements/Handler.swift",
        "Implements/Printer.swift",
        "Protocols/EscapeCode.swift",
        "Protocols/Formable.swift",
        "Protocols/Printable.swift",
        "Protocols/SinkCapable.swift",
        "Sinks/FileSink.swift",
        "Sinks/OSLogSink.swift",
        "Sinks/StandardSink.swift",
        "Sinks/SystemLogSink.swift",
        "Types/Box.swift",
        "Types/Color.swift",
        "Types/Compatible.swift",
        "Types/Component.swift",
        "Types/ControlCode.swift",
        "Types/FileDescriptorTextOutputStream.swift",
        "Types/FloatFormatter.swift",
        "Types/FlushMode.swift",
        "Types/IntegerFormatter.swift",
        "Types/Interpolation.swift",
        "Types/LegacyBackgroundColor.swift",
        "Types/LegacyTextColor.swift",
        "Types/LevelStyle.swift",
        "Types/Logger.Senna.swift",
        "Types/Message.swift",
        "Types/Privacy.swift",
        "Types/Style.swift",
        "_Exported.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/apple/swift-log.git (cached)
Creating working copy of package ‘swift-log’
Checking out 1.6.3 of package ‘swift-log’
Resolve Package Graph
Resolved source packages:
  Senna: /Users/admin/builder/spi-builder-workspace
  swift-log: https://github.com/apple/swift-log.git @ 1.6.3
resolved source packages: Senna, swift-log
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "Senna",
  "name" : "Senna",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Senna",
      "targets" : [
        "Senna"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SennaTests",
      "module_type" : "SwiftTarget",
      "name" : "SennaTests",
      "path" : "Tests",
      "sources" : [
        "ColorTests.swift",
        "FileSinkTests.swift",
        "LoggerSennaTests.swift",
        "MultiHandlerTests.swift",
        "OSLogSinkTests.swift",
        "PrinterTests.swift",
        "ReadmeTests.swift",
        "StandardSinkTests.swift",
        "SystemLogSinkTests.swift"
      ],
      "target_dependencies" : [
        "Senna"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Senna",
      "module_type" : "SwiftTarget",
      "name" : "Senna",
      "path" : "Sources",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "Senna"
      ],
      "sources" : [
        "Implements/Formation.swift",
        "Implements/Handler.swift",
        "Implements/Printer.swift",
        "Protocols/EscapeCode.swift",
        "Protocols/Formable.swift",
        "Protocols/Printable.swift",
        "Protocols/SinkCapable.swift",
        "Sinks/FileSink.swift",
        "Sinks/OSLogSink.swift",
        "Sinks/StandardSink.swift",
        "Sinks/SystemLogSink.swift",
        "Types/Box.swift",
        "Types/Color.swift",
        "Types/Compatible.swift",
        "Types/Component.swift",
        "Types/ControlCode.swift",
        "Types/FileDescriptorTextOutputStream.swift",
        "Types/FloatFormatter.swift",
        "Types/FlushMode.swift",
        "Types/IntegerFormatter.swift",
        "Types/Interpolation.swift",
        "Types/LegacyBackgroundColor.swift",
        "Types/LegacyTextColor.swift",
        "Types/LevelStyle.swift",
        "Types/Logger.Senna.swift",
        "Types/Message.swift",
        "Types/Privacy.swift",
        "Types/Style.swift",
        "_Exported.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Senna"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Senna -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Senna -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  Senna: /Users/admin/builder/spi-builder-workspace
  swift-log: https://github.com/apple/swift-log.git @ 1.6.3
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'Senna' in project 'Senna'
        ➜ Explicit dependency on target 'Senna' in project 'Senna'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Senna' in project 'Senna'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 34ee80f1a69bc7f987c7a06170c9582c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/34ee80f1a69bc7f987c7a06170c9582c.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    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
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/Logging.modulemap (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/Logging.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/Senna.DependencyStaticMetadataFileList (in target 'Senna' from project 'Senna')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/Senna.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/Senna.DependencyMetadataFileList (in target 'Senna' from project 'Senna')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/Senna.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/Senna.modulemap (in target 'Senna' from project 'Senna')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/Senna.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/Objects-normal/arm64/Logging_const_extract_protocols.json (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/Objects-normal/arm64/Logging_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/Objects-normal/arm64/Logging.SwiftFileList (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/Objects-normal/arm64/Logging.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/Objects-normal/arm64/Senna_const_extract_protocols.json (in target 'Senna' from project 'Senna')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/Objects-normal/arm64/Senna_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/Objects-normal/arm64/Senna.SwiftConstValuesFileList (in target 'Senna' from project 'Senna')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/Objects-normal/arm64/Senna.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/Objects-normal/arm64/Senna.SwiftFileList (in target 'Senna' from project 'Senna')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/Objects-normal/arm64/Senna.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/Objects-normal/arm64/Senna.LinkFileList (in target 'Senna' from project 'Senna')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/Objects-normal/arm64/Senna.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/Objects-normal/arm64/Senna-OutputFileMap.json (in target 'Senna' from project 'Senna')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/Objects-normal/arm64/Senna-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/Objects-normal/arm64/Logging.LinkFileList (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/Objects-normal/arm64/Logging.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/Objects-normal/arm64/Logging.SwiftConstValuesFileList (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/Objects-normal/arm64/Logging.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/Objects-normal/arm64/Logging-OutputFileMap.json (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/Objects-normal/arm64/Logging-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/Logging.DependencyStaticMetadataFileList (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/Logging.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/Logging.DependencyMetadataFileList (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/Logging.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Senna.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/Senna.modulemap (in target 'Senna' from project 'Senna')
    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/Senna.build/Debug/Senna.build/Senna.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Logging.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/Logging.modulemap (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    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/swift-log.build/Debug/Logging.build/Logging.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
SwiftDriver Logging normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Logging' from project 'swift-log')
    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 Logging -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/Objects-normal/arm64/Logging.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/Objects-normal/arm64/Logging-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/swift-log.build/Debug/Logging.build/Objects-normal/arm64/Logging.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swift_log -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/Objects-normal/arm64/Logging_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.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/swift-log.build/Debug/Logging.build/Objects-normal/arm64/Logging-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ LogHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/LogHandler.swift (in target 'Logging' from project 'swift-log')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/LogHandler.swift (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ Logging (in target 'Logging' from project 'swift-log')
EmitSwiftModule normal arm64 (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ MetadataProvider.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/MetadataProvider.swift (in target 'Logging' from project 'swift-log')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/MetadataProvider.swift (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Logging.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/Logging.swift (in target 'Logging' from project 'swift-log')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/Logging.swift (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Locks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/Locks.swift (in target 'Logging' from project 'swift-log')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/Locks.swift (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for Logging (in target 'Logging' from project 'swift-log')
SwiftDriver\ Compilation\ Requirements Logging normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Logging' from project 'swift-log')
    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 Logging -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/Objects-normal/arm64/Logging.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/Objects-normal/arm64/Logging-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/swift-log.build/Debug/Logging.build/Objects-normal/arm64/Logging.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swift_log -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/Objects-normal/arm64/Logging_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.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/swift-log.build/Debug/Logging.build/Objects-normal/arm64/Logging-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/Logging-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/Objects-normal/arm64/Logging-Swift.h (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/Objects-normal/arm64/Logging-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Logging-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Logging.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/Objects-normal/arm64/Logging.swiftdoc (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    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/swift-log.build/Debug/Logging.build/Objects-normal/arm64/Logging.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Logging.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Logging.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/Objects-normal/arm64/Logging.abi.json (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    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/swift-log.build/Debug/Logging.build/Objects-normal/arm64/Logging.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Logging.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Logging.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/Objects-normal/arm64/Logging.swiftmodule (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    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/swift-log.build/Debug/Logging.build/Objects-normal/arm64/Logging.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Logging.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Logging.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/Objects-normal/arm64/Logging.swiftsourceinfo (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    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/swift-log.build/Debug/Logging.build/Objects-normal/arm64/Logging.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Logging.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriver Senna normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Senna' from project 'Senna')
    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 Senna -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/Objects-normal/arm64/Senna.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/Objects-normal/arm64/Senna-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/Senna.build/Debug/Senna.build/Objects-normal/arm64/Senna.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/Senna.build/Debug/Senna.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/Objects-normal/arm64/Senna_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.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/Senna.build/Debug/Senna.build/Objects-normal/arm64/Senna-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ SinkCapable.swift,\ FileSink.swift,\ OSLogSink.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/SinkCapable.swift /Users/admin/builder/spi-builder-workspace/Sources/Sinks/FileSink.swift /Users/admin/builder/spi-builder-workspace/Sources/Sinks/OSLogSink.swift (in target 'Senna' from project 'Senna')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Protocols/SinkCapable.swift (in target 'Senna' from project 'Senna')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64 Compiling\ Formation.swift,\ Handler.swift,\ Printer.swift /Users/admin/builder/spi-builder-workspace/Sources/Implements/Formation.swift /Users/admin/builder/spi-builder-workspace/Sources/Implements/Handler.swift /Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift (in target 'Senna' from project 'Senna')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Implements/Formation.swift (in target 'Senna' from project 'Senna')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/Implements/Handler.swift:10:16: warning: stored property 'sink' of 'Sendable'-conforming struct 'Handler' has non-sendable type 'any SinkCapable'; this is an error in the Swift 6 language mode
    public let sink: SinkCapable
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/SinkCapable.swift:7:17: note: protocol 'SinkCapable' does not conform to the 'Sendable' protocol
public protocol SinkCapable {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Handler.swift:11:16: warning: stored property 'formation' of 'Sendable'-conforming struct 'Handler' has non-sendable type 'any Formable'; this is an error in the Swift 6 language mode
    public let formation: Formable
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/Formable.swift:8:17: note: protocol 'Formable' does not conform to the 'Sendable' protocol
public protocol Formable {
                ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift (in target 'Senna' from project 'Senna')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:32:16: warning: static property 'standard' is not concurrency-safe because non-'Sendable' type 'Printer' may have shared mutable state; this is an error in the Swift 6 language mode
    static let standard = Printer(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:7:15: note: consider making struct 'Printer' conform to the 'Sendable' protocol
public struct Printer: Printable {
              ^
                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:32:16: note: add '@MainActor' to make static property 'standard' part of global actor 'MainActor'
    static let standard = Printer(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:32:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let standard = Printer(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:73:16: warning: static property 'xcode' is not concurrency-safe because non-'Sendable' type 'Printer?' may have shared mutable state; this is an error in the Swift 6 language mode
    static let xcode: Self? = nil
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:7:15: note: consider making struct 'Printer' conform to the 'Sendable' protocol
public struct Printer: Printable {
              ^
                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:73:16: note: add '@MainActor' to make static property 'xcode' part of global actor 'MainActor'
    static let xcode: Self? = nil
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:73:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let xcode: Self? = nil
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:75:16: warning: static property 'legacy8bit' is not concurrency-safe because non-'Sendable' type 'Printer' may have shared mutable state; this is an error in the Swift 6 language mode
    static let legacy8bit = Printer(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:7:15: note: consider making struct 'Printer' conform to the 'Sendable' protocol
public struct Printer: Printable {
              ^
                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:75:16: note: add '@MainActor' to make static property 'legacy8bit' part of global actor 'MainActor'
    static let legacy8bit = Printer(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:75:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let legacy8bit = Printer(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:118:16: warning: static property 'legacy16bit' is not concurrency-safe because non-'Sendable' type 'Printer' may have shared mutable state; this is an error in the Swift 6 language mode
    static let legacy16bit = Printer(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:7:15: note: consider making struct 'Printer' conform to the 'Sendable' protocol
public struct Printer: Printable {
              ^
                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:118:16: note: add '@MainActor' to make static property 'legacy16bit' part of global actor 'MainActor'
    static let legacy16bit = Printer(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:118:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let legacy16bit = Printer(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:165:16: warning: static property 'traceTextColor' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    static let traceTextColor = Color(red: 150, green: 150, blue: 150)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/Color.swift:5:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:165:16: note: add '@MainActor' to make static property 'traceTextColor' part of global actor 'MainActor'
    static let traceTextColor = Color(red: 150, green: 150, blue: 150)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:165:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let traceTextColor = Color(red: 150, green: 150, blue: 150)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:166:16: warning: static property 'debugTextColor' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    static let debugTextColor = Color(red: 0, green: 255, blue: 127)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/Color.swift:5:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:166:16: note: add '@MainActor' to make static property 'debugTextColor' part of global actor 'MainActor'
    static let debugTextColor = Color(red: 0, green: 255, blue: 127)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:166:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let debugTextColor = Color(red: 0, green: 255, blue: 127)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:167:16: warning: static property 'infoTextColor' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    static let infoTextColor = Color(red: 99, green: 184, blue: 255)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/Color.swift:5:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:167:16: note: add '@MainActor' to make static property 'infoTextColor' part of global actor 'MainActor'
    static let infoTextColor = Color(red: 99, green: 184, blue: 255)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:167:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let infoTextColor = Color(red: 99, green: 184, blue: 255)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:168:16: warning: static property 'noticeTextColor' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    static let noticeTextColor = Color(red: 205, green: 0, blue: 205)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/Color.swift:5:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:168:16: note: add '@MainActor' to make static property 'noticeTextColor' part of global actor 'MainActor'
    static let noticeTextColor = Color(red: 205, green: 0, blue: 205)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:168:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let noticeTextColor = Color(red: 205, green: 0, blue: 205)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:169:16: warning: static property 'warningTextColor' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    static let warningTextColor = Color(red: 255, green: 255, blue: 0)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/Color.swift:5:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:169:16: note: add '@MainActor' to make static property 'warningTextColor' part of global actor 'MainActor'
    static let warningTextColor = Color(red: 255, green: 255, blue: 0)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:169:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let warningTextColor = Color(red: 255, green: 255, blue: 0)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:170:16: warning: static property 'errorTextColor' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    static let errorTextColor = Color(red: 255, green: 0, blue: 0)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/Color.swift:5:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:170:16: note: add '@MainActor' to make static property 'errorTextColor' part of global actor 'MainActor'
    static let errorTextColor = Color(red: 255, green: 0, blue: 0)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:170:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let errorTextColor = Color(red: 255, green: 0, blue: 0)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:176:16: warning: static property 'traceText8Color' is not concurrency-safe because non-'Sendable' type 'LegacyTextColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let traceText8Color = LegacyTextColor.lightGray
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/LegacyTextColor.swift:6:13: note: consider making enum 'LegacyTextColor' conform to the 'Sendable' protocol
public enum LegacyTextColor {
            ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:176:16: note: add '@MainActor' to make static property 'traceText8Color' part of global actor 'MainActor'
    static let traceText8Color = LegacyTextColor.lightGray
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:176:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let traceText8Color = LegacyTextColor.lightGray
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:177:16: warning: static property 'debugText8Color' is not concurrency-safe because non-'Sendable' type 'LegacyTextColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let debugText8Color = LegacyTextColor.green
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/LegacyTextColor.swift:6:13: note: consider making enum 'LegacyTextColor' conform to the 'Sendable' protocol
public enum LegacyTextColor {
            ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:177:16: note: add '@MainActor' to make static property 'debugText8Color' part of global actor 'MainActor'
    static let debugText8Color = LegacyTextColor.green
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:177:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let debugText8Color = LegacyTextColor.green
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:178:16: warning: static property 'infoText8Color' is not concurrency-safe because non-'Sendable' type 'LegacyTextColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let infoText8Color = LegacyTextColor.blue
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/LegacyTextColor.swift:6:13: note: consider making enum 'LegacyTextColor' conform to the 'Sendable' protocol
public enum LegacyTextColor {
            ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:178:16: note: add '@MainActor' to make static property 'infoText8Color' part of global actor 'MainActor'
    static let infoText8Color = LegacyTextColor.blue
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:178:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let infoText8Color = LegacyTextColor.blue
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:179:16: warning: static property 'noticeText8Color' is not concurrency-safe because non-'Sendable' type 'LegacyTextColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let noticeText8Color = LegacyTextColor.magenta
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/LegacyTextColor.swift:6:13: note: consider making enum 'LegacyTextColor' conform to the 'Sendable' protocol
public enum LegacyTextColor {
            ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:179:16: note: add '@MainActor' to make static property 'noticeText8Color' part of global actor 'MainActor'
    static let noticeText8Color = LegacyTextColor.magenta
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:179:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let noticeText8Color = LegacyTextColor.magenta
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:180:16: warning: static property 'warningText8Color' is not concurrency-safe because non-'Sendable' type 'LegacyTextColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let warningText8Color = LegacyTextColor.yellow
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/LegacyTextColor.swift:6:13: note: consider making enum 'LegacyTextColor' conform to the 'Sendable' protocol
public enum LegacyTextColor {
            ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:180:16: note: add '@MainActor' to make static property 'warningText8Color' part of global actor 'MainActor'
    static let warningText8Color = LegacyTextColor.yellow
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:180:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let warningText8Color = LegacyTextColor.yellow
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:181:16: warning: static property 'errorText8Color' is not concurrency-safe because non-'Sendable' type 'LegacyTextColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let errorText8Color = LegacyTextColor.red
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/LegacyTextColor.swift:6:13: note: consider making enum 'LegacyTextColor' conform to the 'Sendable' protocol
public enum LegacyTextColor {
            ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:181:16: note: add '@MainActor' to make static property 'errorText8Color' part of global actor 'MainActor'
    static let errorText8Color = LegacyTextColor.red
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:181:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let errorText8Color = LegacyTextColor.red
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:182:16: warning: static property 'criticalText8Color' is not concurrency-safe because non-'Sendable' type 'LegacyTextColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let criticalText8Color = LegacyTextColor.lightGray
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/LegacyTextColor.swift:6:13: note: consider making enum 'LegacyTextColor' conform to the 'Sendable' protocol
public enum LegacyTextColor {
            ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:182:16: note: add '@MainActor' to make static property 'criticalText8Color' part of global actor 'MainActor'
    static let criticalText8Color = LegacyTextColor.lightGray
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:182:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let criticalText8Color = LegacyTextColor.lightGray
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:188:16: warning: static property 'traceText16Color' is not concurrency-safe because non-'Sendable' type 'LegacyTextColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let traceText16Color = LegacyTextColor.darkGray
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/LegacyTextColor.swift:6:13: note: consider making enum 'LegacyTextColor' conform to the 'Sendable' protocol
public enum LegacyTextColor {
            ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:188:16: note: add '@MainActor' to make static property 'traceText16Color' part of global actor 'MainActor'
    static let traceText16Color = LegacyTextColor.darkGray
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:188:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let traceText16Color = LegacyTextColor.darkGray
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:189:16: warning: static property 'debugText16Color' is not concurrency-safe because non-'Sendable' type 'LegacyTextColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let debugText16Color = LegacyTextColor.lightGreen
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/LegacyTextColor.swift:6:13: note: consider making enum 'LegacyTextColor' conform to the 'Sendable' protocol
public enum LegacyTextColor {
            ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:189:16: note: add '@MainActor' to make static property 'debugText16Color' part of global actor 'MainActor'
    static let debugText16Color = LegacyTextColor.lightGreen
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:189:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let debugText16Color = LegacyTextColor.lightGreen
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:190:16: warning: static property 'infoText16Color' is not concurrency-safe because non-'Sendable' type 'LegacyTextColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let infoText16Color = LegacyTextColor.lightBlue
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/LegacyTextColor.swift:6:13: note: consider making enum 'LegacyTextColor' conform to the 'Sendable' protocol
public enum LegacyTextColor {
            ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:190:16: note: add '@MainActor' to make static property 'infoText16Color' part of global actor 'MainActor'
    static let infoText16Color = LegacyTextColor.lightBlue
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:190:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let infoText16Color = LegacyTextColor.lightBlue
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:191:16: warning: static property 'noticeText16Color' is not concurrency-safe because non-'Sendable' type 'LegacyTextColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let noticeText16Color = LegacyTextColor.lightMagenta
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/LegacyTextColor.swift:6:13: note: consider making enum 'LegacyTextColor' conform to the 'Sendable' protocol
public enum LegacyTextColor {
            ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:191:16: note: add '@MainActor' to make static property 'noticeText16Color' part of global actor 'MainActor'
    static let noticeText16Color = LegacyTextColor.lightMagenta
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:191:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let noticeText16Color = LegacyTextColor.lightMagenta
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:192:16: warning: static property 'warningText16Color' is not concurrency-safe because non-'Sendable' type 'LegacyTextColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let warningText16Color = LegacyTextColor.lightYellow
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/LegacyTextColor.swift:6:13: note: consider making enum 'LegacyTextColor' conform to the 'Sendable' protocol
public enum LegacyTextColor {
            ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:192:16: note: add '@MainActor' to make static property 'warningText16Color' part of global actor 'MainActor'
    static let warningText16Color = LegacyTextColor.lightYellow
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:192:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let warningText16Color = LegacyTextColor.lightYellow
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:193:16: warning: static property 'errorText16Color' is not concurrency-safe because non-'Sendable' type 'LegacyTextColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let errorText16Color = LegacyTextColor.lightRed
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/LegacyTextColor.swift:6:13: note: consider making enum 'LegacyTextColor' conform to the 'Sendable' protocol
public enum LegacyTextColor {
            ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:193:16: note: add '@MainActor' to make static property 'errorText16Color' part of global actor 'MainActor'
    static let errorText16Color = LegacyTextColor.lightRed
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:193:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let errorText16Color = LegacyTextColor.lightRed
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:194:16: warning: static property 'criticalText16Color' is not concurrency-safe because non-'Sendable' type 'LegacyTextColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let criticalText16Color = LegacyTextColor.white
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/LegacyTextColor.swift:6:13: note: consider making enum 'LegacyTextColor' conform to the 'Sendable' protocol
public enum LegacyTextColor {
            ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:194:16: note: add '@MainActor' to make static property 'criticalText16Color' part of global actor 'MainActor'
    static let criticalText16Color = LegacyTextColor.white
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:194:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let criticalText16Color = LegacyTextColor.white
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:200:16: warning: static property 'criticalBackgroundColor' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    static let criticalBackgroundColor = Color(red: 255, green: 0, blue: 0)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/Color.swift:5:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:200:16: note: add '@MainActor' to make static property 'criticalBackgroundColor' part of global actor 'MainActor'
    static let criticalBackgroundColor = Color(red: 255, green: 0, blue: 0)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:200:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let criticalBackgroundColor = Color(red: 255, green: 0, blue: 0)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:206:16: warning: static property 'criticalBackground8Color' is not concurrency-safe because non-'Sendable' type 'LegacyBackgroundColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let criticalBackground8Color = LegacyBackgroundColor.red
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/LegacyBackgroundColor.swift:6:13: note: consider making enum 'LegacyBackgroundColor' conform to the 'Sendable' protocol
public enum LegacyBackgroundColor {
            ^
                                  : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:206:16: note: add '@MainActor' to make static property 'criticalBackground8Color' part of global actor 'MainActor'
    static let criticalBackground8Color = LegacyBackgroundColor.red
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:206:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let criticalBackground8Color = LegacyBackgroundColor.red
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:212:16: warning: static property 'criticalBackground16Color' is not concurrency-safe because non-'Sendable' type 'LegacyBackgroundColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let criticalBackground16Color = LegacyBackgroundColor.lightRed
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/LegacyBackgroundColor.swift:6:13: note: consider making enum 'LegacyBackgroundColor' conform to the 'Sendable' protocol
public enum LegacyBackgroundColor {
            ^
                                  : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:212:16: note: add '@MainActor' to make static property 'criticalBackground16Color' part of global actor 'MainActor'
    static let criticalBackground16Color = LegacyBackgroundColor.lightRed
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:212:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let criticalBackground16Color = LegacyBackgroundColor.lightRed
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ EscapeCode.swift,\ Formable.swift,\ Printable.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/EscapeCode.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/Formable.swift /Users/admin/builder/spi-builder-workspace/Sources/Protocols/Printable.swift (in target 'Senna' from project 'Senna')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Protocols/EscapeCode.swift (in target 'Senna' from project 'Senna')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64 Compiling\ StandardSink.swift,\ SystemLogSink.swift,\ Box.swift /Users/admin/builder/spi-builder-workspace/Sources/Sinks/StandardSink.swift /Users/admin/builder/spi-builder-workspace/Sources/Sinks/SystemLogSink.swift /Users/admin/builder/spi-builder-workspace/Sources/Types/Box.swift (in target 'Senna' from project 'Senna')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Sinks/StandardSink.swift (in target 'Senna' from project 'Senna')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Sinks/StandardSink.swift:76:13: warning: let 'STDOUT' is not concurrency-safe because non-'Sendable' type 'UnsafeMutablePointer<FILE>' (aka 'UnsafeMutablePointer<__sFILE>') may have shared mutable state; this is an error in the Swift 6 language mode
private let STDOUT = Darwin.stdout
            ^
Swift.UnsafeMutablePointer:1:23: note: generic struct 'UnsafeMutablePointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafeMutablePointer<Pointee> : Copyable where Pointee : ~Copyable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Sinks/StandardSink.swift:76:13: note: add '@MainActor' to make let 'STDOUT' part of global actor 'MainActor'
private let STDOUT = Darwin.stdout
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Sinks/StandardSink.swift:76:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let STDOUT = Darwin.stdout
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Sinks/StandardSink.swift:77:13: warning: let 'STDERR' is not concurrency-safe because non-'Sendable' type 'UnsafeMutablePointer<FILE>' (aka 'UnsafeMutablePointer<__sFILE>') may have shared mutable state; this is an error in the Swift 6 language mode
private let STDERR = Darwin.stderr
            ^
Swift.UnsafeMutablePointer:1:23: note: generic struct 'UnsafeMutablePointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafeMutablePointer<Pointee> : Copyable where Pointee : ~Copyable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Sinks/StandardSink.swift:77:13: note: add '@MainActor' to make let 'STDERR' part of global actor 'MainActor'
private let STDERR = Darwin.stderr
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Sinks/StandardSink.swift:77:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let STDERR = Darwin.stderr
            ^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Sinks/SystemLogSink.swift (in target 'Senna' from project 'Senna')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ Color.swift,\ Compatible.swift,\ Component.swift /Users/admin/builder/spi-builder-workspace/Sources/Types/Color.swift /Users/admin/builder/spi-builder-workspace/Sources/Types/Compatible.swift /Users/admin/builder/spi-builder-workspace/Sources/Types/Component.swift (in target 'Senna' from project 'Senna')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Types/Color.swift (in target 'Senna' from project 'Senna')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftEmitModule normal arm64 Emitting\ module\ for\ Senna (in target 'Senna' from project 'Senna')
EmitSwiftModule normal arm64 (in target 'Senna' from project 'Senna')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Implements/Handler.swift:10:16: warning: stored property 'sink' of 'Sendable'-conforming struct 'Handler' has non-sendable type 'any SinkCapable'; this is an error in the Swift 6 language mode
    public let sink: SinkCapable
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/SinkCapable.swift:7:17: note: protocol 'SinkCapable' does not conform to the 'Sendable' protocol
public protocol SinkCapable {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Handler.swift:11:16: warning: stored property 'formation' of 'Sendable'-conforming struct 'Handler' has non-sendable type 'any Formable'; this is an error in the Swift 6 language mode
    public let formation: Formable
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/Formable.swift:8:17: note: protocol 'Formable' does not conform to the 'Sendable' protocol
public protocol Formable {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:32:16: warning: static property 'standard' is not concurrency-safe because non-'Sendable' type 'Printer' may have shared mutable state; this is an error in the Swift 6 language mode
    static let standard = Printer(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:7:15: note: consider making struct 'Printer' conform to the 'Sendable' protocol
public struct Printer: Printable {
              ^
                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:32:16: note: add '@MainActor' to make static property 'standard' part of global actor 'MainActor'
    static let standard = Printer(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:32:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let standard = Printer(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:73:16: warning: static property 'xcode' is not concurrency-safe because non-'Sendable' type 'Printer?' may have shared mutable state; this is an error in the Swift 6 language mode
    static let xcode: Self? = nil
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:7:15: note: consider making struct 'Printer' conform to the 'Sendable' protocol
public struct Printer: Printable {
              ^
                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:73:16: note: add '@MainActor' to make static property 'xcode' part of global actor 'MainActor'
    static let xcode: Self? = nil
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:73:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let xcode: Self? = nil
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:75:16: warning: static property 'legacy8bit' is not concurrency-safe because non-'Sendable' type 'Printer' may have shared mutable state; this is an error in the Swift 6 language mode
    static let legacy8bit = Printer(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:7:15: note: consider making struct 'Printer' conform to the 'Sendable' protocol
public struct Printer: Printable {
              ^
                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:75:16: note: add '@MainActor' to make static property 'legacy8bit' part of global actor 'MainActor'
    static let legacy8bit = Printer(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:75:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let legacy8bit = Printer(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:118:16: warning: static property 'legacy16bit' is not concurrency-safe because non-'Sendable' type 'Printer' may have shared mutable state; this is an error in the Swift 6 language mode
    static let legacy16bit = Printer(
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:7:15: note: consider making struct 'Printer' conform to the 'Sendable' protocol
public struct Printer: Printable {
              ^
                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:118:16: note: add '@MainActor' to make static property 'legacy16bit' part of global actor 'MainActor'
    static let legacy16bit = Printer(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:118:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let legacy16bit = Printer(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:165:16: warning: static property 'traceTextColor' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    static let traceTextColor = Color(red: 150, green: 150, blue: 150)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/Color.swift:5:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:165:16: note: add '@MainActor' to make static property 'traceTextColor' part of global actor 'MainActor'
    static let traceTextColor = Color(red: 150, green: 150, blue: 150)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:165:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let traceTextColor = Color(red: 150, green: 150, blue: 150)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:166:16: warning: static property 'debugTextColor' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    static let debugTextColor = Color(red: 0, green: 255, blue: 127)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/Color.swift:5:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:166:16: note: add '@MainActor' to make static property 'debugTextColor' part of global actor 'MainActor'
    static let debugTextColor = Color(red: 0, green: 255, blue: 127)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:166:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let debugTextColor = Color(red: 0, green: 255, blue: 127)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:167:16: warning: static property 'infoTextColor' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    static let infoTextColor = Color(red: 99, green: 184, blue: 255)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/Color.swift:5:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:167:16: note: add '@MainActor' to make static property 'infoTextColor' part of global actor 'MainActor'
    static let infoTextColor = Color(red: 99, green: 184, blue: 255)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:167:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let infoTextColor = Color(red: 99, green: 184, blue: 255)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:168:16: warning: static property 'noticeTextColor' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    static let noticeTextColor = Color(red: 205, green: 0, blue: 205)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/Color.swift:5:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:168:16: note: add '@MainActor' to make static property 'noticeTextColor' part of global actor 'MainActor'
    static let noticeTextColor = Color(red: 205, green: 0, blue: 205)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:168:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let noticeTextColor = Color(red: 205, green: 0, blue: 205)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:169:16: warning: static property 'warningTextColor' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    static let warningTextColor = Color(red: 255, green: 255, blue: 0)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/Color.swift:5:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:169:16: note: add '@MainActor' to make static property 'warningTextColor' part of global actor 'MainActor'
    static let warningTextColor = Color(red: 255, green: 255, blue: 0)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:169:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let warningTextColor = Color(red: 255, green: 255, blue: 0)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:170:16: warning: static property 'errorTextColor' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    static let errorTextColor = Color(red: 255, green: 0, blue: 0)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/Color.swift:5:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:170:16: note: add '@MainActor' to make static property 'errorTextColor' part of global actor 'MainActor'
    static let errorTextColor = Color(red: 255, green: 0, blue: 0)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:170:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let errorTextColor = Color(red: 255, green: 0, blue: 0)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:176:16: warning: static property 'traceText8Color' is not concurrency-safe because non-'Sendable' type 'LegacyTextColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let traceText8Color = LegacyTextColor.lightGray
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/LegacyTextColor.swift:6:13: note: consider making enum 'LegacyTextColor' conform to the 'Sendable' protocol
public enum LegacyTextColor {
            ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:176:16: note: add '@MainActor' to make static property 'traceText8Color' part of global actor 'MainActor'
    static let traceText8Color = LegacyTextColor.lightGray
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:176:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let traceText8Color = LegacyTextColor.lightGray
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:177:16: warning: static property 'debugText8Color' is not concurrency-safe because non-'Sendable' type 'LegacyTextColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let debugText8Color = LegacyTextColor.green
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/LegacyTextColor.swift:6:13: note: consider making enum 'LegacyTextColor' conform to the 'Sendable' protocol
public enum LegacyTextColor {
            ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:177:16: note: add '@MainActor' to make static property 'debugText8Color' part of global actor 'MainActor'
    static let debugText8Color = LegacyTextColor.green
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:177:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let debugText8Color = LegacyTextColor.green
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:178:16: warning: static property 'infoText8Color' is not concurrency-safe because non-'Sendable' type 'LegacyTextColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let infoText8Color = LegacyTextColor.blue
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/LegacyTextColor.swift:6:13: note: consider making enum 'LegacyTextColor' conform to the 'Sendable' protocol
public enum LegacyTextColor {
            ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:178:16: note: add '@MainActor' to make static property 'infoText8Color' part of global actor 'MainActor'
    static let infoText8Color = LegacyTextColor.blue
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:178:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let infoText8Color = LegacyTextColor.blue
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:179:16: warning: static property 'noticeText8Color' is not concurrency-safe because non-'Sendable' type 'LegacyTextColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let noticeText8Color = LegacyTextColor.magenta
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/LegacyTextColor.swift:6:13: note: consider making enum 'LegacyTextColor' conform to the 'Sendable' protocol
public enum LegacyTextColor {
            ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:179:16: note: add '@MainActor' to make static property 'noticeText8Color' part of global actor 'MainActor'
    static let noticeText8Color = LegacyTextColor.magenta
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:179:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let noticeText8Color = LegacyTextColor.magenta
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:180:16: warning: static property 'warningText8Color' is not concurrency-safe because non-'Sendable' type 'LegacyTextColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let warningText8Color = LegacyTextColor.yellow
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/LegacyTextColor.swift:6:13: note: consider making enum 'LegacyTextColor' conform to the 'Sendable' protocol
public enum LegacyTextColor {
            ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:180:16: note: add '@MainActor' to make static property 'warningText8Color' part of global actor 'MainActor'
    static let warningText8Color = LegacyTextColor.yellow
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:180:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let warningText8Color = LegacyTextColor.yellow
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:181:16: warning: static property 'errorText8Color' is not concurrency-safe because non-'Sendable' type 'LegacyTextColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let errorText8Color = LegacyTextColor.red
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/LegacyTextColor.swift:6:13: note: consider making enum 'LegacyTextColor' conform to the 'Sendable' protocol
public enum LegacyTextColor {
            ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:181:16: note: add '@MainActor' to make static property 'errorText8Color' part of global actor 'MainActor'
    static let errorText8Color = LegacyTextColor.red
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:181:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let errorText8Color = LegacyTextColor.red
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:182:16: warning: static property 'criticalText8Color' is not concurrency-safe because non-'Sendable' type 'LegacyTextColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let criticalText8Color = LegacyTextColor.lightGray
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/LegacyTextColor.swift:6:13: note: consider making enum 'LegacyTextColor' conform to the 'Sendable' protocol
public enum LegacyTextColor {
            ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:182:16: note: add '@MainActor' to make static property 'criticalText8Color' part of global actor 'MainActor'
    static let criticalText8Color = LegacyTextColor.lightGray
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:182:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let criticalText8Color = LegacyTextColor.lightGray
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:188:16: warning: static property 'traceText16Color' is not concurrency-safe because non-'Sendable' type 'LegacyTextColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let traceText16Color = LegacyTextColor.darkGray
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/LegacyTextColor.swift:6:13: note: consider making enum 'LegacyTextColor' conform to the 'Sendable' protocol
public enum LegacyTextColor {
            ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:188:16: note: add '@MainActor' to make static property 'traceText16Color' part of global actor 'MainActor'
    static let traceText16Color = LegacyTextColor.darkGray
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:188:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let traceText16Color = LegacyTextColor.darkGray
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:189:16: warning: static property 'debugText16Color' is not concurrency-safe because non-'Sendable' type 'LegacyTextColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let debugText16Color = LegacyTextColor.lightGreen
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/LegacyTextColor.swift:6:13: note: consider making enum 'LegacyTextColor' conform to the 'Sendable' protocol
public enum LegacyTextColor {
            ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:189:16: note: add '@MainActor' to make static property 'debugText16Color' part of global actor 'MainActor'
    static let debugText16Color = LegacyTextColor.lightGreen
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:189:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let debugText16Color = LegacyTextColor.lightGreen
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:190:16: warning: static property 'infoText16Color' is not concurrency-safe because non-'Sendable' type 'LegacyTextColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let infoText16Color = LegacyTextColor.lightBlue
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/LegacyTextColor.swift:6:13: note: consider making enum 'LegacyTextColor' conform to the 'Sendable' protocol
public enum LegacyTextColor {
            ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:190:16: note: add '@MainActor' to make static property 'infoText16Color' part of global actor 'MainActor'
    static let infoText16Color = LegacyTextColor.lightBlue
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:190:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let infoText16Color = LegacyTextColor.lightBlue
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:191:16: warning: static property 'noticeText16Color' is not concurrency-safe because non-'Sendable' type 'LegacyTextColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let noticeText16Color = LegacyTextColor.lightMagenta
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/LegacyTextColor.swift:6:13: note: consider making enum 'LegacyTextColor' conform to the 'Sendable' protocol
public enum LegacyTextColor {
            ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:191:16: note: add '@MainActor' to make static property 'noticeText16Color' part of global actor 'MainActor'
    static let noticeText16Color = LegacyTextColor.lightMagenta
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:191:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let noticeText16Color = LegacyTextColor.lightMagenta
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:192:16: warning: static property 'warningText16Color' is not concurrency-safe because non-'Sendable' type 'LegacyTextColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let warningText16Color = LegacyTextColor.lightYellow
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/LegacyTextColor.swift:6:13: note: consider making enum 'LegacyTextColor' conform to the 'Sendable' protocol
public enum LegacyTextColor {
            ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:192:16: note: add '@MainActor' to make static property 'warningText16Color' part of global actor 'MainActor'
    static let warningText16Color = LegacyTextColor.lightYellow
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:192:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let warningText16Color = LegacyTextColor.lightYellow
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:193:16: warning: static property 'errorText16Color' is not concurrency-safe because non-'Sendable' type 'LegacyTextColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let errorText16Color = LegacyTextColor.lightRed
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/LegacyTextColor.swift:6:13: note: consider making enum 'LegacyTextColor' conform to the 'Sendable' protocol
public enum LegacyTextColor {
            ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:193:16: note: add '@MainActor' to make static property 'errorText16Color' part of global actor 'MainActor'
    static let errorText16Color = LegacyTextColor.lightRed
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:193:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let errorText16Color = LegacyTextColor.lightRed
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:194:16: warning: static property 'criticalText16Color' is not concurrency-safe because non-'Sendable' type 'LegacyTextColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let criticalText16Color = LegacyTextColor.white
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/LegacyTextColor.swift:6:13: note: consider making enum 'LegacyTextColor' conform to the 'Sendable' protocol
public enum LegacyTextColor {
            ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:194:16: note: add '@MainActor' to make static property 'criticalText16Color' part of global actor 'MainActor'
    static let criticalText16Color = LegacyTextColor.white
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:194:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let criticalText16Color = LegacyTextColor.white
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:200:16: warning: static property 'criticalBackgroundColor' is not concurrency-safe because non-'Sendable' type 'Color' may have shared mutable state; this is an error in the Swift 6 language mode
    static let criticalBackgroundColor = Color(red: 255, green: 0, blue: 0)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/Color.swift:5:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
              ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:200:16: note: add '@MainActor' to make static property 'criticalBackgroundColor' part of global actor 'MainActor'
    static let criticalBackgroundColor = Color(red: 255, green: 0, blue: 0)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:200:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let criticalBackgroundColor = Color(red: 255, green: 0, blue: 0)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:206:16: warning: static property 'criticalBackground8Color' is not concurrency-safe because non-'Sendable' type 'LegacyBackgroundColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let criticalBackground8Color = LegacyBackgroundColor.red
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/LegacyBackgroundColor.swift:6:13: note: consider making enum 'LegacyBackgroundColor' conform to the 'Sendable' protocol
public enum LegacyBackgroundColor {
            ^
                                  : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:206:16: note: add '@MainActor' to make static property 'criticalBackground8Color' part of global actor 'MainActor'
    static let criticalBackground8Color = LegacyBackgroundColor.red
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:206:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let criticalBackground8Color = LegacyBackgroundColor.red
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:212:16: warning: static property 'criticalBackground16Color' is not concurrency-safe because non-'Sendable' type 'LegacyBackgroundColor' may have shared mutable state; this is an error in the Swift 6 language mode
    static let criticalBackground16Color = LegacyBackgroundColor.lightRed
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Types/LegacyBackgroundColor.swift:6:13: note: consider making enum 'LegacyBackgroundColor' conform to the 'Sendable' protocol
public enum LegacyBackgroundColor {
            ^
                                  : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:212:16: note: add '@MainActor' to make static property 'criticalBackground16Color' part of global actor 'MainActor'
    static let criticalBackground16Color = LegacyBackgroundColor.lightRed
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Implements/Printer.swift:212:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let criticalBackground16Color = LegacyBackgroundColor.lightRed
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Sinks/StandardSink.swift:76:13: warning: let 'STDOUT' is not concurrency-safe because non-'Sendable' type 'UnsafeMutablePointer<FILE>' (aka 'UnsafeMutablePointer<__sFILE>') may have shared mutable state; this is an error in the Swift 6 language mode
private let STDOUT = Darwin.stdout
            ^
Swift.UnsafeMutablePointer:1:23: note: generic struct 'UnsafeMutablePointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafeMutablePointer<Pointee> : Copyable where Pointee : ~Copyable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Sinks/StandardSink.swift:76:13: note: add '@MainActor' to make let 'STDOUT' part of global actor 'MainActor'
private let STDOUT = Darwin.stdout
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Sinks/StandardSink.swift:76:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let STDOUT = Darwin.stdout
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Sinks/StandardSink.swift:77:13: warning: let 'STDERR' is not concurrency-safe because non-'Sendable' type 'UnsafeMutablePointer<FILE>' (aka 'UnsafeMutablePointer<__sFILE>') may have shared mutable state; this is an error in the Swift 6 language mode
private let STDERR = Darwin.stderr
            ^
Swift.UnsafeMutablePointer:1:23: note: generic struct 'UnsafeMutablePointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafeMutablePointer<Pointee> : Copyable where Pointee : ~Copyable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Sinks/StandardSink.swift:77:13: note: add '@MainActor' to make let 'STDERR' part of global actor 'MainActor'
private let STDERR = Darwin.stderr
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Sinks/StandardSink.swift:77:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let STDERR = Darwin.stderr
            ^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ ControlCode.swift,\ FileDescriptorTextOutputStream.swift,\ FloatFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/Types/ControlCode.swift /Users/admin/builder/spi-builder-workspace/Sources/Types/FileDescriptorTextOutputStream.swift /Users/admin/builder/spi-builder-workspace/Sources/Types/FloatFormatter.swift (in target 'Senna' from project 'Senna')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Types/ControlCode.swift (in target 'Senna' from project 'Senna')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftDriverJobDiscovery normal arm64 Compiling LogHandler.swift (in target 'Logging' from project 'swift-log')
SwiftCompile normal arm64 Compiling\ Style.swift,\ _Exported.swift /Users/admin/builder/spi-builder-workspace/Sources/Types/Style.swift /Users/admin/builder/spi-builder-workspace/Sources/_Exported.swift (in target 'Senna' from project 'Senna')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Types/Style.swift (in target 'Senna' from project 'Senna')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64 Compiling Locks.swift (in target 'Logging' from project 'swift-log')
SwiftCompile normal arm64 Compiling\ Logger.Senna.swift,\ Message.swift,\ Privacy.swift /Users/admin/builder/spi-builder-workspace/Sources/Types/Logger.Senna.swift /Users/admin/builder/spi-builder-workspace/Sources/Types/Message.swift /Users/admin/builder/spi-builder-workspace/Sources/Types/Privacy.swift (in target 'Senna' from project 'Senna')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Types/Logger.Senna.swift (in target 'Senna' from project 'Senna')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftDriverJobDiscovery normal arm64 Compiling MetadataProvider.swift (in target 'Logging' from project 'swift-log')
SwiftCompile normal arm64 Compiling\ FlushMode.swift,\ IntegerFormatter.swift,\ Interpolation.swift /Users/admin/builder/spi-builder-workspace/Sources/Types/FlushMode.swift /Users/admin/builder/spi-builder-workspace/Sources/Types/IntegerFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/Types/Interpolation.swift (in target 'Senna' from project 'Senna')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Types/FlushMode.swift (in target 'Senna' from project 'Senna')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftDriverJobDiscovery normal arm64 Compiling Logging.swift (in target 'Logging' from project 'swift-log')
SwiftCompile normal arm64 Compiling\ LegacyBackgroundColor.swift,\ LegacyTextColor.swift,\ LevelStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/Types/LegacyBackgroundColor.swift /Users/admin/builder/spi-builder-workspace/Sources/Types/LegacyTextColor.swift /Users/admin/builder/spi-builder-workspace/Sources/Types/LevelStyle.swift (in target 'Senna' from project 'Senna')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Types/LegacyBackgroundColor.swift (in target 'Senna' from project 'Senna')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftDriverJobDiscovery normal arm64 Compiling Style.swift, _Exported.swift (in target 'Senna' from project 'Senna')
SwiftDriver\ Compilation Logging normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Logging' from project 'swift-log')
    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 Logging -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/Objects-normal/arm64/Logging.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/Objects-normal/arm64/Logging-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/swift-log.build/Debug/Logging.build/Objects-normal/arm64/Logging.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swift_log -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/Objects-normal/arm64/Logging_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.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/swift-log.build/Debug/Logging.build/Objects-normal/arm64/Logging-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling StandardSink.swift, SystemLogSink.swift, Box.swift (in target 'Senna' from project 'Senna')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Logging.o normal (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/Objects-normal/arm64/Logging.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/Objects-normal/arm64/Logging_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/Objects-normal/arm64/Logging_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/Objects-normal/arm64/Logging.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Logging.o
SwiftDriverJobDiscovery normal arm64 Compiling ControlCode.swift, FileDescriptorTextOutputStream.swift, FloatFormatter.swift (in target 'Senna' from project 'Senna')
ExtractAppIntentsMetadata (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    /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 Logging --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier swift-log.Logging --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Logging.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Logging.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/Objects-normal/arm64/Logging_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/Objects-normal/arm64/Logging.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/Logging.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/Logging.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug/Logging.build/Objects-normal/arm64/Logging.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 13:32:25.192 appintentsmetadataprocessor[762:4182] Starting appintentsmetadataprocessor export
2025-04-27 13:32:25.239 appintentsmetadataprocessor[762:4182] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Emitting module for Senna (in target 'Senna' from project 'Senna')
SwiftDriver\ Compilation\ Requirements Senna normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Senna' from project 'Senna')
    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 Senna -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/Objects-normal/arm64/Senna.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/Objects-normal/arm64/Senna-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/Senna.build/Debug/Senna.build/Objects-normal/arm64/Senna.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/Senna.build/Debug/Senna.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/Objects-normal/arm64/Senna_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.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/Senna.build/Debug/Senna.build/Objects-normal/arm64/Senna-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/Senna-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/Objects-normal/arm64/Senna-Swift.h (in target 'Senna' from project 'Senna')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/Objects-normal/arm64/Senna-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Senna-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Senna.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/Objects-normal/arm64/Senna.swiftmodule (in target 'Senna' from project 'Senna')
    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/Senna.build/Debug/Senna.build/Objects-normal/arm64/Senna.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Senna.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Senna.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/Objects-normal/arm64/Senna.swiftdoc (in target 'Senna' from project 'Senna')
    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/Senna.build/Debug/Senna.build/Objects-normal/arm64/Senna.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Senna.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Senna.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/Objects-normal/arm64/Senna.abi.json (in target 'Senna' from project 'Senna')
    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/Senna.build/Debug/Senna.build/Objects-normal/arm64/Senna.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Senna.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Senna.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/Objects-normal/arm64/Senna.swiftsourceinfo (in target 'Senna' from project 'Senna')
    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/Senna.build/Debug/Senna.build/Objects-normal/arm64/Senna.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Senna.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Logger.Senna.swift, Message.swift, Privacy.swift (in target 'Senna' from project 'Senna')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Logging.o (in target 'Logging' from project 'swift-log')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Logging.o
SwiftDriverJobDiscovery normal arm64 Compiling LegacyBackgroundColor.swift, LegacyTextColor.swift, LevelStyle.swift (in target 'Senna' from project 'Senna')
SwiftDriverJobDiscovery normal arm64 Compiling SinkCapable.swift, FileSink.swift, OSLogSink.swift (in target 'Senna' from project 'Senna')
SwiftDriverJobDiscovery normal arm64 Compiling EscapeCode.swift, Formable.swift, Printable.swift (in target 'Senna' from project 'Senna')
SwiftDriverJobDiscovery normal arm64 Compiling Color.swift, Compatible.swift, Component.swift (in target 'Senna' from project 'Senna')
SwiftDriverJobDiscovery normal arm64 Compiling Formation.swift, Handler.swift, Printer.swift (in target 'Senna' from project 'Senna')
SwiftDriverJobDiscovery normal arm64 Compiling FlushMode.swift, IntegerFormatter.swift, Interpolation.swift (in target 'Senna' from project 'Senna')
SwiftDriver\ Compilation Senna normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Senna' from project 'Senna')
    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 Senna -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/Objects-normal/arm64/Senna.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/Objects-normal/arm64/Senna-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/Senna.build/Debug/Senna.build/Objects-normal/arm64/Senna.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/Senna.build/Debug/Senna.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/Objects-normal/arm64/Senna_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.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/Senna.build/Debug/Senna.build/Objects-normal/arm64/Senna-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Senna.o normal (in target 'Senna' from project 'Senna')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/Objects-normal/arm64/Senna.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/Objects-normal/arm64/Senna_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/Objects-normal/arm64/Senna_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/Objects-normal/arm64/Senna.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Senna.o
ExtractAppIntentsMetadata (in target 'Senna' from project 'Senna')
    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 Senna --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier spi-builder-workspace.Senna --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Senna.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Senna.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/Objects-normal/arm64/Senna_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/Objects-normal/arm64/Senna.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/Senna.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/Senna.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Senna.build/Debug/Senna.build/Objects-normal/arm64/Senna.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 13:32:26.027 appintentsmetadataprocessor[765:4215] Starting appintentsmetadataprocessor export
2025-04-27 13:32:26.062 appintentsmetadataprocessor[765:4215] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Senna.o (in target 'Senna' from project 'Senna')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Senna.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:7f8011569b5d2ec5e00a3ee6b2e1c3936b00a51a, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:7f8011569b5d2ec5e00a3ee6b2e1c3936b00a51a, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:7f8011569b5d2ec5e00a3ee6b2e1c3936b00a51a, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:7f8011569b5d2ec5e00a3ee6b2e1c3936b00a51a, name:My Mac }
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "Senna",
  "name" : "Senna",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Senna",
      "targets" : [
        "Senna"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SennaTests",
      "module_type" : "SwiftTarget",
      "name" : "SennaTests",
      "path" : "Tests",
      "sources" : [
        "ColorTests.swift",
        "FileSinkTests.swift",
        "LoggerSennaTests.swift",
        "MultiHandlerTests.swift",
        "OSLogSinkTests.swift",
        "PrinterTests.swift",
        "ReadmeTests.swift",
        "StandardSinkTests.swift",
        "SystemLogSinkTests.swift"
      ],
      "target_dependencies" : [
        "Senna"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Senna",
      "module_type" : "SwiftTarget",
      "name" : "Senna",
      "path" : "Sources",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "Senna"
      ],
      "sources" : [
        "Implements/Formation.swift",
        "Implements/Handler.swift",
        "Implements/Printer.swift",
        "Protocols/EscapeCode.swift",
        "Protocols/Formable.swift",
        "Protocols/Printable.swift",
        "Protocols/SinkCapable.swift",
        "Sinks/FileSink.swift",
        "Sinks/OSLogSink.swift",
        "Sinks/StandardSink.swift",
        "Sinks/SystemLogSink.swift",
        "Types/Box.swift",
        "Types/Color.swift",
        "Types/Compatible.swift",
        "Types/Component.swift",
        "Types/ControlCode.swift",
        "Types/FileDescriptorTextOutputStream.swift",
        "Types/FloatFormatter.swift",
        "Types/FlushMode.swift",
        "Types/IntegerFormatter.swift",
        "Types/Interpolation.swift",
        "Types/LegacyBackgroundColor.swift",
        "Types/LegacyTextColor.swift",
        "Types/LevelStyle.swift",
        "Types/Logger.Senna.swift",
        "Types/Message.swift",
        "Types/Privacy.swift",
        "Types/Style.swift",
        "_Exported.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.