The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DictionaryCoding, reference 1.0.9 (ae19e4), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 15:49:22 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/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:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/elegantchaos/DictionaryCoding.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/7] Compiling DictionaryCoding DictionaryErrors.swift
[4/7] Compiling DictionaryCoding DictionaryCodingKey.swift
[5/7] Emitting module DictionaryCoding
[6/7] Compiling DictionaryCoding DictionaryDecoder.swift
[7/7] Compiling DictionaryCoding DictionaryEncoder.swift
Build complete! (3.88s)
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.