The Swift Package Index logo.Swift Package Index

Build Information

Successful build of BackedCodable, reference main (c28a4e), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 03:43:44 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jegnux/BackedCodable.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jegnux/BackedCodable
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c28a4e5 Implement a safer init
Cloned https://github.com/jegnux/BackedCodable.git
Revision (git rev-parse @):
c28a4e556298bd81ba068f0f1c534af73ffd46f9
SUCCESS checkout https://github.com/jegnux/BackedCodable.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "backedcodable",
      "name": "BackedCodable",
      "url": "https://github.com/jegnux/BackedCodable.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BackedCodable",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/jegnux/BackedCodable.git
[1/249] Fetching backedcodable
Fetched https://github.com/jegnux/BackedCodable.git from cache (0.67s)
Creating working copy for https://github.com/jegnux/BackedCodable.git
Working copy of https://github.com/jegnux/BackedCodable.git resolved at main (c28a4e5)
warning: '.resolve-product-dependencies': dependency 'backedcodable' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/jegnux/BackedCodable.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/20] Compiling BackedCodable Decoder+PathDecoder.swift
[5/20] Compiling BackedCodable PathCodingKey.swift
[6/20] Compiling BackedCodable BackedError.swift
[7/20] Compiling BackedCodable EmptyDecodable.swift
[8/20] Compiling BackedCodable BackingDecoder.swift
[9/20] Compiling BackedCodable BackingDecoderContext.swift
[10/20] Compiling BackedCodable Backed.swift
[11/20] Compiling BackedCodable BackedDecodable.swift
[12/20] Compiling BackedCodable Backed+ConditionalProtocolConformances.swift
[13/20] Compiling BackedCodable Backed+Init.swift
[14/20] Emitting module BackedCodable
[15/20] Compiling BackedCodable PathComponent.swift
[16/20] Compiling BackedCodable PathDecoder.Element.swift
[17/20] Compiling BackedCodable PathDecoder.swift
[18/20] Compiling BackedCodable Path.swift
[19/20] Compiling BackedCodable DateDecoder.swift
[20/20] Compiling BackedCodable LossyDecoder.swift
[21/21] Compiling BackedCodable PathFilter.swift
[22/25] Compiling BackedCodableStubs Helpers.swift
[23/25] Compiling BackedCodableStubs PlainSwiftStub.swift
[24/25] Emitting module BackedCodableStubs
[25/25] Compiling BackedCodableStubs BackedStub.swift
Build complete! (6.62s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "BackedCodable",
  "name" : "BackedCodable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "BackedCodable",
      "targets" : [
        "BackedCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BackedCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "BackedCodableTests",
      "path" : "Tests/BackedCodableTests",
      "sources" : [
        "BackedCodableTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "BackedCodable",
        "BackedCodableStubs"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BackedCodableStubs",
      "module_type" : "SwiftTarget",
      "name" : "BackedCodableStubs",
      "path" : "Stubs",
      "sources" : [
        "BackedStub.swift",
        "Helpers.swift",
        "PlainSwiftStub.swift"
      ],
      "target_dependencies" : [
        "BackedCodable"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BackedCodable",
      "module_type" : "SwiftTarget",
      "name" : "BackedCodable",
      "path" : "Sources/BackedCodable",
      "product_memberships" : [
        "BackedCodable"
      ],
      "sources" : [
        "Backed+ConditionalProtocolConformances.swift",
        "Backed+Init.swift",
        "Backed.swift",
        "BackedDecodable.swift",
        "Decoders/BackingDecoder.swift",
        "Decoders/BackingDecoderContext.swift",
        "Decoders/DateDecoder.swift",
        "Decoders/LossyDecoder.swift",
        "Helper Types/BackedError.swift",
        "Helper Types/EmptyDecodable.swift",
        "Path Decoder/Decoder+PathDecoder.swift",
        "Path Decoder/PathCodingKey.swift",
        "Path Decoder/PathDecoder.Element.swift",
        "Path Decoder/PathDecoder.swift",
        "Path/Path.swift",
        "Path/PathComponent.swift",
        "Path/PathFilter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.