The Swift Package Index logo.Swift Package Index

Build Information

Successful build of IndirectlyCodable, reference main (548af6), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 10:42: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/p-x9/IndirectlyCodable.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/p-x9/IndirectlyCodable
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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 IndirectlyEncodable.swift
[4/9] Compiling IndirectlyCodable IndirectlyEncodableModel.swift
[5/9] Compiling IndirectlyCodable IndirectlyDecodableModel.swift
[6/9] Compiling IndirectlyCodable IndirectlyCodableModel.swift
[7/9] Compiling IndirectlyCodable IndirectlyCodable.swift
[8/9] Compiling IndirectlyCodable IndirectlyDecodable.swift
[9/9] Emitting module IndirectlyCodable
Build complete! (3.42s)
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.