The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SagaParsleyMarkdownReader with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/loopwerk/SagaParsleyMarkdownReader.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/loopwerk/SagaParsleyMarkdownReader
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d4fe9fc feat: Expose markdownOptions and syntaxExtensions parameters
Cloned https://github.com/loopwerk/SagaParsleyMarkdownReader.git
Revision (git rev-parse @):
d4fe9fca9829c1fb294af0160c23d5fc4bcf5fe4
SUCCESS checkout https://github.com/loopwerk/SagaParsleyMarkdownReader.git at main
Fetching https://github.com/loopwerk/Saga.git from cache
Fetching https://github.com/loopwerk/Parsley from cache
Fetched https://github.com/loopwerk/Saga.git (0.29s)
Fetched https://github.com/loopwerk/Parsley (0.31s)
Computing version for https://github.com/loopwerk/Parsley
Computed https://github.com/loopwerk/Parsley at 0.9.0 (0.05s)
Fetching https://github.com/stackotter/swift-cmark-gfm from cache
Fetched https://github.com/stackotter/swift-cmark-gfm (0.25s)
Computing version for https://github.com/stackotter/swift-cmark-gfm
Computed https://github.com/stackotter/swift-cmark-gfm at 1.0.2 (0.08s)
Computing version for https://github.com/loopwerk/Saga.git
Computed https://github.com/loopwerk/Saga.git at 1.2.1 (0.05s)
Fetching https://github.com/kylef/PathKit from cache
Fetching https://github.com/JohnSundell/Codextended.git from cache
Fetched https://github.com/JohnSundell/Codextended.git (0.23s)
Fetched https://github.com/kylef/PathKit (0.23s)
Computing version for https://github.com/kylef/PathKit
Computed https://github.com/kylef/PathKit at 1.0.1 (0.04s)
Fetching https://github.com/kylef/Spectre.git from cache
Fetched https://github.com/kylef/Spectre.git (0.21s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.06s)
Computing version for https://github.com/JohnSundell/Codextended.git
Computed https://github.com/JohnSundell/Codextended.git at 0.3.0 (0.04s)
Creating working copy for https://github.com/kylef/PathKit
Working copy of https://github.com/kylef/PathKit resolved at 1.0.1
Creating working copy for https://github.com/loopwerk/Saga.git
Working copy of https://github.com/loopwerk/Saga.git resolved at 1.2.1
Creating working copy for https://github.com/stackotter/swift-cmark-gfm
Working copy of https://github.com/stackotter/swift-cmark-gfm resolved at 1.0.2
Creating working copy for https://github.com/JohnSundell/Codextended.git
Working copy of https://github.com/JohnSundell/Codextended.git resolved at 0.3.0
Creating working copy for https://github.com/loopwerk/Parsley
Working copy of https://github.com/loopwerk/Parsley resolved at 0.9.0
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "sagaparsleymarkdownreader",
      "name": "SagaParsleyMarkdownReader",
      "url": "https://github.com/loopwerk/SagaParsleyMarkdownReader.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SagaParsleyMarkdownReader",
      "dependencies": [
        {
          "identity": "saga",
          "name": "Saga",
          "url": "https://github.com/loopwerk/Saga.git",
          "version": "1.2.1",
          "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Saga",
          "dependencies": [
            {
              "identity": "pathkit",
              "name": "PathKit",
              "url": "https://github.com/kylef/PathKit",
              "version": "1.0.1",
              "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PathKit",
              "dependencies": [
                {
                  "identity": "spectre",
                  "name": "Spectre",
                  "url": "https://github.com/kylef/Spectre.git",
                  "version": "0.10.1",
                  "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Spectre",
                  "dependencies": [
                  ]
                }
              ]
            },
            {
              "identity": "codextended",
              "name": "Codextended",
              "url": "https://github.com/JohnSundell/Codextended.git",
              "version": "0.3.0",
              "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Codextended",
              "dependencies": [
              ]
            }
          ]
        },
        {
          "identity": "parsley",
          "name": "Parsley",
          "url": "https://github.com/loopwerk/Parsley",
          "version": "0.9.0",
          "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Parsley",
          "dependencies": [
            {
              "identity": "swift-cmark-gfm",
              "name": "swift-cmark-gfm",
              "url": "https://github.com/stackotter/swift-cmark-gfm",
              "version": "1.0.2",
              "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-cmark-gfm",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/loopwerk/SagaParsleyMarkdownReader.git
[1/84] Fetching sagaparsleymarkdownreader
Fetched https://github.com/loopwerk/SagaParsleyMarkdownReader.git (0.36s)
Fetching https://github.com/loopwerk/Saga.git from cache
Fetching https://github.com/loopwerk/Parsley from cache
Fetched https://github.com/loopwerk/Parsley (0.39s)
Fetched https://github.com/loopwerk/Saga.git (0.39s)
Computing version for https://github.com/loopwerk/Parsley
Computed https://github.com/loopwerk/Parsley at 0.9.0 (0.03s)
Fetching https://github.com/stackotter/swift-cmark-gfm from cache
Fetched https://github.com/stackotter/swift-cmark-gfm (0.25s)
Computing version for https://github.com/stackotter/swift-cmark-gfm
Computed https://github.com/stackotter/swift-cmark-gfm at 1.0.2 (0.04s)
Computing version for https://github.com/loopwerk/Saga.git
Computed https://github.com/loopwerk/Saga.git at 1.2.1 (0.04s)
Fetching https://github.com/JohnSundell/Codextended.git from cache
Fetching https://github.com/kylef/PathKit from cache
Fetched https://github.com/JohnSundell/Codextended.git (0.21s)
Fetched https://github.com/kylef/PathKit (0.23s)
Computing version for https://github.com/kylef/PathKit
Computed https://github.com/kylef/PathKit at 1.0.1 (0.04s)
Fetching https://github.com/kylef/Spectre.git from cache
Fetched https://github.com/kylef/Spectre.git (0.24s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.09s)
Computing version for https://github.com/JohnSundell/Codextended.git
Computed https://github.com/JohnSundell/Codextended.git at 0.3.0 (0.05s)
Creating working copy for https://github.com/loopwerk/SagaParsleyMarkdownReader.git
Working copy of https://github.com/loopwerk/SagaParsleyMarkdownReader.git resolved at main
Creating working copy for https://github.com/stackotter/swift-cmark-gfm
Working copy of https://github.com/stackotter/swift-cmark-gfm resolved at 1.0.2
Creating working copy for https://github.com/JohnSundell/Codextended.git
Working copy of https://github.com/JohnSundell/Codextended.git resolved at 0.3.0
Creating working copy for https://github.com/loopwerk/Parsley
Working copy of https://github.com/loopwerk/Parsley resolved at 0.9.0
Creating working copy for https://github.com/loopwerk/Saga.git
Working copy of https://github.com/loopwerk/Saga.git resolved at 1.2.1
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/kylef/PathKit
Working copy of https://github.com/kylef/PathKit resolved at 1.0.1
warning: '.resolve-product-dependencies': dependency 'sagaparsleymarkdownreader' is not used by any target
Found 2 product dependencies
  - Saga
  - Parsley
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/34] Compiling CMarkGFM blocks.c
[1/34] Compiling CMarkGFM autolink.c
[2/34] Compiling CMarkGFM arena.c
[3/34] Compiling CMarkGFM xml.c
[4/38] Compiling CMarkGFM tasklist.c
[5/38] Compiling CMarkGFM buffer.c
[6/38] Compiling CMarkGFM cmark_ctype.c
[7/38] Compiling CMarkGFM utf8.c
[8/38] Compiling CMarkGFM tagfilter.c
[9/38] Compiling CMarkGFM strikethrough.c
[10/38] Compiling CMarkGFM syntax_extension.c
[11/38] Compiling CMarkGFM cmark.c
[12/38] Compiling CMarkGFM table.c
[13/38] Compiling CMarkGFM registry.c
[13/38] Compiling CMarkGFM commonmark.c
[15/38] Compiling CMarkGFM render.c
[16/38] Compiling CMarkGFM references.c
[17/38] Compiling CMarkGFM plugin.c
[18/38] Compiling CMarkGFM plaintext.c
[18/38] Compiling CMarkGFM map.c
[20/38] Compiling CMarkGFM node.c
[21/38] Compiling CMarkGFM linked_list.c
[22/38] Compiling CMarkGFM man.c
[23/38] Compiling CMarkGFM iterator.c
[24/38] Compiling CMarkGFM latex.c
[25/38] Compiling CMarkGFM scanners.c
[26/38] Compiling CMarkGFM html.c
[27/38] Compiling CMarkGFM houdini_html_e.c
[28/38] Compiling CMarkGFM houdini_href_e.c
[29/38] Compiling CMarkGFM houdini_html_u.c
[30/38] Compiling CMarkGFM inlines.c
[31/38] Compiling CMarkGFM footnotes.c
[32/38] Compiling CMarkGFM core-extensions.c
[33/38] Compiling CMarkGFM ext_scanners.c
[35/43] Compiling Parsley SyntaxExtension.swift
[36/43] Emitting module Codextended
[37/43] Compiling Codextended Codextended.swift
[38/43] Compiling PathKit PathKit.swift
[39/43] Emitting module PathKit
[40/56] Compiling Parsley Document.swift
[41/56] Compiling Parsley MarkdownOptions.swift
[42/56] Emitting module Parsley
[43/56] Compiling Parsley Parsley.swift
[44/56] Compiling Saga Item.swift
[45/56] Compiling Saga ItemWriteMode.swift
[46/56] Compiling Saga Reader.swift
[47/56] Compiling Saga RenderingContexts.swift
[48/57] Compiling Saga FileContainer.swift
[49/57] Compiling Saga FileIO.swift
[50/57] Emitting module Saga
[51/57] Compiling Saga Saga.swift
[52/57] Compiling Saga String+Slugify.swift
[53/57] Compiling Saga ProcessingStep.swift
[54/57] Compiling Saga Reader+Decoder.swift
[55/57] Compiling Saga MetadataDecoder.swift
[56/57] Compiling Saga Path+Extensions.swift
[57/57] Compiling Saga Writer.swift
[58/59] Emitting module SagaParsleyMarkdownReader
[59/59] Compiling SagaParsleyMarkdownReader SagaParsleyMarkdownReader.swift
Build complete! (10.76s)
Build complete.
Done.