The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CommonMark 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/SwiftDocOrg/CommonMark.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/3/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/SwiftDocOrg/CommonMark.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/21] Write swift-version--423B1241ED78D482.txt
[1/21] Compiling cmark node.c
[2/21] Compiling cmark xml.c
[3/21] Compiling cmark references.c
[4/21] Compiling cmark latex.c
[5/21] Compiling cmark iterator.c
[6/21] Compiling cmark html.c
[7/21] Compiling cmark utf8.c
[8/21] Compiling cmark houdini_html_e.c
[9/21] Compiling cmark houdini_html_u.c
[10/21] Compiling cmark inlines.c
[11/21] Compiling cmark houdini_href_e.c
[12/21] Compiling cmark cmark.c
[13/21] Write sources
[14/21] Compiling cmark commonmark.c
[15/21] Compiling cmark cmark_ctype.c
[16/21] Compiling cmark buffer.c
[17/21] Compiling cmark blocks.c
[18/21] Compiling cmark man.c
[19/21] Compiling cmark render.c
[20/21] Compiling cmark scanners.c
[22/50] Compiling CommonMark Link.swift
[23/50] Compiling CommonMark RawHTML.swift
[24/50] Compiling CommonMark SoftLineBreak.swift
[25/50] Compiling CommonMark Strong.swift
[26/50] Compiling CommonMark Code.swift
[27/50] Compiling CommonMark Emphasis.swift
[28/50] Compiling CommonMark HardLineBreak.swift
[29/50] Compiling CommonMark Image.swift
[30/54] Compiling CommonMark BlockQuote.swift
[31/54] Compiling CommonMark CodeBlock.swift
[32/54] Compiling CommonMark HTMLBlock.swift
[33/54] Compiling CommonMark Heading.swift
[34/54] Compiling CommonMark Inline.swift
[35/54] Compiling CommonMark LineBreak.swift
[36/54] Compiling CommonMark Linked.swift
[37/54] Compiling CommonMark Literal.swift
[38/54] Compiling CommonMark Text.swift
/Users/builder/builds/UKfvDsi8u/3/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/builder/builds/UKfvDsi8u/3/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,
                           ~~~~~~~~~~~~~~~~~~~~~~~ ^   ~~~~
[39/54] Compiling CommonMark Node.swift
/Users/builder/builds/UKfvDsi8u/3/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/builder/builds/UKfvDsi8u/3/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,
                           ~~~~~~~~~~~~~~~~~~~~~~~ ^   ~~~~
[40/54] Compiling CommonMark ContainerOfBlocksBuilder.swift
/Users/builder/builds/UKfvDsi8u/3/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/builder/builds/UKfvDsi8u/3/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,
                           ~~~~~~~~~~~~~~~~~~~~~~~ ^   ~~~~
[41/54] Compiling CommonMark ContainerOfInlineElementsBuilder.swift
/Users/builder/builds/UKfvDsi8u/3/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/builder/builds/UKfvDsi8u/3/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/54] Emitting module CommonMark
[43/54] Compiling CommonMark ListBuilder.swift
[44/54] Compiling CommonMark Block.swift
[45/54] Compiling CommonMark Children.swift
[46/54] Compiling CommonMark Fragment.swift
[47/54] Compiling CommonMark List.swift
[48/54] Compiling CommonMark Paragraph.swift
[49/54] Compiling CommonMark ThematicBreak.swift
[50/54] Compiling CommonMark Document.swift
[51/54] Compiling CommonMark Section.swift
[52/54] Compiling CommonMark Visitable.swift
[53/54] Compiling CommonMark Visitor.swift
[54/54] Compiling CommonMark Version.swift
Build complete! (2.41s)
Fetching https://github.com/SwiftDocOrg/swift-cmark.git from cache
Fetched https://github.com/SwiftDocOrg/swift-cmark.git from cache (0.21s)
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
Build complete.
Done.

Build Machine: Mac 7