The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KristopherGBaker/Maaku.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/KristopherGBaker/Maaku
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7d2360b Add deployment targets to swift pm manifest (#55)
Cloned https://github.com/KristopherGBaker/Maaku.git
Revision (git rev-parse @):
7d2360b31b6b81bb37e45f1d1c14531ab033ce88
SUCCESS checkout https://github.com/KristopherGBaker/Maaku.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/KristopherGBaker/Maaku.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/36] Write swift-version--423B1241ED78D482.txt
[1/36] Compiling libcmark_gfm xml.c
[2/36] Compiling libcmark_gfm syntax_extension.c
[3/36] Compiling libcmark_gfm strikethrough.c
[4/36] Compiling libcmark_gfm table.c
[5/36] Compiling libcmark_gfm utf8.c
[6/36] Compiling libcmark_gfm render.c
[7/36] Compiling libcmark_gfm commonmark.c
/Users/builder/builds/UKfvDsi8u/0/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/UKfvDsi8u/0/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/UKfvDsi8u/0/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/UKfvDsi8u/0/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.
[8/36] Compiling libcmark_gfm tasklist.c
[9/36] Compiling libcmark_gfm registry.c
[10/36] Compiling libcmark_gfm plugin.c
[11/36] Compiling libcmark_gfm references.c
[12/36] Compiling libcmark_gfm tagfilter.c
[13/36] Compiling libcmark_gfm plaintext.c
[14/36] Compiling libcmark_gfm core-extensions.c
[15/36] Compiling libcmark_gfm node.c
[16/36] Compiling libcmark_gfm cmark_ctype.c
[17/36] Compiling libcmark_gfm map.c
[18/36] Compiling libcmark_gfm linked_list.c
[19/36] Compiling libcmark_gfm man.c
[20/36] Compiling libcmark_gfm scanners.c
[21/36] Compiling libcmark_gfm latex.c
[22/36] Compiling libcmark_gfm iterator.c
[23/36] Compiling libcmark_gfm houdini_href_e.c
[24/36] Compiling libcmark_gfm footnotes.c
[25/36] Compiling libcmark_gfm ext_scanners.c
[26/36] Compiling libcmark_gfm houdini_html_e.c
[27/36] Compiling libcmark_gfm cmark.c
[28/36] Compiling libcmark_gfm html.c
[29/36] Write sources
[30/36] Compiling libcmark_gfm buffer.c
[31/36] Compiling libcmark_gfm autolink.c
[32/36] Compiling libcmark_gfm arena.c
[33/36] Compiling libcmark_gfm houdini_html_u.c
[34/36] Compiling libcmark_gfm inlines.c
[35/36] Compiling libcmark_gfm blocks.c
[37/79] Emitting module Maaku
/Users/builder/builds/UKfvDsi8u/0/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/UKfvDsi8u/0/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/UKfvDsi8u/0/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
[38/79] Compiling Maaku Block.swift
[39/79] Compiling Maaku BlockQuote.swift
[40/79] Compiling Maaku ContainerBlock.swift
[41/79] Compiling Maaku FootnoteDefinition.swift
[42/79] Compiling Maaku ListItem.swift
[43/79] Compiling Maaku OrderedList.swift
[44/79] Compiling Maaku UnorderedList.swift
[45/79] Compiling Maaku Document.swift
[46/79] Compiling Maaku DocumentConverter.swift
[47/79] Compiling Maaku Strikethrough.swift
[48/79] Compiling Maaku Table.swift
[49/79] Compiling Maaku TableCell.swift
[50/79] Compiling Maaku CMNode+ASTManipulation.swift
/Users/builder/builds/UKfvDsi8u/0/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/UKfvDsi8u/0/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/UKfvDsi8u/0/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/UKfvDsi8u/0/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
[51/79] Compiling Maaku CMNode+Render.swift
/Users/builder/builds/UKfvDsi8u/0/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/UKfvDsi8u/0/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/UKfvDsi8u/0/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/UKfvDsi8u/0/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
[52/79] Compiling Maaku CMNode+Task.swift
/Users/builder/builds/UKfvDsi8u/0/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/UKfvDsi8u/0/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/UKfvDsi8u/0/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/UKfvDsi8u/0/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
[53/79] Compiling Maaku CMNode.swift
/Users/builder/builds/UKfvDsi8u/0/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/UKfvDsi8u/0/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/UKfvDsi8u/0/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/UKfvDsi8u/0/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
[54/79] Compiling Maaku CMNodeType.swift
/Users/builder/builds/UKfvDsi8u/0/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/UKfvDsi8u/0/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/UKfvDsi8u/0/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/UKfvDsi8u/0/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/79] Compiling Maaku CMParser.swift
/Users/builder/builds/UKfvDsi8u/0/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/UKfvDsi8u/0/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/UKfvDsi8u/0/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/UKfvDsi8u/0/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/85] Compiling Maaku SoftBreak.swift
[57/85] Compiling Maaku Strong.swift
[58/85] Compiling Maaku Text.swift
[59/85] Compiling Maaku CodeBlock.swift
[60/85] Compiling Maaku Heading.swift
[61/85] Compiling Maaku HorizontalRule.swift
[62/85] Compiling Maaku CMDelimiterType.swift
/Users/builder/builds/UKfvDsi8u/0/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/UKfvDsi8u/0/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)
                      ^                       ~~~~~~~~~~~~~
                                              ([])
[63/85] Compiling Maaku CMDocument.swift
/Users/builder/builds/UKfvDsi8u/0/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/UKfvDsi8u/0/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)
                      ^                       ~~~~~~~~~~~~~
                                              ([])
[64/85] Compiling Maaku CMDocumentOption.swift
/Users/builder/builds/UKfvDsi8u/0/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/UKfvDsi8u/0/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)
                      ^                       ~~~~~~~~~~~~~
                                              ([])
[65/85] Compiling Maaku CMExtension.swift
/Users/builder/builds/UKfvDsi8u/0/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/UKfvDsi8u/0/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)
                      ^                       ~~~~~~~~~~~~~
                                              ([])
[66/85] Compiling Maaku CMIterator.swift
/Users/builder/builds/UKfvDsi8u/0/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/UKfvDsi8u/0/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)
                      ^                       ~~~~~~~~~~~~~
                                              ([])
[67/85] Compiling Maaku CMListType.swift
/Users/builder/builds/UKfvDsi8u/0/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/UKfvDsi8u/0/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)
                      ^                       ~~~~~~~~~~~~~
                                              ([])
[68/85] Compiling Maaku TableHeader.swift
[69/85] Compiling Maaku TableRow.swift
[70/85] Compiling Maaku TasklistItem.swift
[71/85] Compiling Maaku Font+Maaku.swift
[72/85] Compiling Maaku Emphasis.swift
[73/85] Compiling Maaku FootnoteReference.swift
[74/85] Compiling Maaku Image.swift
[75/85] Compiling Maaku Inline.swift
[76/85] Compiling Maaku InlineCode.swift
[77/85] Compiling Maaku InlineHtml.swift
[78/85] Compiling Maaku LineBreak.swift
[79/85] Compiling Maaku Link.swift
[80/85] Compiling Maaku HtmlBlock.swift
[81/85] Compiling Maaku LeafBlock.swift
[82/85] Compiling Maaku Paragraph.swift
[83/85] Compiling Maaku Plugin.swift
[84/85] Compiling Maaku Style.swift
[85/85] Compiling Maaku YoutubePlugin.swift
Build complete! (11.80s)
Fetching https://github.com/Quick/Quick.git from cache
Fetching https://github.com/Quick/Nimble.git from cache
Fetching https://github.com/KristopherGBaker/libcmark_gfm.git
[1/293] Fetching libcmark_gfm
Fetched https://github.com/Quick/Quick.git from cache (0.27s)
Fetched https://github.com/Quick/Nimble.git from cache (0.27s)
Fetched https://github.com/KristopherGBaker/libcmark_gfm.git from cache (0.27s)
Computing version for https://github.com/KristopherGBaker/libcmark_gfm.git
Computed https://github.com/KristopherGBaker/libcmark_gfm.git at 0.29.4 (0.36s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.1 (0.35s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (0.35s)
warning: /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/Nimble-80770dfe is not valid git repository for 'https://github.com/Quick/Nimble.git', will fetch again.
Fetching https://github.com/Quick/Nimble.git from cache
Fetched https://github.com/Quick/Nimble.git from cache (0.01s)
warning: /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/Nimble-80770dfe is not valid git repository for 'https://github.com/Quick/Nimble.git', will fetch again.
Fetching https://github.com/Quick/Nimble.git from cache
Fetched https://github.com/Quick/Nimble.git from cache (0.01s)
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/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/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 2.2.1
Build complete.
Done.

Build Machine: Mac 7