The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TOMLDecoder, reference 0.4.4 (fa1103), with Swift 6.0 for macOS (SPM) on 24 Mar 2026 10:42:46 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dduan/TOMLDecoder.git
Reference: 0.4.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dduan/TOMLDecoder
 * tag               0.4.4      -> FETCH_HEAD
HEAD is now at fa1103a Prepare for 4.4.0 release (#317)
Cloned https://github.com/dduan/TOMLDecoder.git
Revision (git rev-parse @):
fa1103a62b1c08cc08eabc58dda8b55887ff1622
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/dduan/TOMLDecoder.git at 0.4.4
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/dduan/TOMLDecoder.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/9] Write sources
[1/9] Write compliance-entitlement.plist
[1/9] Write sources
[4/9] Write swift-version-5BDAB9E9C0126B9D.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 TOMLKeyedDecodingContainer.swift
[14/29] Compiling TOMLDecoder TOMLError.swift
[15/29] Compiling TOMLDecoder TOMLKey.swift
[16/29] Compiling TOMLDecoder Parser+Finish.swift
[17/29] Compiling TOMLDecoder Parser.swift
[18/29] Compiling TOMLDecoder TOMLArray.swift
[19/29] Compiling TOMLDecoder TOMLDecoder.swift
[20/29] Compiling TOMLDecoder TOMLDocument.swift
[21/29] Compiling TOMLDecoder Token.swift
[22/29] Compiling TOMLDecoder DateTime.swift
[23/29] Compiling TOMLDecoder Constants.swift
[24/29] Emitting module TOMLDecoder
[25/29] Compiling TOMLDecoder TOMLSingleValueDecodingContainer.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! (5.71s)
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",
        "Parsing/Constants.swift",
        "Parsing/Parser+Finish.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"
}
Done.