The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Parsable, reference master (c82cca), with Swift 6.3 for macOS (SPM) on 20 Apr 2026 02:41:29 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/makoni/parsable.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/makoni/parsable
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at c82cca0 feat: add configurable logging for compatibility helpers and enhance documentation
Cloned https://github.com/makoni/parsable.git
Revision (git rev-parse @):
c82cca0e55e201304e934999c1593c071caf64b6
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/makoni/parsable.git at master
Fetching https://github.com/swiftlang/swift-docc-symbolkit
Fetching https://github.com/apple/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
[252/5949] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.23s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.23s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
========================================
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": "parsable",
      "name": "Parsable",
      "url": "https://github.com/makoni/parsable.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/parsable",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/makoni/parsable.git
[1/229] Fetching parsable
Fetched https://github.com/makoni/parsable.git from cache (0.70s)
Creating working copy for https://github.com/makoni/parsable.git
Working copy of https://github.com/makoni/parsable.git resolved at master (c82cca0)
warning: '.resolve-product-dependencies': dependency 'parsable' 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/makoni/parsable.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version--6988338F2F200930.txt
[5/6] Emitting module Parsable
[6/6] Compiling Parsable Parsable.swift
Build complete! (9.89s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "Parsable",
  "name" : "Parsable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Parsable",
      "targets" : [
        "Parsable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ParsableTests",
      "module_type" : "SwiftTarget",
      "name" : "ParsableTests",
      "path" : "Tests/ParsableTests",
      "sources" : [
        "ParsableTests.swift",
        "SampleErrorModel.swift"
      ],
      "target_dependencies" : [
        "Parsable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Parsable",
      "module_type" : "SwiftTarget",
      "name" : "Parsable",
      "path" : "Sources/Parsable",
      "product_memberships" : [
        "Parsable"
      ],
      "sources" : [
        "Parsable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.