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 docc2html, reference develop (1c203c), with Swift 5.10 for macOS (SPM) on 3 Mar 2025 19:10:59 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DoccZz/docc2html.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DoccZz/docc2html
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 1c203c7 Unwrap more optional strings
Cloned https://github.com/DoccZz/docc2html.git
Revision (git rev-parse @):
1c203c720635cf67ccd30d6e1c7196eed43ea95a
SUCCESS checkout https://github.com/DoccZz/docc2html.git at develop
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/DoccZz/docc2html.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/11] Write sources
[1/11] Write docc2html-entitlement.plist
[1/11] Write sources
[7/11] Write swift-version-33747A42983211AE.txt
[9/51] Compiling Logging MetadataProvider.swift
[10/51] Compiling Logging Locks.swift
[11/51] Emitting module Logging
[12/51] Compiling Logging LogHandler.swift
[13/51] Compiling Logging Logging.swift
[14/51] Compiling DocCArchive Task.swift
[15/51] Compiling DocCArchive VolumeSection.swift
[16/51] Compiling DocCArchive Parameter.swift
[17/51] Compiling DocCArchive Section.swift
[18/51] Compiling DocCArchive SchemaVersion.swift
[19/51] Compiling DocCArchive Declaration.swift
[20/51] Compiling DocCArchive HeroSection.swift
[21/53] Emitting module DocCArchive
[22/53] Emitting module Mustache
[23/53] Compiling DocCArchive TypeIdentifier.swift
[24/53] Compiling DocCArchive Utilities.swift
[25/53] Compiling DocCArchive FileReference.swift
[26/53] Compiling DocCArchive ImageReference.swift
[27/53] Compiling DocCArchive LinkReference.swift
[28/53] Compiling DocCArchive Fragment.swift
[29/53] Compiling DocCArchive Identifier.swift
[30/53] Compiling DocCArchive InlineContent.swift
[31/53] Compiling DocCArchive Reference.swift
[32/53] Compiling DocCArchive SectionReference.swift
[33/53] Compiling DocCArchive TopicReference.swift
[34/53] Compiling DocCArchive InterfaceLanguage.swift
[35/53] Compiling DocCArchive MetaData.swift
[36/53] Compiling DocCArchive Platform.swift
[37/53] Compiling DocCArchive DocCArchive.swift
[38/53] Compiling DocCArchive Chapter.swift
[39/53] Compiling DocCArchive CodeListing.swift
[40/53] Compiling DocCArchive Content.swift
[41/53] Compiling DocCArchive Step.swift
[42/53] Compiling DocCArchive Document.swift
[43/53] Compiling Mustache MustacheRenderingContext.swift
[44/53] Compiling Mustache MustacheParser.swift
[45/53] Compiling Mustache MustacheNode.swift
[46/53] Compiling Mustache MustacheRendering.swift
[47/53] Compiling Mustache Mustachable.swift
[48/53] Compiling Mustache Helpers.swift
[49/53] Compiling Mustache HTMLEscape.swift
[50/53] Compiling Mustache SimpleKVC.swift
[51/78] Emitting module DocCHTMLExporter
[52/80] Compiling DocCHTMLExporter Hero.swift
[53/80] Compiling DocCHTMLExporter Navigation.swift
[54/80] Compiling DocCHTMLExporter Page.swift
[55/80] Compiling DocCHTMLExporter BuildDocument.swift
[56/80] Compiling DocCHTMLExporter BuildNavigation.swift
[57/80] Compiling DocCHTMLExporter DZRenderingContext.swift
[58/80] Compiling DocCHTMLExporter Console.swift
[59/80] Compiling DocCHTMLExporter HTMLEscape.swift
[60/80] Compiling DocCHTMLExporter ParametersSection.swift
[61/80] Compiling DocCHTMLExporter PrimaryContent.swift
[62/80] Compiling DocCHTMLExporter Sections.swift
[63/80] Compiling DocCHTMLExporter CodeListing.swift
[64/80] Compiling DocCHTMLExporter DeclarationSection.swift
[65/80] Compiling DocCHTMLExporter DocumentContent.swift
[66/80] Compiling DocCHTMLExporter ExternalLinks.swift
[67/80] Compiling DocCHTMLExporter ContentHTML.swift
[68/80] Compiling DocCHTMLExporter FragmentHTML.swift
[69/80] Compiling DocCHTMLExporter Task.swift
[70/80] Compiling DocCHTMLExporter TopicTitle.swift
[71/80] Compiling DocCHTMLExporter StepContent.swift
[72/80] Compiling DocCHTMLExporter Stylesheet.swift
[73/80] Compiling DocCHTMLExporter Volume.swift
[74/80] Compiling DocCHTMLExporter AnchorString.swift
[75/80] Compiling DocCHTMLExporter InlineContentHTML.swift
[76/80] Compiling DocCHTMLExporter ReferenceHTML.swift
[77/80] Compiling DocCHTMLExporter SectionHTML.swift
[78/86] Compiling DocCStaticExporter DocCStaticExportError.swift
[79/86] Compiling DocCStaticExporter DocCStaticExportTarget.swift
[80/86] Compiling DocCStaticExporter DocCFileSystemExportTarget.swift
[81/86] Emitting module DocCStaticExporter
[82/86] Compiling DocCStaticExporter Console.swift
[83/86] Compiling DocCStaticExporter DocCStaticExporter.swift
[84/92] Compiling docc2html main.swift
[85/92] Compiling docc2html ExitCode.swift
[86/92] Compiling docc2html Console.swift
[87/92] Compiling docc2html LoadTemplates.swift
[88/92] Emitting module docc2html
[89/92] Compiling docc2html Options.swift
[89/92] Write Objects.LinkFileList
[90/92] Linking docc2html
[91/92] Applying docc2html
Build complete! (13.89s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/DoccZz/DocCArchive.git
Fetching https://github.com/AlwaysRightInstitute/mustache.git
[1/463] Fetching doccarchive
[154/1022] Fetching doccarchive, mustache
[1023/4790] Fetching doccarchive, mustache, swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.78s)
Fetched https://github.com/DoccZz/DocCArchive.git from cache (1.78s)
Fetched https://github.com/AlwaysRightInstitute/mustache.git from cache (1.78s)
Computing version for https://github.com/DoccZz/DocCArchive.git
Computed https://github.com/DoccZz/DocCArchive.git at 0.4.2 (0.47s)
Computing version for https://github.com/AlwaysRightInstitute/mustache.git
Computed https://github.com/AlwaysRightInstitute/mustache.git at 1.0.2 (0.47s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.37s)
Creating working copy for https://github.com/DoccZz/DocCArchive.git
Working copy of https://github.com/DoccZz/DocCArchive.git resolved at 0.4.2
Creating working copy for https://github.com/AlwaysRightInstitute/mustache.git
Working copy of https://github.com/AlwaysRightInstitute/mustache.git resolved at 1.0.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.2
Build complete.
{
  "dependencies" : [
    {
      "identity" : "mustache",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/AlwaysRightInstitute/mustache.git"
    },
    {
      "identity" : "doccarchive",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/DoccZz/DocCArchive.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "docc2html",
  "name" : "docc2html",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "DocCHTMLExporter",
      "targets" : [
        "DocCHTMLExporter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DocCStaticExporter",
      "targets" : [
        "DocCStaticExporter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "docc2html",
      "targets" : [
        "docc2html"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "docc2html",
      "module_type" : "SwiftTarget",
      "name" : "docc2html",
      "path" : "Sources/docc2html",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "docc2html"
      ],
      "sources" : [
        "ExitCode.swift",
        "LoadTemplates.swift",
        "Options.swift",
        "Utilities/Console.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "DocCStaticExporter"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "DocCStaticExporter",
      "module_type" : "SwiftTarget",
      "name" : "DocCStaticExporter",
      "path" : "Sources/DocCStaticExporter",
      "product_dependencies" : [
        "DocCArchive",
        "Logging"
      ],
      "product_memberships" : [
        "DocCStaticExporter",
        "docc2html"
      ],
      "sources" : [
        "DocCFileSystemExportTarget.swift",
        "DocCStaticExportError.swift",
        "DocCStaticExportTarget.swift",
        "DocCStaticExporter.swift",
        "Utilities/Console.swift"
      ],
      "target_dependencies" : [
        "DocCHTMLExporter"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DocCHTMLExporter",
      "module_type" : "SwiftTarget",
      "name" : "DocCHTMLExporter",
      "path" : "Sources/DocCHTMLExporter",
      "product_dependencies" : [
        "DocCArchive",
        "Mustache",
        "Logging"
      ],
      "product_memberships" : [
        "DocCHTMLExporter",
        "DocCStaticExporter",
        "docc2html"
      ],
      "sources" : [
        "BuildDocument.swift",
        "BuildNavigation.swift",
        "DZRenderingContext.swift",
        "ExternalLinks.swift",
        "HTML/ContentHTML.swift",
        "HTML/FragmentHTML.swift",
        "HTML/InlineContentHTML.swift",
        "HTML/ReferenceHTML.swift",
        "HTML/SectionHTML.swift",
        "Templates/CodeListing.swift",
        "Templates/DeclarationSection.swift",
        "Templates/DocumentContent.swift",
        "Templates/Hero.swift",
        "Templates/Navigation.swift",
        "Templates/Page.swift",
        "Templates/ParametersSection.swift",
        "Templates/PrimaryContent.swift",
        "Templates/Sections.swift",
        "Templates/StepContent.swift",
        "Templates/Stylesheet.swift",
        "Templates/Task.swift",
        "Templates/TopicTitle.swift",
        "Templates/Volume.swift",
        "Utilities/AnchorString.swift",
        "Utilities/Console.swift",
        "Utilities/HTMLEscape.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.