The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DocCArchive, reference develop (95a4a6), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 18:48:40 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/DoccZz/DocCArchive.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DoccZz/DocCArchive
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 95a4a65 GHA: Don't build on Swift 5.3.0
Cloned https://github.com/DoccZz/DocCArchive.git
Revision (git rev-parse @):
95a4a6533eae1544bae315714867b0ce5d6b5645
SUCCESS checkout https://github.com/DoccZz/DocCArchive.git at develop
========================================
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": "doccarchive",
      "name": "DocCArchive",
      "url": "https://github.com/DoccZz/DocCArchive.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DocCArchive",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/DoccZz/DocCArchive.git
[1/470] Fetching doccarchive
Fetched https://github.com/DoccZz/DocCArchive.git from cache (0.74s)
Creating working copy for https://github.com/DoccZz/DocCArchive.git
Working copy of https://github.com/DoccZz/DocCArchive.git resolved at develop (95a4a65)
warning: '.resolve-product-dependencies': dependency 'doccarchive' 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/DoccZz/DocCArchive.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/28] Compiling DocCArchive Task.swift
[4/28] Compiling DocCArchive VolumeSection.swift
[5/30] Compiling DocCArchive InterfaceLanguage.swift
[6/30] Compiling DocCArchive MetaData.swift
[7/30] Compiling DocCArchive Platform.swift
[8/30] Compiling DocCArchive TypeIdentifier.swift
[9/30] Compiling DocCArchive Utilities.swift
[10/30] Emitting module DocCArchive
[11/30] Compiling DocCArchive Content.swift
[12/30] Compiling DocCArchive Step.swift
[13/30] Compiling DocCArchive Document.swift
[14/30] Compiling DocCArchive SchemaVersion.swift
[15/30] Compiling DocCArchive Declaration.swift
[16/30] Compiling DocCArchive HeroSection.swift
[17/30] Compiling DocCArchive FileReference.swift
[18/30] Compiling DocCArchive ImageReference.swift
[19/30] Compiling DocCArchive LinkReference.swift
[20/30] Compiling DocCArchive Fragment.swift
[21/30] Compiling DocCArchive Identifier.swift
[22/30] Compiling DocCArchive InlineContent.swift
[23/30] Compiling DocCArchive DocCArchive.swift
[24/30] Compiling DocCArchive Chapter.swift
[25/30] Compiling DocCArchive CodeListing.swift
[26/30] Compiling DocCArchive Reference.swift
[27/30] Compiling DocCArchive SectionReference.swift
[28/30] Compiling DocCArchive TopicReference.swift
[29/30] Compiling DocCArchive Parameter.swift
[30/30] Compiling DocCArchive Section.swift
Build complete! (4.61s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DocCArchive",
  "name" : "DocCArchive",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "DocCArchive",
      "targets" : [
        "DocCArchive"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DocCArchiveTests",
      "module_type" : "SwiftTarget",
      "name" : "DocCArchiveTests",
      "path" : "Tests/DocCArchiveTests",
      "sources" : [
        "DocumentDecodingTests.swift",
        "Fixtures.swift",
        "OpenArchiveTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DocCArchive"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DocCArchive",
      "module_type" : "SwiftTarget",
      "name" : "DocCArchive",
      "path" : "Sources/DocCArchive",
      "product_memberships" : [
        "DocCArchive"
      ],
      "sources" : [
        "DocCArchive.swift",
        "Schema_0_1/Chapter.swift",
        "Schema_0_1/Content/CodeListing.swift",
        "Schema_0_1/Content/Content.swift",
        "Schema_0_1/Content/Step.swift",
        "Schema_0_1/Document.swift",
        "Schema_0_1/Fragment.swift",
        "Schema_0_1/Identifier.swift",
        "Schema_0_1/InlineContent.swift",
        "Schema_0_1/InterfaceLanguage.swift",
        "Schema_0_1/MetaData.swift",
        "Schema_0_1/Platform.swift",
        "Schema_0_1/References/FileReference.swift",
        "Schema_0_1/References/ImageReference.swift",
        "Schema_0_1/References/LinkReference.swift",
        "Schema_0_1/References/Reference.swift",
        "Schema_0_1/References/SectionReference.swift",
        "Schema_0_1/References/TopicReference.swift",
        "Schema_0_1/SchemaVersion.swift",
        "Schema_0_1/Sections/Declaration.swift",
        "Schema_0_1/Sections/HeroSection.swift",
        "Schema_0_1/Sections/Parameter.swift",
        "Schema_0_1/Sections/Section.swift",
        "Schema_0_1/Sections/Task.swift",
        "Schema_0_1/Sections/VolumeSection.swift",
        "Schema_0_1/TypeIdentifier.swift",
        "Utilities.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.