The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ObjectCoder, reference 1.0.4 (db7d7b), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 18:42:06 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/nearfri/ObjectCoder.git
Reference: 1.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nearfri/ObjectCoder
 * tag               1.0.4      -> FETCH_HEAD
HEAD is now at db7d7b9 Fix wrong indentations
Cloned https://github.com/nearfri/ObjectCoder.git
Revision (git rev-parse @):
db7d7b98b6784e5af158ff20edc9c331681fc10f
SUCCESS checkout https://github.com/nearfri/ObjectCoder.git at 1.0.4
Fetching https://github.com/mattgallagher/CwlCatchException.git
Fetching https://github.com/mattgallagher/CwlPreconditionTesting
[1/1257] Fetching cwlpreconditiontesting
[228/1717] Fetching cwlpreconditiontesting, cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.72s)
[503/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting from cache (0.80s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting
Computed https://github.com/mattgallagher/CwlPreconditionTesting at 2.1.0 (1.49s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.1.1 (0.65s)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.1.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting resolved at 2.1.0
========================================
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": "objectcoder",
      "name": "ObjectCoder",
      "url": "https://github.com/nearfri/ObjectCoder.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ObjectCoder",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/nearfri/ObjectCoder.git
[1/656] Fetching objectcoder
Fetched https://github.com/nearfri/ObjectCoder.git from cache (0.80s)
Creating working copy for https://github.com/nearfri/ObjectCoder.git
Working copy of https://github.com/nearfri/ObjectCoder.git resolved at 1.0.4 (db7d7b9)
warning: '.resolve-product-dependencies': dependency 'objectcoder' 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/nearfri/ObjectCoder.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/18] Compiling ObjectCoder Errors.swift
[4/18] Compiling ObjectCoder KeyedObjectEncodingContainer.swift
[5/18] Compiling ObjectCoder ObjectContainer.swift
[6/18] Compiling ObjectCoder ObjectCoder+Combine.swift
[7/18] Compiling ObjectCoder ObjectEncoder.swift
[8/18] Compiling ObjectCoder ReferencingEncoder.swift
[9/18] Compiling ObjectCoder NilCodingStrategy.swift
[10/18] Compiling ObjectCoder SingleValueObjectEncodingContanier.swift
[11/18] Compiling ObjectCoder UnkeyedObjectEncodingContanier.swift
[12/19] Compiling ObjectCoder KeyedObjectDecodingContainer.swift
[13/19] Compiling ObjectCoder ObjectDecoder.swift
[14/19] Compiling ObjectCoder CodingStorage.swift
[15/19] Compiling ObjectCoder InitializableWithAny.swift
[16/19] Emitting module ObjectCoder
[17/19] Compiling ObjectCoder SingleValueObjectDecodingContainer.swift
[18/19] Compiling ObjectCoder UnkeyedObjectDecodingContainer.swift
[19/19] Compiling ObjectCoder ObjectKey.swift
Build complete! (5.62s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "cwlpreconditiontesting",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattgallagher/CwlPreconditionTesting"
    }
  ],
  "manifest_display_name" : "ObjectCoder",
  "name" : "ObjectCoder",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ObjectCoder",
      "targets" : [
        "ObjectCoder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ObjectCoderTests",
      "module_type" : "SwiftTarget",
      "name" : "ObjectCoderTests",
      "path" : "Tests/ObjectCoderTests",
      "product_dependencies" : [
        "CwlPreconditionTesting"
      ],
      "sources" : [
        "ObjectCoderTests.swift"
      ],
      "target_dependencies" : [
        "ObjectCoder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ObjectCoder",
      "module_type" : "SwiftTarget",
      "name" : "ObjectCoder",
      "path" : "Sources/ObjectCoder",
      "product_memberships" : [
        "ObjectCoder"
      ],
      "sources" : [
        "CodingStorage.swift",
        "Decoder/InitializableWithAny.swift",
        "Decoder/KeyedObjectDecodingContainer.swift",
        "Decoder/ObjectDecoder.swift",
        "Decoder/SingleValueObjectDecodingContainer.swift",
        "Decoder/UnkeyedObjectDecodingContainer.swift",
        "Encoder/KeyedObjectEncodingContainer.swift",
        "Encoder/ObjectContainer.swift",
        "Encoder/ObjectEncoder.swift",
        "Encoder/ReferencingEncoder.swift",
        "Encoder/SingleValueObjectEncodingContanier.swift",
        "Encoder/UnkeyedObjectEncodingContanier.swift",
        "Errors.swift",
        "NilCodingStrategy.swift",
        "ObjectCoder+Combine.swift",
        "ObjectKey.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.