The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AnyCoding, reference trunk (d01dad), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 20:37:22 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/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/thousandyears/AnyCoding.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/14] Compiling AnyCoding Optional.swift
[4/15] Compiling AnyCoding AnyCodingKey.swift
[5/15] Compiling AnyCoding Encodable+EncodingContainer.swift
[6/15] Compiling AnyCoding Equatable.swift
[7/15] Compiling AnyCoding Decodable+DecodingContainer.swift
[8/15] Compiling AnyCoding Subscript.swift
[9/15] Compiling AnyCoding CodableVoid.swift
[10/15] Compiling AnyCoding AnyJSON.swift
[11/15] Compiling AnyCoding AnyType.swift
[12/15] Compiling AnyCoding EmptyDecoder.swift
[13/15] Emitting module AnyCoding
[14/15] Compiling AnyCoding AnyDecoder.swift
[15/15] Compiling AnyCoding AnyEncoder.swift
Build complete! (3.58s)
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.