The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of DictionaryDecoder, reference 0.24.0 (e13255), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 08:44:49 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swhitty/DictionaryDecoder.git
Reference: 0.24.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swhitty/DictionaryDecoder
 * tag               0.24.0     -> FETCH_HEAD
HEAD is now at e132553 0.24.0
Cloned https://github.com/swhitty/DictionaryDecoder.git
Revision (git rev-parse @):
e132553690dd196cbccde221182ece217f6525bc
SUCCESS checkout https://github.com/swhitty/DictionaryDecoder.git at 0.24.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/swhitty/DictionaryDecoder.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/10] Compiling DictionaryDecoder Dictionary+Extension.swift
[4/10] Compiling DictionaryDecoder NSUbiquitousKeyValueStore+Codable.swift
[5/10] Compiling DictionaryDecoder DictionaryDecoder.swift
[6/10] Compiling DictionaryDecoder UserDefaults+Codable.swift
[7/10] Compiling DictionaryDecoder KeyValueEncoder.swift
[8/10] Compiling DictionaryDecoder DictionaryEncoder.swift
[9/10] Compiling DictionaryDecoder KeyValueDecoder.swift
[10/10] Emitting module DictionaryDecoder
Build complete! (4.17s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DictionaryDecoder",
  "name" : "DictionaryDecoder",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "DictionaryDecoder",
      "targets" : [
        "DictionaryDecoder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DictionaryDecoderTests",
      "module_type" : "SwiftTarget",
      "name" : "DictionaryDecoderTests",
      "path" : "Tests",
      "sources" : [
        "Dictionary+ExtensionTests.swift",
        "KeyValueDecoderTests.swift",
        "KeyValueEncoderTests.swift",
        "NSUbiquitousKeyValueStore+CodableTests.swift",
        "UserDefaults+CodableTests.swift"
      ],
      "target_dependencies" : [
        "DictionaryDecoder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DictionaryDecoder",
      "module_type" : "SwiftTarget",
      "name" : "DictionaryDecoder",
      "path" : "Sources",
      "product_memberships" : [
        "DictionaryDecoder"
      ],
      "sources" : [
        "Dictionary+Extension.swift",
        "DictionaryDecoder.swift",
        "DictionaryEncoder.swift",
        "KeyValueDecoder.swift",
        "KeyValueEncoder.swift",
        "NSUbiquitousKeyValueStore+Codable.swift",
        "UserDefaults+Codable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.