Build Information
Successful build of DynamicCodableKit, reference v1.0.0 (a1b9c8
), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 27 Apr 2025 00:48:42 UTC.
Swift 6 data race errors: 0
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 platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.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: macosXcodebuild
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 platform=macOS,arch=arm64 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 platform=macOS,arch=arm64 "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/MacOSX.platform/Developer/SDKs/MacOSX15.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: f3d7b0371197b193e51d3e34c111bbed
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/f3d7b0371197b193e51d3e34c111bbed.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
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/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/EagerLinkingTBDs/Debug
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
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
cd /Users/admin/builder/spi-builder-workspace/DynamicCodableKit.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DynamicCodableKit.framework/Headers Versions/Current/Headers (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/Headers /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DynamicCodableKit.framework/Headers
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DynamicCodableKit.framework/Resources Versions/Current/Resources (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/Resources /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DynamicCodableKit.framework/Resources
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DynamicCodableKit.framework/Modules Versions/Current/Modules (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/Modules /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DynamicCodableKit.framework/Modules
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DynamicCodableKit.framework/DynamicCodableKit Versions/Current/DynamicCodableKit (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/DynamicCodableKit /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DynamicCodableKit.framework/DynamicCodableKit
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug/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/DynamicCodableKit.build/DynamicCodableKit.DependencyStaticMetadataFileList
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DynamicCodableKit.framework/Versions/Current A (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh A /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DynamicCodableKit.framework/Versions/Current
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug/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/DynamicCodableKit.build/DynamicCodableKit.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug/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/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug/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/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug/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/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug/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/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug/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/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.SwiftFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DynamicCodableKit.framework/Versions/A/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/DynamicCodableKit.framework/Versions/A/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DynamicCodableKit.framework/Versions/A/Resources (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/DynamicCodableKit.framework/Versions/A/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DynamicCodableKit.framework/Versions (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/DynamicCodableKit.framework/Versions
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DynamicCodableKit.framework/Versions/A (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/DynamicCodableKit.framework/Versions/A
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/DynamicCodableKit.framework
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DynamicCodableKit.framework/Versions/A/Resources/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 -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DynamicCodableKit.framework/Versions/A/Resources/Info.plist
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug/DynamicCodableKit.build/symbol-graph/swift/arm64-apple-macos (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/DynamicCodableKit.build/symbol-graph/swift/arm64-apple-macos
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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.10 -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug/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/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/DynamicCodableKit.build/symbol-graph/swift/arm64-apple-macos -emit-extension-block-symbols -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug/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/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/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/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug/DynamicCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug/DynamicCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug/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/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\ 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
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745714917089130-swift-frontend-DynamicCodableKit-DynamicDecodingDictionaryWrapper.swift-arm64_apple_macos10.10-o-Onone-90697164.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3028 seconds (4.9750 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0269 ( 17.2%) 0.0527 ( 36.1%) 0.0796 ( 26.3%) 2.3707 ( 47.7%) parse-and-resolve-imports
0.0263 ( 16.8%) 0.0523 ( 35.8%) 0.0786 ( 25.9%) 2.3697 ( 47.6%) Import resolution
0.0015 ( 0.9%) 0.0063 ( 4.3%) 0.0078 ( 2.6%) 0.0975 ( 2.0%) load-stdlib
0.0500 ( 31.9%) 0.0205 ( 14.0%) 0.0704 ( 23.3%) 0.0707 ( 1.4%) build-rewrite-system
0.0113 ( 7.2%) 0.0027 ( 1.8%) 0.0140 ( 4.6%) 0.0140 ( 0.3%) perform-sema
0.0112 ( 7.2%) 0.0027 ( 1.8%) 0.0139 ( 4.6%) 0.0139 ( 0.3%) Type checking and Semantic analysis
0.0056 ( 3.6%) 0.0037 ( 2.5%) 0.0093 ( 3.1%) 0.0093 ( 0.2%) IRGen
0.0063 ( 4.0%) 0.0012 ( 0.9%) 0.0075 ( 2.5%) 0.0075 ( 0.2%) typecheck-stmt
0.0058 ( 3.7%) 0.0012 ( 0.8%) 0.0069 ( 2.3%) 0.0069 ( 0.1%) typecheck-expr
0.0047 ( 3.0%) 0.0014 ( 1.0%) 0.0062 ( 2.0%) 0.0062 ( 0.1%) typecheck-decl
0.0028 ( 1.8%) 0.0000 ( 0.0%) 0.0028 ( 0.9%) 0.0028 ( 0.1%) SIL optimization
0.0022 ( 1.4%) 0.0002 ( 0.2%) 0.0024 ( 0.8%) 0.0024 ( 0.0%) SILGen
0.0008 ( 0.5%) 0.0009 ( 0.6%) 0.0016 ( 0.5%) 0.0016 ( 0.0%) import-clang-decl
0.0013 ( 0.9%) 0.0001 ( 0.1%) 0.0015 ( 0.5%) 0.0015 ( 0.0%) SILGen-function
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%) 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%) 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%) 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.1569 (100.0%) 0.1460 (100.0%) 0.3028 (100.0%) 4.9750 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.5677 seconds (2.9537 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4288 (100.0%) 0.1388 (100.0%) 0.5677 (100.0%) 2.9537 (100.0%) Building Target
0.4288 (100.0%) 0.1388 (100.0%) 0.5677 (100.0%) 2.9537 (100.0%) Total
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
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745714917086154-swift-frontend-DynamicCodableKit-DynamicDecodingCollectionWrapper.swift-arm64_apple_macos10.10-o-Onone-2243590743.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3777 seconds (4.9971 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0275 ( 13.5%) 0.0627 ( 36.1%) 0.0902 ( 23.9%) 2.3669 ( 47.4%) parse-and-resolve-imports
0.0269 ( 13.2%) 0.0622 ( 35.9%) 0.0892 ( 23.6%) 2.3659 ( 47.3%) Import resolution
0.0017 ( 0.8%) 0.0089 ( 5.2%) 0.0106 ( 2.8%) 0.0762 ( 1.5%) load-stdlib
0.0528 ( 25.9%) 0.0198 ( 11.4%) 0.0726 ( 19.2%) 0.0729 ( 1.5%) build-rewrite-system
0.0219 ( 10.7%) 0.0040 ( 2.3%) 0.0259 ( 6.9%) 0.0259 ( 0.5%) perform-sema
0.0218 ( 10.7%) 0.0040 ( 2.3%) 0.0259 ( 6.8%) 0.0259 ( 0.5%) Type checking and Semantic analysis
0.0145 ( 7.1%) 0.0028 ( 1.6%) 0.0173 ( 4.6%) 0.0173 ( 0.3%) typecheck-stmt
0.0098 ( 4.8%) 0.0015 ( 0.8%) 0.0113 ( 3.0%) 0.0113 ( 0.2%) typecheck-expr
0.0064 ( 3.1%) 0.0033 ( 1.9%) 0.0097 ( 2.6%) 0.0097 ( 0.2%) IRGen
0.0078 ( 3.8%) 0.0013 ( 0.8%) 0.0091 ( 2.4%) 0.0091 ( 0.2%) typecheck-decl
0.0034 ( 1.7%) 0.0009 ( 0.5%) 0.0044 ( 1.2%) 0.0044 ( 0.1%) SILGen
0.0037 ( 1.8%) 0.0000 ( 0.0%) 0.0037 ( 1.0%) 0.0037 ( 0.1%) SIL optimization
0.0028 ( 1.4%) 0.0008 ( 0.5%) 0.0036 ( 1.0%) 0.0036 ( 0.1%) SILGen-function
0.0020 ( 1.0%) 0.0002 ( 0.1%) 0.0022 ( 0.6%) 0.0022 ( 0.0%) precheck-target
0.0010 ( 0.5%) 0.0010 ( 0.6%) 0.0020 ( 0.5%) 0.0020 ( 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%) 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.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.2041 (100.0%) 0.1735 (100.0%) 0.3777 (100.0%) 4.9971 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.6156 seconds (2.9634 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4624 (100.0%) 0.1532 (100.0%) 0.6156 (100.0%) 2.9634 (100.0%) Building Target
0.4624 (100.0%) 0.1532 (100.0%) 0.6156 (100.0%) 2.9634 (100.0%) Total
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-1745714917085179-swift-frontend-DynamicCodableKit-DynamicDecodable.swift-arm64_apple_macos10.10-o-Onone-2173642501.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4623 seconds (5.2548 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0269 ( 9.5%) 0.0529 ( 29.6%) 0.0798 ( 17.3%) 2.4313 ( 46.3%) parse-and-resolve-imports
0.0261 ( 9.2%) 0.0523 ( 29.2%) 0.0785 ( 17.0%) 2.4300 ( 46.2%) Import resolution
0.0892 ( 31.5%) 0.0278 ( 15.6%) 0.1170 ( 25.3%) 0.1171 ( 2.2%) build-rewrite-system
0.0016 ( 0.6%) 0.0108 ( 6.0%) 0.0124 ( 2.7%) 0.1017 ( 1.9%) load-stdlib
0.0293 ( 10.3%) 0.0054 ( 3.0%) 0.0347 ( 7.5%) 0.0347 ( 0.7%) perform-sema
0.0292 ( 10.3%) 0.0054 ( 3.0%) 0.0346 ( 7.5%) 0.0346 ( 0.7%) Type checking and Semantic analysis
0.0207 ( 7.3%) 0.0035 ( 2.0%) 0.0242 ( 5.2%) 0.0242 ( 0.5%) typecheck-decl
0.0111 ( 3.9%) 0.0090 ( 5.0%) 0.0200 ( 4.3%) 0.0200 ( 0.4%) import-clang-decl
0.0134 ( 4.7%) 0.0050 ( 2.8%) 0.0184 ( 4.0%) 0.0184 ( 0.4%) IRGen
0.0087 ( 3.1%) 0.0019 ( 1.1%) 0.0106 ( 2.3%) 0.0106 ( 0.2%) SILGen
0.0086 ( 3.0%) 0.0019 ( 1.1%) 0.0105 ( 2.3%) 0.0105 ( 0.2%) typecheck-stmt
0.0070 ( 2.5%) 0.0014 ( 0.8%) 0.0084 ( 1.8%) 0.0084 ( 0.2%) typecheck-expr
0.0048 ( 1.7%) 0.0013 ( 0.7%) 0.0061 ( 1.3%) 0.0061 ( 0.1%) SILGen-function
0.0055 ( 1.9%) 0.0001 ( 0.0%) 0.0055 ( 1.2%) 0.0055 ( 0.1%) SIL optimization
0.0008 ( 0.3%) 0.0001 ( 0.1%) 0.0009 ( 0.2%) 0.0009 ( 0.0%) precheck-target
0.0005 ( 0.2%) 0.0002 ( 0.1%) 0.0007 ( 0.2%) 0.0007 ( 0.0%) load-all-members
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%) SIL verification, pre-optimization
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%) 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.2835 (100.0%) 0.1789 (100.0%) 0.4623 (100.0%) 5.2548 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.7739 seconds (4.2310 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.2152 (100.0%) 0.5588 (100.0%) 1.7739 (100.0%) 4.2310 (100.0%) Building Target
1.2152 (100.0%) 0.5588 (100.0%) 1.7739 (100.0%) 4.2310 (100.0%) Total
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-1745714917093509-swift-frontend-DynamicCodableKit-DynamicDecodingCollectionDictionaryWrapper.swift-arm64_apple_macos10.10-o-Onone-3670781474.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3630 seconds (5.1388 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0276 ( 14.0%) 0.0589 ( 35.4%) 0.0865 ( 23.8%) 2.4354 ( 47.4%) parse-and-resolve-imports
0.0270 ( 13.7%) 0.0584 ( 35.1%) 0.0854 ( 23.5%) 2.4342 ( 47.4%) Import resolution
0.0016 ( 0.8%) 0.0056 ( 3.3%) 0.0071 ( 2.0%) 0.0851 ( 1.7%) load-stdlib
0.0509 ( 25.9%) 0.0197 ( 11.8%) 0.0706 ( 19.4%) 0.0706 ( 1.4%) build-rewrite-system
0.0208 ( 10.6%) 0.0053 ( 3.2%) 0.0261 ( 7.2%) 0.0261 ( 0.5%) perform-sema
0.0207 ( 10.5%) 0.0053 ( 3.2%) 0.0260 ( 7.2%) 0.0260 ( 0.5%) Type checking and Semantic analysis
0.0135 ( 6.8%) 0.0031 ( 1.9%) 0.0166 ( 4.6%) 0.0166 ( 0.3%) typecheck-stmt
0.0076 ( 3.9%) 0.0041 ( 2.4%) 0.0117 ( 3.2%) 0.0117 ( 0.2%) IRGen
0.0074 ( 3.8%) 0.0024 ( 1.4%) 0.0098 ( 2.7%) 0.0098 ( 0.2%) typecheck-decl
0.0069 ( 3.5%) 0.0019 ( 1.1%) 0.0089 ( 2.4%) 0.0089 ( 0.2%) typecheck-expr
0.0042 ( 2.1%) 0.0004 ( 0.3%) 0.0046 ( 1.3%) 0.0046 ( 0.1%) SILGen
0.0039 ( 2.0%) 0.0000 ( 0.0%) 0.0039 ( 1.1%) 0.0039 ( 0.1%) SIL optimization
0.0032 ( 1.6%) 0.0003 ( 0.2%) 0.0035 ( 1.0%) 0.0035 ( 0.1%) SILGen-function
0.0010 ( 0.5%) 0.0010 ( 0.6%) 0.0019 ( 0.5%) 0.0019 ( 0.0%) import-clang-decl
0.0003 ( 0.2%) 0.0000 ( 0.0%) 0.0004 ( 0.1%) 0.0004 ( 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%) 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.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.1967 (100.0%) 0.1664 (100.0%) 0.3630 (100.0%) 5.1388 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.5157 seconds (2.9448 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3820 (100.0%) 0.1336 (100.0%) 0.5157 (100.0%) 2.9448 (100.0%) Building Target
0.3820 (100.0%) 0.1336 (100.0%) 0.5157 (100.0%) 2.9448 (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-1745714917094303-swift-frontend-DynamicCodableKit-DynamicDecodingContextBasedWrapper.swift-arm64_apple_macos10.10-o-Onone-1263732840.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2850 seconds (4.8936 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0263 ( 19.7%) 0.0536 ( 35.4%) 0.0799 ( 28.0%) 2.3414 ( 47.8%) parse-and-resolve-imports
0.0257 ( 19.2%) 0.0533 ( 35.2%) 0.0790 ( 27.7%) 2.3405 ( 47.8%) Import resolution
0.0014 ( 1.1%) 0.0073 ( 4.8%) 0.0087 ( 3.1%) 0.0903 ( 1.8%) load-stdlib
0.0525 ( 39.3%) 0.0214 ( 14.1%) 0.0739 ( 25.9%) 0.0758 ( 1.5%) build-rewrite-system
0.0047 ( 3.5%) 0.0049 ( 3.2%) 0.0096 ( 3.4%) 0.0102 ( 0.2%) IRGen
0.0045 ( 3.4%) 0.0019 ( 1.3%) 0.0064 ( 2.3%) 0.0068 ( 0.1%) perform-sema
0.0045 ( 3.4%) 0.0019 ( 1.2%) 0.0064 ( 2.2%) 0.0068 ( 0.1%) Type checking and Semantic analysis
0.0030 ( 2.2%) 0.0014 ( 1.0%) 0.0044 ( 1.5%) 0.0048 ( 0.1%) typecheck-stmt
0.0029 ( 2.2%) 0.0014 ( 0.9%) 0.0044 ( 1.5%) 0.0047 ( 0.1%) typecheck-expr
0.0017 ( 1.3%) 0.0016 ( 1.1%) 0.0033 ( 1.2%) 0.0033 ( 0.1%) SILGen
0.0027 ( 2.1%) 0.0001 ( 0.1%) 0.0029 ( 1.0%) 0.0029 ( 0.1%) SIL optimization
0.0012 ( 0.9%) 0.0010 ( 0.7%) 0.0022 ( 0.8%) 0.0022 ( 0.0%) SILGen-function
0.0010 ( 0.8%) 0.0010 ( 0.7%) 0.0020 ( 0.7%) 0.0020 ( 0.0%) import-clang-decl
0.0013 ( 1.0%) 0.0004 ( 0.3%) 0.0017 ( 0.6%) 0.0017 ( 0.0%) typecheck-decl
0.0001 ( 0.0%) 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%) 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%) 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.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.1337 (100.0%) 0.1514 (100.0%) 0.2850 (100.0%) 4.8936 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.5798 seconds (2.9431 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4251 (100.0%) 0.1547 (100.0%) 0.5798 (100.0%) 2.9431 (100.0%) Building Target
0.4251 (100.0%) 0.1547 (100.0%) 0.5798 (100.0%) 2.9431 (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\ 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-1745714917092297-swift-frontend-DynamicCodableKit-DynamicDecodingDefaultValueWrapper.swift-arm64_apple_macos10.10-o-Onone-3707777095.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3055 seconds (5.2716 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0285 ( 18.3%) 0.0568 ( 38.0%) 0.0853 ( 27.9%) 2.5275 ( 47.9%) parse-and-resolve-imports
0.0278 ( 17.8%) 0.0562 ( 37.6%) 0.0840 ( 27.5%) 2.5262 ( 47.9%) Import resolution
0.0015 ( 1.0%) 0.0044 ( 3.0%) 0.0060 ( 1.9%) 0.0861 ( 1.6%) load-stdlib
0.0481 ( 30.8%) 0.0184 ( 12.3%) 0.0665 ( 21.8%) 0.0671 ( 1.3%) build-rewrite-system
0.0109 ( 7.0%) 0.0025 ( 1.7%) 0.0134 ( 4.4%) 0.0136 ( 0.3%) perform-sema
0.0108 ( 6.9%) 0.0025 ( 1.7%) 0.0133 ( 4.4%) 0.0136 ( 0.3%) Type checking and Semantic analysis
0.0069 ( 4.4%) 0.0038 ( 2.5%) 0.0107 ( 3.5%) 0.0107 ( 0.2%) IRGen
0.0071 ( 4.5%) 0.0016 ( 1.0%) 0.0086 ( 2.8%) 0.0088 ( 0.2%) typecheck-decl
0.0036 ( 2.3%) 0.0009 ( 0.6%) 0.0045 ( 1.5%) 0.0046 ( 0.1%) typecheck-stmt
0.0028 ( 1.8%) 0.0007 ( 0.5%) 0.0035 ( 1.1%) 0.0036 ( 0.1%) typecheck-expr
0.0025 ( 1.6%) 0.0003 ( 0.2%) 0.0029 ( 0.9%) 0.0029 ( 0.1%) SILGen
0.0027 ( 1.7%) 0.0000 ( 0.0%) 0.0027 ( 0.9%) 0.0027 ( 0.1%) SIL optimization
0.0008 ( 0.5%) 0.0011 ( 0.7%) 0.0019 ( 0.6%) 0.0019 ( 0.0%) import-clang-decl
0.0015 ( 1.0%) 0.0002 ( 0.1%) 0.0017 ( 0.6%) 0.0018 ( 0.0%) SILGen-function
0.0003 ( 0.2%) 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%) 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%) SIL verification, pre-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, 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.1559 (100.0%) 0.1496 (100.0%) 0.3055 (100.0%) 5.2716 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4777 seconds (3.0041 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3530 (100.0%) 0.1246 (100.0%) 0.4777 (100.0%) 3.0041 (100.0%) Building Target
0.3530 (100.0%) 0.1246 (100.0%) 0.4777 (100.0%) 3.0041 (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-1745714917092522-swift-frontend-DynamicCodableKit-DynamicDecodingDefaultValueContextBasedWrapper.swift-arm64_apple_macos10.10-o-Onone-3532220685.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4647 seconds (5.0248 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0287 ( 12.2%) 0.0640 ( 27.8%) 0.0926 ( 19.9%) 2.3635 ( 47.0%) parse-and-resolve-imports
0.0280 ( 11.9%) 0.0636 ( 27.7%) 0.0916 ( 19.7%) 2.3625 ( 47.0%) Import resolution
0.0940 ( 40.0%) 0.0317 ( 13.8%) 0.1257 ( 27.0%) 0.1265 ( 2.5%) build-rewrite-system
0.0126 ( 5.4%) 0.0357 ( 15.5%) 0.0483 ( 10.4%) 0.0646 ( 1.3%) load-stdlib
0.0117 ( 5.0%) 0.0093 ( 4.0%) 0.0210 ( 4.5%) 0.0210 ( 0.4%) import-clang-decl
0.0137 ( 5.8%) 0.0065 ( 2.8%) 0.0202 ( 4.3%) 0.0205 ( 0.4%) perform-sema
0.0136 ( 5.8%) 0.0065 ( 2.8%) 0.0201 ( 4.3%) 0.0205 ( 0.4%) Type checking and Semantic analysis
0.0085 ( 3.6%) 0.0038 ( 1.6%) 0.0123 ( 2.6%) 0.0126 ( 0.3%) typecheck-decl
0.0070 ( 3.0%) 0.0042 ( 1.8%) 0.0111 ( 2.4%) 0.0111 ( 0.2%) IRGen
0.0048 ( 2.1%) 0.0026 ( 1.1%) 0.0074 ( 1.6%) 0.0074 ( 0.1%) typecheck-stmt
0.0037 ( 1.6%) 0.0004 ( 0.2%) 0.0040 ( 0.9%) 0.0040 ( 0.1%) SILGen
0.0030 ( 1.3%) 0.0010 ( 0.4%) 0.0040 ( 0.9%) 0.0040 ( 0.1%) typecheck-expr
0.0032 ( 1.4%) 0.0002 ( 0.1%) 0.0034 ( 0.7%) 0.0034 ( 0.1%) SIL optimization
0.0017 ( 0.7%) 0.0002 ( 0.1%) 0.0019 ( 0.4%) 0.0019 ( 0.0%) SILGen-function
0.0006 ( 0.2%) 0.0002 ( 0.1%) 0.0007 ( 0.2%) 0.0007 ( 0.0%) load-all-members
0.0001 ( 0.1%) 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%) 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, pre-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, 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.2349 (100.0%) 0.2298 (100.0%) 0.4647 (100.0%) 5.0248 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.9054 seconds (4.2191 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.2384 (100.0%) 0.6670 (100.0%) 1.9054 (100.0%) 4.2191 (100.0%) Building Target
1.2384 (100.0%) 0.6670 (100.0%) 1.9054 (100.0%) 4.2191 (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\ 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-1745714917089736-swift-frontend-DynamicCodableKit-PathCodingKeyWrapper.swift-arm64_apple_macos10.10-o-Onone-3649122578.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 4.3905 seconds (4.9291 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.6152 ( 48.4%) 0.5078 ( 48.2%) 2.1230 ( 48.4%) 2.3622 ( 47.9%) parse-and-resolve-imports
1.6145 ( 48.4%) 0.5061 ( 48.0%) 2.1206 ( 48.3%) 2.3594 ( 47.9%) Import resolution
0.0015 ( 0.0%) 0.0085 ( 0.8%) 0.0100 ( 0.2%) 0.0678 ( 1.4%) load-stdlib
0.0516 ( 1.5%) 0.0125 ( 1.2%) 0.0640 ( 1.5%) 0.0639 ( 1.3%) build-rewrite-system
0.0121 ( 0.4%) 0.0044 ( 0.4%) 0.0165 ( 0.4%) 0.0171 ( 0.3%) perform-sema
0.0120 ( 0.4%) 0.0044 ( 0.4%) 0.0165 ( 0.4%) 0.0170 ( 0.3%) Type checking and Semantic analysis
0.0067 ( 0.2%) 0.0026 ( 0.2%) 0.0093 ( 0.2%) 0.0094 ( 0.2%) typecheck-decl
0.0054 ( 0.2%) 0.0022 ( 0.2%) 0.0077 ( 0.2%) 0.0084 ( 0.2%) IRGen
0.0051 ( 0.2%) 0.0018 ( 0.2%) 0.0069 ( 0.2%) 0.0074 ( 0.1%) typecheck-stmt
0.0044 ( 0.1%) 0.0017 ( 0.2%) 0.0061 ( 0.1%) 0.0066 ( 0.1%) typecheck-expr
0.0025 ( 0.1%) 0.0000 ( 0.0%) 0.0025 ( 0.1%) 0.0025 ( 0.1%) SIL optimization
0.0019 ( 0.1%) 0.0002 ( 0.0%) 0.0021 ( 0.0%) 0.0021 ( 0.0%) SILGen
0.0009 ( 0.0%) 0.0010 ( 0.1%) 0.0019 ( 0.0%) 0.0019 ( 0.0%) import-clang-decl
0.0013 ( 0.0%) 0.0005 ( 0.0%) 0.0018 ( 0.0%) 0.0018 ( 0.0%) precheck-target
0.0013 ( 0.0%) 0.0001 ( 0.0%) 0.0014 ( 0.0%) 0.0014 ( 0.0%) SILGen-function
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, pre-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, 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
3.3366 (100.0%) 1.0539 (100.0%) 4.3905 (100.0%) 4.9291 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.6325 seconds (2.9440 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
2.0263 (100.0%) 0.6062 (100.0%) 2.6325 (100.0%) 2.9440 (100.0%) Building Target
2.0263 (100.0%) 0.6062 (100.0%) 2.6325 (100.0%) 2.9440 (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
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-1745714917091569-swift-frontend-DynamicCodableKit-Decoder.swift-arm64_apple_macos10.10-o-Onone-698686023.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2910 seconds (4.9275 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0269 ( 19.5%) 0.0563 ( 36.8%) 0.0832 ( 28.6%) 2.3632 ( 48.0%) parse-and-resolve-imports
0.0262 ( 19.0%) 0.0560 ( 36.6%) 0.0822 ( 28.3%) 2.3622 ( 47.9%) Import resolution
0.0016 ( 1.2%) 0.0082 ( 5.4%) 0.0098 ( 3.4%) 0.0862 ( 1.7%) load-stdlib
0.0525 ( 38.0%) 0.0208 ( 13.6%) 0.0732 ( 25.2%) 0.0732 ( 1.5%) build-rewrite-system
0.0057 ( 4.1%) 0.0015 ( 1.0%) 0.0072 ( 2.5%) 0.0073 ( 0.1%) perform-sema
0.0056 ( 4.1%) 0.0015 ( 1.0%) 0.0071 ( 2.4%) 0.0072 ( 0.1%) Type checking and Semantic analysis
0.0042 ( 3.0%) 0.0029 ( 1.9%) 0.0071 ( 2.4%) 0.0071 ( 0.1%) IRGen
0.0039 ( 2.8%) 0.0010 ( 0.6%) 0.0049 ( 1.7%) 0.0049 ( 0.1%) typecheck-stmt
0.0028 ( 2.1%) 0.0015 ( 1.0%) 0.0043 ( 1.5%) 0.0043 ( 0.1%) SILGen
0.0025 ( 1.8%) 0.0014 ( 0.9%) 0.0039 ( 1.4%) 0.0039 ( 0.1%) SILGen-function
0.0034 ( 2.4%) 0.0002 ( 0.1%) 0.0035 ( 1.2%) 0.0035 ( 0.1%) SIL optimization
0.0010 ( 0.7%) 0.0012 ( 0.8%) 0.0022 ( 0.8%) 0.0022 ( 0.0%) import-clang-decl
0.0013 ( 0.9%) 0.0003 ( 0.2%) 0.0016 ( 0.6%) 0.0017 ( 0.0%) typecheck-decl
0.0004 ( 0.3%) 0.0001 ( 0.1%) 0.0005 ( 0.2%) 0.0005 ( 0.0%) typecheck-expr
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%) 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%) 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%) 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.1380 (100.0%) 0.1530 (100.0%) 0.2910 (100.0%) 4.9275 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.5771 seconds (2.9421 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4251 (100.0%) 0.1520 (100.0%) 0.5771 (100.0%) 2.9421 (100.0%) Building Target
0.4251 (100.0%) 0.1520 (100.0%) 0.5771 (100.0%) 2.9421 (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
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-1745714917092269-swift-frontend-DynamicCodableKit-all-arm64_apple_macos10.10-swiftmodule-Onone-1625241894.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7393 seconds (5.5721 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0290 ( 5.7%) 0.0569 ( 25.0%) 0.0859 ( 11.6%) 2.4537 ( 44.0%) parse-and-resolve-imports
0.0283 ( 5.5%) 0.0564 ( 24.8%) 0.0847 ( 11.5%) 2.4524 ( 44.0%) Import resolution
0.1532 ( 29.9%) 0.0375 ( 16.5%) 0.1908 ( 25.8%) 0.1963 ( 3.5%) SIL optimization
0.1356 ( 26.5%) 0.0285 ( 12.5%) 0.1641 ( 22.2%) 0.1690 ( 3.0%) Serialization, symbolgraph
0.0016 ( 0.3%) 0.0076 ( 3.3%) 0.0092 ( 1.2%) 0.0951 ( 1.7%) load-stdlib
0.0381 ( 7.4%) 0.0073 ( 3.2%) 0.0454 ( 6.1%) 0.0455 ( 0.8%) perform-sema
0.0378 ( 7.4%) 0.0072 ( 3.2%) 0.0450 ( 6.1%) 0.0451 ( 0.8%) Type checking and Semantic analysis
0.0338 ( 6.6%) 0.0105 ( 4.6%) 0.0443 ( 6.0%) 0.0445 ( 0.8%) build-rewrite-system
0.0370 ( 7.2%) 0.0067 ( 3.0%) 0.0437 ( 5.9%) 0.0437 ( 0.8%) typecheck-decl
0.0080 ( 1.6%) 0.0020 ( 0.9%) 0.0100 ( 1.4%) 0.0102 ( 0.2%) SILGen
0.0022 ( 0.4%) 0.0031 ( 1.4%) 0.0053 ( 0.7%) 0.0059 ( 0.1%) Serialization, swiftmodule
0.0027 ( 0.5%) 0.0013 ( 0.6%) 0.0040 ( 0.5%) 0.0040 ( 0.1%) Serialization, swiftdoc
0.0026 ( 0.5%) 0.0005 ( 0.2%) 0.0031 ( 0.4%) 0.0031 ( 0.1%) SILGen-function
0.0010 ( 0.2%) 0.0015 ( 0.7%) 0.0025 ( 0.3%) 0.0025 ( 0.0%) import-clang-decl
0.0006 ( 0.1%) 0.0003 ( 0.1%) 0.0009 ( 0.1%) 0.0009 ( 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.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%) SIL verification, pre-optimization
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%) 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.5118 (100.0%) 0.2275 (100.0%) 0.7393 (100.0%) 5.5721 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.3617 seconds (2.8223 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.2433 (100.0%) 0.1184 (100.0%) 0.3617 (100.0%) 2.8223 (100.0%) Building Target
0.2433 (100.0%) 0.1184 (100.0%) 0.3617 (100.0%) 2.8223 (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-1745714919993753-swift-frontend-DynamicCodableKit-KeyedDecodingContainerProtocol.swift-arm64_apple_macos10.10-o-Onone-3686068822.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1648 seconds (0.1681 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0304 ( 33.8%) 0.0319 ( 42.5%) 0.0622 ( 37.8%) 0.0639 ( 38.0%) parse-and-resolve-imports
0.0297 ( 33.0%) 0.0313 ( 41.8%) 0.0610 ( 37.0%) 0.0626 ( 37.3%) Import resolution
0.0044 ( 4.9%) 0.0034 ( 4.5%) 0.0078 ( 4.7%) 0.0078 ( 4.6%) IRGen
0.0052 ( 5.8%) 0.0012 ( 1.6%) 0.0064 ( 3.9%) 0.0064 ( 3.8%) perform-sema
0.0051 ( 5.7%) 0.0011 ( 1.5%) 0.0063 ( 3.8%) 0.0063 ( 3.7%) Type checking and Semantic analysis
0.0031 ( 3.4%) 0.0012 ( 1.7%) 0.0043 ( 2.6%) 0.0043 ( 2.6%) SILGen
0.0028 ( 3.2%) 0.0007 ( 0.9%) 0.0036 ( 2.2%) 0.0036 ( 2.1%) typecheck-stmt
0.0021 ( 2.3%) 0.0011 ( 1.5%) 0.0032 ( 1.9%) 0.0032 ( 1.9%) SILGen-function
0.0029 ( 3.3%) 0.0001 ( 0.1%) 0.0030 ( 1.8%) 0.0030 ( 1.8%) SIL optimization
0.0011 ( 1.2%) 0.0019 ( 2.5%) 0.0030 ( 1.8%) 0.0030 ( 1.8%) load-stdlib
0.0020 ( 2.2%) 0.0004 ( 0.5%) 0.0023 ( 1.4%) 0.0024 ( 1.4%) typecheck-decl
0.0005 ( 0.6%) 0.0001 ( 0.2%) 0.0006 ( 0.4%) 0.0006 ( 0.4%) typecheck-expr
0.0002 ( 0.2%) 0.0004 ( 0.5%) 0.0006 ( 0.3%) 0.0006 ( 0.3%) import-clang-decl
0.0004 ( 0.4%) 0.0001 ( 0.2%) 0.0005 ( 0.3%) 0.0005 ( 0.3%) build-rewrite-system
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0001 ( 0.1%) 0.0001 ( 0.1%) precheck-target
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%) perform-whole-module-type-checking
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%) 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%) populate-source-file-class-member-cache
0.0899 (100.0%) 0.0749 (100.0%) 0.1648 (100.0%) 0.1681 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1098 seconds (0.1115 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0629 (100.0%) 0.0469 (100.0%) 0.1098 (100.0%) 0.1115 (100.0%) Building Target
0.0629 (100.0%) 0.0469 (100.0%) 0.1098 (100.0%) 0.1115 (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
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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.10 -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug/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/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/DynamicCodableKit.build/symbol-graph/swift/arm64-apple-macos -emit-extension-block-symbols -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug/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/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/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/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug/DynamicCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug/DynamicCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug/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/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 PathCodingKeyWrapper.swift, DynamicDecodingCollectionContextBasedWrapper.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 DynamicDecodingCollectionDictionaryWrapper.swift, DynamicDecodingContextContainerCodingKey.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriverJobDiscovery normal arm64 Compiling DynamicDecodingContextBasedWrapper.swift, DynamicDecodingContextProvider.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DynamicCodableKit.framework/Versions/A/Headers/DynamicCodableKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug/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/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DynamicCodableKit.framework/Versions/A/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/DynamicCodableKit.doccarchive --ide-console-output --diagnostics-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug/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/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>
SwiftDriverJobDiscovery normal arm64 Compiling DynamicDecodingDictionaryWrapper.swift, PathCodingKeyDefaultValueWrapper.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DynamicCodableKit.framework/Versions/A/Modules/DynamicCodableKit.swiftmodule/arm64-apple-macos.private.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug/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/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.private.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DynamicCodableKit.framework/Versions/A/Modules/DynamicCodableKit.swiftmodule/arm64-apple-macos.private.swiftinterface
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DynamicCodableKit.framework/Versions/A/Modules/DynamicCodableKit.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug/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/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DynamicCodableKit.framework/Versions/A/Modules/DynamicCodableKit.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DynamicCodableKit.framework/Versions/A/Modules/DynamicCodableKit.swiftmodule/arm64-apple-macos.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug/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/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DynamicCodableKit.framework/Versions/A/Modules/DynamicCodableKit.swiftmodule/arm64-apple-macos.swiftinterface
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DynamicCodableKit.framework/Versions/A/Modules/DynamicCodableKit.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug/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/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DynamicCodableKit.framework/Versions/A/Modules/DynamicCodableKit.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DynamicCodableKit.framework/Versions/A/Modules/DynamicCodableKit.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug/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/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DynamicCodableKit.framework/Versions/A/Modules/DynamicCodableKit.swiftmodule/arm64-apple-macos.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling DynamicDecodingCollectionWrapper.swift, DynamicDecodingContextCodingKey.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DynamicCodableKit.framework/Versions/A/Modules/DynamicCodableKit.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug/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/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DynamicCodableKit.framework/Versions/A/Modules/DynamicCodableKit.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling KeyedDecodingContainerProtocol.swift, UnkeyedDecodingContainer.swift (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
SwiftDriverJobDiscovery normal arm64 Compiling DynamicDecodingDefaultValueWrapper.swift, DynamicDecodingWrapper.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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.10 -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug/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/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/DynamicCodableKit.build/symbol-graph/swift/arm64-apple-macos -emit-extension-block-symbols -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug/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/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/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/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug/DynamicCodableKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug/DynamicCodableKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug/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/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/DynamicCodableKit.framework/Versions/A/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-macos10.10 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.LinkFileList -install_name @rpath/DynamicCodableKit.framework/Versions/A/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 -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug/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/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/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.swiftmodule -Xlinker -no_adhoc_codesign -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DynamicCodableKit.framework/Versions/A/DynamicCodableKit
ExtractAppIntentsMetadata (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/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name DynamicCodableKit --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.10 --bundle-identifier DynamicCodableKit --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DynamicCodableKit.framework/Versions/A/Resources --target-triple arm64-apple-macos10.10 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DynamicCodableKit.framework/Versions/A/DynamicCodableKit --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug/DynamicCodableKit.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug/DynamicCodableKit.build/DynamicCodableKit.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug/DynamicCodableKit.build/DynamicCodableKit.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DynamicCodableKit.build/Debug/DynamicCodableKit.build/Objects-normal/arm64/DynamicCodableKit.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 17:48:41.549 appintentsmetadataprocessor[712:4014] Starting appintentsmetadataprocessor export
2025-04-26 17:48:41.551 appintentsmetadataprocessor[712:4014] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/DynamicCodableKit.framework/Versions/A/DynamicCodableKit.tbd (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/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DynamicCodableKit.framework/Versions/A/DynamicCodableKit -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/DynamicCodableKit.framework/Versions/A/DynamicCodableKit.tbd
CodeSign /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DynamicCodableKit.framework/Versions/A (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
Signing Identity: "Sign to Run Locally"
/usr/bin/codesign --force --sign - --timestamp\=none --generate-entitlement-der /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DynamicCodableKit.framework/Versions/A
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DynamicCodableKit.framework (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DynamicCodableKit.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DynamicCodableKit.framework (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DynamicCodableKit.framework
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/DynamicCodableKit.framework/DynamicCodableKit.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/DynamicCodableKit.framework/Versions/A/DynamicCodableKit.tbd (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/DynamicCodableKit.framework/Versions/A/DynamicCodableKit.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/DynamicCodableKit.framework/DynamicCodableKit.tbd
/Users/admin/builder/spi-builder-workspace/DynamicCodableKit.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 15.4.99. (in target 'DynamicCodableKit' from project 'DynamicCodableKit')
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:9fb6d968f67e4226254dc4ecb789bdf90a85955b, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:9fb6d968f67e4226254dc4ecb789bdf90a85955b, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:9fb6d968f67e4226254dc4ecb789bdf90a85955b, name:My Mac }
Build complete.
{
"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"
}
Done.