The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of ZipPinch, reference main (20067f), with Swift 6.1 for watchOS using Xcode 16.3 on 15 Jun 2025 21:06:37 UTC.

Swift 6 data race errors: 6

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ZipPinch -destination generic/platform=watchOS 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/buh/ZipPinch.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/buh/ZipPinch
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 20067f3 Fix 64Bits zip files
Cloned https://github.com/buh/ZipPinch.git
Revision (git rev-parse @):
20067f30d9280e2886ba249748f1fe9d56659d97
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/buh/ZipPinch.git at main
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/buh/ZipPinch.git
https://github.com/buh/ZipPinch.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ZipPinch",
  "name" : "ZipPinch",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "ZipPinch",
      "targets" : [
        "ZipPinch"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ZipPinchTests",
      "module_type" : "SwiftTarget",
      "name" : "ZipPinchTests",
      "path" : "Tests/ZipPinchTests",
      "sources" : [
        "ArchiveTests.swift",
        "BinaryExtractorTests.swift",
        "DateMSDOSTests.swift",
        "ZIPEntryTests.swift",
        "ZIPErrorTests.swift",
        "ZIPFolderTests.swift"
      ],
      "target_dependencies" : [
        "ZipPinch"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ZipPinch",
      "module_type" : "SwiftTarget",
      "name" : "ZipPinch",
      "path" : "Sources/ZipPinch",
      "product_memberships" : [
        "ZipPinch"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "URLSession+ZIPEntries.swift",
        "URLSession+ZIPEntry.swift",
        "URLSession+ZIPFolder.swift",
        "URLSession+ZIPRange.swift",
        "ZIPCompressor.swift",
        "ZIPEntry.swift",
        "ZIPFileFormat/BinaryExtractor.swift",
        "ZIPFileFormat/Date+MSDOS.swift",
        "ZIPFileFormat/ZIPDirectoryRecord.swift",
        "ZIPFileFormat/ZIPEndRecord.swift",
        "ZIPFileFormat/ZIPFileHeader.swift",
        "ZIPFolder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
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
Resolved source packages:
  ZipPinch: /Users/admin/builder/spi-builder-workspace
resolved source packages: ZipPinch
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ZipPinch",
  "name" : "ZipPinch",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "ZipPinch",
      "targets" : [
        "ZipPinch"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ZipPinchTests",
      "module_type" : "SwiftTarget",
      "name" : "ZipPinchTests",
      "path" : "Tests/ZipPinchTests",
      "sources" : [
        "ArchiveTests.swift",
        "BinaryExtractorTests.swift",
        "DateMSDOSTests.swift",
        "ZIPEntryTests.swift",
        "ZIPErrorTests.swift",
        "ZIPFolderTests.swift"
      ],
      "target_dependencies" : [
        "ZipPinch"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ZipPinch",
      "module_type" : "SwiftTarget",
      "name" : "ZipPinch",
      "path" : "Sources/ZipPinch",
      "product_memberships" : [
        "ZipPinch"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "URLSession+ZIPEntries.swift",
        "URLSession+ZIPEntry.swift",
        "URLSession+ZIPFolder.swift",
        "URLSession+ZIPRange.swift",
        "ZIPCompressor.swift",
        "ZIPEntry.swift",
        "ZIPFileFormat/BinaryExtractor.swift",
        "ZIPFileFormat/Date+MSDOS.swift",
        "ZIPFileFormat/ZIPDirectoryRecord.swift",
        "ZIPFileFormat/ZIPEndRecord.swift",
        "ZIPFileFormat/ZIPFileHeader.swift",
        "ZIPFolder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "ZipPinch"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ZipPinch -destination generic/platform=watchOS 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 ZipPinch -destination generic/platform=watchOS "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
Resolved source packages:
  ZipPinch: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'ZipPinch' in project 'ZipPinch'
        ➜ Explicit dependency on target 'ZipPinch' in project 'ZipPinch'
        ➜ Explicit dependency on target 'ZipPinch_ZipPinch' in project 'ZipPinch'
    Target 'ZipPinch' in project 'ZipPinch'
        ➜ Explicit dependency on target 'ZipPinch_ZipPinch' in project 'ZipPinch'
    Target 'ZipPinch_ZipPinch' in project 'ZipPinch' (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/WatchOS.platform/Developer/SDKs/WatchOS11.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: 8895152fe40bcfafe6f297d6ea25d1f3
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/8895152fe40bcfafe6f297d6ea25d1f3.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
    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-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZipPinch_ZipPinch.bundle (in target 'ZipPinch_ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZipPinch_ZipPinch.bundle
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch_ZipPinch.build/ZipPinch_ZipPinch.DependencyMetadataFileList (in target 'ZipPinch_ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch_ZipPinch.build/ZipPinch_ZipPinch.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch_ZipPinch.build/empty-ZipPinch_ZipPinch.plist (in target 'ZipPinch_ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch_ZipPinch.build/empty-ZipPinch_ZipPinch.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch_ZipPinch.build/ZipPinch_ZipPinch.DependencyStaticMetadataFileList (in target 'ZipPinch_ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch_ZipPinch.build/ZipPinch_ZipPinch.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/ZipPinch.modulemap (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/ZipPinch.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/ZipPinch.DependencyMetadataFileList (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/ZipPinch.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/ZipPinch.DependencyStaticMetadataFileList (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/ZipPinch.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/armv7k/ZipPinch_const_extract_protocols.json (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/armv7k/ZipPinch_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/armv7k/ZipPinch.SwiftConstValuesFileList (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/armv7k/ZipPinch.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/armv7k/ZipPinch.SwiftFileList (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/armv7k/ZipPinch.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/armv7k/ZipPinch.LinkFileList (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/armv7k/ZipPinch.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/armv7k/ZipPinch-OutputFileMap.json (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/armv7k/ZipPinch-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64_32/ZipPinch.SwiftFileList (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64_32/ZipPinch.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64_32/ZipPinch.SwiftConstValuesFileList (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64_32/ZipPinch.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64_32/ZipPinch_const_extract_protocols.json (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64_32/ZipPinch_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64_32/ZipPinch.LinkFileList (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64_32/ZipPinch.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64_32/ZipPinch-OutputFileMap.json (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64_32/ZipPinch-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64/ZipPinch.SwiftFileList (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64/ZipPinch.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64/ZipPinch_const_extract_protocols.json (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64/ZipPinch_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64/ZipPinch.SwiftConstValuesFileList (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64/ZipPinch.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64/ZipPinch.LinkFileList (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64/ZipPinch.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64/ZipPinch-OutputFileMap.json (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64/ZipPinch-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/ZipPinch.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/ZipPinch.modulemap (in target 'ZipPinch' from project 'ZipPinch')
    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/ZipPinch.build/Debug-watchos/ZipPinch.build/ZipPinch.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/DerivedSources/resource_bundle_accessor.swift (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/DerivedSources/resource_bundle_accessor.swift
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZipPinch_ZipPinch.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch_ZipPinch.build/empty-ZipPinch_ZipPinch.plist (in target 'ZipPinch_ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch_ZipPinch.build/empty-ZipPinch_ZipPinch.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform watchos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZipPinch_ZipPinch.bundle/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZipPinch_ZipPinch.bundle/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/PrivacyInfo.xcprivacy (in target 'ZipPinch_ZipPinch' from project 'ZipPinch')
    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/Sources/ZipPinch/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZipPinch_ZipPinch.bundle
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZipPinch_ZipPinch.bundle (in target 'ZipPinch_ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZipPinch_ZipPinch.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZipPinch_ZipPinch.bundle (in target 'ZipPinch_ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZipPinch_ZipPinch.bundle
SwiftDriver ZipPinch normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'ZipPinch' from project 'ZipPinch')
    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 ZipPinch -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64_32/ZipPinch.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos8.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64_32/ZipPinch-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/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64_32/ZipPinch.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/ZipPinch.build/Debug-watchos/ZipPinch.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64_32/ZipPinch_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.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/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64_32/ZipPinch-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver ZipPinch normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ZipPinch' from project 'ZipPinch')
    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 ZipPinch -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64/ZipPinch.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos8.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64/ZipPinch-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/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64/ZipPinch.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/ZipPinch.build/Debug-watchos/ZipPinch.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64/ZipPinch_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.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/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64/ZipPinch-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver ZipPinch normal armv7k com.apple.xcode.tools.swift.compiler (in target 'ZipPinch' from project 'ZipPinch')
    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 ZipPinch -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/armv7k/ZipPinch.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos8.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/armv7k/ZipPinch-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/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/armv7k/ZipPinch.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/ZipPinch.build/Debug-watchos/ZipPinch.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/armv7k/ZipPinch_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.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/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/armv7k/ZipPinch-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ URLSession+ZIPEntries.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPEntries.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/DerivedSources/resource_bundle_accessor.swift (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPEntries.swift (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ URLSession+ZIPEntry.swift,\ URLSession+ZIPFolder.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPEntry.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPEntry.swift (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:85:19: warning: type 'ZIPEntry' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        try await withThrowingTaskGroup(of: (entry: ZIPEntry, data: Data).self) { taskGroup in
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPEntry.swift:31:15: note: consider making struct 'ZIPEntry' conform to the 'Sendable' protocol
public struct ZIPEntry: Identifiable, Hashable, Codable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:85:81: warning: type 'ZIPEntry' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        try await withThrowingTaskGroup(of: (entry: ZIPEntry, data: Data).self) { taskGroup in
                                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPEntry.swift:31:15: note: consider making struct 'ZIPEntry' conform to the 'Sendable' protocol
public struct ZIPEntry: Identifiable, Hashable, Codable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:100:27: warning: type 'ZIPEntry' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
                taskGroup.addTask(priority: .medium) { [progressPerEntry] in
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPEntry.swift:31:15: note: consider making struct 'ZIPEntry' conform to the 'Sendable' protocol
public struct ZIPEntry: Identifiable, Hashable, Codable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:110:47: warning: type 'ZIPEntry' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            let results = try await taskGroup.reduce(into: [(entry: ZIPEntry, data: Data)]()) { partialResult, value in
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPEntry.swift:31:15: note: consider making struct 'ZIPEntry' conform to the 'Sendable' protocol
public struct ZIPEntry: Identifiable, Hashable, Codable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:110:95: warning: type 'ZIPEntry' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            let results = try await taskGroup.reduce(into: [(entry: ZIPEntry, data: Data)]()) { partialResult, value in
                                                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPEntry.swift:31:15: note: consider making struct 'ZIPEntry' conform to the 'Sendable' protocol
public struct ZIPEntry: Identifiable, Hashable, Codable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:110:95: warning: type 'ZIPEntry' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            let results = try await taskGroup.reduce(into: [(entry: ZIPEntry, data: Data)]()) { partialResult, value in
                                                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPEntry.swift:31:15: note: consider making struct 'ZIPEntry' conform to the 'Sendable' protocol
public struct ZIPEntry: Identifiable, Hashable, Codable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:94:99: warning: capture of 'entry' with non-sendable type 'ZIPEntry' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                            let overallValue = await overallProgress.overallValue(for: value, id: entry.filePath)
                                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPEntry.swift:31:15: note: consider making struct 'ZIPEntry' conform to the 'Sendable' protocol
public struct ZIPEntry: Identifiable, Hashable, Codable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:95:29: warning: capture of 'progress' with non-sendable type 'ZIPProgress' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                            progress.callback(overallValue)
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPEntry.swift:30:15: note: consider making struct 'ZIPProgress' conform to the 'Sendable' protocol
public struct ZIPProgress {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:94:99: warning: capture of 'entry' with non-sendable type 'ZIPEntry' in an isolated closure; this is an error in the Swift 6 language mode
                            let overallValue = await overallProgress.overallValue(for: value, id: entry.filePath)
                                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPEntry.swift:31:15: note: consider making struct 'ZIPEntry' conform to the 'Sendable' protocol
public struct ZIPEntry: Identifiable, Hashable, Codable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:95:29: warning: capture of 'progress' with non-sendable type 'ZIPProgress' in an isolated closure; this is an error in the Swift 6 language mode
                            progress.callback(overallValue)
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPEntry.swift:30:15: note: consider making struct 'ZIPProgress' conform to the 'Sendable' protocol
public struct ZIPProgress {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:100:54: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
                taskGroup.addTask(priority: .medium) { [progressPerEntry] in
                                                     ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:101:22: note: closure captures non-Sendable 'entry'
                    (entry, try await self.zipEntryData(
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:105:35: note: closure captures non-Sendable 'progressPerEntry'
                        progress: progressPerEntry
                                  ^
SwiftCompile normal arm64 Compiling\ ZIPEntry.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPEntry.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPEntry.swift (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Date+MSDOS.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/Date+MSDOS.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/Date+MSDOS.swift (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ BinaryExtractor.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/BinaryExtractor.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/BinaryExtractor.swift (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/BinaryExtractor.swift:34:13: warning: initialization of immutable value 'currentOffset' was never used; consider replacing with assignment to '_' or removing it
        let currentOffset = pointerOffset
        ~~~~^~~~~~~~~~~~~
        _
SwiftCompile normal arm64 Compiling\ URLSession+ZIPRange.swift,\ ZIPCompressor.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPRange.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPCompressor.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPRange.swift (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPRange.swift:85:35: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
                    group.addTask {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPRange.swift:86:53: note: closure captures reference to mutable var 'request' which is accessible to code in the current task
                        try await session.data(for: request, delegate: delegate)
                                                    ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPCompressor.swift (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPCompressor.swift:30:23: warning: static property 'decompress' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var decompress: @Sendable (_ compressedData: NSData) throws -> NSData = { compressedData in
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPCompressor.swift:30:23: note: convert 'decompress' to a 'let' constant to make 'Sendable' shared state immutable
    public static var decompress: @Sendable (_ compressedData: NSData) throws -> NSData = { compressedData in
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPCompressor.swift:30:23: note: add '@MainActor' to make static property 'decompress' part of global actor 'MainActor'
    public static var decompress: @Sendable (_ compressedData: NSData) throws -> NSData = { compressedData in
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPCompressor.swift:30:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var decompress: @Sendable (_ compressedData: NSData) throws -> NSData = { compressedData in
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPRange.swift:85:35: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
                    group.addTask {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPRange.swift:86:53: note: closure captures reference to mutable var 'request' which is accessible to code in the current task
                        try await session.data(for: request, delegate: delegate)
                                                    ^
SwiftCompile normal arm64 Compiling\ ZIPDirectoryRecord.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/ZIPDirectoryRecord.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/ZIPDirectoryRecord.swift (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ZIPFileHeader.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/ZIPFileHeader.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/ZIPFileHeader.swift (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ZIPEndRecord.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/ZIPEndRecord.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/ZIPEndRecord.swift (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPCompressor.swift:30:23: warning: static property 'decompress' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var decompress: @Sendable (_ compressedData: NSData) throws -> NSData = { compressedData in
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPCompressor.swift:30:23: note: convert 'decompress' to a 'let' constant to make 'Sendable' shared state immutable
    public static var decompress: @Sendable (_ compressedData: NSData) throws -> NSData = { compressedData in
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPCompressor.swift:30:23: note: add '@MainActor' to make static property 'decompress' part of global actor 'MainActor'
    public static var decompress: @Sendable (_ compressedData: NSData) throws -> NSData = { compressedData in
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPCompressor.swift:30:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var decompress: @Sendable (_ compressedData: NSData) throws -> NSData = { compressedData in
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFolder.swift:29:23: warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'ZIPFolder' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let empty = ZIPFolder(name: "")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFolder.swift:28:15: note: consider making struct 'ZIPFolder' conform to the 'Sendable' protocol
public struct ZIPFolder: Identifiable, Hashable, Equatable {
              ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFolder.swift:29:23: note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
    public static let empty = ZIPFolder(name: "")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFolder.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let empty = ZIPFolder(name: "")
                      ^
    nonisolated(unsafe)
SwiftEmitModule normal armv7k Emitting\ module\ for\ ZipPinch (in target 'ZipPinch' from project 'ZipPinch')
EmitSwiftModule normal armv7k (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPCompressor.swift:30:23: warning: static property 'decompress' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var decompress: @Sendable (_ compressedData: NSData) throws -> NSData = { compressedData in
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPCompressor.swift:30:23: note: convert 'decompress' to a 'let' constant to make 'Sendable' shared state immutable
    public static var decompress: @Sendable (_ compressedData: NSData) throws -> NSData = { compressedData in
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPCompressor.swift:30:23: note: add '@MainActor' to make static property 'decompress' part of global actor 'MainActor'
    public static var decompress: @Sendable (_ compressedData: NSData) throws -> NSData = { compressedData in
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPCompressor.swift:30:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var decompress: @Sendable (_ compressedData: NSData) throws -> NSData = { compressedData in
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFolder.swift:29:23: warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'ZIPFolder' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let empty = ZIPFolder(name: "")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFolder.swift:28:15: note: consider making struct 'ZIPFolder' conform to the 'Sendable' protocol
public struct ZIPFolder: Identifiable, Hashable, Equatable {
              ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFolder.swift:29:23: note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
    public static let empty = ZIPFolder(name: "")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFolder.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let empty = ZIPFolder(name: "")
                      ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Emitting module for ZipPinch (in target 'ZipPinch' from project 'ZipPinch')
SwiftDriver\ Compilation\ Requirements ZipPinch normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ZipPinch' from project 'ZipPinch')
    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 ZipPinch -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64/ZipPinch.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos8.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64/ZipPinch-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/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64/ZipPinch.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/ZipPinch.build/Debug-watchos/ZipPinch.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64/ZipPinch_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.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/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64/ZipPinch-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling ZIPEntry.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ ZipPinch (in target 'ZipPinch' from project 'ZipPinch')
EmitSwiftModule normal arm64_32 (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPCompressor.swift:30:23: warning: static property 'decompress' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var decompress: @Sendable (_ compressedData: NSData) throws -> NSData = { compressedData in
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPCompressor.swift:30:23: note: convert 'decompress' to a 'let' constant to make 'Sendable' shared state immutable
    public static var decompress: @Sendable (_ compressedData: NSData) throws -> NSData = { compressedData in
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPCompressor.swift:30:23: note: add '@MainActor' to make static property 'decompress' part of global actor 'MainActor'
    public static var decompress: @Sendable (_ compressedData: NSData) throws -> NSData = { compressedData in
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPCompressor.swift:30:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var decompress: @Sendable (_ compressedData: NSData) throws -> NSData = { compressedData in
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFolder.swift:29:23: warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'ZIPFolder' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let empty = ZIPFolder(name: "")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFolder.swift:28:15: note: consider making struct 'ZIPFolder' conform to the 'Sendable' protocol
public struct ZIPFolder: Identifiable, Hashable, Equatable {
              ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFolder.swift:29:23: note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
    public static let empty = ZIPFolder(name: "")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFolder.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let empty = ZIPFolder(name: "")
                      ^
    nonisolated(unsafe)
SwiftCompile normal armv7k Compiling\ BinaryExtractor.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/BinaryExtractor.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/BinaryExtractor.swift (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/BinaryExtractor.swift:34:13: warning: initialization of immutable value 'currentOffset' was never used; consider replacing with assignment to '_' or removing it
        let currentOffset = pointerOffset
        ~~~~^~~~~~~~~~~~~
        _
SwiftCompile normal armv7k Compiling\ ZIPFolder.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFolder.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFolder.swift (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFolder.swift:29:23: warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'ZIPFolder' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let empty = ZIPFolder(name: "")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFolder.swift:28:15: note: consider making struct 'ZIPFolder' conform to the 'Sendable' protocol
public struct ZIPFolder: Identifiable, Hashable, Equatable {
              ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFolder.swift:29:23: note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
    public static let empty = ZIPFolder(name: "")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFolder.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let empty = ZIPFolder(name: "")
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64_32 Compiling\ ZIPFolder.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFolder.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFolder.swift (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFolder.swift:29:23: warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'ZIPFolder' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let empty = ZIPFolder(name: "")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFolder.swift:28:15: note: consider making struct 'ZIPFolder' conform to the 'Sendable' protocol
public struct ZIPFolder: Identifiable, Hashable, Equatable {
              ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFolder.swift:29:23: note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
    public static let empty = ZIPFolder(name: "")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFolder.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let empty = ZIPFolder(name: "")
                      ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling ZIPFileHeader.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftDriverJobDiscovery normal arm64 Compiling ZIPDirectoryRecord.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftDriverJobDiscovery normal arm64 Compiling ZIPEndRecord.swift (in target 'ZipPinch' from project 'ZipPinch')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZipPinch.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64/ZipPinch.swiftmodule (in target 'ZipPinch' from project 'ZipPinch')
    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/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64/ZipPinch.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZipPinch.swiftmodule/arm64-apple-watchos.swiftmodule
SwiftDriverJobDiscovery normal arm64 Compiling URLSession+ZIPRange.swift, ZIPCompressor.swift (in target 'ZipPinch' from project 'ZipPinch')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZipPinch.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64/ZipPinch.swiftdoc (in target 'ZipPinch' from project 'ZipPinch')
    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/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64/ZipPinch.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZipPinch.swiftmodule/arm64-apple-watchos.swiftdoc
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, URLSession+ZIPEntries.swift (in target 'ZipPinch' from project 'ZipPinch')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZipPinch.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64/ZipPinch.abi.json (in target 'ZipPinch' from project 'ZipPinch')
    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/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64/ZipPinch.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZipPinch.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZipPinch.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64/ZipPinch.swiftsourceinfo (in target 'ZipPinch' from project 'ZipPinch')
    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/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64/ZipPinch.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZipPinch.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal armv7k Compiling\ ZIPDirectoryRecord.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/ZIPDirectoryRecord.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/ZIPDirectoryRecord.swift (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ ZIPEndRecord.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/ZIPEndRecord.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/ZIPEndRecord.swift (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ resource_bundle_accessor.swift,\ URLSession+ZIPEntries.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPEntries.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/DerivedSources/resource_bundle_accessor.swift (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPEntries.swift (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ ZIPFileHeader.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/ZIPFileHeader.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/ZIPFileHeader.swift (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling URLSession+ZIPEntry.swift, URLSession+ZIPFolder.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal arm64_32 Compiling\ Date+MSDOS.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/Date+MSDOS.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/Date+MSDOS.swift (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Date+MSDOS.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftDriverJobDiscovery normal arm64 Compiling BinaryExtractor.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal armv7k Compiling\ ZIPEntry.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPEntry.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPEntry.swift (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Emitting module for ZipPinch (in target 'ZipPinch' from project 'ZipPinch')
SwiftDriver\ Compilation\ Requirements ZipPinch normal armv7k com.apple.xcode.tools.swift.compiler (in target 'ZipPinch' from project 'ZipPinch')
    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 ZipPinch -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/armv7k/ZipPinch.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos8.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/armv7k/ZipPinch-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/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/armv7k/ZipPinch.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/ZipPinch.build/Debug-watchos/ZipPinch.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/armv7k/ZipPinch_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.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/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/armv7k/ZipPinch-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling ZIPEntry.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal arm64_32 Compiling\ URLSession+ZIPEntry.swift,\ URLSession+ZIPFolder.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPEntry.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPEntry.swift (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:85:19: warning: type 'ZIPEntry' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        try await withThrowingTaskGroup(of: (entry: ZIPEntry, data: Data).self) { taskGroup in
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPEntry.swift:31:15: note: consider making struct 'ZIPEntry' conform to the 'Sendable' protocol
public struct ZIPEntry: Identifiable, Hashable, Codable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:85:81: warning: type 'ZIPEntry' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        try await withThrowingTaskGroup(of: (entry: ZIPEntry, data: Data).self) { taskGroup in
                                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPEntry.swift:31:15: note: consider making struct 'ZIPEntry' conform to the 'Sendable' protocol
public struct ZIPEntry: Identifiable, Hashable, Codable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:100:27: warning: type 'ZIPEntry' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
                taskGroup.addTask(priority: .medium) { [progressPerEntry] in
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPEntry.swift:31:15: note: consider making struct 'ZIPEntry' conform to the 'Sendable' protocol
public struct ZIPEntry: Identifiable, Hashable, Codable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:110:47: warning: type 'ZIPEntry' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            let results = try await taskGroup.reduce(into: [(entry: ZIPEntry, data: Data)]()) { partialResult, value in
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPEntry.swift:31:15: note: consider making struct 'ZIPEntry' conform to the 'Sendable' protocol
public struct ZIPEntry: Identifiable, Hashable, Codable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:110:95: warning: type 'ZIPEntry' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            let results = try await taskGroup.reduce(into: [(entry: ZIPEntry, data: Data)]()) { partialResult, value in
                                                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPEntry.swift:31:15: note: consider making struct 'ZIPEntry' conform to the 'Sendable' protocol
public struct ZIPEntry: Identifiable, Hashable, Codable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:110:95: warning: type 'ZIPEntry' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            let results = try await taskGroup.reduce(into: [(entry: ZIPEntry, data: Data)]()) { partialResult, value in
                                                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPEntry.swift:31:15: note: consider making struct 'ZIPEntry' conform to the 'Sendable' protocol
public struct ZIPEntry: Identifiable, Hashable, Codable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:94:99: warning: capture of 'entry' with non-sendable type 'ZIPEntry' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                            let overallValue = await overallProgress.overallValue(for: value, id: entry.filePath)
                                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPEntry.swift:31:15: note: consider making struct 'ZIPEntry' conform to the 'Sendable' protocol
public struct ZIPEntry: Identifiable, Hashable, Codable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:95:29: warning: capture of 'progress' with non-sendable type 'ZIPProgress' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                            progress.callback(overallValue)
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPEntry.swift:30:15: note: consider making struct 'ZIPProgress' conform to the 'Sendable' protocol
public struct ZIPProgress {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:94:99: warning: capture of 'entry' with non-sendable type 'ZIPEntry' in an isolated closure; this is an error in the Swift 6 language mode
                            let overallValue = await overallProgress.overallValue(for: value, id: entry.filePath)
                                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPEntry.swift:31:15: note: consider making struct 'ZIPEntry' conform to the 'Sendable' protocol
public struct ZIPEntry: Identifiable, Hashable, Codable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:95:29: warning: capture of 'progress' with non-sendable type 'ZIPProgress' in an isolated closure; this is an error in the Swift 6 language mode
                            progress.callback(overallValue)
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPEntry.swift:30:15: note: consider making struct 'ZIPProgress' conform to the 'Sendable' protocol
public struct ZIPProgress {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:100:54: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
                taskGroup.addTask(priority: .medium) { [progressPerEntry] in
                                                     ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:101:22: note: closure captures non-Sendable 'entry'
                    (entry, try await self.zipEntryData(
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:105:35: note: closure captures non-Sendable 'progressPerEntry'
                        progress: progressPerEntry
                                  ^
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZipPinch.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/armv7k/ZipPinch.swiftmodule (in target 'ZipPinch' from project 'ZipPinch')
    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/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/armv7k/ZipPinch.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZipPinch.swiftmodule/armv7k-apple-watchos.swiftmodule
SwiftDriverJobDiscovery normal armv7k Compiling ZIPDirectoryRecord.swift (in target 'ZipPinch' from project 'ZipPinch')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZipPinch.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/armv7k/ZipPinch.swiftdoc (in target 'ZipPinch' from project 'ZipPinch')
    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/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/armv7k/ZipPinch.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZipPinch.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZipPinch.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/armv7k/ZipPinch.abi.json (in target 'ZipPinch' from project 'ZipPinch')
    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/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/armv7k/ZipPinch.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZipPinch.swiftmodule/armv7k-apple-watchos.abi.json
SwiftDriverJobDiscovery normal armv7k Compiling ZIPEndRecord.swift (in target 'ZipPinch' from project 'ZipPinch')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZipPinch.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/armv7k/ZipPinch.swiftsourceinfo (in target 'ZipPinch' from project 'ZipPinch')
    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/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/armv7k/ZipPinch.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZipPinch.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
SwiftCompile normal armv7k Compiling\ URLSession+ZIPRange.swift,\ ZIPCompressor.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPRange.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPCompressor.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPRange.swift (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPRange.swift:85:35: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
                    group.addTask {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPRange.swift:86:53: note: closure captures reference to mutable var 'request' which is accessible to code in the current task
                        try await session.data(for: request, delegate: delegate)
                                                    ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPCompressor.swift (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPCompressor.swift:30:23: warning: static property 'decompress' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var decompress: @Sendable (_ compressedData: NSData) throws -> NSData = { compressedData in
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPCompressor.swift:30:23: note: convert 'decompress' to a 'let' constant to make 'Sendable' shared state immutable
    public static var decompress: @Sendable (_ compressedData: NSData) throws -> NSData = { compressedData in
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPCompressor.swift:30:23: note: add '@MainActor' to make static property 'decompress' part of global actor 'MainActor'
    public static var decompress: @Sendable (_ compressedData: NSData) throws -> NSData = { compressedData in
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPCompressor.swift:30:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var decompress: @Sendable (_ compressedData: NSData) throws -> NSData = { compressedData in
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPRange.swift:85:35: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
                    group.addTask {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPRange.swift:86:53: note: closure captures reference to mutable var 'request' which is accessible to code in the current task
                        try await session.data(for: request, delegate: delegate)
                                                    ^
SwiftCompile normal armv7k Compiling\ URLSession+ZIPEntry.swift,\ URLSession+ZIPFolder.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPEntry.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPEntry.swift (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:85:19: warning: type 'ZIPEntry' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        try await withThrowingTaskGroup(of: (entry: ZIPEntry, data: Data).self) { taskGroup in
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPEntry.swift:31:15: note: consider making struct 'ZIPEntry' conform to the 'Sendable' protocol
public struct ZIPEntry: Identifiable, Hashable, Codable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:85:81: warning: type 'ZIPEntry' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        try await withThrowingTaskGroup(of: (entry: ZIPEntry, data: Data).self) { taskGroup in
                                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPEntry.swift:31:15: note: consider making struct 'ZIPEntry' conform to the 'Sendable' protocol
public struct ZIPEntry: Identifiable, Hashable, Codable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:100:27: warning: type 'ZIPEntry' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
                taskGroup.addTask(priority: .medium) { [progressPerEntry] in
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPEntry.swift:31:15: note: consider making struct 'ZIPEntry' conform to the 'Sendable' protocol
public struct ZIPEntry: Identifiable, Hashable, Codable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:110:47: warning: type 'ZIPEntry' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            let results = try await taskGroup.reduce(into: [(entry: ZIPEntry, data: Data)]()) { partialResult, value in
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPEntry.swift:31:15: note: consider making struct 'ZIPEntry' conform to the 'Sendable' protocol
public struct ZIPEntry: Identifiable, Hashable, Codable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:110:95: warning: type 'ZIPEntry' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            let results = try await taskGroup.reduce(into: [(entry: ZIPEntry, data: Data)]()) { partialResult, value in
                                                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPEntry.swift:31:15: note: consider making struct 'ZIPEntry' conform to the 'Sendable' protocol
public struct ZIPEntry: Identifiable, Hashable, Codable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:110:95: warning: type 'ZIPEntry' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            let results = try await taskGroup.reduce(into: [(entry: ZIPEntry, data: Data)]()) { partialResult, value in
                                                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPEntry.swift:31:15: note: consider making struct 'ZIPEntry' conform to the 'Sendable' protocol
public struct ZIPEntry: Identifiable, Hashable, Codable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:94:99: warning: capture of 'entry' with non-sendable type 'ZIPEntry' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                            let overallValue = await overallProgress.overallValue(for: value, id: entry.filePath)
                                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPEntry.swift:31:15: note: consider making struct 'ZIPEntry' conform to the 'Sendable' protocol
public struct ZIPEntry: Identifiable, Hashable, Codable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:95:29: warning: capture of 'progress' with non-sendable type 'ZIPProgress' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                            progress.callback(overallValue)
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPEntry.swift:30:15: note: consider making struct 'ZIPProgress' conform to the 'Sendable' protocol
public struct ZIPProgress {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:94:99: warning: capture of 'entry' with non-sendable type 'ZIPEntry' in an isolated closure; this is an error in the Swift 6 language mode
                            let overallValue = await overallProgress.overallValue(for: value, id: entry.filePath)
                                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPEntry.swift:31:15: note: consider making struct 'ZIPEntry' conform to the 'Sendable' protocol
public struct ZIPEntry: Identifiable, Hashable, Codable {
              ^
                                                       , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:95:29: warning: capture of 'progress' with non-sendable type 'ZIPProgress' in an isolated closure; this is an error in the Swift 6 language mode
                            progress.callback(overallValue)
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPEntry.swift:30:15: note: consider making struct 'ZIPProgress' conform to the 'Sendable' protocol
public struct ZIPProgress {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:100:54: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
                taskGroup.addTask(priority: .medium) { [progressPerEntry] in
                                                     ^~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:101:22: note: closure captures non-Sendable 'entry'
                    (entry, try await self.zipEntryData(
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPFolder.swift:105:35: note: closure captures non-Sendable 'progressPerEntry'
                        progress: progressPerEntry
                                  ^
SwiftCompile normal arm64_32 Compiling\ ZIPEntry.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPEntry.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPEntry.swift (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling BinaryExtractor.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal arm64_32 Compiling\ BinaryExtractor.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/BinaryExtractor.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/BinaryExtractor.swift (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/BinaryExtractor.swift:34:13: warning: initialization of immutable value 'currentOffset' was never used; consider replacing with assignment to '_' or removing it
        let currentOffset = pointerOffset
        ~~~~^~~~~~~~~~~~~
        _
SwiftDriverJobDiscovery normal armv7k Compiling ZIPFolder.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal arm64_32 Compiling\ URLSession+ZIPRange.swift,\ ZIPCompressor.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPRange.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPCompressor.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPRange.swift (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPRange.swift:85:35: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
                    group.addTask {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPRange.swift:86:53: note: closure captures reference to mutable var 'request' which is accessible to code in the current task
                        try await session.data(for: request, delegate: delegate)
                                                    ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPCompressor.swift (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPCompressor.swift:30:23: warning: static property 'decompress' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    public static var decompress: @Sendable (_ compressedData: NSData) throws -> NSData = { compressedData in
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPCompressor.swift:30:23: note: convert 'decompress' to a 'let' constant to make 'Sendable' shared state immutable
    public static var decompress: @Sendable (_ compressedData: NSData) throws -> NSData = { compressedData in
                  ~~~ ^
                  let
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPCompressor.swift:30:23: note: add '@MainActor' to make static property 'decompress' part of global actor 'MainActor'
    public static var decompress: @Sendable (_ compressedData: NSData) throws -> NSData = { compressedData in
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPCompressor.swift:30:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static var decompress: @Sendable (_ compressedData: NSData) throws -> NSData = { compressedData in
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPRange.swift:85:35: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
                    group.addTask {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPRange.swift:86:53: note: closure captures reference to mutable var 'request' which is accessible to code in the current task
                        try await session.data(for: request, delegate: delegate)
                                                    ^
SwiftDriverJobDiscovery normal armv7k Compiling resource_bundle_accessor.swift, URLSession+ZIPEntries.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal armv7k Compiling\ ZIPFileHeader.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/ZIPFileHeader.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/ZIPFileHeader.swift (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Emitting module for ZipPinch (in target 'ZipPinch' from project 'ZipPinch')
SwiftDriver\ Compilation\ Requirements ZipPinch normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'ZipPinch' from project 'ZipPinch')
    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 ZipPinch -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64_32/ZipPinch.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos8.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64_32/ZipPinch-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/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64_32/ZipPinch.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/ZipPinch.build/Debug-watchos/ZipPinch.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64_32/ZipPinch_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.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/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64_32/ZipPinch-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling ZIPFileHeader.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal arm64_32 Compiling\ resource_bundle_accessor.swift,\ URLSession+ZIPEntries.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPEntries.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/DerivedSources/resource_bundle_accessor.swift (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/URLSession+ZIPEntries.swift (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFolder.swift:29:23: warning: static property 'empty' is not concurrency-safe because non-'Sendable' type 'ZIPFolder' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let empty = ZIPFolder(name: "")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFolder.swift:28:15: note: consider making struct 'ZIPFolder' conform to the 'Sendable' protocol
public struct ZIPFolder: Identifiable, Hashable, Equatable {
              ^
                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFolder.swift:29:23: note: add '@MainActor' to make static property 'empty' part of global actor 'MainActor'
    public static let empty = ZIPFolder(name: "")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFolder.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let empty = ZIPFolder(name: "")
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64_32 Compiling\ ZIPDirectoryRecord.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/ZIPDirectoryRecord.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/ZIPDirectoryRecord.swift (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling URLSession+ZIPEntry.swift, URLSession+ZIPFolder.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal armv7k Compiling\ Date+MSDOS.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/Date+MSDOS.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/Date+MSDOS.swift (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ZIPFolder.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftDriver\ Compilation ZipPinch normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ZipPinch' from project 'ZipPinch')
    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 ZipPinch -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64/ZipPinch.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos8.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64/ZipPinch-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/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64/ZipPinch.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/ZipPinch.build/Debug-watchos/ZipPinch.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64/ZipPinch_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.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/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64/ZipPinch-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling Date+MSDOS.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal arm64_32 Compiling\ ZIPEndRecord.swift /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/ZIPEndRecord.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/ZIPFileFormat/ZIPEndRecord.swift (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriver\ Compilation ZipPinch normal armv7k com.apple.xcode.tools.swift.compiler (in target 'ZipPinch' from project 'ZipPinch')
    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 ZipPinch -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/armv7k/ZipPinch.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos8.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/armv7k/ZipPinch-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/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/armv7k/ZipPinch.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/ZipPinch.build/Debug-watchos/ZipPinch.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/armv7k/ZipPinch_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.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/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/armv7k/ZipPinch-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling ZIPEntry.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftDriverJobDiscovery normal arm64_32 Compiling ZIPFileHeader.swift (in target 'ZipPinch' from project 'ZipPinch')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/armv7k/Binary/ZipPinch.o normal armv7k (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos8.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/armv7k/ZipPinch.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/armv7k/ZipPinch_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/armv7k/ZipPinch_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/armv7k/ZipPinch.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/armv7k/Binary/ZipPinch.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64/Binary/ZipPinch.o normal arm64 (in target 'ZipPinch' from project 'ZipPinch')
    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-watchos8.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64/ZipPinch.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64/ZipPinch_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64/ZipPinch_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64/ZipPinch.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64/Binary/ZipPinch.o
SwiftDriverJobDiscovery normal arm64_32 Compiling URLSession+ZIPRange.swift, ZIPCompressor.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftDriverJobDiscovery normal arm64_32 Compiling BinaryExtractor.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftDriverJobDiscovery normal arm64_32 Compiling ZIPFolder.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftDriverJobDiscovery normal arm64_32 Compiling URLSession+ZIPEntry.swift, URLSession+ZIPFolder.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftDriverJobDiscovery normal arm64_32 Compiling Date+MSDOS.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftDriverJobDiscovery normal arm64_32 Compiling ZIPDirectoryRecord.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftDriverJobDiscovery normal arm64_32 Compiling ZIPEndRecord.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftDriverJobDiscovery normal arm64_32 Compiling resource_bundle_accessor.swift, URLSession+ZIPEntries.swift (in target 'ZipPinch' from project 'ZipPinch')
SwiftDriver\ Compilation ZipPinch normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'ZipPinch' from project 'ZipPinch')
    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 ZipPinch -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64_32/ZipPinch.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos8.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64_32/ZipPinch-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/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64_32/ZipPinch.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/ZipPinch.build/Debug-watchos/ZipPinch.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64_32/ZipPinch_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.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/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64_32/ZipPinch-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/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64_32/Binary/ZipPinch.o normal arm64_32 (in target 'ZipPinch' from project 'ZipPinch')
    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_32-apple-watchos8.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64_32/ZipPinch.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64_32/ZipPinch_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64_32/ZipPinch_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64_32/ZipPinch.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64_32/Binary/ZipPinch.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZipPinch.o normal arm64\ armv7k\ arm64_32 (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64/Binary/ZipPinch.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/armv7k/Binary/ZipPinch.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64_32/Binary/ZipPinch.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZipPinch.o
ExtractAppIntentsMetadata (in target 'ZipPinch' from project 'ZipPinch')
    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 ZipPinch --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 8.0 --bundle-identifier spi-builder-workspace.ZipPinch --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZipPinch.appintents --target-triple arm64-apple-watchos8.0 --target-triple armv7k-apple-watchos8.0 --target-triple arm64_32-apple-watchos8.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZipPinch.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64/ZipPinch_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/armv7k/ZipPinch_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64_32/ZipPinch_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64/ZipPinch.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/armv7k/ZipPinch.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64_32/ZipPinch.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/ZipPinch.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/ZipPinch.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64/ZipPinch.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/armv7k/ZipPinch.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ZipPinch.build/Debug-watchos/ZipPinch.build/Objects-normal/arm64_32/ZipPinch.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-15 14:06:36.565 appintentsmetadataprocessor[743:4335] Starting appintentsmetadataprocessor export
2025-06-15 14:06:36.604 appintentsmetadataprocessor[743:4335] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZipPinch.o (in target 'ZipPinch' from project 'ZipPinch')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/ZipPinch.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ZipPinch",
  "name" : "ZipPinch",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "ZipPinch",
      "targets" : [
        "ZipPinch"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ZipPinchTests",
      "module_type" : "SwiftTarget",
      "name" : "ZipPinchTests",
      "path" : "Tests/ZipPinchTests",
      "sources" : [
        "ArchiveTests.swift",
        "BinaryExtractorTests.swift",
        "DateMSDOSTests.swift",
        "ZIPEntryTests.swift",
        "ZIPErrorTests.swift",
        "ZIPFolderTests.swift"
      ],
      "target_dependencies" : [
        "ZipPinch"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ZipPinch",
      "module_type" : "SwiftTarget",
      "name" : "ZipPinch",
      "path" : "Sources/ZipPinch",
      "product_memberships" : [
        "ZipPinch"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/ZipPinch/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "URLSession+ZIPEntries.swift",
        "URLSession+ZIPEntry.swift",
        "URLSession+ZIPFolder.swift",
        "URLSession+ZIPRange.swift",
        "ZIPCompressor.swift",
        "ZIPEntry.swift",
        "ZIPFileFormat/BinaryExtractor.swift",
        "ZIPFileFormat/Date+MSDOS.swift",
        "ZIPFileFormat/ZIPDirectoryRecord.swift",
        "ZIPFileFormat/ZIPEndRecord.swift",
        "ZIPFileFormat/ZIPFileHeader.swift",
        "ZIPFolder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.