The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AnyCoding, reference trunk (d01dad), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 10:35:35 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/thousandyears/AnyCoding.git
Reference: trunk
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/thousandyears/AnyCoding
 * branch            trunk      -> FETCH_HEAD
 * [new branch]      trunk      -> origin/trunk
HEAD is now at d01dad5 AnyJSON
Cloned https://github.com/thousandyears/AnyCoding.git
Revision (git rev-parse @):
d01dad5df52018a0020f3edb5e9014ebaa0b1418
SUCCESS checkout https://github.com/thousandyears/AnyCoding.git at trunk
========================================
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": "anycoding",
      "name": "AnyCoding",
      "url": "https://github.com/thousandyears/AnyCoding.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AnyCoding",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/thousandyears/AnyCoding.git
[1/63] Fetching anycoding
Fetched https://github.com/thousandyears/AnyCoding.git from cache (0.65s)
Creating working copy for https://github.com/thousandyears/AnyCoding.git
Working copy of https://github.com/thousandyears/AnyCoding.git resolved at trunk (d01dad5)
warning: '.resolve-product-dependencies': dependency 'anycoding' 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/thousandyears/AnyCoding.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/14] Compiling AnyCoding Optional.swift
[4/14] Compiling AnyCoding Decodable+DecodingContainer.swift
[5/14] Compiling AnyCoding Encodable+EncodingContainer.swift
[6/14] Compiling AnyCoding Equatable.swift
[7/15] Compiling AnyCoding Subscript.swift
[8/15] Emitting module AnyCoding
[9/15] Compiling AnyCoding AnyJSON.swift
[10/15] Compiling AnyCoding AnyType.swift
[11/15] Compiling AnyCoding CodableVoid.swift
[12/15] Compiling AnyCoding AnyDecoder.swift
[13/15] Compiling AnyCoding AnyEncoder.swift
[14/15] Compiling AnyCoding AnyCodingKey.swift
[15/15] Compiling AnyCoding EmptyDecoder.swift
Build complete! (3.78s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AnyCoding",
  "name" : "AnyCoding",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "AnyCoding",
      "targets" : [
        "AnyCoding"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AnyCodingTests",
      "module_type" : "SwiftTarget",
      "name" : "AnyCodingTests",
      "path" : "Tests/AnyCodingTests",
      "sources" : [
        "AnyCodingTests.swift"
      ],
      "target_dependencies" : [
        "AnyCoding"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AnyCoding",
      "module_type" : "SwiftTarget",
      "name" : "AnyCoding",
      "path" : "Sources/AnyCoding",
      "product_memberships" : [
        "AnyCoding"
      ],
      "sources" : [
        "AnyDecoder.swift",
        "AnyEncoder.swift",
        "AnyJSON.swift",
        "AnyType.swift",
        "CodableVoid.swift",
        "EmptyDecoder.swift",
        "util/AnyCodingKey.swift",
        "util/Decodable+DecodingContainer.swift",
        "util/Encodable+EncodingContainer.swift",
        "util/Equatable.swift",
        "util/Optional.swift",
        "util/Subscript.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.