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 IndirectlyCodable, reference 0.1.0 (548af6), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 10:42:10 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/p-x9/IndirectlyCodable.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/p-x9/IndirectlyCodable
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 548af63 Merge pull request #2 from p-x9/feature/refactor
Cloned https://github.com/p-x9/IndirectlyCodable.git
Revision (git rev-parse @):
548af634dc3277a5448ea9801b206c0037185f1e
SUCCESS checkout https://github.com/p-x9/IndirectlyCodable.git at 0.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/p-x9/IndirectlyCodable.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/9] Compiling IndirectlyCodable IndirectlyEncodableModel.swift
[4/9] Compiling IndirectlyCodable IndirectlyDecodableModel.swift
[5/9] Compiling IndirectlyCodable IndirectlyEncodable.swift
[6/9] Compiling IndirectlyCodable IndirectlyCodableModel.swift
[7/9] Compiling IndirectlyCodable IndirectlyDecodable.swift
[8/9] Compiling IndirectlyCodable IndirectlyCodable.swift
[9/9] Emitting module IndirectlyCodable
Build complete! (3.75s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "IndirectlyCodable",
  "name" : "IndirectlyCodable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "IndirectlyCodable",
      "targets" : [
        "IndirectlyCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IndirectlyCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "IndirectlyCodableTests",
      "path" : "Tests/IndirectlyCodableTests",
      "sources" : [
        "IndirectlyCodableTests.swift"
      ],
      "target_dependencies" : [
        "IndirectlyCodable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IndirectlyCodable",
      "module_type" : "SwiftTarget",
      "name" : "IndirectlyCodable",
      "path" : "Sources/IndirectlyCodable",
      "product_memberships" : [
        "IndirectlyCodable"
      ],
      "sources" : [
        "IndirectlyCodable.swift",
        "IndirectlyCodableModel.swift",
        "IndirectlyDecodable.swift",
        "IndirectlyDecodableModel.swift",
        "IndirectlyEncodable.swift",
        "IndirectlyEncodableModel.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.