Build Information
Failed to build DynamicCodableKit, reference v1.0.0 (a1b9c8
), with Swift 6.1 for iOS using Xcode 16.3 on 27 Apr 2025 00:48:46 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DynamicCodableKit-Package -destination generic/platform=iOS
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftyLab/DynamicCodableKit.git
Reference: v1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SwiftyLab/DynamicCodableKit
* tag v1.0.0 -> FETCH_HEAD
HEAD is now at a1b9c88 chore(CHANGELOG): update for v1.0.0 [skip ci]
Cloned https://github.com/SwiftyLab/DynamicCodableKit.git
Revision (git rev-parse @):
a1b9c888239c26b83e0030ddbae8ba36dbf51d6b
SUCCESS checkout https://github.com/SwiftyLab/DynamicCodableKit.git at v1.0.0
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/SwiftyLab/DynamicCodableKit.git
https://github.com/SwiftyLab/DynamicCodableKit.git
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "swift-format",
"requirement" : {
"range" : [
{
"lower_bound" : "0.50600.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-format"
}
],
"manifest_display_name" : "DynamicCodableKit",
"name" : "DynamicCodableKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "8.0"
},
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "2.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "DynamicCodableKit",
"targets" : [
"DynamicCodableKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "DynamicCodableKitTests",
"module_type" : "SwiftTarget",
"name" : "DynamicCodableKitTests",
"path" : "Tests/DynamicCodableKitTests",
"sources" : [
"DynamicDecodable.swift",
"DynamicDecodingContext.swift",
"DynamicDecodingContextCodingKey/Data/IdentifierCollectionDecode.swift",
"DynamicDecodingContextCodingKey/Data/IdentifierCollectionDecodeWithInvalidData.swift",
"DynamicDecodingContextCodingKey/Data/IdentifierDecode.swift",
"DynamicDecodingContextCodingKey/Data/IdentifierDecodeWithInvalidData.swift",
"DynamicDecodingContextCodingKey/DynamicDecodingCollectionWrapper.swift",
"DynamicDecodingContextCodingKey/DynamicDecodingWrapper.swift",
"DynamicDecodingContextCodingKey/Models/DynamicBaseType.swift",
"DynamicDecodingContextCodingKey/Models/PostPage.swift",
"DynamicDecodingContextContainerCodingKey/Data/ContainerCollectionDecode.swift",
"DynamicDecodingContextContainerCodingKey/Data/ContainerCollectionDecodeWithInvalidData.swift",
"DynamicDecodingContextContainerCodingKey/Data/ContainerDecode.swift",
"DynamicDecodingContextContainerCodingKey/Data/ContainerDecodeWithInvalidData.swift",
"DynamicDecodingContextContainerCodingKey/Data/PathCodingKeyData.swift",
"DynamicDecodingContextContainerCodingKey/DynamicDecodingCollectionDictionaryWrapper.swift",
"DynamicDecodingContextContainerCodingKey/DynamicDecodingDictionaryWrapper.swift",
"DynamicDecodingContextContainerCodingKey/Models/PostContainer.swift",
"DynamicDecodingContextContainerCodingKey/Models/PostPath.swift",
"DynamicDecodingContextContainerCodingKey/PathCodingKeyWrapper.swift",
"DynamicDecodingContextProvider/Data/ProviderCollectionDecode.swift",
"DynamicDecodingContextProvider/Data/ProviderCollectionDecodeWithInvalidData.swift",
"DynamicDecodingContextProvider/DynamicDecodingCollectionContextBasedWrapper.swift",
"DynamicDecodingContextProvider/DynamicDecodingContextBasedWrapper.swift",
"DynamicDecodingContextProvider/Models/ProviderPost.swift",
"DynamicEncodable.swift",
"Models/HashablePost.swift",
"Models/Post.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"DynamicCodableKit"
],
"type" : "test"
},
{
"c99name" : "DynamicCodableKit",
"module_type" : "SwiftTarget",
"name" : "DynamicCodableKit",
"path" : "Sources/DynamicCodableKit",
"product_memberships" : [
"DynamicCodableKit"
],
"sources" : [
"DynamicDecodable.swift",
"DynamicDecodingConfiguration.swift",
"DynamicDecodingContext.swift",
"DynamicDecodingContextCodingKey/DynamicDecodingCollectionWrapper.swift",
"DynamicDecodingContextCodingKey/DynamicDecodingContextCodingKey.swift",
"DynamicDecodingContextCodingKey/DynamicDecodingDefaultValueWrapper.swift",
"DynamicDecodingContextCodingKey/DynamicDecodingWrapper.swift",
"DynamicDecodingContextContainerCodingKey/DynamicDecodingCollectionDictionaryWrapper.swift",
"DynamicDecodingContextContainerCodingKey/DynamicDecodingContextContainerCodingKey.swift",
"DynamicDecodingContextContainerCodingKey/DynamicDecodingDictionaryWrapper.swift",
"DynamicDecodingContextContainerCodingKey/PathCodingKeyDefaultValueWrapper.swift",
"DynamicDecodingContextContainerCodingKey/PathCodingKeyWrapper.swift",
"DynamicDecodingContextProvider/DynamicDecodingCollectionContextBasedWrapper.swift",
"DynamicDecodingContextProvider/DynamicDecodingContextBasedWrapper.swift",
"DynamicDecodingContextProvider/DynamicDecodingContextProvider.swift",
"DynamicDecodingContextProvider/DynamicDecodingDefaultValueContextBasedWrapper.swift",
"DynamicEncodable.swift",
"Extensions/Decoder.swift",
"Extensions/DecodingError.swift",
"Extensions/KeyedDecodingContainerProtocol.swift",
"Extensions/UnkeyedDecodingContainer.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "swift-format",
"requirement" : {
"range" : [
{
"lower_bound" : "0.50600.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-format"
}
],
"manifest_display_name" : "DynamicCodableKit",
"name" : "DynamicCodableKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "8.0"
},
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "2.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "DynamicCodableKit",
"targets" : [
"DynamicCodableKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "DynamicCodableKitTests",
"module_type" : "SwiftTarget",
"name" : "DynamicCodableKitTests",
"path" : "Tests/DynamicCodableKitTests",
"sources" : [
"DynamicDecodable.swift",
"DynamicDecodingContext.swift",
"DynamicDecodingContextCodingKey/Data/IdentifierCollectionDecode.swift",
"DynamicDecodingContextCodingKey/Data/IdentifierCollectionDecodeWithInvalidData.swift",
"DynamicDecodingContextCodingKey/Data/IdentifierDecode.swift",
"DynamicDecodingContextCodingKey/Data/IdentifierDecodeWithInvalidData.swift",
"DynamicDecodingContextCodingKey/DynamicDecodingCollectionWrapper.swift",
"DynamicDecodingContextCodingKey/DynamicDecodingWrapper.swift",
"DynamicDecodingContextCodingKey/Models/DynamicBaseType.swift",
"DynamicDecodingContextCodingKey/Models/PostPage.swift",
"DynamicDecodingContextContainerCodingKey/Data/ContainerCollectionDecode.swift",
"DynamicDecodingContextContainerCodingKey/Data/ContainerCollectionDecodeWithInvalidData.swift",
"DynamicDecodingContextContainerCodingKey/Data/ContainerDecode.swift",
"DynamicDecodingContextContainerCodingKey/Data/ContainerDecodeWithInvalidData.swift",
"DynamicDecodingContextContainerCodingKey/Data/PathCodingKeyData.swift",
"DynamicDecodingContextContainerCodingKey/DynamicDecodingCollectionDictionaryWrapper.swift",
"DynamicDecodingContextContainerCodingKey/DynamicDecodingDictionaryWrapper.swift",
"DynamicDecodingContextContainerCodingKey/Models/PostContainer.swift",
"DynamicDecodingContextContainerCodingKey/Models/PostPath.swift",
"DynamicDecodingContextContainerCodingKey/PathCodingKeyWrapper.swift",
"DynamicDecodingContextProvider/Data/ProviderCollectionDecode.swift",
"DynamicDecodingContextProvider/Data/ProviderCollectionDecodeWithInvalidData.swift",
"DynamicDecodingContextProvider/DynamicDecodingCollectionContextBasedWrapper.swift",
"DynamicDecodingContextProvider/DynamicDecodingContextBasedWrapper.swift",
"DynamicDecodingContextProvider/Models/ProviderPost.swift",
"DynamicEncodable.swift",
"Models/HashablePost.swift",
"Models/Post.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"DynamicCodableKit"
],
"type" : "test"
},
{
"c99name" : "DynamicCodableKit",
"module_type" : "SwiftTarget",
"name" : "DynamicCodableKit",
"path" : "Sources/DynamicCodableKit",
"product_memberships" : [
"DynamicCodableKit"
],
"sources" : [
"DynamicDecodable.swift",
"DynamicDecodingConfiguration.swift",
"DynamicDecodingContext.swift",
"DynamicDecodingContextCodingKey/DynamicDecodingCollectionWrapper.swift",
"DynamicDecodingContextCodingKey/DynamicDecodingContextCodingKey.swift",
"DynamicDecodingContextCodingKey/DynamicDecodingDefaultValueWrapper.swift",
"DynamicDecodingContextCodingKey/DynamicDecodingWrapper.swift",
"DynamicDecodingContextContainerCodingKey/DynamicDecodingCollectionDictionaryWrapper.swift",
"DynamicDecodingContextContainerCodingKey/DynamicDecodingContextContainerCodingKey.swift",
"DynamicDecodingContextContainerCodingKey/DynamicDecodingDictionaryWrapper.swift",
"DynamicDecodingContextContainerCodingKey/PathCodingKeyDefaultValueWrapper.swift",
"DynamicDecodingContextContainerCodingKey/PathCodingKeyWrapper.swift",
"DynamicDecodingContextProvider/DynamicDecodingCollectionContextBasedWrapper.swift",
"DynamicDecodingContextProvider/DynamicDecodingContextBasedWrapper.swift",
"DynamicDecodingContextProvider/DynamicDecodingContextProvider.swift",
"DynamicDecodingContextProvider/DynamicDecodingDefaultValueContextBasedWrapper.swift",
"DynamicEncodable.swift",
"Extensions/Decoder.swift",
"Extensions/DecodingError.swift",
"Extensions/KeyedDecodingContainerProtocol.swift",
"Extensions/UnkeyedDecodingContainer.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "DynamicCodableKit",
"schemes" : [
"DynamicCodableKit-Package",
"DynamicCodableKitPackageDescription",
"DynamicCodableKitPackageTests"
],
"targets" : [
"DynamicCodableKit",
"DynamicCodableKitPackageDescription",
"DynamicCodableKitPackageTests",
"DynamicCodableKitTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DynamicCodableKit-Package -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme DynamicCodableKit-Package -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
Target 'DynamicCodableKit' in project 'DynamicCodableKit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 3e9e353032a2776e862a3704b181a1ff
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/3e9e353032a2776e862a3704b181a1ff.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/DynamicCodableKit.xcodeproj
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/DynamicCodableKit.xcodeproj
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/DynamicCodableKit.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/DynamicCodableKit.xcodeproj
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-iphoneos
cd /Users/admin/builder/spi-builder-workspace/DynamicCodableKit.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Headers (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Headers
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/DynamicCodableKit.DependencyStaticMetadataFileList (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/DynamicCodableKit.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/DynamicCodableKit.DependencyMetadataFileList (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/DynamicCodableKit.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit-OutputFileMap.json (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.LinkFileList (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.SwiftFileList (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit_const_extract_protocols.json (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.SwiftConstValuesFileList (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.SwiftConstValuesFileList
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Info.plist /Users/admin/builder/spi-builder-workspace/DynamicCodableKit.xcodeproj/DynamicCodableKit_Info.plist (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/DynamicCodableKit.xcodeproj/DynamicCodableKit_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Info.plist
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/symbol-graph/swift/arm64-apple-ios (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/symbol-graph/swift/arm64-apple-ios
SwiftDriver DynamicCodableKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DynamicCodableKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios8.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-library-evolution -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftmodule -emit-symbol-graph -emit-symbol-graph-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/symbol-graph/swift/arm64-apple-ios -emit-extension-block-symbols -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftinterface -emit-private-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.private.swiftinterface -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit_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/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit-Swift.h -no-verify-emitted-module-interface -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ DynamicDecodable.swift,\ DynamicDecodingConfiguration.swift,\ DynamicDecodingContext.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContext.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingConfiguration.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContext.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745714920033565-swift-frontend-DynamicCodableKit-DynamicDecodable.swift-arm64_apple_ios8.0-o-Onone-666147151.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5259 seconds (3.8004 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0229 ( 8.5%) 0.0905 ( 35.3%) 0.1134 ( 21.6%) 1.7017 ( 44.8%) parse-and-resolve-imports
0.0220 ( 8.2%) 0.0901 ( 35.2%) 0.1122 ( 21.3%) 1.7005 ( 44.7%) Import resolution
0.0871 ( 32.3%) 0.0276 ( 10.8%) 0.1147 ( 21.8%) 0.1156 ( 3.0%) build-rewrite-system
0.0016 ( 0.6%) 0.0129 ( 5.0%) 0.0145 ( 2.8%) 0.1112 ( 2.9%) load-stdlib
0.0289 ( 10.7%) 0.0058 ( 2.2%) 0.0346 ( 6.6%) 0.0347 ( 0.9%) perform-sema
0.0287 ( 10.7%) 0.0057 ( 2.2%) 0.0345 ( 6.6%) 0.0346 ( 0.9%) Type checking and Semantic analysis
0.0200 ( 7.4%) 0.0033 ( 1.3%) 0.0233 ( 4.4%) 0.0234 ( 0.6%) typecheck-decl
0.0105 ( 3.9%) 0.0069 ( 2.7%) 0.0174 ( 3.3%) 0.0174 ( 0.5%) import-clang-decl
0.0118 ( 4.4%) 0.0053 ( 2.1%) 0.0171 ( 3.2%) 0.0171 ( 0.4%) IRGen
0.0088 ( 3.3%) 0.0025 ( 1.0%) 0.0114 ( 2.2%) 0.0114 ( 0.3%) typecheck-stmt
0.0088 ( 3.3%) 0.0019 ( 0.7%) 0.0107 ( 2.0%) 0.0107 ( 0.3%) SILGen
0.0072 ( 2.7%) 0.0019 ( 0.7%) 0.0091 ( 1.7%) 0.0091 ( 0.2%) typecheck-expr
0.0051 ( 1.9%) 0.0012 ( 0.5%) 0.0063 ( 1.2%) 0.0063 ( 0.2%) SILGen-function
0.0049 ( 1.8%) 0.0001 ( 0.0%) 0.0050 ( 1.0%) 0.0050 ( 0.1%) SIL optimization
0.0006 ( 0.2%) 0.0003 ( 0.1%) 0.0009 ( 0.2%) 0.0009 ( 0.0%) load-all-members
0.0007 ( 0.2%) 0.0000 ( 0.0%) 0.0007 ( 0.1%) 0.0007 ( 0.0%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2696 (100.0%) 0.2563 (100.0%) 0.5259 (100.0%) 3.8004 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.4683 seconds (3.1835 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9763 (100.0%) 0.4920 (100.0%) 1.4683 (100.0%) 3.1835 (100.0%) Building Target
0.9763 (100.0%) 0.4920 (100.0%) 1.4683 (100.0%) 3.1835 (100.0%) Total
SwiftCompile normal arm64 Compiling\ DynamicDecodingDictionaryWrapper.swift,\ PathCodingKeyDefaultValueWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextContainerCodingKey/DynamicDecodingDictionaryWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextContainerCodingKey/PathCodingKeyDefaultValueWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745714920032587-swift-frontend-DynamicCodableKit-DynamicDecodingDictionaryWrapper.swift-arm64_apple_ios8.0-o-Onone-499062490.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3230 seconds (4.2840 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0239 ( 23.5%) 0.0951 ( 42.9%) 0.1189 ( 36.8%) 2.0600 ( 48.1%) parse-and-resolve-imports
0.0231 ( 22.7%) 0.0946 ( 42.7%) 0.1177 ( 36.4%) 2.0588 ( 48.1%) Import resolution
0.0016 ( 1.6%) 0.0152 ( 6.9%) 0.0168 ( 5.2%) 0.0956 ( 2.2%) load-stdlib
0.0113 ( 11.1%) 0.0037 ( 1.6%) 0.0149 ( 4.6%) 0.0149 ( 0.3%) perform-sema
0.0112 ( 11.1%) 0.0036 ( 1.6%) 0.0149 ( 4.6%) 0.0149 ( 0.3%) Type checking and Semantic analysis
0.0054 ( 5.3%) 0.0024 ( 1.1%) 0.0078 ( 2.4%) 0.0078 ( 0.2%) typecheck-decl
0.0049 ( 4.9%) 0.0028 ( 1.3%) 0.0078 ( 2.4%) 0.0078 ( 0.2%) IRGen
0.0057 ( 5.6%) 0.0012 ( 0.5%) 0.0069 ( 2.1%) 0.0069 ( 0.2%) typecheck-stmt
0.0052 ( 5.1%) 0.0011 ( 0.5%) 0.0063 ( 1.9%) 0.0063 ( 0.1%) typecheck-expr
0.0029 ( 2.8%) 0.0001 ( 0.0%) 0.0030 ( 0.9%) 0.0030 ( 0.1%) SIL optimization
0.0021 ( 2.0%) 0.0007 ( 0.3%) 0.0027 ( 0.8%) 0.0027 ( 0.1%) build-rewrite-system
0.0022 ( 2.2%) 0.0003 ( 0.2%) 0.0026 ( 0.8%) 0.0026 ( 0.1%) SILGen
0.0014 ( 1.4%) 0.0002 ( 0.1%) 0.0015 ( 0.5%) 0.0015 ( 0.0%) SILGen-function
0.0005 ( 0.5%) 0.0005 ( 0.2%) 0.0010 ( 0.3%) 0.0010 ( 0.0%) import-clang-decl
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1016 (100.0%) 0.2215 (100.0%) 0.3230 (100.0%) 4.2840 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2568 seconds (2.2782 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1058 (100.0%) 0.1510 (100.0%) 0.2568 (100.0%) 2.2782 (100.0%) Building Target
0.1058 (100.0%) 0.1510 (100.0%) 0.2568 (100.0%) 2.2782 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextContainerCodingKey/DynamicDecodingDictionaryWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextContainerCodingKey/PathCodingKeyDefaultValueWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftEmitModule normal arm64 Emitting\ module\ for\ DynamicCodableKit (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745714920033575-swift-frontend-DynamicCodableKit-all-arm64_apple_ios8.0-swiftmodule-Onone-1833638706.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 1.7461 seconds (3.9637 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4022 ( 32.8%) 0.2055 ( 39.4%) 0.6077 ( 34.8%) 1.6697 ( 42.1%) parse-and-resolve-imports
0.4011 ( 32.8%) 0.1990 ( 38.2%) 0.6001 ( 34.4%) 1.6567 ( 41.8%) Import resolution
0.1453 ( 11.9%) 0.0337 ( 6.5%) 0.1790 ( 10.2%) 0.1832 ( 4.6%) SIL optimization
0.1275 ( 10.4%) 0.0256 ( 4.9%) 0.1531 ( 8.8%) 0.1567 ( 4.0%) Serialization, symbolgraph
0.0017 ( 0.1%) 0.0133 ( 2.6%) 0.0150 ( 0.9%) 0.1036 ( 2.6%) load-stdlib
0.0333 ( 2.7%) 0.0099 ( 1.9%) 0.0432 ( 2.5%) 0.0439 ( 1.1%) perform-sema
0.0331 ( 2.7%) 0.0098 ( 1.9%) 0.0428 ( 2.5%) 0.0436 ( 1.1%) Type checking and Semantic analysis
0.0324 ( 2.6%) 0.0093 ( 1.8%) 0.0417 ( 2.4%) 0.0423 ( 1.1%) typecheck-decl
0.0313 ( 2.6%) 0.0068 ( 1.3%) 0.0381 ( 2.2%) 0.0381 ( 1.0%) build-rewrite-system
0.0077 ( 0.6%) 0.0021 ( 0.4%) 0.0098 ( 0.6%) 0.0098 ( 0.2%) SILGen
0.0023 ( 0.2%) 0.0029 ( 0.5%) 0.0052 ( 0.3%) 0.0057 ( 0.1%) Serialization, swiftmodule
0.0026 ( 0.2%) 0.0012 ( 0.2%) 0.0038 ( 0.2%) 0.0039 ( 0.1%) Serialization, swiftdoc
0.0025 ( 0.2%) 0.0006 ( 0.1%) 0.0031 ( 0.2%) 0.0031 ( 0.1%) SILGen-function
0.0008 ( 0.1%) 0.0015 ( 0.3%) 0.0023 ( 0.1%) 0.0023 ( 0.1%) import-clang-decl
0.0007 ( 0.1%) 0.0001 ( 0.0%) 0.0008 ( 0.0%) 0.0008 ( 0.0%) Serialization, swiftsourceinfo
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-module-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
1.2248 (100.0%) 0.5213 (100.0%) 1.7461 (100.0%) 3.9637 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.8904 seconds (2.0491 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.6024 (100.0%) 0.2881 (100.0%) 0.8904 (100.0%) 2.0491 (100.0%) Building Target
0.6024 (100.0%) 0.2881 (100.0%) 0.8904 (100.0%) 2.0491 (100.0%) Total
EmitSwiftModule normal arm64 (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ KeyedDecodingContainerProtocol.swift,\ UnkeyedDecodingContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/Extensions/KeyedDecodingContainerProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/Extensions/UnkeyedDecodingContainer.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745714920032905-swift-frontend-DynamicCodableKit-KeyedDecodingContainerProtocol.swift-arm64_apple_ios8.0-o-Onone-262049551.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3211 seconds (3.7562 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0229 ( 18.8%) 0.0797 ( 39.9%) 0.1026 ( 31.9%) 1.7709 ( 47.1%) parse-and-resolve-imports
0.0220 ( 18.1%) 0.0791 ( 39.6%) 0.1011 ( 31.5%) 1.7695 ( 47.1%) Import resolution
0.0018 ( 1.4%) 0.0136 ( 6.8%) 0.0153 ( 4.8%) 0.1137 ( 3.0%) load-stdlib
0.0461 ( 38.0%) 0.0179 ( 9.0%) 0.0641 ( 19.9%) 0.0640 ( 1.7%) build-rewrite-system
0.0055 ( 4.5%) 0.0013 ( 0.7%) 0.0067 ( 2.1%) 0.0068 ( 0.2%) perform-sema
0.0054 ( 4.4%) 0.0013 ( 0.6%) 0.0067 ( 2.1%) 0.0067 ( 0.2%) Type checking and Semantic analysis
0.0036 ( 2.9%) 0.0024 ( 1.2%) 0.0059 ( 1.9%) 0.0059 ( 0.2%) IRGen
0.0032 ( 2.6%) 0.0008 ( 0.4%) 0.0040 ( 1.3%) 0.0040 ( 0.1%) typecheck-stmt
0.0027 ( 2.2%) 0.0010 ( 0.5%) 0.0037 ( 1.2%) 0.0037 ( 0.1%) SILGen
0.0031 ( 2.6%) 0.0000 ( 0.0%) 0.0032 ( 1.0%) 0.0032 ( 0.1%) SIL optimization
0.0018 ( 1.5%) 0.0009 ( 0.5%) 0.0027 ( 0.9%) 0.0027 ( 0.1%) SILGen-function
0.0019 ( 1.6%) 0.0004 ( 0.2%) 0.0023 ( 0.7%) 0.0023 ( 0.1%) typecheck-decl
0.0007 ( 0.6%) 0.0011 ( 0.5%) 0.0018 ( 0.6%) 0.0018 ( 0.0%) import-clang-decl
0.0006 ( 0.5%) 0.0001 ( 0.1%) 0.0007 ( 0.2%) 0.0007 ( 0.0%) typecheck-expr
0.0002 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.1%) 0.0002 ( 0.0%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1215 (100.0%) 0.1996 (100.0%) 0.3211 (100.0%) 3.7562 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.5222 seconds (2.2959 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3415 (100.0%) 0.1807 (100.0%) 0.5222 (100.0%) 2.2959 (100.0%) Building Target
0.3415 (100.0%) 0.1807 (100.0%) 0.5222 (100.0%) 2.2959 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/Extensions/KeyedDecodingContainerProtocol.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/Extensions/UnkeyedDecodingContainer.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ DynamicDecodingCollectionDictionaryWrapper.swift,\ DynamicDecodingContextContainerCodingKey.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextContainerCodingKey/DynamicDecodingCollectionDictionaryWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextContainerCodingKey/DynamicDecodingContextContainerCodingKey.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745714920033143-swift-frontend-DynamicCodableKit-DynamicDecodingCollectionDictionaryWrapper.swift-arm64_apple_ios8.0-o-Onone-1513503994.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4275 seconds (3.6242 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0240 ( 13.3%) 0.0965 ( 38.9%) 0.1205 ( 28.2%) 1.6801 ( 46.4%) parse-and-resolve-imports
0.0229 ( 12.8%) 0.0951 ( 38.4%) 0.1181 ( 27.6%) 1.6747 ( 46.2%) Import resolution
0.0017 ( 1.0%) 0.0138 ( 5.6%) 0.0156 ( 3.6%) 0.0898 ( 2.5%) load-stdlib
0.0516 ( 28.7%) 0.0176 ( 7.1%) 0.0692 ( 16.2%) 0.0701 ( 1.9%) build-rewrite-system
0.0182 ( 10.1%) 0.0057 ( 2.3%) 0.0239 ( 5.6%) 0.0256 ( 0.7%) perform-sema
0.0181 ( 10.1%) 0.0057 ( 2.3%) 0.0238 ( 5.6%) 0.0255 ( 0.7%) Type checking and Semantic analysis
0.0116 ( 6.4%) 0.0024 ( 1.0%) 0.0139 ( 3.3%) 0.0140 ( 0.4%) typecheck-stmt
0.0066 ( 3.7%) 0.0034 ( 1.4%) 0.0100 ( 2.3%) 0.0116 ( 0.3%) typecheck-decl
0.0066 ( 3.7%) 0.0031 ( 1.2%) 0.0096 ( 2.3%) 0.0096 ( 0.3%) IRGen
0.0061 ( 3.4%) 0.0014 ( 0.6%) 0.0075 ( 1.8%) 0.0075 ( 0.2%) typecheck-expr
0.0039 ( 2.1%) 0.0006 ( 0.3%) 0.0045 ( 1.1%) 0.0046 ( 0.1%) SILGen
0.0039 ( 2.1%) 0.0003 ( 0.1%) 0.0042 ( 1.0%) 0.0042 ( 0.1%) SIL optimization
0.0030 ( 1.7%) 0.0005 ( 0.2%) 0.0035 ( 0.8%) 0.0035 ( 0.1%) SILGen-function
0.0012 ( 0.7%) 0.0018 ( 0.7%) 0.0030 ( 0.7%) 0.0030 ( 0.1%) import-clang-decl
0.0003 ( 0.1%) 0.0000 ( 0.0%) 0.0003 ( 0.1%) 0.0003 ( 0.0%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1797 (100.0%) 0.2478 (100.0%) 0.4275 (100.0%) 3.6242 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.6326 seconds (2.2757 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4153 (100.0%) 0.2174 (100.0%) 0.6326 (100.0%) 2.2757 (100.0%) Building Target
0.4153 (100.0%) 0.2174 (100.0%) 0.6326 (100.0%) 2.2757 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextContainerCodingKey/DynamicDecodingCollectionDictionaryWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextContainerCodingKey/DynamicDecodingContextContainerCodingKey.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ DynamicDecodingContextBasedWrapper.swift,\ DynamicDecodingContextProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextProvider/DynamicDecodingContextBasedWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextProvider/DynamicDecodingContextProvider.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745714920032589-swift-frontend-DynamicCodableKit-DynamicDecodingContextBasedWrapper.swift-arm64_apple_ios8.0-o-Onone-2812683512.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3695 seconds (3.5672 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0227 ( 17.8%) 0.0940 ( 38.9%) 0.1167 ( 31.6%) 1.6679 ( 46.8%) parse-and-resolve-imports
0.0218 ( 17.1%) 0.0931 ( 38.5%) 0.1149 ( 31.1%) 1.6638 ( 46.6%) Import resolution
0.0016 ( 1.3%) 0.0099 ( 4.1%) 0.0115 ( 3.1%) 0.1012 ( 2.8%) load-stdlib
0.0517 ( 40.5%) 0.0196 ( 8.1%) 0.0713 ( 19.3%) 0.0715 ( 2.0%) build-rewrite-system
0.0052 ( 4.1%) 0.0042 ( 1.7%) 0.0093 ( 2.5%) 0.0115 ( 0.3%) perform-sema
0.0044 ( 3.5%) 0.0065 ( 2.7%) 0.0109 ( 3.0%) 0.0115 ( 0.3%) IRGen
0.0051 ( 4.0%) 0.0041 ( 1.7%) 0.0093 ( 2.5%) 0.0114 ( 0.3%) Type checking and Semantic analysis
0.0032 ( 2.5%) 0.0022 ( 0.9%) 0.0054 ( 1.5%) 0.0059 ( 0.2%) typecheck-stmt
0.0031 ( 2.4%) 0.0022 ( 0.9%) 0.0053 ( 1.4%) 0.0059 ( 0.2%) typecheck-expr
0.0017 ( 1.3%) 0.0018 ( 0.8%) 0.0035 ( 1.0%) 0.0051 ( 0.1%) typecheck-decl
0.0017 ( 1.3%) 0.0018 ( 0.8%) 0.0035 ( 1.0%) 0.0035 ( 0.1%) SILGen
0.0029 ( 2.3%) 0.0001 ( 0.0%) 0.0030 ( 0.8%) 0.0030 ( 0.1%) SIL optimization
0.0012 ( 0.9%) 0.0011 ( 0.5%) 0.0023 ( 0.6%) 0.0023 ( 0.1%) SILGen-function
0.0011 ( 0.8%) 0.0012 ( 0.5%) 0.0023 ( 0.6%) 0.0023 ( 0.1%) import-clang-decl
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.1276 (100.0%) 0.2419 (100.0%) 0.3695 (100.0%) 3.5672 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.6069 seconds (2.2747 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3854 (100.0%) 0.2216 (100.0%) 0.6069 (100.0%) 2.2747 (100.0%) Building Target
0.3854 (100.0%) 0.2216 (100.0%) 0.6069 (100.0%) 2.2747 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextProvider/DynamicDecodingContextBasedWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextProvider/DynamicDecodingContextProvider.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ Decoder.swift,\ DecodingError.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/Extensions/Decoder.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/Extensions/DecodingError.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745714920034086-swift-frontend-DynamicCodableKit-Decoder.swift-arm64_apple_ios8.0-o-Onone-3422125947.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3514 seconds (3.7191 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0231 ( 18.1%) 0.0920 ( 41.1%) 0.1151 ( 32.7%) 1.7631 ( 47.4%) parse-and-resolve-imports
0.0222 ( 17.5%) 0.0914 ( 40.8%) 0.1137 ( 32.3%) 1.7617 ( 47.4%) Import resolution
0.0016 ( 1.3%) 0.0099 ( 4.4%) 0.0116 ( 3.3%) 0.0828 ( 2.2%) load-stdlib
0.0464 ( 36.4%) 0.0166 ( 7.4%) 0.0630 ( 17.9%) 0.0630 ( 1.7%) build-rewrite-system
0.0042 ( 3.3%) 0.0047 ( 2.1%) 0.0089 ( 2.5%) 0.0089 ( 0.2%) IRGen
0.0067 ( 5.3%) 0.0019 ( 0.8%) 0.0086 ( 2.4%) 0.0087 ( 0.2%) perform-sema
0.0066 ( 5.2%) 0.0019 ( 0.8%) 0.0085 ( 2.4%) 0.0086 ( 0.2%) Type checking and Semantic analysis
0.0044 ( 3.5%) 0.0012 ( 0.6%) 0.0057 ( 1.6%) 0.0057 ( 0.2%) typecheck-stmt
0.0029 ( 2.3%) 0.0013 ( 0.6%) 0.0042 ( 1.2%) 0.0042 ( 0.1%) SILGen
0.0025 ( 2.0%) 0.0013 ( 0.6%) 0.0038 ( 1.1%) 0.0038 ( 0.1%) SILGen-function
0.0034 ( 2.7%) 0.0001 ( 0.0%) 0.0035 ( 1.0%) 0.0035 ( 0.1%) SIL optimization
0.0017 ( 1.4%) 0.0005 ( 0.2%) 0.0022 ( 0.6%) 0.0023 ( 0.1%) typecheck-decl
0.0009 ( 0.7%) 0.0011 ( 0.5%) 0.0020 ( 0.6%) 0.0020 ( 0.1%) import-clang-decl
0.0004 ( 0.4%) 0.0001 ( 0.1%) 0.0006 ( 0.2%) 0.0006 ( 0.0%) typecheck-expr
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.1%) 0.0002 ( 0.0%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.1274 (100.0%) 0.2240 (100.0%) 0.3514 (100.0%) 3.7191 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.5439 seconds (2.2704 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3560 (100.0%) 0.1879 (100.0%) 0.5439 (100.0%) 2.2704 (100.0%) Building Target
0.3560 (100.0%) 0.1879 (100.0%) 0.5439 (100.0%) 2.2704 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/Extensions/Decoder.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/Extensions/DecodingError.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ DynamicDecodingDefaultValueWrapper.swift,\ DynamicDecodingWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextCodingKey/DynamicDecodingDefaultValueWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextCodingKey/DynamicDecodingWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745714920033113-swift-frontend-DynamicCodableKit-DynamicDecodingDefaultValueWrapper.swift-arm64_apple_ios8.0-o-Onone-3479259064.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3838 seconds (3.5679 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0233 ( 16.2%) 0.0974 ( 40.7%) 0.1207 ( 31.5%) 1.6655 ( 46.7%) parse-and-resolve-imports
0.0222 ( 15.4%) 0.0963 ( 40.3%) 0.1186 ( 30.9%) 1.6599 ( 46.5%) Import resolution
0.0016 ( 1.1%) 0.0102 ( 4.3%) 0.0119 ( 3.1%) 0.1030 ( 2.9%) load-stdlib
0.0523 ( 36.2%) 0.0198 ( 8.3%) 0.0721 ( 18.8%) 0.0731 ( 2.0%) build-rewrite-system
0.0099 ( 6.9%) 0.0028 ( 1.2%) 0.0127 ( 3.3%) 0.0147 ( 0.4%) perform-sema
0.0099 ( 6.8%) 0.0028 ( 1.2%) 0.0126 ( 3.3%) 0.0146 ( 0.4%) Type checking and Semantic analysis
0.0067 ( 4.7%) 0.0019 ( 0.8%) 0.0086 ( 2.2%) 0.0105 ( 0.3%) typecheck-decl
0.0056 ( 3.9%) 0.0048 ( 2.0%) 0.0104 ( 2.7%) 0.0105 ( 0.3%) IRGen
0.0030 ( 2.1%) 0.0008 ( 0.3%) 0.0038 ( 1.0%) 0.0038 ( 0.1%) typecheck-stmt
0.0022 ( 1.5%) 0.0007 ( 0.3%) 0.0029 ( 0.7%) 0.0029 ( 0.1%) typecheck-expr
0.0023 ( 1.6%) 0.0005 ( 0.2%) 0.0028 ( 0.7%) 0.0028 ( 0.1%) SILGen
0.0027 ( 1.9%) 0.0000 ( 0.0%) 0.0027 ( 0.7%) 0.0027 ( 0.1%) SIL optimization
0.0009 ( 0.6%) 0.0010 ( 0.4%) 0.0018 ( 0.5%) 0.0018 ( 0.1%) import-clang-decl
0.0014 ( 1.0%) 0.0003 ( 0.1%) 0.0017 ( 0.4%) 0.0017 ( 0.0%) SILGen-function
0.0002 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.1%) 0.0002 ( 0.0%) precheck-target
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1445 (100.0%) 0.2393 (100.0%) 0.3838 (100.0%) 3.5679 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.6106 seconds (2.2716 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4009 (100.0%) 0.2097 (100.0%) 0.6106 (100.0%) 2.2716 (100.0%) Building Target
0.4009 (100.0%) 0.2097 (100.0%) 0.6106 (100.0%) 2.2716 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextCodingKey/DynamicDecodingDefaultValueWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextCodingKey/DynamicDecodingWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ DynamicDecodingDefaultValueContextBasedWrapper.swift,\ DynamicEncodable.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextProvider/DynamicDecodingDefaultValueContextBasedWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicEncodable.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745714920034272-swift-frontend-DynamicCodableKit-DynamicDecodingDefaultValueContextBasedWrapper.swift-arm64_apple_ios8.0-o-Onone-4166844185.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7776 seconds (3.6922 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1073 ( 27.6%) 0.1417 ( 36.4%) 0.2490 ( 32.0%) 1.6895 ( 45.8%) parse-and-resolve-imports
0.1064 ( 27.4%) 0.1406 ( 36.1%) 0.2469 ( 31.8%) 1.6848 ( 45.6%) Import resolution
0.0919 ( 23.7%) 0.0309 ( 7.9%) 0.1228 ( 15.8%) 0.1257 ( 3.4%) build-rewrite-system
0.0122 ( 3.2%) 0.0433 ( 11.1%) 0.0555 ( 7.1%) 0.0842 ( 2.3%) load-stdlib
0.0135 ( 3.5%) 0.0066 ( 1.7%) 0.0201 ( 2.6%) 0.0217 ( 0.6%) perform-sema
0.0135 ( 3.5%) 0.0066 ( 1.7%) 0.0200 ( 2.6%) 0.0216 ( 0.6%) Type checking and Semantic analysis
0.0113 ( 2.9%) 0.0080 ( 2.0%) 0.0192 ( 2.5%) 0.0192 ( 0.5%) import-clang-decl
0.0086 ( 2.2%) 0.0045 ( 1.1%) 0.0131 ( 1.7%) 0.0146 ( 0.4%) typecheck-decl
0.0062 ( 1.6%) 0.0034 ( 0.9%) 0.0096 ( 1.2%) 0.0096 ( 0.3%) IRGen
0.0046 ( 1.2%) 0.0020 ( 0.5%) 0.0065 ( 0.8%) 0.0065 ( 0.2%) typecheck-stmt
0.0037 ( 1.0%) 0.0007 ( 0.2%) 0.0045 ( 0.6%) 0.0045 ( 0.1%) SILGen
0.0032 ( 0.8%) 0.0008 ( 0.2%) 0.0040 ( 0.5%) 0.0040 ( 0.1%) typecheck-expr
0.0032 ( 0.8%) 0.0000 ( 0.0%) 0.0033 ( 0.4%) 0.0033 ( 0.1%) SIL optimization
0.0016 ( 0.4%) 0.0002 ( 0.1%) 0.0019 ( 0.2%) 0.0018 ( 0.0%) SILGen-function
0.0006 ( 0.2%) 0.0002 ( 0.1%) 0.0009 ( 0.1%) 0.0009 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3881 (100.0%) 0.3895 (100.0%) 0.7776 (100.0%) 3.6922 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.6685 seconds (3.1798 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.0572 (100.0%) 0.6113 (100.0%) 1.6685 (100.0%) 3.1798 (100.0%) Building Target
1.0572 (100.0%) 0.6113 (100.0%) 1.6685 (100.0%) 3.1798 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextProvider/DynamicDecodingDefaultValueContextBasedWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicEncodable.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ DynamicDecodingCollectionWrapper.swift,\ DynamicDecodingContextCodingKey.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextCodingKey/DynamicDecodingCollectionWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextCodingKey/DynamicDecodingContextCodingKey.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745714920033110-swift-frontend-DynamicCodableKit-DynamicDecodingCollectionWrapper.swift-arm64_apple_ios8.0-o-Onone-3031523651.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 1.8983 seconds (3.6157 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.5633 ( 44.2%) 0.2887 ( 46.2%) 0.8520 ( 44.9%) 1.6621 ( 46.0%) parse-and-resolve-imports
0.5623 ( 44.2%) 0.2869 ( 45.9%) 0.8492 ( 44.7%) 1.6566 ( 45.8%) Import resolution
0.0016 ( 0.1%) 0.0128 ( 2.1%) 0.0145 ( 0.8%) 0.1067 ( 3.0%) load-stdlib
0.0505 ( 4.0%) 0.0121 ( 1.9%) 0.0625 ( 3.3%) 0.0632 ( 1.7%) build-rewrite-system
0.0222 ( 1.7%) 0.0060 ( 1.0%) 0.0281 ( 1.5%) 0.0303 ( 0.8%) perform-sema
0.0221 ( 1.7%) 0.0060 ( 1.0%) 0.0281 ( 1.5%) 0.0302 ( 0.8%) Type checking and Semantic analysis
0.0137 ( 1.1%) 0.0035 ( 0.6%) 0.0172 ( 0.9%) 0.0180 ( 0.5%) typecheck-stmt
0.0088 ( 0.7%) 0.0024 ( 0.4%) 0.0112 ( 0.6%) 0.0126 ( 0.3%) typecheck-decl
0.0092 ( 0.7%) 0.0024 ( 0.4%) 0.0116 ( 0.6%) 0.0118 ( 0.3%) typecheck-expr
0.0066 ( 0.5%) 0.0017 ( 0.3%) 0.0083 ( 0.4%) 0.0083 ( 0.2%) IRGen
0.0038 ( 0.3%) 0.0000 ( 0.0%) 0.0038 ( 0.2%) 0.0038 ( 0.1%) SIL optimization
0.0035 ( 0.3%) 0.0002 ( 0.0%) 0.0038 ( 0.2%) 0.0038 ( 0.1%) SILGen
0.0020 ( 0.2%) 0.0014 ( 0.2%) 0.0034 ( 0.2%) 0.0036 ( 0.1%) precheck-target
0.0028 ( 0.2%) 0.0001 ( 0.0%) 0.0030 ( 0.2%) 0.0030 ( 0.1%) SILGen-function
0.0009 ( 0.1%) 0.0007 ( 0.1%) 0.0016 ( 0.1%) 0.0016 ( 0.0%) import-clang-decl
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
1.2734 (100.0%) 0.6249 (100.0%) 1.8983 (100.0%) 3.6157 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.3550 seconds (2.2737 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9579 (100.0%) 0.3972 (100.0%) 1.3550 (100.0%) 2.2737 (100.0%) Building Target
0.9579 (100.0%) 0.3972 (100.0%) 1.3550 (100.0%) 2.2737 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextCodingKey/DynamicDecodingCollectionWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextCodingKey/DynamicDecodingContextCodingKey.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ PathCodingKeyWrapper.swift,\ DynamicDecodingCollectionContextBasedWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextContainerCodingKey/PathCodingKeyWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextProvider/DynamicDecodingCollectionContextBasedWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745714922156457-swift-frontend-DynamicCodableKit-PathCodingKeyWrapper.swift-arm64_apple_ios8.0-o-Onone-1864040813.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1627 seconds (0.1644 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0209 ( 20.3%) 0.0206 ( 34.7%) 0.0415 ( 25.5%) 0.0415 ( 25.3%) parse-and-resolve-imports
0.0202 ( 19.6%) 0.0201 ( 33.9%) 0.0403 ( 24.8%) 0.0403 ( 24.5%) Import resolution
0.0139 ( 13.5%) 0.0037 ( 6.1%) 0.0176 ( 10.8%) 0.0180 ( 11.0%) perform-sema
0.0138 ( 13.4%) 0.0036 ( 6.1%) 0.0175 ( 10.7%) 0.0179 ( 10.9%) Type checking and Semantic analysis
0.0080 ( 7.7%) 0.0022 ( 3.7%) 0.0102 ( 6.3%) 0.0105 ( 6.4%) typecheck-decl
0.0051 ( 4.9%) 0.0031 ( 5.3%) 0.0082 ( 5.1%) 0.0083 ( 5.1%) IRGen
0.0055 ( 5.3%) 0.0013 ( 2.2%) 0.0068 ( 4.2%) 0.0069 ( 4.2%) typecheck-stmt
0.0046 ( 4.4%) 0.0010 ( 1.7%) 0.0056 ( 3.5%) 0.0056 ( 3.4%) typecheck-expr
0.0022 ( 2.1%) 0.0011 ( 1.9%) 0.0033 ( 2.0%) 0.0034 ( 2.1%) build-rewrite-system
0.0025 ( 2.4%) 0.0006 ( 1.0%) 0.0031 ( 1.9%) 0.0033 ( 2.0%) SILGen
0.0025 ( 2.4%) 0.0000 ( 0.0%) 0.0025 ( 1.5%) 0.0025 ( 1.5%) SIL optimization
0.0010 ( 1.0%) 0.0015 ( 2.5%) 0.0025 ( 1.5%) 0.0025 ( 1.5%) load-stdlib
0.0016 ( 1.5%) 0.0003 ( 0.5%) 0.0019 ( 1.2%) 0.0019 ( 1.2%) SILGen-function
0.0013 ( 1.2%) 0.0002 ( 0.3%) 0.0015 ( 0.9%) 0.0015 ( 0.9%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.1032 (100.0%) 0.0595 (100.0%) 0.1627 (100.0%) 0.1644 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1528 seconds (0.1556 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1049 (100.0%) 0.0480 (100.0%) 0.1528 (100.0%) 0.1556 (100.0%) Building Target
0.1049 (100.0%) 0.0480 (100.0%) 0.1528 (100.0%) 0.1556 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextContainerCodingKey/PathCodingKeyWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextProvider/DynamicDecodingCollectionContextBasedWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64 Emitting module for DynamicCodableKit (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriver\ Compilation\ Requirements DynamicCodableKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DynamicCodableKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios8.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-library-evolution -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftmodule -emit-symbol-graph -emit-symbol-graph-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/symbol-graph/swift/arm64-apple-ios -emit-extension-block-symbols -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftinterface -emit-private-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.private.swiftinterface -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit_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/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit-Swift.h -no-verify-emitted-module-interface -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling DynamicDecodingDictionaryWrapper.swift, PathCodingKeyDefaultValueWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriverJobDiscovery normal arm64 Compiling PathCodingKeyWrapper.swift, DynamicDecodingCollectionContextBasedWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Headers/DynamicCodableKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit-Swift.h (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Headers/DynamicCodableKit-Swift.h
CompileDocumentation /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicCodableKit.docc (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/docc convert --emit-lmdb-index --fallback-display-name DynamicCodableKit --fallback-bundle-identifier DynamicCodableKit --output-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.doccarchive --ide-console-output --diagnostics-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/DynamicCodableKit-diagnostics.json /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicCodableKit.docc --additional-symbol-graph-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/symbol-graph
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicCodableKit.docc/Extensions/DynamicDecodable.md:4:5: warning: 'DocumentationExtension' doesn't change default configuration and has no effect (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
note: Remove this 'DocumentationExtension' directive.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicCodableKit.docc/Extensions/DynamicDecodable.md:4:5: warning: 'DocumentationExtension' doesn't change default configuration and has no effect (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
note: Remove this 'DocumentationExtension' directive.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
note: Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
note: Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
note: Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
note: Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
note: Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
note: Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
note: Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
note: Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
note: Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
note: Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
note: Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
note: Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
note: Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
note: Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
note: Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
note: Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
note: Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicCodableKit.docc/Extensions/DynamicDecodable.md:4:5: warning: 'DocumentationExtension' doesn't change default configuration and has no effect. Remove this 'DocumentationExtension' directive.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicCodableKit.docc/Extensions/DynamicDecodable.md:4:5-4:51: fixit:
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicCodableKit.docc/Extensions/DynamicDecodable.md:4:5: warning: 'DocumentationExtension' doesn't change default configuration and has no effect. Remove this 'DocumentationExtension' directive.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicCodableKit.docc/Extensions/DynamicDecodable.md:4:5-4:51: fixit:
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51-81:84: fixit: <doc:/documentation/DynamicCodableKit/DynamicDecodable/castAs(type:codingPath:)-4hwd>
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51-81:84: fixit: <doc:/documentation/DynamicCodableKit/DynamicDecodable/castAs(type:codingPath:)-4hwd>
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51-81:84: fixit: <doc:/documentation/DynamicCodableKit/DynamicDecodable/castAs(type:codingPath:)-4hwd>
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51-81:84: fixit: <doc:/documentation/DynamicCodableKit/DynamicDecodable/castAs(type:codingPath:)-4hwd>
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51-81:84: fixit: <doc:/documentation/DynamicCodableKit/DynamicDecodable/castAs(type:codingPath:)-4hwd>
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51-81:84: fixit: <doc:/documentation/DynamicCodableKit/DynamicDecodable/castAs(type:codingPath:)-4hwd>
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51-81:84: fixit: <doc:/documentation/DynamicCodableKit/DynamicDecodable/castAs(type:codingPath:)-4hwd>
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51-81:84: fixit: <doc:/documentation/DynamicCodableKit/DynamicDecodable/castAs(type:codingPath:)-4hwd>
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51-81:84: fixit: <doc:/documentation/DynamicCodableKit/DynamicDecodable/castAs(type:codingPath:)-4hwd>
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51-81:84: fixit: <doc:/documentation/DynamicCodableKit/DynamicDecodable/castAs(type:codingPath:)-4hwd>
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51-81:84: fixit: <doc:/documentation/DynamicCodableKit/DynamicDecodable/castAs(type:codingPath:)-4hwd>
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51-81:84: fixit: <doc:/documentation/DynamicCodableKit/DynamicDecodable/castAs(type:codingPath:)-4hwd>
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51-81:84: fixit: <doc:/documentation/DynamicCodableKit/DynamicDecodable/castAs(type:codingPath:)-4hwd>
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51-81:84: fixit: <doc:/documentation/DynamicCodableKit/DynamicDecodable/castAs(type:codingPath:)-4hwd>
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51-81:84: fixit: <doc:/documentation/DynamicCodableKit/DynamicDecodable/castAs(type:codingPath:)-4hwd>
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51-81:84: fixit: <doc:/documentation/DynamicCodableKit/DynamicDecodable/castAs(type:codingPath:)-4hwd>
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51: warning: This documentation block is inherited by other symbols where 'castAs(type%3AcodingPath%3A)-4hwd' fails to resolve. Use an absolute link path.
/Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift:81:51-81:84: fixit: <doc:/documentation/DynamicCodableKit/DynamicDecodable/castAs(type:codingPath:)-4hwd>
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftmodule (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
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/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-ios.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftinterface (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
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/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-ios.swiftinterface
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftdoc (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
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/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-ios.private.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.private.swiftinterface (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
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/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.private.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-ios.private.swiftinterface
SwiftDriverJobDiscovery normal arm64 Compiling DynamicDecodingDefaultValueWrapper.swift, DynamicDecodingWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.abi.json (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
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/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftsourceinfo (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
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/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Decoder.swift, DecodingError.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriverJobDiscovery normal arm64 Compiling DynamicDecodingCollectionWrapper.swift, DynamicDecodingContextCodingKey.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriverJobDiscovery normal arm64 Compiling DynamicDecodingContextBasedWrapper.swift, DynamicDecodingContextProvider.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriverJobDiscovery normal arm64 Compiling DynamicDecodingCollectionDictionaryWrapper.swift, DynamicDecodingContextContainerCodingKey.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriverJobDiscovery normal arm64 Compiling KeyedDecodingContainerProtocol.swift, UnkeyedDecodingContainer.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriverJobDiscovery normal arm64 Compiling DynamicDecodingDefaultValueContextBasedWrapper.swift, DynamicEncodable.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriverJobDiscovery normal arm64 Compiling DynamicDecodable.swift, DynamicDecodingConfiguration.swift, DynamicDecodingContext.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriver\ Compilation DynamicCodableKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DynamicCodableKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios8.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-library-evolution -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftmodule -emit-symbol-graph -emit-symbol-graph-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/symbol-graph/swift/arm64-apple-ios -emit-extension-block-symbols -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftinterface -emit-private-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.private.swiftinterface -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit_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/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit-Swift.h -no-verify-emitted-module-interface -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/DynamicCodableKit normal (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios8.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.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 -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 -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.LinkFileList -install_name @rpath/DynamicCodableKit.framework/DynamicCodableKit -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.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/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/DynamicCodableKit
clang: error: SDK does not contain 'libarclite' at the path '/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a'; try increasing the minimum deployment target
/Users/admin/builder/spi-builder-workspace/DynamicCodableKit.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
** BUILD FAILED **
The following build commands failed:
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/DynamicCodableKit normal (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
Building project DynamicCodableKit with scheme DynamicCodableKit-Package
(2 failures)
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "swift-format",
"requirement" : {
"range" : [
{
"lower_bound" : "0.50600.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-format"
}
],
"manifest_display_name" : "DynamicCodableKit",
"name" : "DynamicCodableKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "8.0"
},
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "2.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "DynamicCodableKit",
"targets" : [
"DynamicCodableKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "DynamicCodableKitTests",
"module_type" : "SwiftTarget",
"name" : "DynamicCodableKitTests",
"path" : "Tests/DynamicCodableKitTests",
"sources" : [
"DynamicDecodable.swift",
"DynamicDecodingContext.swift",
"DynamicDecodingContextCodingKey/Data/IdentifierCollectionDecode.swift",
"DynamicDecodingContextCodingKey/Data/IdentifierCollectionDecodeWithInvalidData.swift",
"DynamicDecodingContextCodingKey/Data/IdentifierDecode.swift",
"DynamicDecodingContextCodingKey/Data/IdentifierDecodeWithInvalidData.swift",
"DynamicDecodingContextCodingKey/DynamicDecodingCollectionWrapper.swift",
"DynamicDecodingContextCodingKey/DynamicDecodingWrapper.swift",
"DynamicDecodingContextCodingKey/Models/DynamicBaseType.swift",
"DynamicDecodingContextCodingKey/Models/PostPage.swift",
"DynamicDecodingContextContainerCodingKey/Data/ContainerCollectionDecode.swift",
"DynamicDecodingContextContainerCodingKey/Data/ContainerCollectionDecodeWithInvalidData.swift",
"DynamicDecodingContextContainerCodingKey/Data/ContainerDecode.swift",
"DynamicDecodingContextContainerCodingKey/Data/ContainerDecodeWithInvalidData.swift",
"DynamicDecodingContextContainerCodingKey/Data/PathCodingKeyData.swift",
"DynamicDecodingContextContainerCodingKey/DynamicDecodingCollectionDictionaryWrapper.swift",
"DynamicDecodingContextContainerCodingKey/DynamicDecodingDictionaryWrapper.swift",
"DynamicDecodingContextContainerCodingKey/Models/PostContainer.swift",
"DynamicDecodingContextContainerCodingKey/Models/PostPath.swift",
"DynamicDecodingContextContainerCodingKey/PathCodingKeyWrapper.swift",
"DynamicDecodingContextProvider/Data/ProviderCollectionDecode.swift",
"DynamicDecodingContextProvider/Data/ProviderCollectionDecodeWithInvalidData.swift",
"DynamicDecodingContextProvider/DynamicDecodingCollectionContextBasedWrapper.swift",
"DynamicDecodingContextProvider/DynamicDecodingContextBasedWrapper.swift",
"DynamicDecodingContextProvider/Models/ProviderPost.swift",
"DynamicEncodable.swift",
"Models/HashablePost.swift",
"Models/Post.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"DynamicCodableKit"
],
"type" : "test"
},
{
"c99name" : "DynamicCodableKit",
"module_type" : "SwiftTarget",
"name" : "DynamicCodableKit",
"path" : "Sources/DynamicCodableKit",
"product_memberships" : [
"DynamicCodableKit"
],
"sources" : [
"DynamicDecodable.swift",
"DynamicDecodingConfiguration.swift",
"DynamicDecodingContext.swift",
"DynamicDecodingContextCodingKey/DynamicDecodingCollectionWrapper.swift",
"DynamicDecodingContextCodingKey/DynamicDecodingContextCodingKey.swift",
"DynamicDecodingContextCodingKey/DynamicDecodingDefaultValueWrapper.swift",
"DynamicDecodingContextCodingKey/DynamicDecodingWrapper.swift",
"DynamicDecodingContextContainerCodingKey/DynamicDecodingCollectionDictionaryWrapper.swift",
"DynamicDecodingContextContainerCodingKey/DynamicDecodingContextContainerCodingKey.swift",
"DynamicDecodingContextContainerCodingKey/DynamicDecodingDictionaryWrapper.swift",
"DynamicDecodingContextContainerCodingKey/PathCodingKeyDefaultValueWrapper.swift",
"DynamicDecodingContextContainerCodingKey/PathCodingKeyWrapper.swift",
"DynamicDecodingContextProvider/DynamicDecodingCollectionContextBasedWrapper.swift",
"DynamicDecodingContextProvider/DynamicDecodingContextBasedWrapper.swift",
"DynamicDecodingContextProvider/DynamicDecodingContextProvider.swift",
"DynamicDecodingContextProvider/DynamicDecodingDefaultValueContextBasedWrapper.swift",
"DynamicEncodable.swift",
"Extensions/Decoder.swift",
"Extensions/DecodingError.swift",
"Extensions/KeyedDecodingContainerProtocol.swift",
"Extensions/UnkeyedDecodingContainer.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "DynamicCodableKit",
"schemes" : [
"DynamicCodableKit-Package",
"DynamicCodableKitPackageDescription",
"DynamicCodableKitPackageTests"
],
"targets" : [
"DynamicCodableKit",
"DynamicCodableKitPackageDescription",
"DynamicCodableKitPackageTests",
"DynamicCodableKitTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DynamicCodableKit-Package -destination generic/platform=iOS
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme DynamicCodableKit-Package -destination generic/platform=iOS
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
Target 'DynamicCodableKit' in project 'DynamicCodableKit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: d008a270714da40a2a6f61f09997b215
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/d008a270714da40a2a6f61f09997b215.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/DynamicCodableKit.xcodeproj
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Info.plist /Users/admin/builder/spi-builder-workspace/DynamicCodableKit.xcodeproj/DynamicCodableKit_Info.plist (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/DynamicCodableKit.xcodeproj/DynamicCodableKit_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Info.plist
SwiftDriver DynamicCodableKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DynamicCodableKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios8.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-library-evolution -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftmodule -emit-symbol-graph -emit-symbol-graph-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/symbol-graph/swift/arm64-apple-ios -emit-extension-block-symbols -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftinterface -emit-private-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.private.swiftinterface -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit_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/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit-Swift.h -no-verify-emitted-module-interface -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ DynamicCodableKit (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
EmitSwiftModule normal arm64 (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ DynamicDecodingDefaultValueWrapper.swift,\ DynamicDecodingWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextCodingKey/DynamicDecodingDefaultValueWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextCodingKey/DynamicDecodingWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextCodingKey/DynamicDecodingDefaultValueWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextCodingKey/DynamicDecodingWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ DynamicDecodable.swift,\ DynamicDecodingConfiguration.swift,\ DynamicDecodingContext.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContext.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodable.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingConfiguration.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContext.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ DynamicDecodingCollectionDictionaryWrapper.swift,\ DynamicDecodingContextContainerCodingKey.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextContainerCodingKey/DynamicDecodingCollectionDictionaryWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextContainerCodingKey/DynamicDecodingContextContainerCodingKey.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextContainerCodingKey/DynamicDecodingCollectionDictionaryWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextContainerCodingKey/DynamicDecodingContextContainerCodingKey.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ DynamicDecodingDictionaryWrapper.swift,\ PathCodingKeyDefaultValueWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextContainerCodingKey/DynamicDecodingDictionaryWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextContainerCodingKey/PathCodingKeyDefaultValueWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextContainerCodingKey/DynamicDecodingDictionaryWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextContainerCodingKey/PathCodingKeyDefaultValueWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ PathCodingKeyWrapper.swift,\ DynamicDecodingCollectionContextBasedWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextContainerCodingKey/PathCodingKeyWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextProvider/DynamicDecodingCollectionContextBasedWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextContainerCodingKey/PathCodingKeyWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextProvider/DynamicDecodingCollectionContextBasedWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ KeyedDecodingContainerProtocol.swift,\ UnkeyedDecodingContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/Extensions/KeyedDecodingContainerProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/Extensions/UnkeyedDecodingContainer.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/Extensions/KeyedDecodingContainerProtocol.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/Extensions/UnkeyedDecodingContainer.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ Decoder.swift,\ DecodingError.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/Extensions/Decoder.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/Extensions/DecodingError.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/Extensions/Decoder.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/Extensions/DecodingError.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ DynamicDecodingCollectionWrapper.swift,\ DynamicDecodingContextCodingKey.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextCodingKey/DynamicDecodingCollectionWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextCodingKey/DynamicDecodingContextCodingKey.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextCodingKey/DynamicDecodingCollectionWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextCodingKey/DynamicDecodingContextCodingKey.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ DynamicDecodingDefaultValueContextBasedWrapper.swift,\ DynamicEncodable.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextProvider/DynamicDecodingDefaultValueContextBasedWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicEncodable.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextProvider/DynamicDecodingDefaultValueContextBasedWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicEncodable.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ DynamicDecodingContextBasedWrapper.swift,\ DynamicDecodingContextProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextProvider/DynamicDecodingContextBasedWrapper.swift /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextProvider/DynamicDecodingContextProvider.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextProvider/DynamicDecodingContextBasedWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicDecodingContextProvider/DynamicDecodingContextProvider.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64 Compiling DynamicDecodingDefaultValueWrapper.swift, DynamicDecodingWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriverJobDiscovery normal arm64 Compiling Decoder.swift, DecodingError.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriverJobDiscovery normal arm64 Compiling KeyedDecodingContainerProtocol.swift, UnkeyedDecodingContainer.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriverJobDiscovery normal arm64 Compiling PathCodingKeyWrapper.swift, DynamicDecodingCollectionContextBasedWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriverJobDiscovery normal arm64 Compiling DynamicDecodingDefaultValueContextBasedWrapper.swift, DynamicEncodable.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriverJobDiscovery normal arm64 Compiling DynamicDecodingDictionaryWrapper.swift, PathCodingKeyDefaultValueWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriverJobDiscovery normal arm64 Compiling DynamicDecodingCollectionDictionaryWrapper.swift, DynamicDecodingContextContainerCodingKey.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriverJobDiscovery normal arm64 Compiling DynamicDecodingCollectionWrapper.swift, DynamicDecodingContextCodingKey.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriverJobDiscovery normal arm64 Compiling DynamicDecodable.swift, DynamicDecodingConfiguration.swift, DynamicDecodingContext.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriverJobDiscovery normal arm64 Compiling DynamicDecodingContextBasedWrapper.swift, DynamicDecodingContextProvider.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriverJobDiscovery normal arm64 Emitting module for DynamicCodableKit (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriver\ Compilation\ Requirements DynamicCodableKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DynamicCodableKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios8.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-library-evolution -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftmodule -emit-symbol-graph -emit-symbol-graph-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/symbol-graph/swift/arm64-apple-ios -emit-extension-block-symbols -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftinterface -emit-private-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.private.swiftinterface -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit_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/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit-Swift.h -no-verify-emitted-module-interface -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation DynamicCodableKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name DynamicCodableKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios8.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-library-evolution -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftmodule -emit-symbol-graph -emit-symbol-graph-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/symbol-graph/swift/arm64-apple-ios -emit-extension-block-symbols -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftinterface -emit-private-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.private.swiftinterface -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit_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/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit-Swift.h -no-verify-emitted-module-interface -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
CompileDocumentation /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicCodableKit.docc (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/docc convert --emit-lmdb-index --fallback-display-name DynamicCodableKit --fallback-bundle-identifier DynamicCodableKit --output-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.doccarchive --ide-console-output --diagnostics-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/DynamicCodableKit-diagnostics.json /Users/admin/builder/spi-builder-workspace/Sources/DynamicCodableKit/DynamicCodableKit.docc --additional-symbol-graph-dir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/symbol-graph
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/DynamicCodableKit normal (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios8.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.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 -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 -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.LinkFileList -install_name @rpath/DynamicCodableKit.framework/DynamicCodableKit -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.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/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/DynamicCodableKit
clang: error: SDK does not contain 'libarclite' at the path '/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a'; try increasing the minimum deployment target
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-ios.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftinterface (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
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/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-ios.swiftinterface
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-ios.private.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.private.swiftinterface (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
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/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.private.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-ios.private.swiftinterface
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.abi.json (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
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/DynamicCodableKit.build/Debug-iphoneos/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/Modules/DynamicCodableKit.swiftmodule/arm64-apple-ios.abi.json
/Users/admin/builder/spi-builder-workspace/DynamicCodableKit.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
** BUILD FAILED **
The following build commands failed:
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DynamicCodableKit.framework/DynamicCodableKit normal (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
Building project DynamicCodableKit with scheme DynamicCodableKit-Package
(2 failures)
BUILD FAILURE 6.1 iOS