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 UBJSONSerialization, reference main (9c1a27), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 27 Apr 2025 11:57:12 UTC.

Swift 6 data race errors: 18

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme UBJSONSerialization -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/frizlab/ubjsonserialization.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/frizlab/ubjsonserialization
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9c1a270 Fix trivial warnings
Cloned https://github.com/frizlab/ubjsonserialization.git
Revision (git rev-parse @):
9c1a27000da268931345b131d4105ca1ff9153b5
SUCCESS checkout https://github.com/frizlab/ubjsonserialization.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/frizlab/ubjsonserialization.git
https://github.com/frizlab/ubjsonserialization.git
{
  "dependencies" : [
    {
      "identity" : "stream-reader",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Frizlab/stream-reader.git"
    }
  ],
  "manifest_display_name" : "UBJSONSerialization",
  "name" : "UBJSONSerialization",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "UBJSONSerialization",
      "targets" : [
        "UBJSONSerialization"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UBJSONSerializationTests",
      "module_type" : "SwiftTarget",
      "name" : "UBJSONSerializationTests",
      "path" : "Tests/UBJSONSerializationTests",
      "sources" : [
        "HighPrecisionNumberTests.swift",
        "TestHelpers.swift",
        "UBJSONSerializationTests.swift",
        "UBJSONSpec8SerializationTests.swift"
      ],
      "target_dependencies" : [
        "UBJSONSerialization"
      ],
      "type" : "test"
    },
    {
      "c99name" : "UBJSONSerialization",
      "module_type" : "SwiftTarget",
      "name" : "UBJSONSerialization",
      "path" : "Sources/UBJSONSerialization",
      "product_dependencies" : [
        "StreamReader"
      ],
      "product_memberships" : [
        "UBJSONSerialization"
      ],
      "sources" : [
        "HighPrecisionNumber.swift",
        "Nop.swift",
        "UBJSONSerialization.swift",
        "UBJSONSerializationErrors.swift",
        "UBJSONSpec8Serialization.swift",
        "Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
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/Frizlab/stream-reader.git
Creating working copy of package ‘stream-reader’
Checking out 3.6.1 of package ‘stream-reader’
Resolve Package Graph
Resolved source packages:
  UBJSONSerialization: /Users/admin/builder/spi-builder-workspace
  stream-reader: https://github.com/Frizlab/stream-reader.git @ 3.6.1
resolved source packages: UBJSONSerialization, stream-reader
{
  "dependencies" : [
    {
      "identity" : "stream-reader",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Frizlab/stream-reader.git"
    }
  ],
  "manifest_display_name" : "UBJSONSerialization",
  "name" : "UBJSONSerialization",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "UBJSONSerialization",
      "targets" : [
        "UBJSONSerialization"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UBJSONSerializationTests",
      "module_type" : "SwiftTarget",
      "name" : "UBJSONSerializationTests",
      "path" : "Tests/UBJSONSerializationTests",
      "sources" : [
        "HighPrecisionNumberTests.swift",
        "TestHelpers.swift",
        "UBJSONSerializationTests.swift",
        "UBJSONSpec8SerializationTests.swift"
      ],
      "target_dependencies" : [
        "UBJSONSerialization"
      ],
      "type" : "test"
    },
    {
      "c99name" : "UBJSONSerialization",
      "module_type" : "SwiftTarget",
      "name" : "UBJSONSerialization",
      "path" : "Sources/UBJSONSerialization",
      "product_dependencies" : [
        "StreamReader"
      ],
      "product_memberships" : [
        "UBJSONSerialization"
      ],
      "sources" : [
        "HighPrecisionNumber.swift",
        "Nop.swift",
        "UBJSONSerialization.swift",
        "UBJSONSerializationErrors.swift",
        "UBJSONSpec8Serialization.swift",
        "Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "UBJSONSerialization"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme UBJSONSerialization -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 UBJSONSerialization -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:
  UBJSONSerialization: /Users/admin/builder/spi-builder-workspace
  stream-reader: https://github.com/Frizlab/stream-reader.git @ 3.6.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'UBJSONSerialization' in project 'UBJSONSerialization'
        ➜ Explicit dependency on target 'UBJSONSerialization' in project 'UBJSONSerialization'
        ➜ Explicit dependency on target 'StreamReader' in project 'stream-reader'
    Target 'UBJSONSerialization' in project 'UBJSONSerialization'
        ➜ Explicit dependency on target 'StreamReader' in project 'stream-reader'
    Target 'StreamReader' in project 'stream-reader'
        ➜ Explicit dependency on target 'StreamReader' in project 'stream-reader'
    Target 'StreamReader' in project 'stream-reader' (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
Build description signature: 24724f570e9ed1b50a9ba53318fbb3c9
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/24724f570e9ed1b50a9ba53318fbb3c9.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/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/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
    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/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/stream-reader.build/Debug/StreamReader.build/StreamReader.modulemap (in target 'StreamReader' from project 'stream-reader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/stream-reader
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stream-reader.build/Debug/StreamReader.build/StreamReader.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stream-reader.build/Debug/StreamReader.build/Objects-normal/arm64/StreamReader_const_extract_protocols.json (in target 'StreamReader' from project 'stream-reader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/stream-reader
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stream-reader.build/Debug/StreamReader.build/Objects-normal/arm64/StreamReader_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stream-reader.build/Debug/StreamReader.build/Objects-normal/arm64/StreamReader.LinkFileList (in target 'StreamReader' from project 'stream-reader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/stream-reader
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stream-reader.build/Debug/StreamReader.build/Objects-normal/arm64/StreamReader.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stream-reader.build/Debug/StreamReader.build/Objects-normal/arm64/StreamReader.SwiftConstValuesFileList (in target 'StreamReader' from project 'stream-reader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/stream-reader
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stream-reader.build/Debug/StreamReader.build/Objects-normal/arm64/StreamReader.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UBJSONSerialization.build/Debug/UBJSONSerialization.build/UBJSONSerialization.DependencyStaticMetadataFileList (in target 'UBJSONSerialization' from project 'UBJSONSerialization')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UBJSONSerialization.build/Debug/UBJSONSerialization.build/UBJSONSerialization.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UBJSONSerialization.build/Debug/UBJSONSerialization.build/UBJSONSerialization.modulemap (in target 'UBJSONSerialization' from project 'UBJSONSerialization')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UBJSONSerialization.build/Debug/UBJSONSerialization.build/UBJSONSerialization.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UBJSONSerialization.build/Debug/UBJSONSerialization.build/UBJSONSerialization.DependencyMetadataFileList (in target 'UBJSONSerialization' from project 'UBJSONSerialization')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UBJSONSerialization.build/Debug/UBJSONSerialization.build/UBJSONSerialization.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stream-reader.build/Debug/StreamReader.build/Objects-normal/arm64/StreamReader.SwiftFileList (in target 'StreamReader' from project 'stream-reader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/stream-reader
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stream-reader.build/Debug/StreamReader.build/Objects-normal/arm64/StreamReader.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UBJSONSerialization.build/Debug/UBJSONSerialization.build/Objects-normal/arm64/UBJSONSerialization_const_extract_protocols.json (in target 'UBJSONSerialization' from project 'UBJSONSerialization')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UBJSONSerialization.build/Debug/UBJSONSerialization.build/Objects-normal/arm64/UBJSONSerialization_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UBJSONSerialization.build/Debug/UBJSONSerialization.build/Objects-normal/arm64/UBJSONSerialization.SwiftFileList (in target 'UBJSONSerialization' from project 'UBJSONSerialization')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UBJSONSerialization.build/Debug/UBJSONSerialization.build/Objects-normal/arm64/UBJSONSerialization.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UBJSONSerialization.build/Debug/UBJSONSerialization.build/Objects-normal/arm64/UBJSONSerialization.SwiftConstValuesFileList (in target 'UBJSONSerialization' from project 'UBJSONSerialization')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UBJSONSerialization.build/Debug/UBJSONSerialization.build/Objects-normal/arm64/UBJSONSerialization.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UBJSONSerialization.build/Debug/UBJSONSerialization.build/Objects-normal/arm64/UBJSONSerialization.LinkFileList (in target 'UBJSONSerialization' from project 'UBJSONSerialization')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UBJSONSerialization.build/Debug/UBJSONSerialization.build/Objects-normal/arm64/UBJSONSerialization.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UBJSONSerialization.build/Debug/UBJSONSerialization.build/Objects-normal/arm64/UBJSONSerialization-OutputFileMap.json (in target 'UBJSONSerialization' from project 'UBJSONSerialization')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UBJSONSerialization.build/Debug/UBJSONSerialization.build/Objects-normal/arm64/UBJSONSerialization-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stream-reader.build/Debug/StreamReader.build/StreamReader.DependencyStaticMetadataFileList (in target 'StreamReader' from project 'stream-reader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/stream-reader
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stream-reader.build/Debug/StreamReader.build/StreamReader.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stream-reader.build/Debug/StreamReader.build/StreamReader.DependencyMetadataFileList (in target 'StreamReader' from project 'stream-reader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/stream-reader
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stream-reader.build/Debug/StreamReader.build/StreamReader.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stream-reader.build/Debug/StreamReader.build/Objects-normal/arm64/StreamReader-OutputFileMap.json (in target 'StreamReader' from project 'stream-reader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/stream-reader
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stream-reader.build/Debug/StreamReader.build/Objects-normal/arm64/StreamReader-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/StreamReader.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stream-reader.build/Debug/StreamReader.build/StreamReader.modulemap (in target 'StreamReader' from project 'stream-reader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/stream-reader
    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/stream-reader.build/Debug/StreamReader.build/StreamReader.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/UBJSONSerialization.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UBJSONSerialization.build/Debug/UBJSONSerialization.build/UBJSONSerialization.modulemap (in target 'UBJSONSerialization' from project 'UBJSONSerialization')
    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/UBJSONSerialization.build/Debug/UBJSONSerialization.build/UBJSONSerialization.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
SwiftDriver StreamReader normal arm64 com.apple.xcode.tools.swift.compiler (in target 'StreamReader' from project 'stream-reader')
    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 StreamReader -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stream-reader.build/Debug/StreamReader.build/Objects-normal/arm64/StreamReader.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/stream-reader.build/Debug/StreamReader.build/Objects-normal/arm64/StreamReader-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/stream-reader.build/Debug/StreamReader.build/Objects-normal/arm64/StreamReader.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/stream-reader.build/Debug/StreamReader.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stream-reader.build/Debug/StreamReader.build/Objects-normal/arm64/StreamReader_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/stream-reader.build/Debug/StreamReader.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stream-reader.build/Debug/StreamReader.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stream-reader.build/Debug/StreamReader.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/stream-reader.build/Debug/StreamReader.build/Objects-normal/arm64/StreamReader-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ DataReader.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/stream-reader/Sources/StreamReader/Implementations/DataReader.swift (in target 'StreamReader' from project 'stream-reader')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/stream-reader/Sources/StreamReader/Implementations/DataReader.swift (in target 'StreamReader' from project 'stream-reader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ StreamReaderErrors.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/stream-reader/Sources/StreamReader/Core/StreamReaderErrors.swift (in target 'StreamReader' from project 'stream-reader')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/stream-reader/Sources/StreamReader/Core/StreamReaderErrors.swift (in target 'StreamReader' from project 'stream-reader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ InputStreamReader.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/stream-reader/Sources/StreamReader/Conveniences/InputStreamReader.swift (in target 'StreamReader' from project 'stream-reader')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/stream-reader/Sources/StreamReader/Conveniences/InputStreamReader.swift (in target 'StreamReader' from project 'stream-reader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ GenericStreamReader.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/stream-reader/Sources/StreamReader/Implementations/GenericStreamReader.swift (in target 'StreamReader' from project 'stream-reader')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/stream-reader/Sources/StreamReader/Implementations/GenericStreamReader.swift (in target 'StreamReader' from project 'stream-reader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ URLSessionStreamTaskReader.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/stream-reader/Sources/StreamReader/Conveniences/URLSessionStreamTaskReader.swift (in target 'StreamReader' from project 'stream-reader')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/stream-reader/Sources/StreamReader/Conveniences/URLSessionStreamTaskReader.swift (in target 'StreamReader' from project 'stream-reader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64 Compiling\ FileHandleReader.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/stream-reader/Sources/StreamReader/Conveniences/FileHandleReader.swift (in target 'StreamReader' from project 'stream-reader')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/stream-reader/Sources/StreamReader/Conveniences/FileHandleReader.swift (in target 'StreamReader' from project 'stream-reader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ FileDescriptorReader.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/stream-reader/Sources/StreamReader/Conveniences/FileDescriptorReader.swift (in target 'StreamReader' from project 'stream-reader')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/stream-reader/Sources/StreamReader/Conveniences/FileDescriptorReader.swift (in target 'StreamReader' from project 'stream-reader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for StreamReader (in target 'StreamReader' from project 'stream-reader')
SwiftDriver\ Compilation\ Requirements StreamReader normal arm64 com.apple.xcode.tools.swift.compiler (in target 'StreamReader' from project 'stream-reader')
    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 StreamReader -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stream-reader.build/Debug/StreamReader.build/Objects-normal/arm64/StreamReader.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/stream-reader.build/Debug/StreamReader.build/Objects-normal/arm64/StreamReader-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/stream-reader.build/Debug/StreamReader.build/Objects-normal/arm64/StreamReader.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/stream-reader.build/Debug/StreamReader.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stream-reader.build/Debug/StreamReader.build/Objects-normal/arm64/StreamReader_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/stream-reader.build/Debug/StreamReader.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stream-reader.build/Debug/StreamReader.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stream-reader.build/Debug/StreamReader.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/stream-reader.build/Debug/StreamReader.build/Objects-normal/arm64/StreamReader-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/StreamReader-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stream-reader.build/Debug/StreamReader.build/Objects-normal/arm64/StreamReader-Swift.h (in target 'StreamReader' from project 'stream-reader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/stream-reader
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stream-reader.build/Debug/StreamReader.build/Objects-normal/arm64/StreamReader-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/StreamReader-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/StreamReader.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stream-reader.build/Debug/StreamReader.build/Objects-normal/arm64/StreamReader.swiftmodule (in target 'StreamReader' from project 'stream-reader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/stream-reader
    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/stream-reader.build/Debug/StreamReader.build/Objects-normal/arm64/StreamReader.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/StreamReader.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/StreamReader.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stream-reader.build/Debug/StreamReader.build/Objects-normal/arm64/StreamReader.swiftdoc (in target 'StreamReader' from project 'stream-reader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/stream-reader
    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/stream-reader.build/Debug/StreamReader.build/Objects-normal/arm64/StreamReader.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/StreamReader.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/StreamReader.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stream-reader.build/Debug/StreamReader.build/Objects-normal/arm64/StreamReader.abi.json (in target 'StreamReader' from project 'stream-reader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/stream-reader
    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/stream-reader.build/Debug/StreamReader.build/Objects-normal/arm64/StreamReader.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/StreamReader.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/StreamReader.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stream-reader.build/Debug/StreamReader.build/Objects-normal/arm64/StreamReader.swiftsourceinfo (in target 'StreamReader' from project 'stream-reader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/stream-reader
    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/stream-reader.build/Debug/StreamReader.build/Objects-normal/arm64/StreamReader.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/StreamReader.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriver UBJSONSerialization normal arm64 com.apple.xcode.tools.swift.compiler (in target 'UBJSONSerialization' from project 'UBJSONSerialization')
    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 UBJSONSerialization -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UBJSONSerialization.build/Debug/UBJSONSerialization.build/Objects-normal/arm64/UBJSONSerialization.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/UBJSONSerialization.build/Debug/UBJSONSerialization.build/Objects-normal/arm64/UBJSONSerialization-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/UBJSONSerialization.build/Debug/UBJSONSerialization.build/Objects-normal/arm64/UBJSONSerialization.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/UBJSONSerialization.build/Debug/UBJSONSerialization.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UBJSONSerialization.build/Debug/UBJSONSerialization.build/Objects-normal/arm64/UBJSONSerialization_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/UBJSONSerialization.build/Debug/UBJSONSerialization.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UBJSONSerialization.build/Debug/UBJSONSerialization.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UBJSONSerialization.build/Debug/UBJSONSerialization.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/UBJSONSerialization.build/Debug/UBJSONSerialization.build/Objects-normal/arm64/UBJSONSerialization-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ UBJSONSerialization (in target 'UBJSONSerialization' from project 'UBJSONSerialization')
EmitSwiftModule normal arm64 (in target 'UBJSONSerialization' from project 'UBJSONSerialization')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/Nop.swift:21:20: warning: static property 'sharedNop' is not concurrency-safe because non-'Sendable' type 'Nop' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let sharedNop = Nop()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/Nop.swift:19:15: note: consider making struct 'Nop' conform to the 'Sendable' protocol
public struct Nop : Equatable {
              ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/Nop.swift:21:20: note: add '@MainActor' to make static property 'sharedNop' part of global actor 'MainActor'
        public static let sharedNop = Nop()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/Nop.swift:21:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let sharedNop = Nop()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:27:21: warning: static property 'keepIntPrecision' is not concurrency-safe because non-'Sendable' type 'UBJSONSerialization.ReadingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
                public static let keepIntPrecision = ReadingOptions(rawValue: 1 << 0)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:21:16: note: consider making struct 'ReadingOptions' conform to the 'Sendable' protocol
        public struct ReadingOptions : OptionSet {
                      ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:27:21: note: add '@MainActor' to make static property 'keepIntPrecision' part of global actor 'MainActor'
                public static let keepIntPrecision = ReadingOptions(rawValue: 1 << 0)
                                  ^
                @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:27:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                public static let keepIntPrecision = ReadingOptions(rawValue: 1 << 0)
                                  ^
                nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:38:21: warning: static property 'allowHighPrecisionNumbers' is not concurrency-safe because non-'Sendable' type 'UBJSONSerialization.ReadingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
                public static let allowHighPrecisionNumbers = ReadingOptions(rawValue: 1 << 1)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:21:16: note: consider making struct 'ReadingOptions' conform to the 'Sendable' protocol
        public struct ReadingOptions : OptionSet {
                      ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:38:21: note: add '@MainActor' to make static property 'allowHighPrecisionNumbers' part of global actor 'MainActor'
                public static let allowHighPrecisionNumbers = ReadingOptions(rawValue: 1 << 1)
                                  ^
                @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:38:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                public static let allowHighPrecisionNumbers = ReadingOptions(rawValue: 1 << 1)
                                  ^
                nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:46:21: warning: static property 'returnNopElements' is not concurrency-safe because non-'Sendable' type 'UBJSONSerialization.ReadingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
                public static let returnNopElements = ReadingOptions(rawValue: 1 << 2)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:21:16: note: consider making struct 'ReadingOptions' conform to the 'Sendable' protocol
        public struct ReadingOptions : OptionSet {
                      ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:46:21: note: add '@MainActor' to make static property 'returnNopElements' part of global actor 'MainActor'
                public static let returnNopElements = ReadingOptions(rawValue: 1 << 2)
                                  ^
                @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:46:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                public static let returnNopElements = ReadingOptions(rawValue: 1 << 2)
                                  ^
                nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:57:21: warning: static property 'keepNopElementsInArrays' is not concurrency-safe because non-'Sendable' type 'UBJSONSerialization.ReadingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
                public static let keepNopElementsInArrays = ReadingOptions(rawValue: 1 << 3)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:21:16: note: consider making struct 'ReadingOptions' conform to the 'Sendable' protocol
        public struct ReadingOptions : OptionSet {
                      ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:57:21: note: add '@MainActor' to make static property 'keepNopElementsInArrays' part of global actor 'MainActor'
                public static let keepNopElementsInArrays = ReadingOptions(rawValue: 1 << 3)
                                  ^
                @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:57:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                public static let keepNopElementsInArrays = ReadingOptions(rawValue: 1 << 3)
                                  ^
                nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:72:21: warning: static property 'normalizeHighPrecisionNumbers' is not concurrency-safe because non-'Sendable' type 'UBJSONSerialization.WritingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
                public static let normalizeHighPrecisionNumbers = WritingOptions(rawValue: 1 << 0)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:65:16: note: consider making struct 'WritingOptions' conform to the 'Sendable' protocol
        public struct WritingOptions : OptionSet {
                      ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:72:21: note: add '@MainActor' to make static property 'normalizeHighPrecisionNumbers' part of global actor 'MainActor'
                public static let normalizeHighPrecisionNumbers = WritingOptions(rawValue: 1 << 0)
                                  ^
                @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:72:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                public static let normalizeHighPrecisionNumbers = WritingOptions(rawValue: 1 << 0)
                                  ^
                nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:79:21: warning: static property 'optimizeIntsForSize' is not concurrency-safe because non-'Sendable' type 'UBJSONSerialization.WritingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
                public static let optimizeIntsForSize = WritingOptions(rawValue: 1 << 1)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:65:16: note: consider making struct 'WritingOptions' conform to the 'Sendable' protocol
        public struct WritingOptions : OptionSet {
                      ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:79:21: note: add '@MainActor' to make static property 'optimizeIntsForSize' part of global actor 'MainActor'
                public static let optimizeIntsForSize = WritingOptions(rawValue: 1 << 1)
                                  ^
                @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:79:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                public static let optimizeIntsForSize = WritingOptions(rawValue: 1 << 1)
                                  ^
                nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:87:21: warning: static property 'skipNopElementsInArrays' is not concurrency-safe because non-'Sendable' type 'UBJSONSerialization.WritingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
                public static let skipNopElementsInArrays = WritingOptions(rawValue: 1 << 2)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:65:16: note: consider making struct 'WritingOptions' conform to the 'Sendable' protocol
        public struct WritingOptions : OptionSet {
                      ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:87:21: note: add '@MainActor' to make static property 'skipNopElementsInArrays' part of global actor 'MainActor'
                public static let skipNopElementsInArrays = WritingOptions(rawValue: 1 << 2)
                                  ^
                @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:87:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                public static let skipNopElementsInArrays = WritingOptions(rawValue: 1 << 2)
                                  ^
                nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:98:21: warning: static property 'enableContainerOptimization' is not concurrency-safe because non-'Sendable' type 'UBJSONSerialization.WritingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
                public static let enableContainerOptimization = WritingOptions(rawValue: 1 << 3)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:65:16: note: consider making struct 'WritingOptions' conform to the 'Sendable' protocol
        public struct WritingOptions : OptionSet {
                      ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:98:21: note: add '@MainActor' to make static property 'enableContainerOptimization' part of global actor 'MainActor'
                public static let enableContainerOptimization = WritingOptions(rawValue: 1 << 3)
                                  ^
                @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:98:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                public static let enableContainerOptimization = WritingOptions(rawValue: 1 << 3)
                                  ^
                nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerializationErrors.swift:49:7: warning: associated value 'invalidUBJSONObject(invalidElement:)' of 'Sendable'-conforming enum 'UBJSONSerializationError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
        case invalidUBJSONObject(invalidElement: Any)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:27:21: warning: static property 'keepIntPrecision' is not concurrency-safe because non-'Sendable' type 'UBJSONSpec8Serialization.ReadingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
                public static let keepIntPrecision = ReadingOptions(rawValue: 1 << 0)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:21:16: note: consider making struct 'ReadingOptions' conform to the 'Sendable' protocol
        public struct ReadingOptions : OptionSet {
                      ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:27:21: note: add '@MainActor' to make static property 'keepIntPrecision' part of global actor 'MainActor'
                public static let keepIntPrecision = ReadingOptions(rawValue: 1 << 0)
                                  ^
                @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:27:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                public static let keepIntPrecision = ReadingOptions(rawValue: 1 << 0)
                                  ^
                nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:38:21: warning: static property 'allowHighPrecisionNumbers' is not concurrency-safe because non-'Sendable' type 'UBJSONSpec8Serialization.ReadingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
                public static let allowHighPrecisionNumbers = ReadingOptions(rawValue: 1 << 1)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:21:16: note: consider making struct 'ReadingOptions' conform to the 'Sendable' protocol
        public struct ReadingOptions : OptionSet {
                      ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:38:21: note: add '@MainActor' to make static property 'allowHighPrecisionNumbers' part of global actor 'MainActor'
                public static let allowHighPrecisionNumbers = ReadingOptions(rawValue: 1 << 1)
                                  ^
                @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:38:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                public static let allowHighPrecisionNumbers = ReadingOptions(rawValue: 1 << 1)
                                  ^
                nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:46:21: warning: static property 'returnNopElements' is not concurrency-safe because non-'Sendable' type 'UBJSONSpec8Serialization.ReadingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
                public static let returnNopElements = ReadingOptions(rawValue: 1 << 2)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:21:16: note: consider making struct 'ReadingOptions' conform to the 'Sendable' protocol
        public struct ReadingOptions : OptionSet {
                      ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:46:21: note: add '@MainActor' to make static property 'returnNopElements' part of global actor 'MainActor'
                public static let returnNopElements = ReadingOptions(rawValue: 1 << 2)
                                  ^
                @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:46:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                public static let returnNopElements = ReadingOptions(rawValue: 1 << 2)
                                  ^
                nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:58:21: warning: static property 'keepNopElementsInArrays' is not concurrency-safe because non-'Sendable' type 'UBJSONSpec8Serialization.ReadingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
                public static let keepNopElementsInArrays = ReadingOptions(rawValue: 1 << 3)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:21:16: note: consider making struct 'ReadingOptions' conform to the 'Sendable' protocol
        public struct ReadingOptions : OptionSet {
                      ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:58:21: note: add '@MainActor' to make static property 'keepNopElementsInArrays' part of global actor 'MainActor'
                public static let keepNopElementsInArrays = ReadingOptions(rawValue: 1 << 3)
                                  ^
                @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:58:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                public static let keepNopElementsInArrays = ReadingOptions(rawValue: 1 << 3)
                                  ^
                nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:73:21: warning: static property 'normalizeHighPrecisionNumbers' is not concurrency-safe because non-'Sendable' type 'UBJSONSpec8Serialization.WritingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
                public static let normalizeHighPrecisionNumbers = WritingOptions(rawValue: 1 << 0)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:66:16: note: consider making struct 'WritingOptions' conform to the 'Sendable' protocol
        public struct WritingOptions : OptionSet {
                      ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:73:21: note: add '@MainActor' to make static property 'normalizeHighPrecisionNumbers' part of global actor 'MainActor'
                public static let normalizeHighPrecisionNumbers = WritingOptions(rawValue: 1 << 0)
                                  ^
                @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:73:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                public static let normalizeHighPrecisionNumbers = WritingOptions(rawValue: 1 << 0)
                                  ^
                nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:80:21: warning: static property 'optimizeIntsForSize' is not concurrency-safe because non-'Sendable' type 'UBJSONSpec8Serialization.WritingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
                public static let optimizeIntsForSize = WritingOptions(rawValue: 1 << 1)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:66:16: note: consider making struct 'WritingOptions' conform to the 'Sendable' protocol
        public struct WritingOptions : OptionSet {
                      ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:80:21: note: add '@MainActor' to make static property 'optimizeIntsForSize' part of global actor 'MainActor'
                public static let optimizeIntsForSize = WritingOptions(rawValue: 1 << 1)
                                  ^
                @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:80:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                public static let optimizeIntsForSize = WritingOptions(rawValue: 1 << 1)
                                  ^
                nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:88:21: warning: static property 'skipNopElementsInArrays' is not concurrency-safe because non-'Sendable' type 'UBJSONSpec8Serialization.WritingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
                public static let skipNopElementsInArrays = WritingOptions(rawValue: 1 << 2)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:66:16: note: consider making struct 'WritingOptions' conform to the 'Sendable' protocol
        public struct WritingOptions : OptionSet {
                      ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:88:21: note: add '@MainActor' to make static property 'skipNopElementsInArrays' part of global actor 'MainActor'
                public static let skipNopElementsInArrays = WritingOptions(rawValue: 1 << 2)
                                  ^
                @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:88:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                public static let skipNopElementsInArrays = WritingOptions(rawValue: 1 << 2)
                                  ^
                nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:93:21: warning: static property 'declareContainerWithUnknownSize' is not concurrency-safe because non-'Sendable' type 'UBJSONSpec8Serialization.WritingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
                public static let declareContainerWithUnknownSize = WritingOptions(rawValue: 1 << 3)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:66:16: note: consider making struct 'WritingOptions' conform to the 'Sendable' protocol
        public struct WritingOptions : OptionSet {
                      ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:93:21: note: add '@MainActor' to make static property 'declareContainerWithUnknownSize' part of global actor 'MainActor'
                public static let declareContainerWithUnknownSize = WritingOptions(rawValue: 1 << 3)
                                  ^
                @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:93:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                public static let declareContainerWithUnknownSize = WritingOptions(rawValue: 1 << 3)
                                  ^
                nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ UBJSONSerializationErrors.swift /Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerializationErrors.swift (in target 'UBJSONSerialization' from project 'UBJSONSerialization')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerializationErrors.swift (in target 'UBJSONSerialization' from project 'UBJSONSerialization')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerializationErrors.swift:49:7: warning: associated value 'invalidUBJSONObject(invalidElement:)' of 'Sendable'-conforming enum 'UBJSONSerializationError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
        case invalidUBJSONObject(invalidElement: Any)
             ^
SwiftDriverJobDiscovery normal arm64 Emitting module for UBJSONSerialization (in target 'UBJSONSerialization' from project 'UBJSONSerialization')
SwiftDriver\ Compilation\ Requirements UBJSONSerialization normal arm64 com.apple.xcode.tools.swift.compiler (in target 'UBJSONSerialization' from project 'UBJSONSerialization')
    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 UBJSONSerialization -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UBJSONSerialization.build/Debug/UBJSONSerialization.build/Objects-normal/arm64/UBJSONSerialization.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/UBJSONSerialization.build/Debug/UBJSONSerialization.build/Objects-normal/arm64/UBJSONSerialization-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/UBJSONSerialization.build/Debug/UBJSONSerialization.build/Objects-normal/arm64/UBJSONSerialization.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/UBJSONSerialization.build/Debug/UBJSONSerialization.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UBJSONSerialization.build/Debug/UBJSONSerialization.build/Objects-normal/arm64/UBJSONSerialization_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/UBJSONSerialization.build/Debug/UBJSONSerialization.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UBJSONSerialization.build/Debug/UBJSONSerialization.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UBJSONSerialization.build/Debug/UBJSONSerialization.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/UBJSONSerialization.build/Debug/UBJSONSerialization.build/Objects-normal/arm64/UBJSONSerialization-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling StreamReader.swift (in target 'StreamReader' from project 'stream-reader')
SwiftCompile normal arm64 Compiling\ Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/Utils.swift (in target 'UBJSONSerialization' from project 'UBJSONSerialization')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/Utils.swift (in target 'UBJSONSerialization' from project 'UBJSONSerialization')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/UBJSONSerialization-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UBJSONSerialization.build/Debug/UBJSONSerialization.build/Objects-normal/arm64/UBJSONSerialization-Swift.h (in target 'UBJSONSerialization' from project 'UBJSONSerialization')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UBJSONSerialization.build/Debug/UBJSONSerialization.build/Objects-normal/arm64/UBJSONSerialization-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/UBJSONSerialization-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling UBJSONSerializationErrors.swift (in target 'UBJSONSerialization' from project 'UBJSONSerialization')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/UBJSONSerialization.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UBJSONSerialization.build/Debug/UBJSONSerialization.build/Objects-normal/arm64/UBJSONSerialization.swiftmodule (in target 'UBJSONSerialization' from project 'UBJSONSerialization')
    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/UBJSONSerialization.build/Debug/UBJSONSerialization.build/Objects-normal/arm64/UBJSONSerialization.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/UBJSONSerialization.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/UBJSONSerialization.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UBJSONSerialization.build/Debug/UBJSONSerialization.build/Objects-normal/arm64/UBJSONSerialization.swiftdoc (in target 'UBJSONSerialization' from project 'UBJSONSerialization')
    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/UBJSONSerialization.build/Debug/UBJSONSerialization.build/Objects-normal/arm64/UBJSONSerialization.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/UBJSONSerialization.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/UBJSONSerialization.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UBJSONSerialization.build/Debug/UBJSONSerialization.build/Objects-normal/arm64/UBJSONSerialization.abi.json (in target 'UBJSONSerialization' from project 'UBJSONSerialization')
    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/UBJSONSerialization.build/Debug/UBJSONSerialization.build/Objects-normal/arm64/UBJSONSerialization.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/UBJSONSerialization.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/UBJSONSerialization.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UBJSONSerialization.build/Debug/UBJSONSerialization.build/Objects-normal/arm64/UBJSONSerialization.swiftsourceinfo (in target 'UBJSONSerialization' from project 'UBJSONSerialization')
    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/UBJSONSerialization.build/Debug/UBJSONSerialization.build/Objects-normal/arm64/UBJSONSerialization.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/UBJSONSerialization.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ UBJSONSerialization.swift /Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift (in target 'UBJSONSerialization' from project 'UBJSONSerialization')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift (in target 'UBJSONSerialization' from project 'UBJSONSerialization')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:27:21: warning: static property 'keepIntPrecision' is not concurrency-safe because non-'Sendable' type 'UBJSONSerialization.ReadingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
                public static let keepIntPrecision = ReadingOptions(rawValue: 1 << 0)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:21:16: note: consider making struct 'ReadingOptions' conform to the 'Sendable' protocol
        public struct ReadingOptions : OptionSet {
                      ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:27:21: note: add '@MainActor' to make static property 'keepIntPrecision' part of global actor 'MainActor'
                public static let keepIntPrecision = ReadingOptions(rawValue: 1 << 0)
                                  ^
                @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:27:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                public static let keepIntPrecision = ReadingOptions(rawValue: 1 << 0)
                                  ^
                nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:38:21: warning: static property 'allowHighPrecisionNumbers' is not concurrency-safe because non-'Sendable' type 'UBJSONSerialization.ReadingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
                public static let allowHighPrecisionNumbers = ReadingOptions(rawValue: 1 << 1)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:21:16: note: consider making struct 'ReadingOptions' conform to the 'Sendable' protocol
        public struct ReadingOptions : OptionSet {
                      ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:38:21: note: add '@MainActor' to make static property 'allowHighPrecisionNumbers' part of global actor 'MainActor'
                public static let allowHighPrecisionNumbers = ReadingOptions(rawValue: 1 << 1)
                                  ^
                @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:38:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                public static let allowHighPrecisionNumbers = ReadingOptions(rawValue: 1 << 1)
                                  ^
                nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:46:21: warning: static property 'returnNopElements' is not concurrency-safe because non-'Sendable' type 'UBJSONSerialization.ReadingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
                public static let returnNopElements = ReadingOptions(rawValue: 1 << 2)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:21:16: note: consider making struct 'ReadingOptions' conform to the 'Sendable' protocol
        public struct ReadingOptions : OptionSet {
                      ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:46:21: note: add '@MainActor' to make static property 'returnNopElements' part of global actor 'MainActor'
                public static let returnNopElements = ReadingOptions(rawValue: 1 << 2)
                                  ^
                @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:46:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                public static let returnNopElements = ReadingOptions(rawValue: 1 << 2)
                                  ^
                nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:57:21: warning: static property 'keepNopElementsInArrays' is not concurrency-safe because non-'Sendable' type 'UBJSONSerialization.ReadingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
                public static let keepNopElementsInArrays = ReadingOptions(rawValue: 1 << 3)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:21:16: note: consider making struct 'ReadingOptions' conform to the 'Sendable' protocol
        public struct ReadingOptions : OptionSet {
                      ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:57:21: note: add '@MainActor' to make static property 'keepNopElementsInArrays' part of global actor 'MainActor'
                public static let keepNopElementsInArrays = ReadingOptions(rawValue: 1 << 3)
                                  ^
                @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:57:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                public static let keepNopElementsInArrays = ReadingOptions(rawValue: 1 << 3)
                                  ^
                nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:72:21: warning: static property 'normalizeHighPrecisionNumbers' is not concurrency-safe because non-'Sendable' type 'UBJSONSerialization.WritingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
                public static let normalizeHighPrecisionNumbers = WritingOptions(rawValue: 1 << 0)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:65:16: note: consider making struct 'WritingOptions' conform to the 'Sendable' protocol
        public struct WritingOptions : OptionSet {
                      ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:72:21: note: add '@MainActor' to make static property 'normalizeHighPrecisionNumbers' part of global actor 'MainActor'
                public static let normalizeHighPrecisionNumbers = WritingOptions(rawValue: 1 << 0)
                                  ^
                @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:72:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                public static let normalizeHighPrecisionNumbers = WritingOptions(rawValue: 1 << 0)
                                  ^
                nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:79:21: warning: static property 'optimizeIntsForSize' is not concurrency-safe because non-'Sendable' type 'UBJSONSerialization.WritingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
                public static let optimizeIntsForSize = WritingOptions(rawValue: 1 << 1)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:65:16: note: consider making struct 'WritingOptions' conform to the 'Sendable' protocol
        public struct WritingOptions : OptionSet {
                      ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:79:21: note: add '@MainActor' to make static property 'optimizeIntsForSize' part of global actor 'MainActor'
                public static let optimizeIntsForSize = WritingOptions(rawValue: 1 << 1)
                                  ^
                @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:79:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                public static let optimizeIntsForSize = WritingOptions(rawValue: 1 << 1)
                                  ^
                nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:87:21: warning: static property 'skipNopElementsInArrays' is not concurrency-safe because non-'Sendable' type 'UBJSONSerialization.WritingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
                public static let skipNopElementsInArrays = WritingOptions(rawValue: 1 << 2)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:65:16: note: consider making struct 'WritingOptions' conform to the 'Sendable' protocol
        public struct WritingOptions : OptionSet {
                      ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:87:21: note: add '@MainActor' to make static property 'skipNopElementsInArrays' part of global actor 'MainActor'
                public static let skipNopElementsInArrays = WritingOptions(rawValue: 1 << 2)
                                  ^
                @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:87:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                public static let skipNopElementsInArrays = WritingOptions(rawValue: 1 << 2)
                                  ^
                nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:98:21: warning: static property 'enableContainerOptimization' is not concurrency-safe because non-'Sendable' type 'UBJSONSerialization.WritingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
                public static let enableContainerOptimization = WritingOptions(rawValue: 1 << 3)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:65:16: note: consider making struct 'WritingOptions' conform to the 'Sendable' protocol
        public struct WritingOptions : OptionSet {
                      ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:98:21: note: add '@MainActor' to make static property 'enableContainerOptimization' part of global actor 'MainActor'
                public static let enableContainerOptimization = WritingOptions(rawValue: 1 << 3)
                                  ^
                @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:98:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                public static let enableContainerOptimization = WritingOptions(rawValue: 1 << 3)
                                  ^
                nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSerialization.swift:881:10: warning: type 'S.Element' is not optional, value can never be nil; this is an error in the Swift 6 language mode
                                case nil:                    newType = .null
                                     ^
SwiftCompile normal arm64 Compiling\ Nop.swift /Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/Nop.swift (in target 'UBJSONSerialization' from project 'UBJSONSerialization')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/Nop.swift (in target 'UBJSONSerialization' from project 'UBJSONSerialization')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/Nop.swift:21:20: warning: static property 'sharedNop' is not concurrency-safe because non-'Sendable' type 'Nop' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let sharedNop = Nop()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/Nop.swift:19:15: note: consider making struct 'Nop' conform to the 'Sendable' protocol
public struct Nop : Equatable {
              ^
                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/Nop.swift:21:20: note: add '@MainActor' to make static property 'sharedNop' part of global actor 'MainActor'
        public static let sharedNop = Nop()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/Nop.swift:21:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let sharedNop = Nop()
                          ^
        nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling GenericStreamReader.swift (in target 'StreamReader' from project 'stream-reader')
SwiftCompile normal arm64 Compiling\ UBJSONSpec8Serialization.swift /Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift (in target 'UBJSONSerialization' from project 'UBJSONSerialization')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift (in target 'UBJSONSerialization' from project 'UBJSONSerialization')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:27:21: warning: static property 'keepIntPrecision' is not concurrency-safe because non-'Sendable' type 'UBJSONSpec8Serialization.ReadingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
                public static let keepIntPrecision = ReadingOptions(rawValue: 1 << 0)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:21:16: note: consider making struct 'ReadingOptions' conform to the 'Sendable' protocol
        public struct ReadingOptions : OptionSet {
                      ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:27:21: note: add '@MainActor' to make static property 'keepIntPrecision' part of global actor 'MainActor'
                public static let keepIntPrecision = ReadingOptions(rawValue: 1 << 0)
                                  ^
                @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:27:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                public static let keepIntPrecision = ReadingOptions(rawValue: 1 << 0)
                                  ^
                nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:38:21: warning: static property 'allowHighPrecisionNumbers' is not concurrency-safe because non-'Sendable' type 'UBJSONSpec8Serialization.ReadingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
                public static let allowHighPrecisionNumbers = ReadingOptions(rawValue: 1 << 1)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:21:16: note: consider making struct 'ReadingOptions' conform to the 'Sendable' protocol
        public struct ReadingOptions : OptionSet {
                      ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:38:21: note: add '@MainActor' to make static property 'allowHighPrecisionNumbers' part of global actor 'MainActor'
                public static let allowHighPrecisionNumbers = ReadingOptions(rawValue: 1 << 1)
                                  ^
                @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:38:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                public static let allowHighPrecisionNumbers = ReadingOptions(rawValue: 1 << 1)
                                  ^
                nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:46:21: warning: static property 'returnNopElements' is not concurrency-safe because non-'Sendable' type 'UBJSONSpec8Serialization.ReadingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
                public static let returnNopElements = ReadingOptions(rawValue: 1 << 2)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:21:16: note: consider making struct 'ReadingOptions' conform to the 'Sendable' protocol
        public struct ReadingOptions : OptionSet {
                      ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:46:21: note: add '@MainActor' to make static property 'returnNopElements' part of global actor 'MainActor'
                public static let returnNopElements = ReadingOptions(rawValue: 1 << 2)
                                  ^
                @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:46:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                public static let returnNopElements = ReadingOptions(rawValue: 1 << 2)
                                  ^
                nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:58:21: warning: static property 'keepNopElementsInArrays' is not concurrency-safe because non-'Sendable' type 'UBJSONSpec8Serialization.ReadingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
                public static let keepNopElementsInArrays = ReadingOptions(rawValue: 1 << 3)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:21:16: note: consider making struct 'ReadingOptions' conform to the 'Sendable' protocol
        public struct ReadingOptions : OptionSet {
                      ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:58:21: note: add '@MainActor' to make static property 'keepNopElementsInArrays' part of global actor 'MainActor'
                public static let keepNopElementsInArrays = ReadingOptions(rawValue: 1 << 3)
                                  ^
                @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:58:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                public static let keepNopElementsInArrays = ReadingOptions(rawValue: 1 << 3)
                                  ^
                nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:73:21: warning: static property 'normalizeHighPrecisionNumbers' is not concurrency-safe because non-'Sendable' type 'UBJSONSpec8Serialization.WritingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
                public static let normalizeHighPrecisionNumbers = WritingOptions(rawValue: 1 << 0)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:66:16: note: consider making struct 'WritingOptions' conform to the 'Sendable' protocol
        public struct WritingOptions : OptionSet {
                      ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:73:21: note: add '@MainActor' to make static property 'normalizeHighPrecisionNumbers' part of global actor 'MainActor'
                public static let normalizeHighPrecisionNumbers = WritingOptions(rawValue: 1 << 0)
                                  ^
                @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:73:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                public static let normalizeHighPrecisionNumbers = WritingOptions(rawValue: 1 << 0)
                                  ^
                nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:80:21: warning: static property 'optimizeIntsForSize' is not concurrency-safe because non-'Sendable' type 'UBJSONSpec8Serialization.WritingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
                public static let optimizeIntsForSize = WritingOptions(rawValue: 1 << 1)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:66:16: note: consider making struct 'WritingOptions' conform to the 'Sendable' protocol
        public struct WritingOptions : OptionSet {
                      ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:80:21: note: add '@MainActor' to make static property 'optimizeIntsForSize' part of global actor 'MainActor'
                public static let optimizeIntsForSize = WritingOptions(rawValue: 1 << 1)
                                  ^
                @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:80:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                public static let optimizeIntsForSize = WritingOptions(rawValue: 1 << 1)
                                  ^
                nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:88:21: warning: static property 'skipNopElementsInArrays' is not concurrency-safe because non-'Sendable' type 'UBJSONSpec8Serialization.WritingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
                public static let skipNopElementsInArrays = WritingOptions(rawValue: 1 << 2)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:66:16: note: consider making struct 'WritingOptions' conform to the 'Sendable' protocol
        public struct WritingOptions : OptionSet {
                      ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:88:21: note: add '@MainActor' to make static property 'skipNopElementsInArrays' part of global actor 'MainActor'
                public static let skipNopElementsInArrays = WritingOptions(rawValue: 1 << 2)
                                  ^
                @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:88:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                public static let skipNopElementsInArrays = WritingOptions(rawValue: 1 << 2)
                                  ^
                nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:93:21: warning: static property 'declareContainerWithUnknownSize' is not concurrency-safe because non-'Sendable' type 'UBJSONSpec8Serialization.WritingOptions' may have shared mutable state; this is an error in the Swift 6 language mode
                public static let declareContainerWithUnknownSize = WritingOptions(rawValue: 1 << 3)
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:66:16: note: consider making struct 'WritingOptions' conform to the 'Sendable' protocol
        public struct WritingOptions : OptionSet {
                      ^
                                                , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:93:21: note: add '@MainActor' to make static property 'declareContainerWithUnknownSize' part of global actor 'MainActor'
                public static let declareContainerWithUnknownSize = WritingOptions(rawValue: 1 << 3)
                                  ^
                @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/UBJSONSpec8Serialization.swift:93:21: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                public static let declareContainerWithUnknownSize = WritingOptions(rawValue: 1 << 3)
                                  ^
                nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling Matching.swift (in target 'StreamReader' from project 'stream-reader')
SwiftCompile normal arm64 Compiling\ HighPrecisionNumber.swift /Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/HighPrecisionNumber.swift (in target 'UBJSONSerialization' from project 'UBJSONSerialization')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UBJSONSerialization/HighPrecisionNumber.swift (in target 'UBJSONSerialization' from project 'UBJSONSerialization')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling FileHandleReader.swift (in target 'StreamReader' from project 'stream-reader')
SwiftDriverJobDiscovery normal arm64 Compiling FileDescriptorReader.swift (in target 'StreamReader' from project 'stream-reader')
SwiftDriverJobDiscovery normal arm64 Compiling StreamReaderErrors.swift (in target 'StreamReader' from project 'stream-reader')
SwiftDriverJobDiscovery normal arm64 Compiling InputStreamReader.swift (in target 'StreamReader' from project 'stream-reader')
SwiftDriverJobDiscovery normal arm64 Compiling URLSessionStreamTaskReader.swift (in target 'StreamReader' from project 'stream-reader')
SwiftDriverJobDiscovery normal arm64 Compiling DataReader.swift (in target 'StreamReader' from project 'stream-reader')
SwiftDriver\ Compilation StreamReader normal arm64 com.apple.xcode.tools.swift.compiler (in target 'StreamReader' from project 'stream-reader')
    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 StreamReader -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stream-reader.build/Debug/StreamReader.build/Objects-normal/arm64/StreamReader.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/stream-reader.build/Debug/StreamReader.build/Objects-normal/arm64/StreamReader-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/stream-reader.build/Debug/StreamReader.build/Objects-normal/arm64/StreamReader.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/stream-reader.build/Debug/StreamReader.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stream-reader.build/Debug/StreamReader.build/Objects-normal/arm64/StreamReader_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/stream-reader.build/Debug/StreamReader.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stream-reader.build/Debug/StreamReader.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stream-reader.build/Debug/StreamReader.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/stream-reader.build/Debug/StreamReader.build/Objects-normal/arm64/StreamReader-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/StreamReader.o normal (in target 'StreamReader' from project 'stream-reader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/stream-reader
    /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/stream-reader.build/Debug/StreamReader.build/Objects-normal/arm64/StreamReader.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stream-reader.build/Debug/StreamReader.build/Objects-normal/arm64/StreamReader_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stream-reader.build/Debug/StreamReader.build/Objects-normal/arm64/StreamReader_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/stream-reader.build/Debug/StreamReader.build/Objects-normal/arm64/StreamReader.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/StreamReader.o
ExtractAppIntentsMetadata (in target 'StreamReader' from project 'stream-reader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/stream-reader
    /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 StreamReader --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 stream-reader.StreamReader --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/StreamReader.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/StreamReader.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stream-reader.build/Debug/StreamReader.build/Objects-normal/arm64/StreamReader_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stream-reader.build/Debug/StreamReader.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stream-reader.build/Debug/StreamReader.build/Objects-normal/arm64/StreamReader.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stream-reader.build/Debug/StreamReader.build/StreamReader.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stream-reader.build/Debug/StreamReader.build/StreamReader.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/stream-reader.build/Debug/StreamReader.build/Objects-normal/arm64/StreamReader.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 04:57:10.587 appintentsmetadataprocessor[762:4163] Starting appintentsmetadataprocessor export
2025-04-27 04:57:10.627 appintentsmetadataprocessor[762:4163] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling Nop.swift (in target 'UBJSONSerialization' from project 'UBJSONSerialization')
SwiftDriverJobDiscovery normal arm64 Compiling Utils.swift (in target 'UBJSONSerialization' from project 'UBJSONSerialization')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/StreamReader.o (in target 'StreamReader' from project 'stream-reader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/stream-reader
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/StreamReader.o
SwiftDriverJobDiscovery normal arm64 Compiling HighPrecisionNumber.swift (in target 'UBJSONSerialization' from project 'UBJSONSerialization')
SwiftDriverJobDiscovery normal arm64 Compiling UBJSONSpec8Serialization.swift (in target 'UBJSONSerialization' from project 'UBJSONSerialization')
SwiftDriverJobDiscovery normal arm64 Compiling UBJSONSerialization.swift (in target 'UBJSONSerialization' from project 'UBJSONSerialization')
SwiftDriver\ Compilation UBJSONSerialization normal arm64 com.apple.xcode.tools.swift.compiler (in target 'UBJSONSerialization' from project 'UBJSONSerialization')
    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 UBJSONSerialization -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UBJSONSerialization.build/Debug/UBJSONSerialization.build/Objects-normal/arm64/UBJSONSerialization.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/UBJSONSerialization.build/Debug/UBJSONSerialization.build/Objects-normal/arm64/UBJSONSerialization-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/UBJSONSerialization.build/Debug/UBJSONSerialization.build/Objects-normal/arm64/UBJSONSerialization.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/UBJSONSerialization.build/Debug/UBJSONSerialization.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UBJSONSerialization.build/Debug/UBJSONSerialization.build/Objects-normal/arm64/UBJSONSerialization_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/UBJSONSerialization.build/Debug/UBJSONSerialization.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UBJSONSerialization.build/Debug/UBJSONSerialization.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UBJSONSerialization.build/Debug/UBJSONSerialization.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/UBJSONSerialization.build/Debug/UBJSONSerialization.build/Objects-normal/arm64/UBJSONSerialization-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/UBJSONSerialization.o normal (in target 'UBJSONSerialization' from project 'UBJSONSerialization')
    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/UBJSONSerialization.build/Debug/UBJSONSerialization.build/Objects-normal/arm64/UBJSONSerialization.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UBJSONSerialization.build/Debug/UBJSONSerialization.build/Objects-normal/arm64/UBJSONSerialization_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UBJSONSerialization.build/Debug/UBJSONSerialization.build/Objects-normal/arm64/UBJSONSerialization_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/UBJSONSerialization.build/Debug/UBJSONSerialization.build/Objects-normal/arm64/UBJSONSerialization.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/UBJSONSerialization.o
ExtractAppIntentsMetadata (in target 'UBJSONSerialization' from project 'UBJSONSerialization')
    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 UBJSONSerialization --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.UBJSONSerialization --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/UBJSONSerialization.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/UBJSONSerialization.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UBJSONSerialization.build/Debug/UBJSONSerialization.build/Objects-normal/arm64/UBJSONSerialization_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UBJSONSerialization.build/Debug/UBJSONSerialization.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UBJSONSerialization.build/Debug/UBJSONSerialization.build/Objects-normal/arm64/UBJSONSerialization.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UBJSONSerialization.build/Debug/UBJSONSerialization.build/UBJSONSerialization.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UBJSONSerialization.build/Debug/UBJSONSerialization.build/UBJSONSerialization.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/UBJSONSerialization.build/Debug/UBJSONSerialization.build/Objects-normal/arm64/UBJSONSerialization.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 04:57:11.138 appintentsmetadataprocessor[765:4190] Starting appintentsmetadataprocessor export
2025-04-27 04:57:11.170 appintentsmetadataprocessor[765:4190] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/UBJSONSerialization.o (in target 'UBJSONSerialization' from project 'UBJSONSerialization')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/UBJSONSerialization.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:3c3d89b8e877aff9c3dbede5b8d7a2f1123ef9d7, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:3c3d89b8e877aff9c3dbede5b8d7a2f1123ef9d7, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:3c3d89b8e877aff9c3dbede5b8d7a2f1123ef9d7, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:3c3d89b8e877aff9c3dbede5b8d7a2f1123ef9d7, name:My Mac }
Build complete.
{
  "dependencies" : [
    {
      "identity" : "stream-reader",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Frizlab/stream-reader.git"
    }
  ],
  "manifest_display_name" : "UBJSONSerialization",
  "name" : "UBJSONSerialization",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "UBJSONSerialization",
      "targets" : [
        "UBJSONSerialization"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UBJSONSerializationTests",
      "module_type" : "SwiftTarget",
      "name" : "UBJSONSerializationTests",
      "path" : "Tests/UBJSONSerializationTests",
      "sources" : [
        "HighPrecisionNumberTests.swift",
        "TestHelpers.swift",
        "UBJSONSerializationTests.swift",
        "UBJSONSpec8SerializationTests.swift"
      ],
      "target_dependencies" : [
        "UBJSONSerialization"
      ],
      "type" : "test"
    },
    {
      "c99name" : "UBJSONSerialization",
      "module_type" : "SwiftTarget",
      "name" : "UBJSONSerialization",
      "path" : "Sources/UBJSONSerialization",
      "product_dependencies" : [
        "StreamReader"
      ],
      "product_memberships" : [
        "UBJSONSerialization"
      ],
      "sources" : [
        "HighPrecisionNumber.swift",
        "Nop.swift",
        "UBJSONSerialization.swift",
        "UBJSONSerializationErrors.swift",
        "UBJSONSpec8Serialization.swift",
        "Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.