The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ETBCodable, reference v1.0.0 (0b9c20), with Swift 6.2 for macOS (SPM) on 6 Jan 2026 12:54:20 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elf0-fr/ETBCodable.git
Reference: v1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/elf0-fr/ETBCodable
 * tag               v1.0.0     -> FETCH_HEAD
HEAD is now at 0b9c20c Merge pull request #6 from elf0-fr/Release/V1.0.0
Cloned https://github.com/elf0-fr/ETBCodable.git
Revision (git rev-parse @):
0b9c20c7564385723f3279a8ff642c096a7bad77
SUCCESS checkout https://github.com/elf0-fr/ETBCodable.git at v1.0.0
Fetching https://github.com/swiftlang/swift-syntax.git
[1/73340] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (3.71s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip (0.19s)
========================================
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",
  "dependencies": [
    {
      "identity": "etbcodable",
      "name": "ETBCodable",
      "url": "https://github.com/elf0-fr/ETBCodable.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ETBCodable",
      "dependencies": [
        {
          "identity": "swift-syntax",
          "name": "swift-syntax",
          "url": "https://github.com/swiftlang/swift-syntax.git",
          "version": "602.0.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/elf0-fr/ETBCodable.git
[1/154] Fetching etbcodable
Fetched https://github.com/elf0-fr/ETBCodable.git from cache (0.67s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (0.91s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (1.48s)
Creating working copy for https://github.com/elf0-fr/ETBCodable.git
Working copy of https://github.com/elf0-fr/ETBCodable.git resolved at v1.0.0 (0b9c20c)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Found 1 product dependencies
  - swift-syntax
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/elf0-fr/ETBCodable.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/10] Write sources
[2/10] Write ETBCodableClient-entitlement.plist
[2/10] Write sources
[4/10] Write swift-version-49B95AFC49DCD68C.txt
[6/15] Compiling ETBCodableMacros ETBCodableMacro+Helper.swift
[7/15] Compiling ETBCodableMacros ETBCodableMacro+Main.swift
[8/15] Compiling ETBCodableMacros CodingKeyMacro.swift
[9/15] Compiling ETBCodableMacros CodableMacro.swift
[10/15] Emitting module ETBCodableMacros
[10/15] Write Objects.LinkFileList
[11/15] Linking ETBCodableMacros-tool
[13/17] Compiling ETBCodable ETBCodable.swift
[14/17] Emitting module ETBCodable
[15/19] Compiling ETBCodableClient main.swift
[16/19] Emitting module ETBCodableClient
[16/19] Write Objects.LinkFileList
[17/19] Linking ETBCodableClient
[18/19] Applying ETBCodableClient
Build complete! (5.96s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "602.0.0-latest",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "ETBCodable",
  "name" : "ETBCodable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ETBCodable",
      "targets" : [
        "ETBCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ETBCodableClient",
      "targets" : [
        "ETBCodableClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "ETBCodableMacros",
      "targets" : [
        "ETBCodableMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ETBCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "ETBCodableTests",
      "path" : "Tests/ETBCodableTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "ETBCodableTests.swift",
        "Test_CodingKeyMacro.swift"
      ],
      "target_dependencies" : [
        "ETBCodableMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ETBCodableMacros",
      "module_type" : "SwiftTarget",
      "name" : "ETBCodableMacros",
      "path" : "Sources/ETBCodableMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "ETBCodable",
        "ETBCodableClient",
        "ETBCodableMacros"
      ],
      "sources" : [
        "CodableMacro.swift",
        "CodingKeyMacro.swift",
        "ETBCodableMacro+Helper.swift",
        "ETBCodableMacro+Main.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "ETBCodableClient",
      "module_type" : "SwiftTarget",
      "name" : "ETBCodableClient",
      "path" : "Sources/ETBCodableClient",
      "product_memberships" : [
        "ETBCodableClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "ETBCodable"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ETBCodable",
      "module_type" : "SwiftTarget",
      "name" : "ETBCodable",
      "path" : "Sources/ETBCodable",
      "product_memberships" : [
        "ETBCodable",
        "ETBCodableClient"
      ],
      "sources" : [
        "ETBCodable.swift"
      ],
      "target_dependencies" : [
        "ETBCodableMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.