The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.22.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KristopherGBaker/Maaku.git
Reference: 0.9.2
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/KristopherGBaker/Maaku
 * tag               0.9.2      -> FETCH_HEAD
HEAD is now at 4b67ffa Add ability to set task completed (#54)
Cloned https://github.com/KristopherGBaker/Maaku.git into spi-builder-workspace
4b67ffa7dfc66ede3ea49f5c2fa1e63192b02e2d
SUCCESS checkout https://github.com/KristopherGBaker/Maaku.git at 0.9.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.2.app" xcrun swift build --arch arm64
Fetching https://github.com/KristopherGBaker/libcmark_gfm.git from cache
Fetching https://github.com/Quick/Quick.git from cache
Fetching https://github.com/Quick/Nimble.git from cache
Fetched https://github.com/KristopherGBaker/libcmark_gfm.git (0.37s)
Fetched https://github.com/Quick/Quick.git (0.56s)
Fetched https://github.com/Quick/Nimble.git (0.81s)
Computing version for https://github.com/KristopherGBaker/libcmark_gfm.git
Computed https://github.com/KristopherGBaker/libcmark_gfm.git at 0.29.4 (0.57s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.1 (0.08s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (0.03s)
Creating working copy for https://github.com/KristopherGBaker/libcmark_gfm.git
Working copy of https://github.com/KristopherGBaker/libcmark_gfm.git resolved at 0.29.4
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.1.2
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 2.2.1
Building for debugging...
[0/34] Compiling libcmark_gfm xml.c
[1/34] Compiling libcmark_gfm autolink.c
[2/34] Compiling libcmark_gfm cmark.c
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/libcmark_gfm/Sources/libcmark_gfm/tasklist.c:40:7: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast]
  if ((int)node->as.opaque == CMARK_TASKLIST_CHECKED) {
      ^~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/libcmark_gfm/Sources/libcmark_gfm/tasklist.c:113:9: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast]
    if ((int)node->as.opaque == CMARK_TASKLIST_CHECKED) {
        ^~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/libcmark_gfm/Sources/libcmark_gfm/tasklist.c:134:9: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast]
    if ((int)node->as.opaque == CMARK_TASKLIST_CHECKED) {
        ^~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/libcmark_gfm/Sources/libcmark_gfm/tasklist.c:146:7: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast]
  if ((int)node->as.opaque == CMARK_TASKLIST_CHECKED) {
      ^~~~~~~~~~~~~~~~~~~~
4 warnings generated.
[3/34] Compiling libcmark_gfm tasklist.c
[4/34] Compiling libcmark_gfm tagfilter.c
[5/34] Compiling libcmark_gfm buffer.c
[6/34] Compiling libcmark_gfm cmark_ctype.c
[7/34] Compiling libcmark_gfm table.c
[8/34] Compiling libcmark_gfm syntax_extension.c
[9/34] Compiling libcmark_gfm strikethrough.c
[10/34] Compiling libcmark_gfm render.c
[11/34] Compiling libcmark_gfm utf8.c
[12/34] Compiling libcmark_gfm plugin.c
[13/34] Compiling libcmark_gfm references.c
[14/34] Compiling libcmark_gfm registry.c
[15/34] Compiling libcmark_gfm plaintext.c
[16/34] Compiling libcmark_gfm blocks.c
[17/34] Compiling libcmark_gfm linked_list.c
[18/34] Compiling libcmark_gfm map.c
[19/34] Compiling libcmark_gfm arena.c
[20/34] Compiling libcmark_gfm man.c
[21/34] Compiling libcmark_gfm node.c
[22/34] Compiling libcmark_gfm iterator.c
[23/34] Compiling libcmark_gfm latex.c
[24/34] Compiling libcmark_gfm html.c
[24/34] Compiling libcmark_gfm houdini_html_e.c
[26/34] Compiling libcmark_gfm houdini_href_e.c
[27/34] Compiling libcmark_gfm footnotes.c
[28/34] Compiling libcmark_gfm houdini_html_u.c
[29/34] Compiling libcmark_gfm ext_scanners.c
[30/34] Compiling libcmark_gfm core-extensions.c
[31/34] Compiling libcmark_gfm inlines.c
[32/34] Compiling libcmark_gfm scanners.c
[33/34] Compiling libcmark_gfm commonmark.c
[35/77] Emitting module Maaku
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Maaku/CMark/CMExtension.swift:29:23: warning: static property 'none' produces an empty option set
    public static let none = CMExtensionOption(rawValue: 0)
                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Maaku/CMark/CMExtension.swift:29:23: note: use [] to silence this warning
    public static let none = CMExtensionOption(rawValue: 0)
                      ^                       ~~~~~~~~~~~~~
                                              ([])
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Maaku/CMark/CMParser.swift:38:35: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol CMParserDelegate: class {
                                  ^~~~~
                                  AnyObject
[36/83] Compiling Maaku UnorderedList.swift
[37/83] Compiling Maaku Document.swift
[38/83] Compiling Maaku DocumentConverter.swift
[39/83] Compiling Maaku Strikethrough.swift
[40/83] Compiling Maaku Table.swift
[41/83] Compiling Maaku TableCell.swift
[42/83] Compiling Maaku Image.swift
[43/83] Compiling Maaku Inline.swift
[44/83] Compiling Maaku InlineCode.swift
[45/83] Compiling Maaku InlineHtml.swift
[46/83] Compiling Maaku LineBreak.swift
[47/83] Compiling Maaku Link.swift
[48/83] Compiling Maaku CMDelimiterType.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Maaku/CMark/CMExtension.swift:29:23: warning: static property 'none' produces an empty option set
    public static let none = CMExtensionOption(rawValue: 0)
                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Maaku/CMark/CMExtension.swift:29:23: note: use [] to silence this warning
    public static let none = CMExtensionOption(rawValue: 0)
                      ^                       ~~~~~~~~~~~~~
                                              ([])
[49/83] Compiling Maaku CMDocument.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Maaku/CMark/CMExtension.swift:29:23: warning: static property 'none' produces an empty option set
    public static let none = CMExtensionOption(rawValue: 0)
                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Maaku/CMark/CMExtension.swift:29:23: note: use [] to silence this warning
    public static let none = CMExtensionOption(rawValue: 0)
                      ^                       ~~~~~~~~~~~~~
                                              ([])
[50/83] Compiling Maaku CMDocumentOption.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Maaku/CMark/CMExtension.swift:29:23: warning: static property 'none' produces an empty option set
    public static let none = CMExtensionOption(rawValue: 0)
                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Maaku/CMark/CMExtension.swift:29:23: note: use [] to silence this warning
    public static let none = CMExtensionOption(rawValue: 0)
                      ^                       ~~~~~~~~~~~~~
                                              ([])
[51/83] Compiling Maaku CMExtension.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Maaku/CMark/CMExtension.swift:29:23: warning: static property 'none' produces an empty option set
    public static let none = CMExtensionOption(rawValue: 0)
                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Maaku/CMark/CMExtension.swift:29:23: note: use [] to silence this warning
    public static let none = CMExtensionOption(rawValue: 0)
                      ^                       ~~~~~~~~~~~~~
                                              ([])
[52/83] Compiling Maaku CMIterator.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Maaku/CMark/CMExtension.swift:29:23: warning: static property 'none' produces an empty option set
    public static let none = CMExtensionOption(rawValue: 0)
                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Maaku/CMark/CMExtension.swift:29:23: note: use [] to silence this warning
    public static let none = CMExtensionOption(rawValue: 0)
                      ^                       ~~~~~~~~~~~~~
                                              ([])
[53/83] Compiling Maaku CMListType.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Maaku/CMark/CMExtension.swift:29:23: warning: static property 'none' produces an empty option set
    public static let none = CMExtensionOption(rawValue: 0)
                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Maaku/CMark/CMExtension.swift:29:23: note: use [] to silence this warning
    public static let none = CMExtensionOption(rawValue: 0)
                      ^                       ~~~~~~~~~~~~~
                                              ([])
[54/83] Compiling Maaku CMNode+ASTManipulation.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Maaku/CMark/CMNode.swift:261:23: warning: assuming you mean 'Optional<CMExtensionOption>.none'; did you mean 'CMExtensionOption.none' instead?
        if result == .none {
                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Maaku/CMark/CMNode.swift:261:22: note: explicitly specify 'Optional' to silence this warning
        if result == .none {
                     ^
                     Optional
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Maaku/CMark/CMNode.swift:261:22: note: use 'CMExtensionOption.none' instead
        if result == .none {
                     ^
                     CMExtensionOption
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Maaku/CMark/CMParser.swift:38:35: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol CMParserDelegate: class {
                                  ^~~~~
                                  AnyObject
[55/83] Compiling Maaku CMNode+Render.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Maaku/CMark/CMNode.swift:261:23: warning: assuming you mean 'Optional<CMExtensionOption>.none'; did you mean 'CMExtensionOption.none' instead?
        if result == .none {
                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Maaku/CMark/CMNode.swift:261:22: note: explicitly specify 'Optional' to silence this warning
        if result == .none {
                     ^
                     Optional
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Maaku/CMark/CMNode.swift:261:22: note: use 'CMExtensionOption.none' instead
        if result == .none {
                     ^
                     CMExtensionOption
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Maaku/CMark/CMParser.swift:38:35: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol CMParserDelegate: class {
                                  ^~~~~
                                  AnyObject
[56/83] Compiling Maaku CMNode+Task.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Maaku/CMark/CMNode.swift:261:23: warning: assuming you mean 'Optional<CMExtensionOption>.none'; did you mean 'CMExtensionOption.none' instead?
        if result == .none {
                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Maaku/CMark/CMNode.swift:261:22: note: explicitly specify 'Optional' to silence this warning
        if result == .none {
                     ^
                     Optional
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Maaku/CMark/CMNode.swift:261:22: note: use 'CMExtensionOption.none' instead
        if result == .none {
                     ^
                     CMExtensionOption
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Maaku/CMark/CMParser.swift:38:35: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol CMParserDelegate: class {
                                  ^~~~~
                                  AnyObject
[57/83] Compiling Maaku CMNode.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Maaku/CMark/CMNode.swift:261:23: warning: assuming you mean 'Optional<CMExtensionOption>.none'; did you mean 'CMExtensionOption.none' instead?
        if result == .none {
                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Maaku/CMark/CMNode.swift:261:22: note: explicitly specify 'Optional' to silence this warning
        if result == .none {
                     ^
                     Optional
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Maaku/CMark/CMNode.swift:261:22: note: use 'CMExtensionOption.none' instead
        if result == .none {
                     ^
                     CMExtensionOption
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Maaku/CMark/CMParser.swift:38:35: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol CMParserDelegate: class {
                                  ^~~~~
                                  AnyObject
[58/83] Compiling Maaku CMNodeType.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Maaku/CMark/CMNode.swift:261:23: warning: assuming you mean 'Optional<CMExtensionOption>.none'; did you mean 'CMExtensionOption.none' instead?
        if result == .none {
                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Maaku/CMark/CMNode.swift:261:22: note: explicitly specify 'Optional' to silence this warning
        if result == .none {
                     ^
                     Optional
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Maaku/CMark/CMNode.swift:261:22: note: use 'CMExtensionOption.none' instead
        if result == .none {
                     ^
                     CMExtensionOption
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Maaku/CMark/CMParser.swift:38:35: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol CMParserDelegate: class {
                                  ^~~~~
                                  AnyObject
[59/83] Compiling Maaku CMParser.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Maaku/CMark/CMNode.swift:261:23: warning: assuming you mean 'Optional<CMExtensionOption>.none'; did you mean 'CMExtensionOption.none' instead?
        if result == .none {
                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Maaku/CMark/CMNode.swift:261:22: note: explicitly specify 'Optional' to silence this warning
        if result == .none {
                     ^
                     Optional
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Maaku/CMark/CMNode.swift:261:22: note: use 'CMExtensionOption.none' instead
        if result == .none {
                     ^
                     CMExtensionOption
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Maaku/CMark/CMParser.swift:38:35: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol CMParserDelegate: class {
                                  ^~~~~
                                  AnyObject
[60/83] Compiling Maaku Block.swift
[61/83] Compiling Maaku BlockQuote.swift
[62/83] Compiling Maaku ContainerBlock.swift
[63/83] Compiling Maaku FootnoteDefinition.swift
[64/83] Compiling Maaku ListItem.swift
[65/83] Compiling Maaku OrderedList.swift
[66/83] Compiling Maaku HtmlBlock.swift
[67/83] Compiling Maaku LeafBlock.swift
[68/83] Compiling Maaku Paragraph.swift
[69/83] Compiling Maaku Plugin.swift
[70/83] Compiling Maaku Style.swift
[71/83] Compiling Maaku YoutubePlugin.swift
[72/83] Compiling Maaku TableHeader.swift
[73/83] Compiling Maaku TableRow.swift
[74/83] Compiling Maaku TasklistItem.swift
[75/83] Compiling Maaku Font+Maaku.swift
[76/83] Compiling Maaku Emphasis.swift
[77/83] Compiling Maaku FootnoteReference.swift
[78/83] Compiling Maaku SoftBreak.swift
[79/83] Compiling Maaku Strong.swift
[80/83] Compiling Maaku Text.swift
[81/83] Compiling Maaku CodeBlock.swift
[82/83] Compiling Maaku Heading.swift
[83/83] Compiling Maaku HorizontalRule.swift
Build complete! (21.77s)
Build complete.
Done.