The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CommonMark 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/SwiftDocOrg/CommonMark.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/SwiftDocOrg/CommonMark
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6fc9d04 Update to Swift 5.4 and @resultBuilder (#25)
Cloned https://github.com/SwiftDocOrg/CommonMark.git
Revision (git rev-parse @):
6fc9d04ff53628d5edd66c110e9f724c01146791
SUCCESS checkout https://github.com/SwiftDocOrg/CommonMark.git at main
Fetching https://github.com/SwiftDocOrg/swift-cmark.git
[1/12555] Fetching swift-cmark
Fetched https://github.com/SwiftDocOrg/swift-cmark.git (0.92s)
Computing version for https://github.com/SwiftDocOrg/swift-cmark.git
Computed https://github.com/SwiftDocOrg/swift-cmark.git at 0.29.0+20210102.9c8096a (0.66s)
Creating working copy for https://github.com/SwiftDocOrg/swift-cmark.git
Working copy of https://github.com/SwiftDocOrg/swift-cmark.git resolved at 0.29.0+20210102.9c8096a
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "commonmark",
      "name": "CommonMark",
      "url": "https://github.com/SwiftDocOrg/CommonMark.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CommonMark",
      "dependencies": [
        {
          "identity": "swift-cmark",
          "name": "cmark",
          "url": "https://github.com/SwiftDocOrg/swift-cmark.git",
          "version": "0.29.0+20210102.9c8096a",
          "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-cmark",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/SwiftDocOrg/CommonMark.git
[1/1175] Fetching commonmark
Fetched https://github.com/SwiftDocOrg/CommonMark.git (0.38s)
Fetching https://github.com/SwiftDocOrg/swift-cmark.git from cache
Fetched https://github.com/SwiftDocOrg/swift-cmark.git (0.31s)
Computing version for https://github.com/SwiftDocOrg/swift-cmark.git
Computed https://github.com/SwiftDocOrg/swift-cmark.git at 0.29.0+20210102.9c8096a (0.03s)
Creating working copy for https://github.com/SwiftDocOrg/swift-cmark.git
Working copy of https://github.com/SwiftDocOrg/swift-cmark.git resolved at 0.29.0+20210102.9c8096a
Creating working copy for https://github.com/SwiftDocOrg/CommonMark.git
Working copy of https://github.com/SwiftDocOrg/CommonMark.git resolved at main
warning: '.resolve-product-dependencies': dependency 'commonmark' is not used by any target
Found 1 product dependencies
  - cmark
========================================
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/19] Compiling cmark references.c
[1/19] Compiling cmark latex.c
[2/19] Compiling cmark man.c
[3/19] Compiling cmark render.c
[4/19] Compiling cmark iterator.c
[5/19] Compiling cmark xml.c
[6/19] Compiling cmark html.c
[7/19] Compiling cmark node.c
[8/19] Compiling cmark houdini_html_e.c
[9/19] Compiling cmark houdini_html_u.c
[10/19] Compiling cmark inlines.c
[11/19] Compiling cmark utf8.c
[11/19] Compiling cmark cmark_ctype.c
[13/19] Compiling cmark houdini_href_e.c
[14/19] Compiling cmark commonmark.c
[15/19] Compiling cmark cmark.c
[16/19] Compiling cmark buffer.c
[17/19] Compiling cmark blocks.c
[18/19] Compiling cmark scanners.c
[20/48] Emitting module CommonMark
[21/52] Compiling CommonMark Code.swift
[22/52] Compiling CommonMark Emphasis.swift
[23/52] Compiling CommonMark HardLineBreak.swift
[24/52] Compiling CommonMark Image.swift
[25/52] Compiling CommonMark Inline.swift
[26/52] Compiling CommonMark LineBreak.swift
[27/52] Compiling CommonMark Linked.swift
[28/52] Compiling CommonMark Literal.swift
[29/52] Compiling CommonMark BlockQuote.swift
[30/52] Compiling CommonMark CodeBlock.swift
[31/52] Compiling CommonMark HTMLBlock.swift
[32/52] Compiling CommonMark Heading.swift
[33/52] Compiling CommonMark List.swift
[34/52] Compiling CommonMark Paragraph.swift
[35/52] Compiling CommonMark ThematicBreak.swift
[36/52] Compiling CommonMark Document.swift
[37/52] Compiling CommonMark Section.swift
[38/52] Compiling CommonMark Visitable.swift
[39/52] Compiling CommonMark Visitor.swift
[40/52] Compiling CommonMark Version.swift
[41/52] Compiling CommonMark Text.swift
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CommonMark/Nodes/Node.swift:285:50: warning: cast from '(any Node & Block)?' to unrelated type 'Self' always fails
        guard let block = documentChildren.first as? Self,
                          ~~~~~~~~~~~~~~~~~~~~~~ ^   ~~~~
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CommonMark/Nodes/Node.swift:306:52: warning: cast from '(any Node & Inline)?' to unrelated type 'Self' always fails
        guard let inline = paragraphChildren.first as? Self,
                           ~~~~~~~~~~~~~~~~~~~~~~~ ^   ~~~~
[42/52] Compiling CommonMark Node.swift
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CommonMark/Nodes/Node.swift:285:50: warning: cast from '(any Node & Block)?' to unrelated type 'Self' always fails
        guard let block = documentChildren.first as? Self,
                          ~~~~~~~~~~~~~~~~~~~~~~ ^   ~~~~
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CommonMark/Nodes/Node.swift:306:52: warning: cast from '(any Node & Inline)?' to unrelated type 'Self' always fails
        guard let inline = paragraphChildren.first as? Self,
                           ~~~~~~~~~~~~~~~~~~~~~~~ ^   ~~~~
[43/52] Compiling CommonMark ContainerOfBlocksBuilder.swift
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CommonMark/Nodes/Node.swift:285:50: warning: cast from '(any Node & Block)?' to unrelated type 'Self' always fails
        guard let block = documentChildren.first as? Self,
                          ~~~~~~~~~~~~~~~~~~~~~~ ^   ~~~~
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CommonMark/Nodes/Node.swift:306:52: warning: cast from '(any Node & Inline)?' to unrelated type 'Self' always fails
        guard let inline = paragraphChildren.first as? Self,
                           ~~~~~~~~~~~~~~~~~~~~~~~ ^   ~~~~
[44/52] Compiling CommonMark ContainerOfInlineElementsBuilder.swift
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CommonMark/Nodes/Node.swift:285:50: warning: cast from '(any Node & Block)?' to unrelated type 'Self' always fails
        guard let block = documentChildren.first as? Self,
                          ~~~~~~~~~~~~~~~~~~~~~~ ^   ~~~~
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CommonMark/Nodes/Node.swift:306:52: warning: cast from '(any Node & Inline)?' to unrelated type 'Self' always fails
        guard let inline = paragraphChildren.first as? Self,
                           ~~~~~~~~~~~~~~~~~~~~~~~ ^   ~~~~
[45/52] Compiling CommonMark Link.swift
[46/52] Compiling CommonMark RawHTML.swift
[47/52] Compiling CommonMark SoftLineBreak.swift
[48/52] Compiling CommonMark Strong.swift
[49/52] Compiling CommonMark ListBuilder.swift
[50/52] Compiling CommonMark Block.swift
[51/52] Compiling CommonMark Children.swift
[52/52] Compiling CommonMark Fragment.swift
Build complete! (7.72s)
Build complete.
Done.