The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ReerCodable, reference main (66d828), with Swift 6.2 for macOS (Xcode) using Xcode 26.3 on 9 Apr 2026 20:24:46 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/reers/ReerCodable.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/reers/ReerCodable
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 66d8286 fix: support Swift 6 strict concurrency (#41)
Cloned https://github.com/reers/ReerCodable.git
Revision (git rev-parse @):
66d82867baa873bea546d8855137b83536a0a058
SUCCESS checkout https://github.com/reers/ReerCodable.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.2
Building package at path:  $PWD
https://github.com/reers/ReerCodable.git
Command line invocation:
    /Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/swiftlang/swift-syntax
Creating working copy of package ‘swift-syntax’
Checking out 600.0.1 of package ‘swift-syntax’
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/600.0.1/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip
Resolve Package Graph
Resolved source packages:
  swift-syntax: https://github.com/swiftlang/swift-syntax @ 600.0.1
  ReerCodable: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-syntax, ReerCodable
2026-04-09 16:23:59.535 xcodebuild[530:3075] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-09 16:24:07.189 xcodebuild[530:3075] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-09 16:24:07.298 xcodebuild[530:3075] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    }
  ],
  "manifest_display_name" : "ReerCodable",
  "name" : "ReerCodable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "ReerCodable",
      "targets" : [
        "ReerCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ReerCodableMacros",
      "targets" : [
        "ReerCodableMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ReerCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "ReerCodableTests",
      "path" : "Tests/ReerCodableTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport",
        "SwiftCompilerPlugin"
      ],
      "sources" : [
        "AnyCodableTests.swift",
        "BigIntTests.swift",
        "CodingContainerTests.swift",
        "CopyableTests.swift",
        "CustomCodingTests.swift",
        "DateCodingTests.swift",
        "DefaultInstanceTests.swift",
        "DefaultValueTests.swift",
        "EnumTests.swift",
        "Extensions.swift",
        "InheritedCodableTests.swift",
        "MacroExpandTests.swift",
        "NSObjectCodableTests.swift",
        "NamingConventionTests.swift",
        "OnlyDecodableTests.swift",
        "OnlyEncodableTests.swift",
        "PropertyListCodingTests.swift",
        "ReerCodableTests.swift"
      ],
      "target_dependencies" : [
        "ReerCodable",
        "ReerCodableMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ReerCodableMacros",
      "module_type" : "SwiftTarget",
      "name" : "ReerCodableMacros",
      "path" : "Sources/ReerCodableMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "ReerCodable",
        "ReerCodableMacros"
      ],
      "sources" : [
        "AttributeListSyntax+Extensions.swift",
        "CheckType.swift",
        "KeyConverter.swift",
        "MacroError.swift",
        "MacroImplementations/Base64CodingImpl.swift",
        "MacroImplementations/CaseStyleImpl.swift",
        "MacroImplementations/CodableImpl.swift",
        "MacroImplementations/CodingCaseImpl.swift",
        "MacroImplementations/CodingContainerImpl.swift",
        "MacroImplementations/CodingKeyImpl.swift",
        "MacroImplementations/CompactDecodingImpl.swift",
        "MacroImplementations/CopyableImpl.swift",
        "MacroImplementations/CustomCodingImpl.swift",
        "MacroImplementations/DateCodingImpl.swift",
        "MacroImplementations/DefaultCodingValueImpl.swift",
        "MacroImplementations/DefaultInstanceImpl.swift",
        "MacroImplementations/EncodingKeyImpl.swift",
        "MacroImplementations/FlatCodingImpl.swift",
        "MacroImplementations/FlexibleTypeImpl.swift",
        "MacroImplementations/IgnoreCodingImpl.swift",
        "MacroImplementations/InheritedCodableImpl.swift",
        "Plugins.swift",
        "PropertyInfo.swift",
        "TypeInfo.swift",
        "VariableDeclSyntax+Extensions.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "ReerCodable",
      "module_type" : "SwiftTarget",
      "name" : "ReerCodable",
      "path" : "Sources/ReerCodable",
      "product_memberships" : [
        "ReerCodable"
      ],
      "sources" : [
        "AnyCodable.swift",
        "AnyCodingKey.swift",
        "DateCodingStrategy.swift",
        "Decodable+Extensions.swift",
        "Decoder+Extensions.swift",
        "Encodable+Extensions.swift",
        "Encoder+Extensions.swift",
        "Extensions.swift",
        "KeyedDecodingContainer+Extensions.swift",
        "KeyedEncodingContainer+Extensions.swift",
        "MacroDeclarations/Base64Coding.swift",
        "MacroDeclarations/Codable.swift",
        "MacroDeclarations/CodingContainer.swift",
        "MacroDeclarations/CodingIgnored.swift",
        "MacroDeclarations/CodingKey.swift",
        "MacroDeclarations/CompactDecoding.swift",
        "MacroDeclarations/Copyable.swift",
        "MacroDeclarations/CustomCoding.swift",
        "MacroDeclarations/DateCoding.swift",
        "MacroDeclarations/DefaultInstance.swift",
        "MacroDeclarations/DefaultValue.swift",
        "MacroDeclarations/EnumCoding.swift",
        "MacroDeclarations/FlatCoding.swift",
        "MacroDeclarations/FlexibleType.swift",
        "MacroDeclarations/KeyCodingStrategy.swift",
        "ReerCodableDelegate.swift",
        "ReerCodableError.swift",
        "SingleValueDecodingContainer+Extensions.swift",
        "TypeConversion.swift"
      ],
      "target_dependencies" : [
        "ReerCodableMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "ReerCodable",
      "ReerCodable-Package"
    ]
  }
}
2026-04-09 16:24:30.848 xcodebuild[683:4139] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-09 16:24:31.021 xcodebuild[683:4139] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-09 16:24:31.153 xcodebuild[683:4139] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ReerCodable-Package -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.0.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 ReerCodable-Package -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-syntax: https://github.com/swiftlang/swift-syntax @ 600.0.1
  ReerCodable: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'ReerCodable' in project 'ReerCodable'
        ➜ Explicit dependency on target 'ReerCodable' in project 'ReerCodable'
        ➜ Explicit dependency on target 'ReerCodableMacros' in project 'ReerCodable'
    Target 'ReerCodable' in project 'ReerCodable'
        ➜ Explicit dependency on target 'ReerCodableMacros' in project 'ReerCodable'
    Target 'ReerCodableMacros' in project 'ReerCodable' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 749c74a97e9207c88e03d801eddd5984
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/749c74a97e9207c88e03d801eddd5984.xcbuilddata
ClangStatCache /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A352-3885c01c3e6b6a337905948deab2002e3f995448e7658e25bc2348d03928aa04.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A352-3885c01c3e6b6a337905948deab2002e3f995448e7658e25bc2348d03928aa04.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/ReerCodable.modulemap (in target 'ReerCodable' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/ReerCodable.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/ReerCodable.DependencyStaticMetadataFileList (in target 'ReerCodable' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/ReerCodable.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodableMacros.build/ReerCodableMacros.DependencyStaticMetadataFileList (in target 'ReerCodableMacros' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodableMacros.build/ReerCodableMacros.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodableMacros.build/ReerCodableMacros.DependencyMetadataFileList (in target 'ReerCodableMacros' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodableMacros.build/ReerCodableMacros.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodableMacros.build/Objects-normal/arm64/ReerCodableMacros_const_extract_protocols.json (in target 'ReerCodableMacros' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodableMacros.build/Objects-normal/arm64/ReerCodableMacros_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodableMacros.build/Objects-normal/arm64/ReerCodableMacros.LinkFileList (in target 'ReerCodableMacros' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodableMacros.build/Objects-normal/arm64/ReerCodableMacros.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodableMacros.build/Objects-normal/arm64/ReerCodableMacros.SwiftFileList (in target 'ReerCodableMacros' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodableMacros.build/Objects-normal/arm64/ReerCodableMacros.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodableMacros.build/Objects-normal/arm64/ReerCodableMacros-OutputFileMap.json (in target 'ReerCodableMacros' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodableMacros.build/Objects-normal/arm64/ReerCodableMacros-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/ReerCodable.DependencyMetadataFileList (in target 'ReerCodable' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/ReerCodable.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/Objects-normal/arm64/ReerCodable.LinkFileList (in target 'ReerCodable' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/Objects-normal/arm64/ReerCodable.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/Objects-normal/arm64/ReerCodable.SwiftFileList (in target 'ReerCodable' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/Objects-normal/arm64/ReerCodable.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/Objects-normal/arm64/ReerCodable.SwiftConstValuesFileList (in target 'ReerCodable' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/Objects-normal/arm64/ReerCodable.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/Objects-normal/arm64/ReerCodable_const_extract_protocols.json (in target 'ReerCodable' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/Objects-normal/arm64/ReerCodable_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/Objects-normal/arm64/ReerCodable-OutputFileMap.json (in target 'ReerCodable' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/Objects-normal/arm64/ReerCodable-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/ReerCodable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/ReerCodable.modulemap (in target 'ReerCodable' from project 'ReerCodable')
    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/ReerCodable.build/Debug/ReerCodable.build/ReerCodable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
SwiftDriver ReerCodableMacros normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ReerCodableMacros' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ReerCodableMacros -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodableMacros.build/Objects-normal/arm64/ReerCodableMacros.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -I/Users/admin/builder/spi-builder-workspace/.dependencies/prebuilts/swift-syntax/600.0.1/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64/Modules -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/_SwiftLibraryPluginProviderCShims/include -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/_SwiftSyntaxCShims/include -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos10.15 -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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.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/macosx26.0-25A352-3885c01c3e6b6a337905948deab2002e3f995448e7658e25bc2348d03928aa04.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodableMacros.build/Objects-normal/arm64/ReerCodableMacros-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodableMacros.build/Objects-normal/arm64/ReerCodableMacros.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodableMacros.build/Objects-normal/arm64/ReerCodableMacros_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/ReerCodable.build/Debug/ReerCodableMacros.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodableMacros.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodableMacros.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-C0T9FXKVAQSG0R7EDN6VDTSZG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-7VSNP6B6ARYGVCOOTBS093EY4.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-7EZ502TY7QZ1A667A9EEILILS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-8PQSUQSH1ZQGYCMFI1WHO4ELG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-85QW51B8FD8ZATQD8MDLFXOC3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-EUUWMT0FOMX30MYO1WPXSWFAX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-943BXNV1W157JAO668ZDNTQYN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-W0M3A8RHQ6RMKPKR8K56PMHN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-5L8MVSNRU1RMI9DZEUU6XJ65B.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-9OS2U2K2AVZGT5LV9JWX32U4F.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-COC7UWJZQ26O0SA39QGZQC30J.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-BWOEUQ2SYSSG5LWPGFHBHQ64Y.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-QEZYXGTNRGMILFOMBVU85HCK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-DAR5P2B4CBRCHKWBDJWS990ZW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/libDER-8QMPRC3ERDOT9M4IU99FJEQRS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-E1YWQQI7R45EE5B6IPSTNXQIO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-1DS9U5ZK7Y67GHVJ2EDAUGIRI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-5RHYERBW5BF5YOQZ9D4NUUZ8B.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules/_SwiftSyntaxCShims-BO9OIUO8E1QOE31SMZMV31YGK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-59O6DX94B5006L8781HYPJJF1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-5Z108O12OPR67EB7YZHGIIPO5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/libkern-59PS0TM3HT3HR0QJAWAZDMAO3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/launch-D2AQGRB0XP95IGMTA8LNAWGY7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-9GM3KHFY64S0649Q05AWUH250.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-66FWTKXF28O2IH48S054Q7HM7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-25WII3TJLSYVNKVCC0X9FIZSG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-7CVHUX3ICRA2L1COF609BW3NM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-6V2DVB4QJL93I0MRYJOQHRY8H.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-C32Y4HHKB9FZWVSB5AVO3LNXC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-834WPLFOS9BY13K6S9L7KACND.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOKit-E44MEDXNQ63Y5F0W0UGACHIKH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-DX9B0HMQAWULZA36T8K9ZNBII.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-54C0GVLEJ1SW6OHHHUE8ZMBUR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DiskArbitration-22VHNWUG2EVNYF2DLNO812NLN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreServices-BLT9X3584TO7TK3CU041VXHTR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-LNZXUDWJ93P27TN1KM16B3AS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OSLog-ALWKTYWGVO2JVKC9RGCRHISRD.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ ReerCodableMacros (in target 'ReerCodableMacros' from project 'ReerCodable')
EmitSwiftModule normal arm64 (in target 'ReerCodableMacros' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ MacroError.swift,\ Base64CodingImpl.swift,\ CaseStyleImpl.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/MacroError.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/MacroImplementations/Base64CodingImpl.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/MacroImplementations/CaseStyleImpl.swift (in target 'ReerCodableMacros' from project 'ReerCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/MacroError.swift (in target 'ReerCodableMacros' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/MacroImplementations/Base64CodingImpl.swift (in target 'ReerCodableMacros' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/MacroImplementations/CaseStyleImpl.swift (in target 'ReerCodableMacros' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CodableImpl.swift,\ CodingCaseImpl.swift,\ CodingContainerImpl.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/MacroImplementations/CodableImpl.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/MacroImplementations/CodingCaseImpl.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/MacroImplementations/CodingContainerImpl.swift (in target 'ReerCodableMacros' from project 'ReerCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/MacroImplementations/CodableImpl.swift (in target 'ReerCodableMacros' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/MacroImplementations/CodingCaseImpl.swift (in target 'ReerCodableMacros' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/MacroImplementations/CodingContainerImpl.swift (in target 'ReerCodableMacros' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DefaultInstanceImpl.swift,\ EncodingKeyImpl.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/MacroImplementations/DefaultInstanceImpl.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/MacroImplementations/EncodingKeyImpl.swift (in target 'ReerCodableMacros' from project 'ReerCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/MacroImplementations/DefaultInstanceImpl.swift (in target 'ReerCodableMacros' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/MacroImplementations/EncodingKeyImpl.swift (in target 'ReerCodableMacros' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ FlatCodingImpl.swift,\ FlexibleTypeImpl.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/MacroImplementations/FlatCodingImpl.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/MacroImplementations/FlexibleTypeImpl.swift (in target 'ReerCodableMacros' from project 'ReerCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/MacroImplementations/FlatCodingImpl.swift (in target 'ReerCodableMacros' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/MacroImplementations/FlexibleTypeImpl.swift (in target 'ReerCodableMacros' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Plugins.swift,\ PropertyInfo.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/Plugins.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/PropertyInfo.swift (in target 'ReerCodableMacros' from project 'ReerCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/Plugins.swift (in target 'ReerCodableMacros' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ IgnoreCodingImpl.swift,\ InheritedCodableImpl.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/MacroImplementations/IgnoreCodingImpl.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/MacroImplementations/InheritedCodableImpl.swift (in target 'ReerCodableMacros' from project 'ReerCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/MacroImplementations/IgnoreCodingImpl.swift (in target 'ReerCodableMacros' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/MacroImplementations/InheritedCodableImpl.swift (in target 'ReerCodableMacros' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CodingKeyImpl.swift,\ CompactDecodingImpl.swift,\ CopyableImpl.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/MacroImplementations/CodingKeyImpl.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/MacroImplementations/CompactDecodingImpl.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/MacroImplementations/CopyableImpl.swift (in target 'ReerCodableMacros' from project 'ReerCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/MacroImplementations/CodingKeyImpl.swift (in target 'ReerCodableMacros' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/MacroImplementations/CompactDecodingImpl.swift (in target 'ReerCodableMacros' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/MacroImplementations/CopyableImpl.swift (in target 'ReerCodableMacros' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CustomCodingImpl.swift,\ DateCodingImpl.swift,\ DefaultCodingValueImpl.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/MacroImplementations/CustomCodingImpl.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/MacroImplementations/DateCodingImpl.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/MacroImplementations/DefaultCodingValueImpl.swift (in target 'ReerCodableMacros' from project 'ReerCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/MacroImplementations/CustomCodingImpl.swift (in target 'ReerCodableMacros' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/MacroImplementations/DateCodingImpl.swift (in target 'ReerCodableMacros' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/MacroImplementations/DefaultCodingValueImpl.swift (in target 'ReerCodableMacros' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AttributeListSyntax+Extensions.swift,\ CheckType.swift,\ KeyConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/AttributeListSyntax+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/CheckType.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/KeyConverter.swift (in target 'ReerCodableMacros' from project 'ReerCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/AttributeListSyntax+Extensions.swift (in target 'ReerCodableMacros' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64 Compiling\ TypeInfo.swift,\ VariableDeclSyntax+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/TypeInfo.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/VariableDeclSyntax+Extensions.swift (in target 'ReerCodableMacros' from project 'ReerCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/TypeInfo.swift (in target 'ReerCodableMacros' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ReerCodableMacros/VariableDeclSyntax+Extensions.swift (in target 'ReerCodableMacros' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for ReerCodableMacros (in target 'ReerCodableMacros' from project 'ReerCodable')
SwiftDriver\ Compilation\ Requirements ReerCodableMacros normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ReerCodableMacros' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ReerCodableMacros -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodableMacros.build/Objects-normal/arm64/ReerCodableMacros.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -I/Users/admin/builder/spi-builder-workspace/.dependencies/prebuilts/swift-syntax/600.0.1/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64/Modules -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/_SwiftLibraryPluginProviderCShims/include -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/_SwiftSyntaxCShims/include -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos10.15 -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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.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/macosx26.0-25A352-3885c01c3e6b6a337905948deab2002e3f995448e7658e25bc2348d03928aa04.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodableMacros.build/Objects-normal/arm64/ReerCodableMacros-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodableMacros.build/Objects-normal/arm64/ReerCodableMacros.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodableMacros.build/Objects-normal/arm64/ReerCodableMacros_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/ReerCodable.build/Debug/ReerCodableMacros.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodableMacros.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodableMacros.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling FlatCodingImpl.swift, FlexibleTypeImpl.swift (in target 'ReerCodableMacros' from project 'ReerCodable')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ReerCodableMacros.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodableMacros.build/Objects-normal/arm64/ReerCodableMacros.swiftmodule (in target 'ReerCodableMacros' from project 'ReerCodable')
    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/ReerCodable.build/Debug/ReerCodableMacros.build/Objects-normal/arm64/ReerCodableMacros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ReerCodableMacros.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ReerCodableMacros.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodableMacros.build/Objects-normal/arm64/ReerCodableMacros.swiftdoc (in target 'ReerCodableMacros' from project 'ReerCodable')
    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/ReerCodable.build/Debug/ReerCodableMacros.build/Objects-normal/arm64/ReerCodableMacros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ReerCodableMacros.swiftmodule/arm64-apple-macos.swiftdoc
SwiftDriverJobDiscovery normal arm64 Compiling CodingKeyImpl.swift, CompactDecodingImpl.swift, CopyableImpl.swift (in target 'ReerCodableMacros' from project 'ReerCodable')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ReerCodableMacros.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodableMacros.build/Objects-normal/arm64/ReerCodableMacros.abi.json (in target 'ReerCodableMacros' from project 'ReerCodable')
    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/ReerCodable.build/Debug/ReerCodableMacros.build/Objects-normal/arm64/ReerCodableMacros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ReerCodableMacros.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ReerCodableMacros.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodableMacros.build/Objects-normal/arm64/ReerCodableMacros.swiftsourceinfo (in target 'ReerCodableMacros' from project 'ReerCodable')
    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/ReerCodable.build/Debug/ReerCodableMacros.build/Objects-normal/arm64/ReerCodableMacros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ReerCodableMacros.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling IgnoreCodingImpl.swift, InheritedCodableImpl.swift (in target 'ReerCodableMacros' from project 'ReerCodable')
SwiftDriverJobDiscovery normal arm64 Compiling DefaultInstanceImpl.swift, EncodingKeyImpl.swift (in target 'ReerCodableMacros' from project 'ReerCodable')
SwiftDriverJobDiscovery normal arm64 Compiling Plugins.swift, PropertyInfo.swift (in target 'ReerCodableMacros' from project 'ReerCodable')
SwiftDriverJobDiscovery normal arm64 Compiling CustomCodingImpl.swift, DateCodingImpl.swift, DefaultCodingValueImpl.swift (in target 'ReerCodableMacros' from project 'ReerCodable')
SwiftDriverJobDiscovery normal arm64 Compiling AttributeListSyntax+Extensions.swift, CheckType.swift, KeyConverter.swift (in target 'ReerCodableMacros' from project 'ReerCodable')
SwiftDriverJobDiscovery normal arm64 Compiling CodableImpl.swift, CodingCaseImpl.swift, CodingContainerImpl.swift (in target 'ReerCodableMacros' from project 'ReerCodable')
SwiftDriverJobDiscovery normal arm64 Compiling TypeInfo.swift, VariableDeclSyntax+Extensions.swift (in target 'ReerCodableMacros' from project 'ReerCodable')
SwiftDriverJobDiscovery normal arm64 Compiling MacroError.swift, Base64CodingImpl.swift, CaseStyleImpl.swift (in target 'ReerCodableMacros' from project 'ReerCodable')
SwiftDriver\ Compilation ReerCodableMacros normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ReerCodableMacros' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ReerCodableMacros -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodableMacros.build/Objects-normal/arm64/ReerCodableMacros.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -I/Users/admin/builder/spi-builder-workspace/.dependencies/prebuilts/swift-syntax/600.0.1/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64/Modules -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/_SwiftLibraryPluginProviderCShims/include -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/_SwiftSyntaxCShims/include -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos10.15 -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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.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/macosx26.0-25A352-3885c01c3e6b6a337905948deab2002e3f995448e7658e25bc2348d03928aa04.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodableMacros.build/Objects-normal/arm64/ReerCodableMacros-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodableMacros.build/Objects-normal/arm64/ReerCodableMacros.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodableMacros.build/Objects-normal/arm64/ReerCodableMacros_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/ReerCodable.build/Debug/ReerCodableMacros.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodableMacros.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodableMacros.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -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/ReerCodableMacros normal (in target 'ReerCodableMacros' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.15 -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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-26.0.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-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodableMacros.build/Objects-normal/arm64/ReerCodableMacros.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodableMacros.build/Objects-normal/arm64/ReerCodableMacros_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodableMacros.build/Objects-normal/arm64/ReerCodableMacros_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-26.0.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/ReerCodable.build/Debug/ReerCodableMacros.build/Objects-normal/arm64/ReerCodableMacros.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodableMacros.build/Objects-normal/arm64/ReerCodableMacros-linker-args.resp /Users/admin/builder/spi-builder-workspace/.dependencies/prebuilts/swift-syntax/600.0.1/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64/lib/libMacroSupport.a -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ReerCodableMacros
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ReerCodableMacros (in target 'ReerCodableMacros' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ReerCodableMacros
SwiftDriver ReerCodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ReerCodable' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ReerCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/Objects-normal/arm64/ReerCodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos10.15 -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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ReerCodableMacros\#ReerCodableMacros -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A352-3885c01c3e6b6a337905948deab2002e3f995448e7658e25bc2348d03928aa04.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/Objects-normal/arm64/ReerCodable-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/Objects-normal/arm64/ReerCodable.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/Objects-normal/arm64/ReerCodable_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/ReerCodable.build/Debug/ReerCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.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/ReerCodable.build/Debug/ReerCodable.build/Objects-normal/arm64/ReerCodable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreGraphics-9UL1UDRHTKERO350GINERED26.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ ReerCodable (in target 'ReerCodable' from project 'ReerCodable')
EmitSwiftModule normal arm64 (in target 'ReerCodable' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SingleValueDecodingContainer+Extensions.swift,\ TypeConversion.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodable/SingleValueDecodingContainer+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodable/TypeConversion.swift (in target 'ReerCodable' from project 'ReerCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ReerCodable/SingleValueDecodingContainer+Extensions.swift (in target 'ReerCodable' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ DateCoding.swift,\ DefaultInstance.swift,\ DefaultValue.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodable/MacroDeclarations/DateCoding.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodable/MacroDeclarations/DefaultInstance.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodable/MacroDeclarations/DefaultValue.swift (in target 'ReerCodable' from project 'ReerCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ReerCodable/MacroDeclarations/DateCoding.swift (in target 'ReerCodable' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64 Compiling\ KeyCodingStrategy.swift,\ ReerCodableDelegate.swift,\ ReerCodableError.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodable/MacroDeclarations/KeyCodingStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodable/ReerCodableDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodable/ReerCodableError.swift (in target 'ReerCodable' from project 'ReerCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ReerCodable/MacroDeclarations/KeyCodingStrategy.swift (in target 'ReerCodable' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64 Compiling\ EnumCoding.swift,\ FlatCoding.swift,\ FlexibleType.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodable/MacroDeclarations/EnumCoding.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodable/MacroDeclarations/FlatCoding.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodable/MacroDeclarations/FlexibleType.swift (in target 'ReerCodable' from project 'ReerCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ReerCodable/MacroDeclarations/EnumCoding.swift (in target 'ReerCodable' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64 Compiling\ Encoder+Extensions.swift,\ Extensions.swift,\ KeyedDecodingContainer+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodable/Encoder+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodable/Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodable/KeyedDecodingContainer+Extensions.swift (in target 'ReerCodable' from project 'ReerCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ReerCodable/Encoder+Extensions.swift (in target 'ReerCodable' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64 Compiling\ KeyedEncodingContainer+Extensions.swift,\ Base64Coding.swift,\ Codable.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodable/KeyedEncodingContainer+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodable/MacroDeclarations/Base64Coding.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodable/MacroDeclarations/Codable.swift (in target 'ReerCodable' from project 'ReerCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ReerCodable/KeyedEncodingContainer+Extensions.swift (in target 'ReerCodable' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64 Compiling\ AnyCodable.swift,\ AnyCodingKey.swift,\ DateCodingStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodable/AnyCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodable/AnyCodingKey.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodable/DateCodingStrategy.swift (in target 'ReerCodable' from project 'ReerCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ReerCodable/AnyCodable.swift (in target 'ReerCodable' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64 Compiling\ CodingContainer.swift,\ CodingIgnored.swift,\ CodingKey.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodable/MacroDeclarations/CodingContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodable/MacroDeclarations/CodingIgnored.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodable/MacroDeclarations/CodingKey.swift (in target 'ReerCodable' from project 'ReerCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ReerCodable/MacroDeclarations/CodingContainer.swift (in target 'ReerCodable' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64 Compiling\ CompactDecoding.swift,\ Copyable.swift,\ CustomCoding.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodable/MacroDeclarations/CompactDecoding.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodable/MacroDeclarations/Copyable.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodable/MacroDeclarations/CustomCoding.swift (in target 'ReerCodable' from project 'ReerCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ReerCodable/MacroDeclarations/CompactDecoding.swift (in target 'ReerCodable' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64 Compiling\ Decodable+Extensions.swift,\ Decoder+Extensions.swift,\ Encodable+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodable/Decodable+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodable/Decoder+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/ReerCodable/Encodable+Extensions.swift (in target 'ReerCodable' from project 'ReerCodable')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ReerCodable/Decodable+Extensions.swift (in target 'ReerCodable' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftDriverJobDiscovery normal arm64 Compiling SingleValueDecodingContainer+Extensions.swift, TypeConversion.swift (in target 'ReerCodable' from project 'ReerCodable')
SwiftDriverJobDiscovery normal arm64 Compiling Encoder+Extensions.swift, Extensions.swift, KeyedDecodingContainer+Extensions.swift (in target 'ReerCodable' from project 'ReerCodable')
SwiftDriverJobDiscovery normal arm64 Compiling AnyCodable.swift, AnyCodingKey.swift, DateCodingStrategy.swift (in target 'ReerCodable' from project 'ReerCodable')
SwiftDriverJobDiscovery normal arm64 Compiling Decodable+Extensions.swift, Decoder+Extensions.swift, Encodable+Extensions.swift (in target 'ReerCodable' from project 'ReerCodable')
SwiftDriverJobDiscovery normal arm64 Compiling CodingContainer.swift, CodingIgnored.swift, CodingKey.swift (in target 'ReerCodable' from project 'ReerCodable')
SwiftDriverJobDiscovery normal arm64 Compiling DateCoding.swift, DefaultInstance.swift, DefaultValue.swift (in target 'ReerCodable' from project 'ReerCodable')
SwiftDriverJobDiscovery normal arm64 Compiling CompactDecoding.swift, Copyable.swift, CustomCoding.swift (in target 'ReerCodable' from project 'ReerCodable')
SwiftDriverJobDiscovery normal arm64 Compiling EnumCoding.swift, FlatCoding.swift, FlexibleType.swift (in target 'ReerCodable' from project 'ReerCodable')
SwiftDriverJobDiscovery normal arm64 Compiling KeyCodingStrategy.swift, ReerCodableDelegate.swift, ReerCodableError.swift (in target 'ReerCodable' from project 'ReerCodable')
SwiftDriverJobDiscovery normal arm64 Emitting module for ReerCodable (in target 'ReerCodable' from project 'ReerCodable')
SwiftDriver\ Compilation\ Requirements ReerCodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ReerCodable' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ReerCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/Objects-normal/arm64/ReerCodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos10.15 -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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ReerCodableMacros\#ReerCodableMacros -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A352-3885c01c3e6b6a337905948deab2002e3f995448e7658e25bc2348d03928aa04.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/Objects-normal/arm64/ReerCodable-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/Objects-normal/arm64/ReerCodable.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/Objects-normal/arm64/ReerCodable_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/ReerCodable.build/Debug/ReerCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.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/ReerCodable.build/Debug/ReerCodable.build/Objects-normal/arm64/ReerCodable-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/ReerCodable-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/Objects-normal/arm64/ReerCodable-Swift.h (in target 'ReerCodable' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/Objects-normal/arm64/ReerCodable-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/ReerCodable-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ReerCodable.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/Objects-normal/arm64/ReerCodable.swiftmodule (in target 'ReerCodable' from project 'ReerCodable')
    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/ReerCodable.build/Debug/ReerCodable.build/Objects-normal/arm64/ReerCodable.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ReerCodable.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ReerCodable.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/Objects-normal/arm64/ReerCodable.abi.json (in target 'ReerCodable' from project 'ReerCodable')
    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/ReerCodable.build/Debug/ReerCodable.build/Objects-normal/arm64/ReerCodable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ReerCodable.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ReerCodable.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/Objects-normal/arm64/ReerCodable.swiftdoc (in target 'ReerCodable' from project 'ReerCodable')
    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/ReerCodable.build/Debug/ReerCodable.build/Objects-normal/arm64/ReerCodable.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ReerCodable.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ReerCodable.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/Objects-normal/arm64/ReerCodable.swiftsourceinfo (in target 'ReerCodable' from project 'ReerCodable')
    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/ReerCodable.build/Debug/ReerCodable.build/Objects-normal/arm64/ReerCodable.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ReerCodable.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling KeyedEncodingContainer+Extensions.swift, Base64Coding.swift, Codable.swift (in target 'ReerCodable' from project 'ReerCodable')
SwiftDriver\ Compilation ReerCodable normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ReerCodable' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ReerCodable -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/Objects-normal/arm64/ReerCodable.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos10.15 -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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ReerCodableMacros\#ReerCodableMacros -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A352-3885c01c3e6b6a337905948deab2002e3f995448e7658e25bc2348d03928aa04.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/Objects-normal/arm64/ReerCodable-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/Objects-normal/arm64/ReerCodable.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/Objects-normal/arm64/ReerCodable_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/ReerCodable.build/Debug/ReerCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.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/ReerCodable.build/Debug/ReerCodable.build/Objects-normal/arm64/ReerCodable-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/ReerCodable.o normal (in target 'ReerCodable' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.15 -r -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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-26.0.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-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/Objects-normal/arm64/ReerCodable.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/Objects-normal/arm64/ReerCodable_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/Objects-normal/arm64/ReerCodable_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.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/ReerCodable.build/Debug/ReerCodable.build/Objects-normal/arm64/ReerCodable.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/Objects-normal/arm64/ReerCodable-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ReerCodable.o
ExtractAppIntentsMetadata (in target 'ReerCodable' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.1.324.0.7v8iDl/Metal.xctoolchain --module-name ReerCodable --sdk-root /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk --xcode-version 17A324 --platform-family macOS --deployment-target 10.15 --bundle-identifier spi-builder-workspace.ReerCodable --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ReerCodable.appintents --target-triple arm64-apple-macos10.15 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ReerCodable.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/Objects-normal/arm64/ReerCodable_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/Objects-normal/arm64/ReerCodable.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/ReerCodable.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/ReerCodable.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug/ReerCodable.build/Objects-normal/arm64/ReerCodable.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-09 16:24:45.723 appintentsmetadataprocessor[814:4896] Starting appintentsmetadataprocessor export
2026-04-09 16:24:45.841 appintentsmetadataprocessor[814:4896] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ReerCodable.o (in target 'ReerCodable' from project 'ReerCodable')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ReerCodable.o
** BUILD SUCCEEDED **
2026-04-09 16:24:32.378 xcodebuild[711:4380] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-09 16:24:32.539 xcodebuild[711:4380] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:211cdf6f2d8e8b87a2f284e00c707ac5cc734d1f, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:211cdf6f2d8e8b87a2f284e00c707ac5cc734d1f, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:211cdf6f2d8e8b87a2f284e00c707ac5cc734d1f, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:211cdf6f2d8e8b87a2f284e00c707ac5cc734d1f, name:My Mac }
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    }
  ],
  "manifest_display_name" : "ReerCodable",
  "name" : "ReerCodable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "ReerCodable",
      "targets" : [
        "ReerCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ReerCodableMacros",
      "targets" : [
        "ReerCodableMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ReerCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "ReerCodableTests",
      "path" : "Tests/ReerCodableTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport",
        "SwiftCompilerPlugin"
      ],
      "sources" : [
        "AnyCodableTests.swift",
        "BigIntTests.swift",
        "CodingContainerTests.swift",
        "CopyableTests.swift",
        "CustomCodingTests.swift",
        "DateCodingTests.swift",
        "DefaultInstanceTests.swift",
        "DefaultValueTests.swift",
        "EnumTests.swift",
        "Extensions.swift",
        "InheritedCodableTests.swift",
        "MacroExpandTests.swift",
        "NSObjectCodableTests.swift",
        "NamingConventionTests.swift",
        "OnlyDecodableTests.swift",
        "OnlyEncodableTests.swift",
        "PropertyListCodingTests.swift",
        "ReerCodableTests.swift"
      ],
      "target_dependencies" : [
        "ReerCodable",
        "ReerCodableMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ReerCodableMacros",
      "module_type" : "SwiftTarget",
      "name" : "ReerCodableMacros",
      "path" : "Sources/ReerCodableMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "ReerCodable",
        "ReerCodableMacros"
      ],
      "sources" : [
        "AttributeListSyntax+Extensions.swift",
        "CheckType.swift",
        "KeyConverter.swift",
        "MacroError.swift",
        "MacroImplementations/Base64CodingImpl.swift",
        "MacroImplementations/CaseStyleImpl.swift",
        "MacroImplementations/CodableImpl.swift",
        "MacroImplementations/CodingCaseImpl.swift",
        "MacroImplementations/CodingContainerImpl.swift",
        "MacroImplementations/CodingKeyImpl.swift",
        "MacroImplementations/CompactDecodingImpl.swift",
        "MacroImplementations/CopyableImpl.swift",
        "MacroImplementations/CustomCodingImpl.swift",
        "MacroImplementations/DateCodingImpl.swift",
        "MacroImplementations/DefaultCodingValueImpl.swift",
        "MacroImplementations/DefaultInstanceImpl.swift",
        "MacroImplementations/EncodingKeyImpl.swift",
        "MacroImplementations/FlatCodingImpl.swift",
        "MacroImplementations/FlexibleTypeImpl.swift",
        "MacroImplementations/IgnoreCodingImpl.swift",
        "MacroImplementations/InheritedCodableImpl.swift",
        "Plugins.swift",
        "PropertyInfo.swift",
        "TypeInfo.swift",
        "VariableDeclSyntax+Extensions.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "ReerCodable",
      "module_type" : "SwiftTarget",
      "name" : "ReerCodable",
      "path" : "Sources/ReerCodable",
      "product_memberships" : [
        "ReerCodable"
      ],
      "sources" : [
        "AnyCodable.swift",
        "AnyCodingKey.swift",
        "DateCodingStrategy.swift",
        "Decodable+Extensions.swift",
        "Decoder+Extensions.swift",
        "Encodable+Extensions.swift",
        "Encoder+Extensions.swift",
        "Extensions.swift",
        "KeyedDecodingContainer+Extensions.swift",
        "KeyedEncodingContainer+Extensions.swift",
        "MacroDeclarations/Base64Coding.swift",
        "MacroDeclarations/Codable.swift",
        "MacroDeclarations/CodingContainer.swift",
        "MacroDeclarations/CodingIgnored.swift",
        "MacroDeclarations/CodingKey.swift",
        "MacroDeclarations/CompactDecoding.swift",
        "MacroDeclarations/Copyable.swift",
        "MacroDeclarations/CustomCoding.swift",
        "MacroDeclarations/DateCoding.swift",
        "MacroDeclarations/DefaultInstance.swift",
        "MacroDeclarations/DefaultValue.swift",
        "MacroDeclarations/EnumCoding.swift",
        "MacroDeclarations/FlatCoding.swift",
        "MacroDeclarations/FlexibleType.swift",
        "MacroDeclarations/KeyCodingStrategy.swift",
        "ReerCodableDelegate.swift",
        "ReerCodableError.swift",
        "SingleValueDecodingContainer+Extensions.swift",
        "TypeConversion.swift"
      ],
      "target_dependencies" : [
        "ReerCodableMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.