The Swift Package Index logo.Swift Package Index

Build Information

Successful build of LazyCodableKit, reference master (c8b81e), with Swift 6.0 for macOS (Xcode) using Xcode 16.2 on 21 May 2025 12:31:33 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme LazyCodableKit -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kvngwxxk/LazyCodableKit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kvngwxxk/LazyCodableKit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at c8b81eb Merge pull request #11 from kvngwxxk/develop
Cloned https://github.com/kvngwxxk/LazyCodableKit.git
Revision (git rev-parse @):
c8b81eb4e47054a296c888f6ce3bb9f4c25680a3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/kvngwxxk/LazyCodableKit.git at master
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.0
Building package at path:  $PWD
https://github.com/kvngwxxk/LazyCodableKit.git
Command line invocation:
    /Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  LazyCodableKit: /Users/admin/builder/spi-builder-workspace
resolved source packages: LazyCodableKit
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LazyCodableKit",
  "name" : "LazyCodableKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "LazyCodableKit",
      "targets" : [
        "LazyCodableKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LazyCodableKitTests",
      "module_type" : "SwiftTarget",
      "name" : "LazyCodableKitTests",
      "path" : "Tests/LazyCodableKitTests",
      "sources" : [
        "LazyCodableKitTests.swift"
      ],
      "target_dependencies" : [
        "LazyCodableKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LazyCodableKit",
      "module_type" : "SwiftTarget",
      "name" : "LazyCodableKit",
      "path" : "Sources/LazyCodableKit",
      "product_memberships" : [
        "LazyCodableKit"
      ],
      "sources" : [
        "LazyCodableKit.swift",
        "PromisedOptionalType/PromisedOptionalBool.swift",
        "PromisedOptionalType/PromisedOptionalDate.swift",
        "PromisedOptionalType/PromisedOptionalDouble.swift",
        "PromisedOptionalType/PromisedOptionalInt.swift",
        "PromisedOptionalType/PromisedOptionalString.swift",
        "PromisedType/PromisedBool.swift",
        "PromisedType/PromisedDate.swift",
        "PromisedType/PromisedDouble.swift",
        "PromisedType/PromisedInt.swift",
        "PromisedType/PromisedString.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "LazyCodableKit"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme LazyCodableKit -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-16.2.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 LazyCodableKit -destination platform=macOS,arch=arm64
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  LazyCodableKit: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'LazyCodableKit' in project 'LazyCodableKit'
        ➜ Explicit dependency on target 'LazyCodableKit' in project 'LazyCodableKit'
    Target 'LazyCodableKit' in project 'LazyCodableKit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 2dee9c7daf7c4f6cc4ce8e840da4264a
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2dee9c7daf7c4f6cc4ce8e840da4264a.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
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
ClangStatCache /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.SwiftFileList (in target 'LazyCodableKit' from project 'LazyCodableKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/LazyCodableKit.modulemap (in target 'LazyCodableKit' from project 'LazyCodableKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/LazyCodableKit.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit-OutputFileMap.json (in target 'LazyCodableKit' from project 'LazyCodableKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.LinkFileList (in target 'LazyCodableKit' from project 'LazyCodableKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit_const_extract_protocols.json (in target 'LazyCodableKit' from project 'LazyCodableKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/LazyCodableKit.DependencyMetadataFileList (in target 'LazyCodableKit' from project 'LazyCodableKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/LazyCodableKit.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/LazyCodableKit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/LazyCodableKit.modulemap (in target 'LazyCodableKit' from project 'LazyCodableKit')
    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/LazyCodableKit.build/Debug/LazyCodableKit.build/LazyCodableKit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
SwiftDriver LazyCodableKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LazyCodableKit' from project 'LazyCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LazyCodableKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -target arm64-apple-macos11.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 -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit-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/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.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/LazyCodableKit.build/Debug/LazyCodableKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.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/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ PromisedInt.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedInt.swift (in target 'LazyCodableKit' from project 'LazyCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/LazyCodableKit.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalBool.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDate.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalInt.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalString.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedBool.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDate.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDouble.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedInt.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedString.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedInt.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedInt.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedInt.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedInt.dia -target arm64-apple-macos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LazyCodableKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.2 -target-sdk-name macosx15.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedInt.o -index-unit-output-path /LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedInt.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedInt.swift (in target 'LazyCodableKit' from project 'LazyCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/LazyCodableKit.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalBool.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDate.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalInt.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalString.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedBool.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDate.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDouble.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedInt.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedString.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedInt.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedInt.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedInt.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedInt.dia -target arm64-apple-macos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LazyCodableKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.2 -target-sdk-name macosx15.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedInt.o -index-unit-output-path /LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedInt.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftEmitModule normal arm64 Emitting\ module\ for\ LazyCodableKit (in target 'LazyCodableKit' from project 'LazyCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/LazyCodableKit.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalBool.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDate.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalInt.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalString.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedBool.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDate.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedInt.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedString.swift -target arm64-apple-macos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LazyCodableKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.2 -target-sdk-name macosx15.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.abi.json
EmitSwiftModule normal arm64 (in target 'LazyCodableKit' from project 'LazyCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/LazyCodableKit.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalBool.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDate.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalInt.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalString.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedBool.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDate.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedInt.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedString.swift -target arm64-apple-macos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LazyCodableKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.2 -target-sdk-name macosx15.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.abi.json
SwiftCompile normal arm64 Compiling\ PromisedOptionalInt.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalInt.swift (in target 'LazyCodableKit' from project 'LazyCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/LazyCodableKit.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalBool.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDate.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDouble.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalInt.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalString.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedBool.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDate.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedInt.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedString.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalInt.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalInt.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalInt.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalInt.dia -target arm64-apple-macos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LazyCodableKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.2 -target-sdk-name macosx15.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalInt.o -index-unit-output-path /LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalInt.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalInt.swift (in target 'LazyCodableKit' from project 'LazyCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/LazyCodableKit.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalBool.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDate.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDouble.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalInt.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalString.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedBool.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDate.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedInt.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedString.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalInt.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalInt.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalInt.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalInt.dia -target arm64-apple-macos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LazyCodableKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.2 -target-sdk-name macosx15.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalInt.o -index-unit-output-path /LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalInt.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ PromisedBool.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedBool.swift (in target 'LazyCodableKit' from project 'LazyCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/LazyCodableKit.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalBool.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDate.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalInt.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalString.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedBool.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDate.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedInt.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedString.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedBool.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedBool.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedBool.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedBool.dia -target arm64-apple-macos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LazyCodableKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.2 -target-sdk-name macosx15.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedBool.o -index-unit-output-path /LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedBool.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedBool.swift (in target 'LazyCodableKit' from project 'LazyCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/LazyCodableKit.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalBool.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDate.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalInt.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalString.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedBool.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDate.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedInt.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedString.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedBool.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedBool.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedBool.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedBool.dia -target arm64-apple-macos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LazyCodableKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.2 -target-sdk-name macosx15.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedBool.o -index-unit-output-path /LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedBool.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ PromisedOptionalString.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalString.swift (in target 'LazyCodableKit' from project 'LazyCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/LazyCodableKit.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalBool.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDate.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalInt.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalString.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedBool.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDate.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedInt.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedString.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalString.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalString.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalString.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalString.dia -target arm64-apple-macos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LazyCodableKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.2 -target-sdk-name macosx15.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalString.o -index-unit-output-path /LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalString.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalString.swift (in target 'LazyCodableKit' from project 'LazyCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/LazyCodableKit.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalBool.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDate.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalInt.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalString.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedBool.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDate.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedInt.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedString.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalString.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalString.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalString.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalString.dia -target arm64-apple-macos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LazyCodableKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.2 -target-sdk-name macosx15.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalString.o -index-unit-output-path /LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalString.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ PromisedDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDouble.swift (in target 'LazyCodableKit' from project 'LazyCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/LazyCodableKit.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalBool.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDate.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalInt.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalString.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedBool.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDate.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedInt.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedString.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedDouble.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedDouble.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedDouble.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedDouble.dia -target arm64-apple-macos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LazyCodableKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.2 -target-sdk-name macosx15.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedDouble.o -index-unit-output-path /LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedDouble.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDouble.swift (in target 'LazyCodableKit' from project 'LazyCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/LazyCodableKit.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalBool.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDate.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalInt.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalString.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedBool.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDate.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedInt.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedString.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedDouble.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedDouble.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedDouble.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedDouble.dia -target arm64-apple-macos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LazyCodableKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.2 -target-sdk-name macosx15.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedDouble.o -index-unit-output-path /LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedDouble.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ PromisedDate.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDate.swift (in target 'LazyCodableKit' from project 'LazyCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/LazyCodableKit.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalBool.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDate.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalInt.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalString.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedBool.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDate.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedInt.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedString.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedDate.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedDate.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedDate.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedDate.dia -target arm64-apple-macos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LazyCodableKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.2 -target-sdk-name macosx15.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedDate.o -index-unit-output-path /LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedDate.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDate.swift (in target 'LazyCodableKit' from project 'LazyCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/LazyCodableKit.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalBool.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDate.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalInt.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalString.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedBool.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDate.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedInt.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedString.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedDate.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedDate.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedDate.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedDate.dia -target arm64-apple-macos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LazyCodableKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.2 -target-sdk-name macosx15.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedDate.o -index-unit-output-path /LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedDate.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ PromisedString.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedString.swift (in target 'LazyCodableKit' from project 'LazyCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/LazyCodableKit.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalBool.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDate.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalInt.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalString.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedBool.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDate.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedInt.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedString.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedString.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedString.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedString.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedString.dia -target arm64-apple-macos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LazyCodableKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.2 -target-sdk-name macosx15.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedString.o -index-unit-output-path /LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedString.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedString.swift (in target 'LazyCodableKit' from project 'LazyCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/LazyCodableKit.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalBool.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDate.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalInt.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalString.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedBool.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDate.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedInt.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedString.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedString.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedString.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedString.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedString.dia -target arm64-apple-macos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LazyCodableKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.2 -target-sdk-name macosx15.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedString.o -index-unit-output-path /LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedString.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ LazyCodableKit.swift,\ PromisedOptionalBool.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/LazyCodableKit.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalBool.swift (in target 'LazyCodableKit' from project 'LazyCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/LazyCodableKit.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalBool.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDate.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalInt.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalString.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedBool.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDate.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedInt.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedString.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalBool.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalBool.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalBool.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalBool.dia -target arm64-apple-macos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LazyCodableKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.2 -target-sdk-name macosx15.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalBool.o -index-unit-output-path /LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.o -index-unit-output-path /LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalBool.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/LazyCodableKit.swift (in target 'LazyCodableKit' from project 'LazyCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/LazyCodableKit.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalBool.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDate.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalInt.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalString.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedBool.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDate.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedInt.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedString.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalBool.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalBool.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalBool.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalBool.dia -target arm64-apple-macos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LazyCodableKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.2 -target-sdk-name macosx15.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalBool.o -index-unit-output-path /LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.o -index-unit-output-path /LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalBool.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalBool.swift (in target 'LazyCodableKit' from project 'LazyCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/LazyCodableKit.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalBool.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDate.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalInt.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalString.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedBool.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDate.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedInt.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedString.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalBool.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalBool.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalBool.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalBool.dia -target arm64-apple-macos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LazyCodableKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.2 -target-sdk-name macosx15.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalBool.o -index-unit-output-path /LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.o -index-unit-output-path /LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalBool.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ PromisedOptionalDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDouble.swift (in target 'LazyCodableKit' from project 'LazyCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/LazyCodableKit.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalBool.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDate.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalInt.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalString.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedBool.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDate.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedInt.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedString.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalDouble.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalDouble.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalDouble.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalDouble.dia -target arm64-apple-macos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LazyCodableKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.2 -target-sdk-name macosx15.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalDouble.o -index-unit-output-path /LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalDouble.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDouble.swift (in target 'LazyCodableKit' from project 'LazyCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/LazyCodableKit.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalBool.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDate.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalInt.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalString.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedBool.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDate.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedInt.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedString.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalDouble.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalDouble.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalDouble.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalDouble.dia -target arm64-apple-macos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LazyCodableKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.2 -target-sdk-name macosx15.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalDouble.o -index-unit-output-path /LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalDouble.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Emitting module for LazyCodableKit (in target 'LazyCodableKit' from project 'LazyCodableKit')
SwiftCompile normal arm64 Compiling\ PromisedOptionalDate.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDate.swift (in target 'LazyCodableKit' from project 'LazyCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/LazyCodableKit.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalBool.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDate.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalInt.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalString.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedBool.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDate.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedInt.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedString.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalDate.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalDate.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalDate.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalDate.dia -target arm64-apple-macos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LazyCodableKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.2 -target-sdk-name macosx15.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalDate.o -index-unit-output-path /LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalDate.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDate.swift (in target 'LazyCodableKit' from project 'LazyCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/LazyCodableKit.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalBool.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDate.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalInt.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedOptionalType/PromisedOptionalString.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedBool.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDate.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedDouble.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedInt.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyCodableKit/PromisedType/PromisedString.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalDate.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalDate.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalDate.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalDate.dia -target arm64-apple-macos11.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name LazyCodableKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.2 -target-sdk-name macosx15.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalDate.o -index-unit-output-path /LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/PromisedOptionalDate.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling PromisedBool.swift (in target 'LazyCodableKit' from project 'LazyCodableKit')
SwiftDriver\ Compilation\ Requirements LazyCodableKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LazyCodableKit' from project 'LazyCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LazyCodableKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -target arm64-apple-macos11.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 -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit-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/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.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/LazyCodableKit.build/Debug/LazyCodableKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.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/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/LazyCodableKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit-Swift.h (in target 'LazyCodableKit' from project 'LazyCodableKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/LazyCodableKit-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyCodableKit.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.swiftmodule (in target 'LazyCodableKit' from project 'LazyCodableKit')
    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/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyCodableKit.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyCodableKit.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.swiftdoc (in target 'LazyCodableKit' from project 'LazyCodableKit')
    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/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyCodableKit.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyCodableKit.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.abi.json (in target 'LazyCodableKit' from project 'LazyCodableKit')
    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/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyCodableKit.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyCodableKit.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.swiftsourceinfo (in target 'LazyCodableKit' from project 'LazyCodableKit')
    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/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyCodableKit.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling PromisedOptionalDate.swift (in target 'LazyCodableKit' from project 'LazyCodableKit')
SwiftDriverJobDiscovery normal arm64 Compiling PromisedString.swift (in target 'LazyCodableKit' from project 'LazyCodableKit')
SwiftDriverJobDiscovery normal arm64 Compiling PromisedDouble.swift (in target 'LazyCodableKit' from project 'LazyCodableKit')
SwiftDriverJobDiscovery normal arm64 Compiling PromisedOptionalDouble.swift (in target 'LazyCodableKit' from project 'LazyCodableKit')
SwiftDriverJobDiscovery normal arm64 Compiling LazyCodableKit.swift, PromisedOptionalBool.swift (in target 'LazyCodableKit' from project 'LazyCodableKit')
SwiftDriverJobDiscovery normal arm64 Compiling PromisedInt.swift (in target 'LazyCodableKit' from project 'LazyCodableKit')
SwiftDriverJobDiscovery normal arm64 Compiling PromisedOptionalInt.swift (in target 'LazyCodableKit' from project 'LazyCodableKit')
SwiftDriverJobDiscovery normal arm64 Compiling PromisedOptionalString.swift (in target 'LazyCodableKit' from project 'LazyCodableKit')
SwiftDriverJobDiscovery normal arm64 Compiling PromisedDate.swift (in target 'LazyCodableKit' from project 'LazyCodableKit')
SwiftDriver\ Compilation LazyCodableKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LazyCodableKit' from project 'LazyCodableKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LazyCodableKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -target arm64-apple-macos11.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 -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.2-24C94-e9512ba338551096f4c3ebf3c3012957.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit-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/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.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/LazyCodableKit.build/Debug/LazyCodableKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.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/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyCodableKit.o normal (in target 'LazyCodableKit' from project 'LazyCodableKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos11.0 -r -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyCodableKit.build/Debug/LazyCodableKit.build/Objects-normal/arm64/LazyCodableKit_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyCodableKit.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyCodableKit.o (in target 'LazyCodableKit' from project 'LazyCodableKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyCodableKit.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LazyCodableKit",
  "name" : "LazyCodableKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "LazyCodableKit",
      "targets" : [
        "LazyCodableKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LazyCodableKitTests",
      "module_type" : "SwiftTarget",
      "name" : "LazyCodableKitTests",
      "path" : "Tests/LazyCodableKitTests",
      "sources" : [
        "LazyCodableKitTests.swift"
      ],
      "target_dependencies" : [
        "LazyCodableKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LazyCodableKit",
      "module_type" : "SwiftTarget",
      "name" : "LazyCodableKit",
      "path" : "Sources/LazyCodableKit",
      "product_memberships" : [
        "LazyCodableKit"
      ],
      "sources" : [
        "LazyCodableKit.swift",
        "PromisedOptionalType/PromisedOptionalBool.swift",
        "PromisedOptionalType/PromisedOptionalDate.swift",
        "PromisedOptionalType/PromisedOptionalDouble.swift",
        "PromisedOptionalType/PromisedOptionalInt.swift",
        "PromisedOptionalType/PromisedOptionalString.swift",
        "PromisedType/PromisedBool.swift",
        "PromisedType/PromisedDate.swift",
        "PromisedType/PromisedDouble.swift",
        "PromisedType/PromisedInt.swift",
        "PromisedType/PromisedString.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.