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 TypeDecoder, reference 2.0.0 (fd1e49), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 02:14:14 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/Kitura/TypeDecoder.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kitura/TypeDecoder
 * tag               2.0.0      -> FETCH_HEAD
HEAD is now at fd1e490 Update TravisCI; remove Swift 4.x support; add Swift 5.4 (#29)
Cloned https://github.com/Kitura/TypeDecoder.git
Revision (git rev-parse @):
fd1e4909a065e9ca083c9dd01048d8070c9cefdd
SUCCESS checkout https://github.com/Kitura/TypeDecoder.git at 2.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Kitura/TypeDecoder.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/5] Compiling TypeDecoder TypeDecoder.swift
[4/5] Emitting module TypeDecoder
[5/5] Compiling TypeDecoder OrderedDictionary.swift
Build complete! (3.48s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TypeDecoder",
  "name" : "TypeDecoder",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "TypeDecoder",
      "targets" : [
        "TypeDecoder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TypeDecoderTests",
      "module_type" : "SwiftTarget",
      "name" : "TypeDecoderTests",
      "path" : "Tests/TypeDecoderTests",
      "sources" : [
        "OrderedDictionaryTests.swift",
        "TypeDecoderTests.swift",
        "TypeDecodingErrorTests.swift"
      ],
      "target_dependencies" : [
        "TypeDecoder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TypeDecoder",
      "module_type" : "SwiftTarget",
      "name" : "TypeDecoder",
      "path" : "Sources/TypeDecoder",
      "product_memberships" : [
        "TypeDecoder"
      ],
      "sources" : [
        "OrderedDictionary.swift",
        "TypeDecoder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.