The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of TOMLDecoder, reference main (bd1231), with Swift 6.2 for macOS (SPM) on 15 Dec 2025 10:27: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/dduan/TOMLDecoder.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dduan/TOMLDecoder
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at bd1231c Document supports (#242)
Cloned https://github.com/dduan/TOMLDecoder.git
Revision (git rev-parse @):
bd1231c08a3ad1af2d62563bfea727418458726e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/dduan/TOMLDecoder.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",
  "dependencies": [
    {
      "identity": "tomldecoder",
      "name": "TOMLDecoder",
      "url": "https://github.com/dduan/TOMLDecoder.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TOMLDecoder",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/dduan/TOMLDecoder.git
[1/9898] Fetching tomldecoder
Fetched https://github.com/dduan/TOMLDecoder.git from cache (1.72s)
Creating working copy for https://github.com/dduan/TOMLDecoder.git
Working copy of https://github.com/dduan/TOMLDecoder.git resolved at main (bd1231c)
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dduan/TOMLDecoder.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/9] Write sources
[0/9] Write compliance-entitlement.plist
[1/9] Write sources
[4/9] Write swift-version-49B95AFC49DCD68C.txt
[5/28] Compiling ProlepticGregorianTestHelpers DateRef.cpp
[7/28] Compiling Resources Twitter.swift
[8/28] Compiling Resources Canada.swift
[9/28] Emitting module Resources
[10/28] Compiling Resources Resources.swift
[11/28] Compiling TOMLDecoder TOMLTable.swift
[12/28] Compiling TOMLDecoder TOMLUnkeyedDecodingContainer.swift
[13/29] Compiling TOMLDecoder Constants.swift
[14/29] Compiling TOMLDecoder Parser.swift
[15/29] Compiling TOMLDecoder TOMLError.swift
[16/29] Compiling TOMLDecoder TOMLKey.swift
[17/29] Compiling TOMLDecoder TOMLArray.swift
[18/29] Compiling TOMLDecoder TOMLDecoder.swift
[19/29] Compiling TOMLDecoder TOMLDocument.swift
[20/29] Compiling TOMLDecoder Token.swift
[21/29] Compiling TOMLDecoder TOMLKeyedDecodingContainer.swift
[22/29] Compiling TOMLDecoder TOMLSingleValueDecodingContainer.Generated.swift
[23/29] Emitting module TOMLDecoder
[24/29] Compiling TOMLDecoder DateTime.swift
[25/29] Compiling TOMLDecoder ParserImplementation.Generated.swift
[26/29] Compiling TOMLDecoder _TOMLDecoder.swift
[27/31] Compiling compliance main.swift
[28/31] Emitting module compliance
[28/31] Write Objects.LinkFileList
[29/31] Linking compliance
[30/31] Applying compliance
Build complete! (4.97s)
Build complete.
{
  "cxx_language_standard" : "c++20",
  "dependencies" : [
  ],
  "manifest_display_name" : "TOMLDecoder",
  "name" : "TOMLDecoder",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "compliance",
      "targets" : [
        "compliance"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "TOMLDecoder",
      "targets" : [
        "TOMLDecoder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "compliance",
      "module_type" : "SwiftTarget",
      "name" : "compliance",
      "path" : "Sources/compliance",
      "product_memberships" : [
        "compliance"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "TOMLDecoder"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "TOMLDecoderTests",
      "module_type" : "SwiftTarget",
      "name" : "TOMLDecoderTests",
      "path" : "Tests/TOMLDecoderTests",
      "sources" : [
        "DateStrategyTests.swift",
        "DateTimeDescriptionTests.swift",
        "DateTimeExactMatchTests.swift",
        "InvalidationTests.Generated.swift",
        "LeafValueDecodingTests.Generated.swift",
        "Support/TOMLComplianceSupport.swift",
        "Support/Tags.Generated.swift",
        "TOMLDecoderTests.swift",
        "TOMLTableKeyMembershipTests.swift",
        "ValidationTests.Generated.swift"
      ],
      "target_dependencies" : [
        "ProlepticGregorianTestHelpers",
        "Resources",
        "TOMLDecoder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TOMLDecoder",
      "module_type" : "SwiftTarget",
      "name" : "TOMLDecoder",
      "path" : "Sources/TOMLDecoder",
      "product_memberships" : [
        "compliance",
        "TOMLDecoder"
      ],
      "sources" : [
        "DateTime.swift",
        "ParserImplementation.Generated.swift",
        "Parsing/Constants.swift",
        "Parsing/Parser.swift",
        "Parsing/TOMLDocument.swift",
        "Parsing/Token.swift",
        "TOMLArray.swift",
        "TOMLDecoder.swift",
        "TOMLError.swift",
        "TOMLKey.swift",
        "TOMLKeyedDecodingContainer.swift",
        "TOMLSingleValueDecodingContainer.Generated.swift",
        "TOMLTable.swift",
        "TOMLUnkeyedDecodingContainer.swift",
        "_TOMLDecoder.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Resources",
      "module_type" : "SwiftTarget",
      "name" : "Resources",
      "path" : "Sources/Resources",
      "sources" : [
        "Canada.swift",
        "Resources.swift",
        "Twitter.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ProlepticGregorianTestHelpers",
      "module_type" : "ClangTarget",
      "name" : "ProlepticGregorianTestHelpers",
      "path" : "Sources/ProlepticGregorianTestHelpers",
      "sources" : [
        "DateRef.cpp"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/dduan/tomldecoder/main
Repository:               dduan/TOMLDecoder
Swift version used:       6.2
        url: "https://github.com/apple/swift-docc-plugin",
Target:                   TOMLDecoder
error: Unknown subcommand or plugin name ‘generate-documentation’
Usage: swift package <options> <subcommand>
  See 'package -help' for more information.
error: Unknown subcommand or plugin name ‘generate-documentation’
Usage: swift package <options> <subcommand>
  See 'package -help' for more information.
Error while generating docs: retryLimitExceeded(lastError: Optional(Shell command failed:
    env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift package --allow-writing-to-directory .docs/dduan/tomldecoder/main generate-documentation --emit-digest --disable-indexing --output-path .docs/dduan/tomldecoder/main --hosting-base-path dduan/tomldecoder/main --source-service github --source-service-base-url https://github.com/dduan/TOMLDecoder/blob/main --checkout-path $PWD --target TOMLDecoder))
✅  Doc result (failed) reported
Done.