The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of DictionaryCoding, reference 1.0.9 (ae19e4), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 27 Apr 2025 02:51:48 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 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/elegantchaos/DictionaryCoding.git
Reference: 1.0.9
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/elegantchaos/DictionaryCoding
 * tag               1.0.9      -> FETCH_HEAD
HEAD is now at ae19e45 Merge pull request #30 from elegantchaos/new-tests
Cloned https://github.com/elegantchaos/DictionaryCoding.git
Revision (git rev-parse @):
ae19e456bd550fed8f341e5bae4318333c53a5b4
SUCCESS checkout https://github.com/elegantchaos/DictionaryCoding.git at 1.0.9
========================================
Build
========================================
Selected platform:         macosXcodebuild
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" : [
        "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" : [
        "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 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 DictionaryCoding-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 '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/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
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 9890bc7c665800bc0fe9ed33f516ecfd
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/9890bc7c665800bc0fe9ed33f516ecfd.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/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/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/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/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/Intermediates.noindex/EagerLinkingTBDs/Debug
    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
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/DictionaryCoding.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/DictionaryCoding.framework/Modules Versions/Current/Modules (in target 'DictionaryCoding' from project 'DictionaryCoding')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Modules /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DictionaryCoding.framework/Modules
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DictionaryCoding.framework/Resources Versions/Current/Resources (in target 'DictionaryCoding' from project 'DictionaryCoding')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Resources /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DictionaryCoding.framework/Resources
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DictionaryCoding.framework/Versions/Current A (in target 'DictionaryCoding' from project 'DictionaryCoding')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh A /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DictionaryCoding.framework/Versions/Current
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug/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/DictionaryCoding.build/DictionaryCoding.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug/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/DictionaryCoding.build/DictionaryCoding.DependencyMetadataFileList
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DictionaryCoding.framework/Headers Versions/Current/Headers (in target 'DictionaryCoding' from project 'DictionaryCoding')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Headers /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DictionaryCoding.framework/Headers
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DictionaryCoding.framework/DictionaryCoding Versions/Current/DictionaryCoding (in target 'DictionaryCoding' from project 'DictionaryCoding')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/DictionaryCoding /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DictionaryCoding.framework/DictionaryCoding
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug/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/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug/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/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug/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/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug/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/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug/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/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding.SwiftConstValuesFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DictionaryCoding.framework/Versions/A/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/DictionaryCoding.framework/Versions/A/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DictionaryCoding.framework/Versions/A/Resources (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/DictionaryCoding.framework/Versions/A/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DictionaryCoding.framework/Versions/A (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/DictionaryCoding.framework/Versions/A
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DictionaryCoding.framework/Versions (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/DictionaryCoding.framework/Versions
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/DictionaryCoding.framework
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DictionaryCoding.framework/Versions/A/Resources/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 -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DictionaryCoding.framework/Versions/A/Resources/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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.12 -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 -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/DictionaryCoding.build/Debug/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/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/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/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding_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/DictionaryCoding.build/Debug/DictionaryCoding.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug/DictionaryCoding.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug/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/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-1745722302708053-swift-frontend-DictionaryCoding-DictionaryDecoder.swift-arm64_apple_macos10.12-o-Onone-3194078375.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3700 seconds (6.3904 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0234 (  2.0%)   0.0250 ( 12.9%)   0.0484 (  3.5%)   2.5208 ( 39.4%)  parse-and-resolve-imports
   0.0229 (  1.9%)   0.0244 ( 12.6%)   0.0474 (  3.5%)   2.5198 ( 39.4%)  Import resolution
   0.2437 ( 20.7%)   0.0272 ( 14.1%)   0.2709 ( 19.8%)   0.2709 (  4.2%)  perform-sema
   0.2436 ( 20.7%)   0.0272 ( 14.1%)   0.2708 ( 19.8%)   0.2708 (  4.2%)  Type checking and Semantic analysis
   0.2074 ( 17.6%)   0.0218 ( 11.3%)   0.2292 ( 16.7%)   0.2292 (  3.6%)  typecheck-stmt
   0.1870 ( 15.9%)   0.0191 (  9.9%)   0.2060 ( 15.0%)   0.2061 (  3.2%)  typecheck-expr
   0.0015 (  0.1%)   0.0039 (  2.0%)   0.0054 (  0.4%)   0.0805 (  1.3%)  load-stdlib
   0.0492 (  4.2%)   0.0109 (  5.7%)   0.0601 (  4.4%)   0.0600 (  0.9%)  build-rewrite-system
   0.0420 (  3.6%)   0.0071 (  3.7%)   0.0491 (  3.6%)   0.0491 (  0.8%)  typecheck-decl
   0.0377 (  3.2%)   0.0033 (  1.7%)   0.0410 (  3.0%)   0.0410 (  0.6%)  precheck-target
   0.0292 (  2.5%)   0.0057 (  2.9%)   0.0349 (  2.5%)   0.0349 (  0.5%)  IRGen
   0.0303 (  2.6%)   0.0042 (  2.2%)   0.0345 (  2.5%)   0.0347 (  0.5%)  SILGen
   0.0252 (  2.1%)   0.0031 (  1.6%)   0.0284 (  2.1%)   0.0286 (  0.4%)  SILGen-function
   0.0144 (  1.2%)   0.0099 (  5.1%)   0.0242 (  1.8%)   0.0242 (  0.4%)  import-clang-decl
   0.0181 (  1.5%)   0.0004 (  0.2%)   0.0185 (  1.3%)   0.0185 (  0.3%)  SIL optimization
   0.0008 (  0.1%)   0.0002 (  0.1%)   0.0010 (  0.1%)   0.0010 (  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.1767 (100.0%)   0.1933 (100.0%)   1.3700 (100.0%)   6.3904 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5625 seconds (4.1248 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1754 (100.0%)   0.3871 (100.0%)   1.5625 (100.0%)   4.1248 (100.0%)  Building Target
   1.1754 (100.0%)   0.3871 (100.0%)   1.5625 (100.0%)   4.1248 (100.0%)  Total
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-1745722302707705-swift-frontend-DictionaryCoding-all-arm64_apple_macos10.12-swiftmodule-Onone-4155301261.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3296 seconds (4.9661 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0241 ( 10.6%)   0.0241 ( 23.4%)   0.0482 ( 14.6%)   2.3343 ( 47.0%)  parse-and-resolve-imports
   0.0237 ( 10.4%)   0.0237 ( 23.0%)   0.0473 ( 14.4%)   2.3334 ( 47.0%)  Import resolution
   0.0015 (  0.7%)   0.0044 (  4.3%)   0.0060 (  1.8%)   0.0633 (  1.3%)  load-stdlib
   0.0483 ( 21.3%)   0.0077 (  7.4%)   0.0560 ( 17.0%)   0.0563 (  1.1%)  perform-sema
   0.0482 ( 21.3%)   0.0076 (  7.4%)   0.0559 ( 16.9%)   0.0562 (  1.1%)  Type checking and Semantic analysis
   0.0472 ( 20.8%)   0.0074 (  7.2%)   0.0547 ( 16.6%)   0.0550 (  1.1%)  typecheck-decl
   0.0084 (  3.7%)   0.0115 ( 11.2%)   0.0199 (  6.0%)   0.0230 (  0.5%)  SIL optimization
   0.0021 (  0.9%)   0.0090 (  8.8%)   0.0111 (  3.4%)   0.0142 (  0.3%)  Serialization, swiftmodule
   0.0099 (  4.4%)   0.0021 (  2.0%)   0.0120 (  3.6%)   0.0120 (  0.2%)  SILGen
   0.0037 (  1.6%)   0.0011 (  1.0%)   0.0047 (  1.4%)   0.0047 (  0.1%)  build-rewrite-system
   0.0040 (  1.8%)   0.0005 (  0.5%)   0.0045 (  1.4%)   0.0045 (  0.1%)  SILGen-function
   0.0029 (  1.3%)   0.0009 (  0.9%)   0.0038 (  1.1%)   0.0038 (  0.1%)  typecheck-expr
   0.0017 (  0.7%)   0.0018 (  1.8%)   0.0035 (  1.1%)   0.0035 (  0.1%)  import-clang-decl
   0.0007 (  0.3%)   0.0009 (  0.9%)   0.0015 (  0.5%)   0.0015 (  0.0%)  Serialization, swiftdoc
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.1%)   0.0002 (  0.0%)  Serialization, swiftsourceinfo
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  precheck-target
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2267 (100.0%)   0.1029 (100.0%)   0.3296 (100.0%)   4.9661 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1589 seconds (2.5065 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1044 (100.0%)   0.0546 (100.0%)   0.1589 (100.0%)   2.5065 (100.0%)  Building Target
   0.1044 (100.0%)   0.0546 (100.0%)   0.1589 (100.0%)   2.5065 (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-1745722302707712-swift-frontend-DictionaryCoding-DictionaryErrors.swift-arm64_apple_macos10.12-o-Onone-3161427663.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3338 seconds (5.5019 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0236 ( 10.4%)   0.0244 ( 22.8%)   0.0479 ( 14.4%)   2.6039 ( 47.3%)  parse-and-resolve-imports
   0.0232 ( 10.2%)   0.0239 ( 22.4%)   0.0472 ( 14.1%)   2.6032 ( 47.3%)  Import resolution
   0.0714 ( 31.4%)   0.0191 ( 17.9%)   0.0904 ( 27.1%)   0.0904 (  1.6%)  build-rewrite-system
   0.0014 (  0.6%)   0.0037 (  3.5%)   0.0052 (  1.6%)   0.0614 (  1.1%)  load-stdlib
   0.0206 (  9.1%)   0.0057 (  5.4%)   0.0263 (  7.9%)   0.0263 (  0.5%)  perform-sema
   0.0205 (  9.1%)   0.0057 (  5.3%)   0.0263 (  7.9%)   0.0263 (  0.5%)  Type checking and Semantic analysis
   0.0170 (  7.5%)   0.0048 (  4.5%)   0.0219 (  6.5%)   0.0219 (  0.4%)  typecheck-stmt
   0.0161 (  7.1%)   0.0046 (  4.3%)   0.0207 (  6.2%)   0.0207 (  0.4%)  typecheck-expr
   0.0113 (  5.0%)   0.0087 (  8.1%)   0.0200 (  6.0%)   0.0200 (  0.4%)  import-clang-decl
   0.0085 (  3.7%)   0.0023 (  2.1%)   0.0107 (  3.2%)   0.0107 (  0.2%)  precheck-target
   0.0042 (  1.9%)   0.0010 (  1.0%)   0.0052 (  1.6%)   0.0052 (  0.1%)  typecheck-decl
   0.0025 (  1.1%)   0.0023 (  2.1%)   0.0048 (  1.4%)   0.0048 (  0.1%)  IRGen
   0.0030 (  1.3%)   0.0001 (  0.1%)   0.0030 (  0.9%)   0.0030 (  0.1%)  SIL optimization
   0.0016 (  0.7%)   0.0002 (  0.2%)   0.0017 (  0.5%)   0.0017 (  0.0%)  SILGen
   0.0013 (  0.6%)   0.0001 (  0.1%)   0.0014 (  0.4%)   0.0014 (  0.0%)  SILGen-function
   0.0007 (  0.3%)   0.0002 (  0.2%)   0.0009 (  0.3%)   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%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, 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.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.2270 (100.0%)   0.1068 (100.0%)   0.3338 (100.0%)   5.5019 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4773 seconds (4.1076 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9448 (100.0%)   0.5324 (100.0%)   1.4773 (100.0%)   4.1076 (100.0%)  Building Target
   0.9448 (100.0%)   0.5324 (100.0%)   1.4773 (100.0%)   4.1076 (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

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-1745722302707713-swift-frontend-DictionaryCoding-DictionaryCodingKey.swift-arm64_apple_macos10.12-o-Onone-1056184403.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2300 seconds (4.8899 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0223 ( 14.6%)   0.0180 ( 23.3%)   0.0403 ( 17.5%)   2.3278 ( 47.6%)  parse-and-resolve-imports
   0.0219 ( 14.4%)   0.0175 ( 22.7%)   0.0395 ( 17.2%)   2.3270 ( 47.6%)  Import resolution
   0.0744 ( 48.7%)   0.0190 ( 24.5%)   0.0934 ( 40.6%)   0.0933 (  1.9%)  build-rewrite-system
   0.0015 (  1.0%)   0.0052 (  6.8%)   0.0068 (  2.9%)   0.0913 (  1.9%)  load-stdlib
   0.0109 (  7.1%)   0.0080 ( 10.4%)   0.0189 (  8.2%)   0.0189 (  0.4%)  import-clang-decl
   0.0030 (  2.0%)   0.0035 (  4.5%)   0.0065 (  2.8%)   0.0069 (  0.1%)  IRGen
   0.0038 (  2.5%)   0.0011 (  1.4%)   0.0049 (  2.1%)   0.0049 (  0.1%)  perform-sema
   0.0038 (  2.5%)   0.0010 (  1.4%)   0.0048 (  2.1%)   0.0048 (  0.1%)  Type checking and Semantic analysis
   0.0028 (  1.8%)   0.0005 (  0.6%)   0.0033 (  1.4%)   0.0033 (  0.1%)  SIL optimization
   0.0022 (  1.4%)   0.0006 (  0.8%)   0.0028 (  1.2%)   0.0029 (  0.1%)  typecheck-decl
   0.0017 (  1.1%)   0.0005 (  0.7%)   0.0023 (  1.0%)   0.0023 (  0.0%)  typecheck-expr
   0.0012 (  0.8%)   0.0009 (  1.1%)   0.0021 (  0.9%)   0.0021 (  0.0%)  SILGen
   0.0014 (  0.9%)   0.0004 (  0.5%)   0.0017 (  0.8%)   0.0017 (  0.0%)  typecheck-stmt
   0.0007 (  0.4%)   0.0007 (  0.9%)   0.0014 (  0.6%)   0.0014 (  0.0%)  SILGen-function
   0.0009 (  0.6%)   0.0003 (  0.4%)   0.0012 (  0.5%)   0.0012 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0001 (  0.1%)   0.0001 (  0.1%)   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%)  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%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.1526 (100.0%)   0.0774 (100.0%)   0.2300 (100.0%)   4.8899 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7070 seconds (4.1072 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0553 (100.0%)   0.6517 (100.0%)   1.7070 (100.0%)   4.1072 (100.0%)  Building Target
   1.0553 (100.0%)   0.6517 (100.0%)   1.7070 (100.0%)   4.1072 (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

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-1745722302707710-swift-frontend-DictionaryCoding-DictionaryEncoder.swift-arm64_apple_macos10.12-o-Onone-2674304028.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 4.9229 seconds (5.3939 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.5916 ( 41.2%)   0.4632 ( 43.5%)   2.0548 ( 41.7%)   2.2825 ( 42.3%)  parse-and-resolve-imports
   1.5913 ( 41.2%)   0.4630 ( 43.5%)   2.0543 ( 41.7%)   2.2820 ( 42.3%)  Import resolution
   0.1333 (  3.5%)   0.0203 (  1.9%)   0.1535 (  3.1%)   0.1542 (  2.9%)  perform-sema
   0.1332 (  3.5%)   0.0203 (  1.9%)   0.1534 (  3.1%)   0.1541 (  2.9%)  Type checking and Semantic analysis
   0.0996 (  2.6%)   0.0137 (  1.3%)   0.1132 (  2.3%)   0.1137 (  2.1%)  typecheck-stmt
   0.0725 (  1.9%)   0.0123 (  1.2%)   0.0848 (  1.7%)   0.0848 (  1.6%)  build-rewrite-system
   0.0693 (  1.8%)   0.0094 (  0.9%)   0.0787 (  1.6%)   0.0792 (  1.5%)  typecheck-expr
   0.0127 (  0.3%)   0.0332 (  3.1%)   0.0459 (  0.9%)   0.0587 (  1.1%)  load-stdlib
   0.0398 (  1.0%)   0.0084 (  0.8%)   0.0482 (  1.0%)   0.0489 (  0.9%)  typecheck-decl
   0.0252 (  0.7%)   0.0024 (  0.2%)   0.0276 (  0.6%)   0.0276 (  0.5%)  SILGen
   0.0231 (  0.6%)   0.0045 (  0.4%)   0.0276 (  0.6%)   0.0276 (  0.5%)  IRGen
   0.0163 (  0.4%)   0.0096 (  0.9%)   0.0259 (  0.5%)   0.0258 (  0.5%)  import-clang-decl
   0.0210 (  0.5%)   0.0025 (  0.2%)   0.0235 (  0.5%)   0.0234 (  0.4%)  precheck-target
   0.0157 (  0.4%)   0.0013 (  0.1%)   0.0170 (  0.3%)   0.0170 (  0.3%)  SILGen-function
   0.0127 (  0.3%)   0.0001 (  0.0%)   0.0128 (  0.3%)   0.0128 (  0.2%)  SIL optimization
   0.0008 (  0.0%)   0.0002 (  0.0%)   0.0010 (  0.0%)   0.0010 (  0.0%)  load-all-members
   0.0004 (  0.0%)   0.0000 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  typecheck-expr-pattern
   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%)  get-conformance-access-path
   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
   3.8586 (100.0%)   1.0644 (100.0%)   4.9229 (100.0%)   5.3939 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 3.8552 seconds (4.1212 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   2.8331 (100.0%)   1.0221 (100.0%)   3.8552 (100.0%)   4.1212 (100.0%)  Building Target
   2.8331 (100.0%)   1.0221 (100.0%)   3.8552 (100.0%)   4.1212 (100.0%)  Total
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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.12 -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 -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/DictionaryCoding.build/Debug/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/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/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/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding_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/DictionaryCoding.build/Debug/DictionaryCoding.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug/DictionaryCoding.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug/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/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/DictionaryCoding.framework/Versions/A/Headers/DictionaryCoding-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug/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/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DictionaryCoding.framework/Versions/A/Headers/DictionaryCoding-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DictionaryCoding.framework/Versions/A/Modules/DictionaryCoding.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug/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/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DictionaryCoding.framework/Versions/A/Modules/DictionaryCoding.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DictionaryCoding.framework/Versions/A/Modules/DictionaryCoding.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug/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/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DictionaryCoding.framework/Versions/A/Modules/DictionaryCoding.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DictionaryCoding.framework/Versions/A/Modules/DictionaryCoding.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug/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/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DictionaryCoding.framework/Versions/A/Modules/DictionaryCoding.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DictionaryCoding.framework/Versions/A/Modules/DictionaryCoding.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug/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/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DictionaryCoding.framework/Versions/A/Modules/DictionaryCoding.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling DictionaryErrors.swift (in target 'DictionaryCoding' from project 'DictionaryCoding')
SwiftDriverJobDiscovery normal arm64 Compiling DictionaryCodingKey.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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.12 -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 -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/DictionaryCoding.build/Debug/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/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/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/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding_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/DictionaryCoding.build/Debug/DictionaryCoding.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug/DictionaryCoding.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug/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/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/DictionaryCoding.framework/Versions/A/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-macos10.12 -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/DictionaryCoding.build/Debug/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding.LinkFileList -install_name @rpath/DictionaryCoding.framework/Versions/A/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 -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug/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/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/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding.swiftmodule -Xlinker -no_adhoc_codesign -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DictionaryCoding.framework/Versions/A/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.12 --bundle-identifier DictionaryCoding --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DictionaryCoding.framework/Versions/A/Resources --target-triple arm64-apple-macos10.12 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DictionaryCoding.framework/Versions/A/DictionaryCoding --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug/DictionaryCoding.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug/DictionaryCoding.build/Objects-normal/arm64/DictionaryCoding.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug/DictionaryCoding.build/DictionaryCoding.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug/DictionaryCoding.build/DictionaryCoding.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryCoding.build/Debug/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:47.079 appintentsmetadataprocessor[700:3964] Starting appintentsmetadataprocessor export
2025-04-26 19:51:47.081 appintentsmetadataprocessor[700:3964] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/DictionaryCoding.framework/Versions/A/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/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/DictionaryCoding.framework/Versions/A/DictionaryCoding -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/DictionaryCoding.framework/Versions/A/DictionaryCoding.tbd
CodeSign /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/DictionaryCoding.framework/Versions/A (in target 'DictionaryCoding' from project 'DictionaryCoding')
    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/DictionaryCoding.framework/Versions/A
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/DictionaryCoding.framework
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/DictionaryCoding.framework/DictionaryCoding.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/DictionaryCoding.framework/Versions/A/DictionaryCoding.tbd (in target 'DictionaryCoding' from project 'DictionaryCoding')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/DictionaryCoding.framework/Versions/A/DictionaryCoding.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/DictionaryCoding.framework/DictionaryCoding.tbd
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/DictionaryCoding.framework
/Users/admin/builder/spi-builder-workspace/DictionaryCoding.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.12, but the range of supported deployment target versions is 10.13 to 15.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" : [
        "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.