Build Information
Successful build of ReerCodable, reference 1.7.2 (1e7ab2), with Swift 6.2 for iOS using Xcode 26.3 on 11 Mar 2026 11:13:53 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 generic/platform=iOSBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/reers/ReerCodable.git
Reference: 1.7.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/reers/ReerCodable
* tag 1.7.2 -> FETCH_HEAD
HEAD is now at 1e7ab2e release 1.7.2
Cloned https://github.com/reers/ReerCodable.git
Revision (git rev-parse @):
1e7ab2e86853d42ad0d4d24df0d789754634ff9c
SUCCESS checkout https://github.com/reers/ReerCodable.git at 1.7.2
========================================
Build
========================================
Selected platform: iOS
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
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-03-11 07:13:17.777 xcodebuild[521:3066] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-03-11 07:13:18.632 xcodebuild[521:3066] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-03-11 07:13:19.531 xcodebuild[521:3066] [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
}
}
],
"swift_languages_versions" : [
"5"
],
"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-03-11 07:13:38.017 xcodebuild[652:3926] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-03-11 07:13:38.172 xcodebuild[652:3926] [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 generic/platform=iOS
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 generic/platform=iOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
ReerCodable: /Users/admin/builder/spi-builder-workspace
swift-syntax: https://github.com/swiftlang/swift-syntax @ 600.0.1
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/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: ee2947a3447a4718a2bf86d4acfc1ed0
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/ee2947a3447a4718a2bf86d4acfc1ed0.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-3f995448e7658e25bc2348d03928aa04.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-3f995448e7658e25bc2348d03928aa04.sdkstatcache
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/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A339-031f2ee2c39ede4aa7d3d33a6e255a3e.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A339-031f2ee2c39ede4aa7d3d33a6e255a3e.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/Products/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
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-iphoneos
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
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
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/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/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-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-iphoneos/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-iphoneos/ReerCodable.build/ReerCodable.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug-iphoneos/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-iphoneos/ReerCodable.build/ReerCodable.modulemap
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_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-iphoneos/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-iphoneos/ReerCodable.build/ReerCodable.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug-iphoneos/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-iphoneos/ReerCodable.build/Objects-normal/arm64/ReerCodable.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug-iphoneos/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-iphoneos/ReerCodable.build/Objects-normal/arm64/ReerCodable.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug-iphoneos/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-iphoneos/ReerCodable.build/Objects-normal/arm64/ReerCodable_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug-iphoneos/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-iphoneos/ReerCodable.build/Objects-normal/arm64/ReerCodable.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug-iphoneos/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-iphoneos/ReerCodable.build/Objects-normal/arm64/ReerCodable-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/ReerCodable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug-iphoneos/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-iphoneos/ReerCodable.build/ReerCodable.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
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 5 -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-3f995448e7658e25bc2348d03928aa04.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/ptrcheck-CDLXFS2TEDMI23SPKGSG5DTVJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-7KR25VAE0W0QLM2EO6X1B1C9Z.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-448XHZZEE1FNBL8JPBJSIO1QZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-5VQE9QH6IOQHANYAY1Y8N2T4A.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-8BTRRFKJQ6C4Y06PHCW5ZQFHD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-9LTLZ2X2EAE6RFCV4CXTQ6DLM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-6D52H376RZQGP9YV5GXQ8AJGS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-7J98M9B2S6CZNGORC8AFW2DCU.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-5VKG00VNP5AY5MOEWOR2W1R0L.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-4USQCOM1N9M480PA3801H1XPK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-DT17NVUAZHNUZNTSQDU316R0T.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-1576LOLBC2DC56EFXNF57PQBG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-6YUV5T605WSV8N0OXGTUOTET9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-CV1P8PSYGVUUNV3U7F4JKHVE1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/libDER-B2F0E0991GUJASTAGYQISRM63.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-4CM8D5ECEZFNEMNPZHI0FW013.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-3KL202BDES56SWC0JPQY8EJGT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-AJFD8N3PZXFTAMCLGSTMEW3KJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules/_SwiftSyntaxCShims-6MUPLUCJR4MIUDN813VR2H102.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-4U756QSNZIKYV4489TD0YKLNH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/launch-EM46SY7ZFKRBGZ9I9OKR86D0G.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-10G1S685QK607GA3J5ZYUV7CM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/libkern-9FG7QWY1Q78L9G64F4VWHSTIV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-5B820FLOUMOG80JVCPN5M9ZQG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-44DYO87O85BSSNOEQ5BA9SBWN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-86ZTU5NYLZCTXW7CBLZ3HLNYE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-5552RAQCGFRC0DKN6YTDOXVXV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-BKM1Z8JG16OW4ZLKE13VMGL97.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-5ON9C7DHQDX3PQ5ZZ476G7MM1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-14KNS0SLLIT9EZLZIVKDN8WBO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-CVJKSRFFSAZBUERB7BHEB2QZ0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-OLNA8UUOLGW3PGGJZEO8HLG1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOKit-5QJMD4HYKN83Z75E0INPWB5OF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DiskArbitration-A6AOO3EF2I50JJG9SQGK8F1T1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreServices-EC0L8Q4DLLBCTWC3VPGFQBNWY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-49MEF6MTAAQWS3BN23XFNH18S.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OSLog-DLBEB5TTMQKV42JWKAGPGA0Y6.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\ 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\ 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
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\ 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\ 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\ 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\ 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\ 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\ 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
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 5 -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-3f995448e7658e25bc2348d03928aa04.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')
SwiftDriverJobDiscovery normal arm64 Compiling DefaultInstanceImpl.swift, EncodingKeyImpl.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 Plugins.swift, PropertyInfo.swift (in target 'ReerCodableMacros' from project 'ReerCodable')
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.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.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/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
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 CustomCodingImpl.swift, DateCodingImpl.swift, DefaultCodingValueImpl.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 5 -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-3f995448e7658e25bc2348d03928aa04.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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/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/iphoneos26.0-23A339-031f2ee2c39ede4aa7d3d33a6e255a3e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/ReerCodable.build/Objects-normal/arm64/ReerCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug-iphoneos/ReerCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug-iphoneos/ReerCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug-iphoneos/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-iphoneos/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/_Builtin_stddef-6FLWUKCH4W6D2PY74O8J36H7M.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-AR59D9NI53MG5HE862JMEM8NG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-EGWAVJ5368TOZOVUN4EKDXBNL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-AXB2IJAM5TLTG5X72HXGZDGSL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-1FVZ7Y77E6LW4QU3NK22NOLPN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-VFCYSBGAFQ2GVJNTC0PKREK0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-CEYXU7K24P60Y0JV3U9L8XGVL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-B8BC1GVCK3V91TY8NRD1WDUQ9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-7J24EA09ZHN1HDHY5Z8FARVCH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-EBCLGZTRO7GRAH6GW5ZJM9RLH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-72Q0TCAUHP72Y81LQON9CNMLO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-9JK3OZ6NUNMAAEKKEEI072QW6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-4A68BY90D3GA29JNU21EXLE6B.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-7Q5IPVJ3B2DZLHBWNI4QJRYO3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-B25B6CG8LORT6ADW3PAOQU537.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-EA8L18P6H5I31M25UPG13Y6E8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-2MB6K8NTLDMREPO3SJM9OGRIL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-3C445M98Q5V4YZ5CS534Z1AT2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-803A9Z5I5KTHYMMV5OF0GQBT6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-57AQXV6JTB5T1X6FM5P2V8H0Q.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-DZ01YOR83JV7GBPD4XDGGW1N5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-8U9FQHTIIAY6KGIBVA614OZSM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-20180RA2E6E3BD9M6PAWMCIMJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreGraphics-3924R0C4M2UWSITHDA3PDHUCL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-67V8ANR239ESTKFE1N0A8LC62.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-606RF1MAB6KHTWIOIMHUFU84M.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-3Z8Y56V1ZNMW017SQZKZ30KIF.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\ 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\ 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\ 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\ 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
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\ 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\ 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\ 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\ 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
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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/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/iphoneos26.0-23A339-031f2ee2c39ede4aa7d3d33a6e255a3e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/ReerCodable.build/Objects-normal/arm64/ReerCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug-iphoneos/ReerCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug-iphoneos/ReerCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug-iphoneos/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-iphoneos/ReerCodable.build/Objects-normal/arm64/ReerCodable-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
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')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/ReerCodable-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug-iphoneos/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-iphoneos/ReerCodable.build/Objects-normal/arm64/ReerCodable-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/ReerCodable-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ReerCodable.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug-iphoneos/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-iphoneos/ReerCodable.build/Objects-normal/arm64/ReerCodable.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ReerCodable.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ReerCodable.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug-iphoneos/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-iphoneos/ReerCodable.build/Objects-normal/arm64/ReerCodable.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ReerCodable.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ReerCodable.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug-iphoneos/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-iphoneos/ReerCodable.build/Objects-normal/arm64/ReerCodable.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ReerCodable.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ReerCodable.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug-iphoneos/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-iphoneos/ReerCodable.build/Objects-normal/arm64/ReerCodable.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ReerCodable.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
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 CodingContainer.swift, CodingIgnored.swift, CodingKey.swift (in target 'ReerCodable' from project 'ReerCodable')
SwiftDriverJobDiscovery normal arm64 Compiling KeyedEncodingContainer+Extensions.swift, Base64Coding.swift, Codable.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 AnyCodable.swift, AnyCodingKey.swift, DateCodingStrategy.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 SingleValueDecodingContainer+Extensions.swift, TypeConversion.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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/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/iphoneos26.0-23A339-031f2ee2c39ede4aa7d3d33a6e255a3e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/ReerCodable.build/Objects-normal/arm64/ReerCodable_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug-iphoneos/ReerCodable.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug-iphoneos/ReerCodable.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-ios13.0 -r -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug-iphoneos/ReerCodable.build/Objects-normal/arm64/ReerCodable.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug-iphoneos/ReerCodable.build/Objects-normal/arm64/ReerCodable-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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 /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name ReerCodable --sdk-root /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk --xcode-version 17A324 --platform-family iOS --deployment-target 13.0 --bundle-identifier spi-builder-workspace.ReerCodable --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ReerCodable.appintents --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/ReerCodable.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug-iphoneos/ReerCodable.build/Objects-normal/arm64/ReerCodable_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug-iphoneos/ReerCodable.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug-iphoneos/ReerCodable.build/Objects-normal/arm64/ReerCodable.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug-iphoneos/ReerCodable.build/ReerCodable.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug-iphoneos/ReerCodable.build/ReerCodable.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ReerCodable.build/Debug-iphoneos/ReerCodable.build/Objects-normal/arm64/ReerCodable.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-03-11 07:13:52.350 appintentsmetadataprocessor[787:4515] Starting appintentsmetadataprocessor export
2026-03-11 07:13:52.479 appintentsmetadataprocessor[787:4515] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/ReerCodable.o
** BUILD SUCCEEDED **
2026-03-11 07:13:39.384 xcodebuild[657:3985] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-03-11 07:13:39.530 xcodebuild[657:3985] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
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
}
}
],
"swift_languages_versions" : [
"5"
],
"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.