Build Information
Successful build of DictionaryCoding, reference main (6c2daf
), with Swift 6.1 for iOS using Xcode 16.3 on 27 Apr 2025 02:51:24 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 DictionaryCoding-Package -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elegantchaos/DictionaryCoding.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/elegantchaos/DictionaryCoding
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6c2dafa updated to MIT license
Cloned https://github.com/elegantchaos/DictionaryCoding.git
Revision (git rev-parse @):
6c2dafae704a75900c0f9ffcfa93f4e72dae366f
SUCCESS checkout https://github.com/elegantchaos/DictionaryCoding.git at main
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/elegantchaos/DictionaryCoding.git
https://github.com/elegantchaos/DictionaryCoding.git
{
"dependencies" : [
],
"manifest_display_name" : "DictionaryCoding",
"name" : "DictionaryCoding",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "DictionaryCoding",
"targets" : [
"DictionaryCoding"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DictionaryCodingTests",
"module_type" : "SwiftTarget",
"name" : "DictionaryCodingTests",
"path" : "Tests/DictionaryCodingTests",
"sources" : [
"CombineTests.swift",
"DictionaryDecodingTests.swift",
"DictionaryEncodingTests.swift"
],
"target_dependencies" : [
"DictionaryCoding"
],
"type" : "test"
},
{
"c99name" : "DictionaryCoding",
"module_type" : "SwiftTarget",
"name" : "DictionaryCoding",
"path" : "Sources/DictionaryCoding",
"product_memberships" : [
"DictionaryCoding"
],
"sources" : [
"DictionaryCodingKey.swift",
"DictionaryDecoder.swift",
"DictionaryEncoder.swift",
"DictionaryErrors.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
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" : [
],
"manifest_display_name" : "DictionaryCoding",
"name" : "DictionaryCoding",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "DictionaryCoding",
"targets" : [
"DictionaryCoding"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DictionaryCodingTests",
"module_type" : "SwiftTarget",
"name" : "DictionaryCodingTests",
"path" : "Tests/DictionaryCodingTests",
"sources" : [
"CombineTests.swift",
"DictionaryDecodingTests.swift",
"DictionaryEncodingTests.swift"
],
"target_dependencies" : [
"DictionaryCoding"
],
"type" : "test"
},
{
"c99name" : "DictionaryCoding",
"module_type" : "SwiftTarget",
"name" : "DictionaryCoding",
"path" : "Sources/DictionaryCoding",
"product_memberships" : [
"DictionaryCoding"
],
"sources" : [
"DictionaryCodingKey.swift",
"DictionaryDecoder.swift",
"DictionaryEncoder.swift",
"DictionaryErrors.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "DictionaryCoding",
"schemes" : [
"DictionaryCoding-Package"
],
"targets" : [
"DictionaryCoding",
"DictionaryCodingPackageDescription",
"DictionaryCodingPackageTests",
"DictionaryCodingTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DictionaryCoding-Package -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme DictionaryCoding-Package -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
Target 'DictionaryCoding' in project 'DictionaryCoding' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 7c3d4c68d142f60938ffec8e49f57c8b
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/7c3d4c68d142f60938ffec8e49f57c8b.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/DictionaryCoding.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/DictionaryCoding.xcodeproj
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/DictionaryCoding.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/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/DictionaryCoding.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/DictionaryCoding.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DictionaryCoding.framework (in target 'DictionaryCoding' from project 'DictionaryCoding')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DictionaryCoding.framework
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/DictionaryCoding.DependencyMetadataFileList (in target 'DictionaryCoding' from project 'DictionaryCoding')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/DictionaryCoding.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/DictionaryCoding.DependencyStaticMetadataFileList (in target 'DictionaryCoding' from project 'DictionaryCoding')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/DictionaryCoding.DependencyStaticMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DictionaryCoding.framework/Headers (in target 'DictionaryCoding' from project 'DictionaryCoding')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DictionaryCoding.framework/Headers
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding-OutputFileMap.json (in target 'DictionaryCoding' from project 'DictionaryCoding')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding.LinkFileList (in target 'DictionaryCoding' from project 'DictionaryCoding')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding.SwiftConstValuesFileList (in target 'DictionaryCoding' from project 'DictionaryCoding')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding.SwiftFileList (in target 'DictionaryCoding' from project 'DictionaryCoding')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding_const_extract_protocols.json (in target 'DictionaryCoding' from project 'DictionaryCoding')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding_const_extract_protocols.json
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DictionaryCoding.framework/Info.plist /Users/admin/builder/spi-builder-workspace/DictionaryCoding.xcodeproj/DictionaryCoding_Info.plist (in target 'DictionaryCoding' from project 'DictionaryCoding')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/DictionaryCoding.xcodeproj/DictionaryCoding_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DictionaryCoding.framework/Info.plist
SwiftDriver DictionaryCoding normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DictionaryCoding' from project 'DictionaryCoding')
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 DictionaryCoding -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios10.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding-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/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.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/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ DictionaryDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/DictionaryCoding/DictionaryDecoder.swift (in target 'DictionaryCoding' from project 'DictionaryCoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DictionaryCoding/DictionaryDecoder.swift (in target 'DictionaryCoding' from project 'DictionaryCoding')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryCoding/DictionaryDecoder.swift:1356:14: warning: var '_iso8601Formatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
internal var _iso8601Formatter: ISO8601DateFormatter = {
^
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryCoding/DictionaryDecoder.swift:1356:14: note: convert '_iso8601Formatter' to a 'let' constant to make 'Sendable' shared state immutable
internal var _iso8601Formatter: ISO8601DateFormatter = {
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryCoding/DictionaryDecoder.swift:1356:14: note: add '@MainActor' to make var '_iso8601Formatter' part of global actor 'MainActor'
internal var _iso8601Formatter: ISO8601DateFormatter = {
^
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryCoding/DictionaryDecoder.swift:1356:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal var _iso8601Formatter: ISO8601DateFormatter = {
^
nonisolated(unsafe)
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745722280880115-swift-frontend-DictionaryCoding-DictionaryDecoder.swift-arm64_apple_ios10.0-o-Onone-927807206.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 1.3894 seconds (4.8220 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0203 ( 1.7%) 0.0349 ( 16.6%) 0.0552 ( 4.0%) 1.7351 ( 36.0%) parse-and-resolve-imports
0.0200 ( 1.7%) 0.0345 ( 16.4%) 0.0545 ( 3.9%) 1.7344 ( 36.0%) Import resolution
0.2440 ( 20.7%) 0.0251 ( 11.9%) 0.2691 ( 19.4%) 0.2694 ( 5.6%) perform-sema
0.2440 ( 20.7%) 0.0251 ( 11.9%) 0.2690 ( 19.4%) 0.2693 ( 5.6%) Type checking and Semantic analysis
0.2111 ( 17.9%) 0.0200 ( 9.5%) 0.2311 ( 16.6%) 0.2311 ( 4.8%) typecheck-stmt
0.1926 ( 16.3%) 0.0179 ( 8.5%) 0.2105 ( 15.2%) 0.2105 ( 4.4%) typecheck-expr
0.0016 ( 0.1%) 0.0083 ( 4.0%) 0.0099 ( 0.7%) 0.0814 ( 1.7%) load-stdlib
0.0491 ( 4.2%) 0.0127 ( 6.0%) 0.0618 ( 4.4%) 0.0618 ( 1.3%) build-rewrite-system
0.0380 ( 3.2%) 0.0068 ( 3.2%) 0.0447 ( 3.2%) 0.0450 ( 0.9%) typecheck-decl
0.0419 ( 3.6%) 0.0030 ( 1.4%) 0.0449 ( 3.2%) 0.0449 ( 0.9%) precheck-target
0.0314 ( 2.7%) 0.0047 ( 2.2%) 0.0361 ( 2.6%) 0.0363 ( 0.8%) SILGen
0.0288 ( 2.4%) 0.0056 ( 2.7%) 0.0344 ( 2.5%) 0.0344 ( 0.7%) IRGen
0.0257 ( 2.2%) 0.0034 ( 1.6%) 0.0291 ( 2.1%) 0.0293 ( 0.6%) SILGen-function
0.0181 ( 1.5%) 0.0006 ( 0.3%) 0.0188 ( 1.4%) 0.0188 ( 0.4%) SIL optimization
0.0113 ( 1.0%) 0.0073 ( 3.5%) 0.0187 ( 1.3%) 0.0187 ( 0.4%) import-clang-decl
0.0009 ( 0.1%) 0.0004 ( 0.2%) 0.0013 ( 0.1%) 0.0013 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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
1.1789 (100.0%) 0.2104 (100.0%) 1.3894 (100.0%) 4.8220 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.1489 seconds (2.9054 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9333 (100.0%) 0.2156 (100.0%) 1.1489 (100.0%) 2.9054 (100.0%) Building Target
0.9333 (100.0%) 0.2156 (100.0%) 1.1489 (100.0%) 2.9054 (100.0%) Total
SwiftCompile normal arm64 Compiling\ DictionaryEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/DictionaryCoding/DictionaryEncoder.swift (in target 'DictionaryCoding' from project 'DictionaryCoding')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DictionaryCoding/DictionaryEncoder.swift (in target 'DictionaryCoding' from project 'DictionaryCoding')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745722280880104-swift-frontend-DictionaryCoding-DictionaryEncoder.swift-arm64_apple_ios10.0-o-Onone-2246777842.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.8977 seconds (4.0939 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0209 ( 3.1%) 0.0368 ( 17.2%) 0.0577 ( 6.4%) 1.6211 ( 39.6%) parse-and-resolve-imports
0.0205 ( 3.0%) 0.0363 ( 16.9%) 0.0569 ( 6.3%) 1.6203 ( 39.6%) Import resolution
0.1344 ( 19.7%) 0.0265 ( 12.4%) 0.1609 ( 17.9%) 0.1614 ( 3.9%) perform-sema
0.1343 ( 19.7%) 0.0265 ( 12.3%) 0.1607 ( 17.9%) 0.1612 ( 3.9%) Type checking and Semantic analysis
0.0989 ( 14.5%) 0.0175 ( 8.2%) 0.1164 ( 13.0%) 0.1166 ( 2.8%) typecheck-stmt
0.0702 ( 10.3%) 0.0123 ( 5.8%) 0.0826 ( 9.2%) 0.0829 ( 2.0%) typecheck-expr
0.0015 ( 0.2%) 0.0074 ( 3.5%) 0.0089 ( 1.0%) 0.0764 ( 1.9%) load-stdlib
0.0499 ( 7.3%) 0.0126 ( 5.9%) 0.0625 ( 7.0%) 0.0624 ( 1.5%) build-rewrite-system
0.0413 ( 6.0%) 0.0108 ( 5.0%) 0.0521 ( 5.8%) 0.0523 ( 1.3%) typecheck-decl
0.0236 ( 3.5%) 0.0055 ( 2.6%) 0.0291 ( 3.2%) 0.0294 ( 0.7%) precheck-target
0.0215 ( 3.1%) 0.0060 ( 2.8%) 0.0275 ( 3.1%) 0.0275 ( 0.7%) IRGen
0.0226 ( 3.3%) 0.0041 ( 1.9%) 0.0267 ( 3.0%) 0.0267 ( 0.7%) SILGen
0.0154 ( 2.3%) 0.0096 ( 4.5%) 0.0250 ( 2.8%) 0.0250 ( 0.6%) import-clang-decl
0.0142 ( 2.1%) 0.0022 ( 1.0%) 0.0164 ( 1.8%) 0.0164 ( 0.4%) SILGen-function
0.0127 ( 1.9%) 0.0001 ( 0.0%) 0.0127 ( 1.4%) 0.0127 ( 0.3%) SIL optimization
0.0007 ( 0.1%) 0.0002 ( 0.1%) 0.0009 ( 0.1%) 0.0009 ( 0.0%) load-all-members
0.0004 ( 0.1%) 0.0000 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) typecheck-expr-pattern
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.6832 (100.0%) 0.2145 (100.0%) 0.8977 (100.0%) 4.0939 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.2550 seconds (2.9056 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8663 (100.0%) 0.3887 (100.0%) 1.2550 (100.0%) 2.9056 (100.0%) Building Target
0.8663 (100.0%) 0.3887 (100.0%) 1.2550 (100.0%) 2.9056 (100.0%) Total
SwiftCompile normal arm64 Compiling\ DictionaryCodingKey.swift /Users/admin/builder/spi-builder-workspace/Sources/DictionaryCoding/DictionaryCodingKey.swift (in target 'DictionaryCoding' from project 'DictionaryCoding')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745722280880277-swift-frontend-DictionaryCoding-DictionaryCodingKey.swift-arm64_apple_ios10.0-o-Onone-2987248479.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 2.9168 seconds (3.4438 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9909 ( 47.4%) 0.3804 ( 46.1%) 1.3713 ( 47.0%) 1.5821 ( 45.9%) parse-and-resolve-imports
0.9906 ( 47.4%) 0.3785 ( 45.9%) 1.3691 ( 46.9%) 1.5783 ( 45.8%) Import resolution
0.0016 ( 0.1%) 0.0055 ( 0.7%) 0.0071 ( 0.2%) 0.1019 ( 3.0%) load-stdlib
0.0734 ( 3.5%) 0.0149 ( 1.8%) 0.0883 ( 3.0%) 0.0882 ( 2.6%) build-rewrite-system
0.0051 ( 0.2%) 0.0107 ( 1.3%) 0.0158 ( 0.5%) 0.0195 ( 0.6%) perform-sema
0.0050 ( 0.2%) 0.0107 ( 1.3%) 0.0157 ( 0.5%) 0.0194 ( 0.6%) Type checking and Semantic analysis
0.0101 ( 0.5%) 0.0070 ( 0.8%) 0.0171 ( 0.6%) 0.0171 ( 0.5%) import-clang-decl
0.0032 ( 0.2%) 0.0097 ( 1.2%) 0.0129 ( 0.4%) 0.0166 ( 0.5%) typecheck-decl
0.0024 ( 0.1%) 0.0027 ( 0.3%) 0.0051 ( 0.2%) 0.0056 ( 0.2%) IRGen
0.0021 ( 0.1%) 0.0015 ( 0.2%) 0.0036 ( 0.1%) 0.0036 ( 0.1%) typecheck-expr
0.0029 ( 0.1%) 0.0004 ( 0.0%) 0.0033 ( 0.1%) 0.0033 ( 0.1%) SIL optimization
0.0013 ( 0.1%) 0.0011 ( 0.1%) 0.0024 ( 0.1%) 0.0027 ( 0.1%) SILGen
0.0015 ( 0.1%) 0.0009 ( 0.1%) 0.0025 ( 0.1%) 0.0025 ( 0.1%) typecheck-stmt
0.0006 ( 0.0%) 0.0009 ( 0.1%) 0.0015 ( 0.1%) 0.0018 ( 0.1%) SILGen-function
0.0006 ( 0.0%) 0.0002 ( 0.0%) 0.0008 ( 0.0%) 0.0008 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0001 ( 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%) 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
2.0915 (100.0%) 0.8253 (100.0%) 2.9168 (100.0%) 3.4438 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.5560 seconds (2.8907 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.7712 (100.0%) 0.7848 (100.0%) 2.5560 (100.0%) 2.8907 (100.0%) Building Target
1.7712 (100.0%) 0.7848 (100.0%) 2.5560 (100.0%) 2.8907 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DictionaryCoding/DictionaryCodingKey.swift (in target 'DictionaryCoding' from project 'DictionaryCoding')
cd /Users/admin/builder/spi-builder-workspace
SwiftEmitModule normal arm64 Emitting\ module\ for\ DictionaryCoding (in target 'DictionaryCoding' from project 'DictionaryCoding')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745722280880045-swift-frontend-DictionaryCoding-all-arm64_apple_ios10.0-swiftmodule-Onone-2268905661.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3352 seconds (4.1778 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0197 ( 9.1%) 0.0383 ( 32.1%) 0.0580 ( 17.3%) 1.9402 ( 46.4%) parse-and-resolve-imports
0.0193 ( 9.0%) 0.0379 ( 31.7%) 0.0572 ( 17.1%) 1.9394 ( 46.4%) Import resolution
0.0016 ( 0.7%) 0.0089 ( 7.5%) 0.0105 ( 3.1%) 0.0872 ( 2.1%) load-stdlib
0.0470 ( 21.8%) 0.0063 ( 5.3%) 0.0533 ( 15.9%) 0.0533 ( 1.3%) perform-sema
0.0469 ( 21.7%) 0.0063 ( 5.3%) 0.0532 ( 15.9%) 0.0532 ( 1.3%) Type checking and Semantic analysis
0.0459 ( 21.3%) 0.0061 ( 5.1%) 0.0521 ( 15.5%) 0.0521 ( 1.2%) typecheck-decl
0.0091 ( 4.2%) 0.0057 ( 4.8%) 0.0148 ( 4.4%) 0.0156 ( 0.4%) SIL optimization
0.0106 ( 4.9%) 0.0020 ( 1.7%) 0.0126 ( 3.8%) 0.0126 ( 0.3%) SILGen
0.0024 ( 1.1%) 0.0030 ( 2.5%) 0.0054 ( 1.6%) 0.0061 ( 0.1%) Serialization, swiftmodule
0.0042 ( 2.0%) 0.0006 ( 0.5%) 0.0048 ( 1.4%) 0.0048 ( 0.1%) SILGen-function
0.0036 ( 1.7%) 0.0010 ( 0.8%) 0.0046 ( 1.4%) 0.0046 ( 0.1%) build-rewrite-system
0.0027 ( 1.3%) 0.0008 ( 0.6%) 0.0035 ( 1.0%) 0.0035 ( 0.1%) typecheck-expr
0.0015 ( 0.7%) 0.0016 ( 1.3%) 0.0031 ( 0.9%) 0.0031 ( 0.1%) import-clang-decl
0.0007 ( 0.3%) 0.0008 ( 0.7%) 0.0015 ( 0.4%) 0.0015 ( 0.0%) Serialization, swiftdoc
0.0002 ( 0.1%) 0.0001 ( 0.1%) 0.0003 ( 0.1%) 0.0003 ( 0.0%) Serialization, swiftsourceinfo
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) load-all-members
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%) 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%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-module-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
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.2158 (100.0%) 0.1194 (100.0%) 0.3352 (100.0%) 4.1778 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1654 seconds (2.1256 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0999 (100.0%) 0.0655 (100.0%) 0.1654 (100.0%) 2.1256 (100.0%) Building Target
0.0999 (100.0%) 0.0655 (100.0%) 0.1654 (100.0%) 2.1256 (100.0%) Total
EmitSwiftModule normal arm64 (in target 'DictionaryCoding' from project 'DictionaryCoding')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryCoding/DictionaryDecoder.swift:1356:14: warning: var '_iso8601Formatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
internal var _iso8601Formatter: ISO8601DateFormatter = {
^
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryCoding/DictionaryDecoder.swift:1356:14: note: convert '_iso8601Formatter' to a 'let' constant to make 'Sendable' shared state immutable
internal var _iso8601Formatter: ISO8601DateFormatter = {
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryCoding/DictionaryDecoder.swift:1356:14: note: add '@MainActor' to make var '_iso8601Formatter' part of global actor 'MainActor'
internal var _iso8601Formatter: ISO8601DateFormatter = {
^
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryCoding/DictionaryDecoder.swift:1356:14: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
internal var _iso8601Formatter: ISO8601DateFormatter = {
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ DictionaryErrors.swift /Users/admin/builder/spi-builder-workspace/Sources/DictionaryCoding/DictionaryErrors.swift (in target 'DictionaryCoding' from project 'DictionaryCoding')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745722280880046-swift-frontend-DictionaryCoding-DictionaryErrors.swift-arm64_apple_ios10.0-o-Onone-1983255351.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4104 seconds (3.9440 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0248 ( 10.5%) 0.0417 ( 24.1%) 0.0665 ( 16.2%) 1.8208 ( 46.2%) parse-and-resolve-imports
0.0245 ( 10.3%) 0.0412 ( 23.8%) 0.0657 ( 16.0%) 1.8200 ( 46.1%) Import resolution
0.0717 ( 30.2%) 0.0192 ( 11.1%) 0.0910 ( 22.2%) 0.0910 ( 2.3%) build-rewrite-system
0.0122 ( 5.1%) 0.0379 ( 21.9%) 0.0501 ( 12.2%) 0.0751 ( 1.9%) load-stdlib
0.0202 ( 8.5%) 0.0055 ( 3.2%) 0.0257 ( 6.3%) 0.0257 ( 0.7%) perform-sema
0.0201 ( 8.5%) 0.0055 ( 3.2%) 0.0256 ( 6.2%) 0.0256 ( 0.6%) Type checking and Semantic analysis
0.0166 ( 7.0%) 0.0046 ( 2.6%) 0.0212 ( 5.2%) 0.0212 ( 0.5%) typecheck-stmt
0.0158 ( 6.7%) 0.0044 ( 2.5%) 0.0201 ( 4.9%) 0.0201 ( 0.5%) typecheck-expr
0.0102 ( 4.3%) 0.0072 ( 4.1%) 0.0174 ( 4.2%) 0.0174 ( 0.4%) import-clang-decl
0.0085 ( 3.6%) 0.0025 ( 1.4%) 0.0110 ( 2.7%) 0.0110 ( 0.3%) precheck-target
0.0042 ( 1.8%) 0.0010 ( 0.6%) 0.0052 ( 1.3%) 0.0052 ( 0.1%) typecheck-decl
0.0023 ( 1.0%) 0.0019 ( 1.1%) 0.0042 ( 1.0%) 0.0042 ( 0.1%) IRGen
0.0029 ( 1.2%) 0.0000 ( 0.0%) 0.0030 ( 0.7%) 0.0030 ( 0.1%) SIL optimization
0.0014 ( 0.6%) 0.0002 ( 0.1%) 0.0016 ( 0.4%) 0.0016 ( 0.0%) SILGen
0.0011 ( 0.5%) 0.0001 ( 0.1%) 0.0012 ( 0.3%) 0.0012 ( 0.0%) SILGen-function
0.0007 ( 0.3%) 0.0002 ( 0.1%) 0.0009 ( 0.2%) 0.0009 ( 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%) 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%) 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%) SIL verification, post-optimization
0.2373 (100.0%) 0.1731 (100.0%) 0.4104 (100.0%) 3.9440 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.1017 seconds (2.8911 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.7376 (100.0%) 0.3641 (100.0%) 1.1017 (100.0%) 2.8911 (100.0%) Building Target
0.7376 (100.0%) 0.3641 (100.0%) 1.1017 (100.0%) 2.8911 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DictionaryCoding/DictionaryErrors.swift (in target 'DictionaryCoding' from project 'DictionaryCoding')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64 Emitting module for DictionaryCoding (in target 'DictionaryCoding' from project 'DictionaryCoding')
SwiftDriver\ Compilation\ Requirements DictionaryCoding normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DictionaryCoding' from project 'DictionaryCoding')
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 DictionaryCoding -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios10.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding-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/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.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/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DictionaryCoding.framework/Headers/DictionaryCoding-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding-Swift.h (in target 'DictionaryCoding' from project 'DictionaryCoding')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DictionaryCoding.framework/Headers/DictionaryCoding-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DictionaryCoding.framework/Modules/DictionaryCoding.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding.abi.json (in target 'DictionaryCoding' from project 'DictionaryCoding')
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/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DictionaryCoding.framework/Modules/DictionaryCoding.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DictionaryCoding.framework/Modules/DictionaryCoding.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding.swiftdoc (in target 'DictionaryCoding' from project 'DictionaryCoding')
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/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DictionaryCoding.framework/Modules/DictionaryCoding.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DictionaryCoding.framework/Modules/DictionaryCoding.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding.swiftmodule (in target 'DictionaryCoding' from project 'DictionaryCoding')
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/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DictionaryCoding.framework/Modules/DictionaryCoding.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DictionaryCoding.framework/Modules/DictionaryCoding.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding.swiftsourceinfo (in target 'DictionaryCoding' from project 'DictionaryCoding')
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/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DictionaryCoding.framework/Modules/DictionaryCoding.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling DictionaryCodingKey.swift (in target 'DictionaryCoding' from project 'DictionaryCoding')
SwiftDriverJobDiscovery normal arm64 Compiling DictionaryErrors.swift (in target 'DictionaryCoding' from project 'DictionaryCoding')
SwiftDriverJobDiscovery normal arm64 Compiling DictionaryDecoder.swift (in target 'DictionaryCoding' from project 'DictionaryCoding')
SwiftDriverJobDiscovery normal arm64 Compiling DictionaryEncoder.swift (in target 'DictionaryCoding' from project 'DictionaryCoding')
SwiftDriver\ Compilation DictionaryCoding normal arm64 com.apple.xcode.tools.swift.compiler (in target 'DictionaryCoding' from project 'DictionaryCoding')
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 DictionaryCoding -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios10.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding-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/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.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/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DictionaryCoding.framework/DictionaryCoding normal (in target 'DictionaryCoding' from project 'DictionaryCoding')
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-ios10.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding.LinkFileList -install_name @rpath/DictionaryCoding.framework/DictionaryCoding -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding_dependency_info.dat -fapplication-extension -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DictionaryCoding.framework/DictionaryCoding
ExtractAppIntentsMetadata (in target 'DictionaryCoding' from project 'DictionaryCoding')
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 DictionaryCoding --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 10.0 --bundle-identifier DictionaryCoding --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DictionaryCoding.framework --target-triple arm64-apple-ios10.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DictionaryCoding.framework/DictionaryCoding --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/DictionaryCoding.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/DictionaryCoding.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 19:51:24.012 appintentsmetadataprocessor[696:3911] Starting appintentsmetadataprocessor export
2025-04-26 19:51:24.015 appintentsmetadataprocessor[696:3911] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
AppIntentsSSUTraining (in target 'DictionaryCoding' from project 'DictionaryCoding')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsnltrainingprocessor --infoplist-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DictionaryCoding.framework/Info.plist --temp-dir-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/ssu --bundle-id DictionaryCoding --product-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DictionaryCoding.framework --extracted-metadata-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DictionaryCoding.framework/Metadata.appintents --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug-iphoneos/DictionaryCoding.build/DictionaryCoding.DependencyMetadataFileList --archive-ssu-assets
2025-04-26 19:51:24.038 appintentsnltrainingprocessor[697:3912] Parsing options for appintentsnltrainingprocessor
2025-04-26 19:51:24.039 appintentsnltrainingprocessor[697:3912] No AppShortcuts found - Skipping.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/DictionaryCoding.framework/DictionaryCoding.tbd (in target 'DictionaryCoding' from project 'DictionaryCoding')
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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DictionaryCoding.framework/DictionaryCoding -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/DictionaryCoding.framework/DictionaryCoding.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DictionaryCoding.framework (in target 'DictionaryCoding' from project 'DictionaryCoding')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DictionaryCoding.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DictionaryCoding.framework (in target 'DictionaryCoding' from project 'DictionaryCoding')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/DictionaryCoding.framework
/Users/admin/builder/spi-builder-workspace/DictionaryCoding.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'DictionaryCoding' from project 'DictionaryCoding')
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "DictionaryCoding",
"name" : "DictionaryCoding",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "DictionaryCoding",
"targets" : [
"DictionaryCoding"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DictionaryCodingTests",
"module_type" : "SwiftTarget",
"name" : "DictionaryCodingTests",
"path" : "Tests/DictionaryCodingTests",
"sources" : [
"CombineTests.swift",
"DictionaryDecodingTests.swift",
"DictionaryEncodingTests.swift"
],
"target_dependencies" : [
"DictionaryCoding"
],
"type" : "test"
},
{
"c99name" : "DictionaryCoding",
"module_type" : "SwiftTarget",
"name" : "DictionaryCoding",
"path" : "Sources/DictionaryCoding",
"product_memberships" : [
"DictionaryCoding"
],
"sources" : [
"DictionaryCodingKey.swift",
"DictionaryDecoder.swift",
"DictionaryEncoder.swift",
"DictionaryErrors.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.