Build Information
Failed to build swift-doc, reference 0.1.1 (b5274f
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 13:22:39 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftDocOrg/swift-doc.git
Reference: 0.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SwiftDocOrg/swift-doc
* tag 0.1.1 -> FETCH_HEAD
HEAD is now at b5274fb Update SwiftSemantics dependency to use 0.1.x tag
Cloned https://github.com/SwiftDocOrg/swift-doc.git
Revision (git rev-parse @):
b5274fbe4813dc6e6616007009747979315e2cfc
SUCCESS checkout https://github.com/SwiftDocOrg/swift-doc.git at 0.1.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/SwiftDocOrg/swift-doc.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/38] Write sources
[0/38] Write swift-doc-entitlement.plist
[0/38] Write sources
[4/38] Write swift-version-1EA4D86E10B52AF.txt
[5/38] Compiling cmark cmark_ctype.c
[6/38] Compiling atomic-counter.c
[7/38] Compiling cmark cmark.c
[8/38] Compiling cmark man.c
[9/38] Compiling cmark node.c
[10/38] Compiling cmark references.c
[11/38] Compiling cmark buffer.c
[12/38] Compiling cmark render.c
[13/38] Compiling cmark iterator.c
[14/38] Compiling cmark latex.c
[15/38] Compiling cmark html.c
[16/38] Compiling cmark inlines.c
[17/38] Write sources
[21/38] Compiling cmark houdini_html_u.c
[22/38] Write sources
[24/38] Compiling cmark houdini_html_e.c
[25/38] Write sources
[27/51] Compiling cmark houdini_href_e.c
[28/67] Compiling cmark utf8.c
[29/75] Compiling cmark commonmark.c
[30/75] Compiling cmark xml.c
[31/75] Compiling cmark scanners.c
[32/123] Compiling cmark blocks.c
[34/149] Emitting module CommonMark
[35/151] Compiling DCOV Ratio.swift
[36/151] Compiling DCOV Entry.swift
[37/151] Compiling DCOV Report.swift
[38/151] Emitting module DCOV
[39/151] Compiling CommonMark Link.swift
[40/151] Compiling CommonMark RawHTML.swift
[41/151] Compiling CommonMark SoftLineBreak.swift
[42/151] Compiling CommonMark BlockQuote.swift
[43/151] Compiling CommonMark CodeBlock.swift
[44/151] Compiling CommonMark HTMLBlock.swift
[45/151] Compiling CommonMark Heading.swift
[46/151] Compiling CommonMark List.swift
[47/151] Compiling CommonMark Paragraph.swift
[48/151] Compiling CommonMark Literal.swift
[49/151] Compiling CommonMark Visitable.swift
[50/151] Compiling CommonMark Emphasis.swift
[51/151] Compiling CommonMark HardLineBreak.swift
[52/151] Compiling CommonMark Image.swift
[53/151] Compiling CommonMark LineBreak.swift
[54/151] Compiling CommonMark Linked.swift
[55/151] Compiling CommonMark Block.swift
[56/151] Compiling CommonMark Children.swift
[57/151] Compiling CommonMark Inline.swift
[58/151] Compiling CommonMark ThematicBreak.swift
[59/151] Compiling CommonMark Document.swift
[60/151] Compiling CommonMark Code.swift
[61/151] Compiling CommonMark Strong.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CommonMark/Sources/CommonMark/Nodes/Node.swift:218:13: error: cannot find 'free' in scope
216 |
217 | defer {
218 | free(cString)
| `- error: cannot find 'free' in scope
219 | }
220 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CommonMark/Sources/CommonMark/Nodes/Node.swift:332:13: error: cannot find 'free' in scope
330 |
331 | defer {
332 | free(cString)
| `- error: cannot find 'free' in scope
333 | }
334 |
[62/151] Compiling CommonMark Text.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CommonMark/Sources/CommonMark/Nodes/Node.swift:218:13: error: cannot find 'free' in scope
216 |
217 | defer {
218 | free(cString)
| `- error: cannot find 'free' in scope
219 | }
220 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CommonMark/Sources/CommonMark/Nodes/Node.swift:332:13: error: cannot find 'free' in scope
330 |
331 | defer {
332 | free(cString)
| `- error: cannot find 'free' in scope
333 | }
334 |
[63/151] Compiling CommonMark Node.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CommonMark/Sources/CommonMark/Nodes/Node.swift:218:13: error: cannot find 'free' in scope
216 |
217 | defer {
218 | free(cString)
| `- error: cannot find 'free' in scope
219 | }
220 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/CommonMark/Sources/CommonMark/Nodes/Node.swift:332:13: error: cannot find 'free' in scope
330 |
331 | defer {
332 | free(cString)
| `- error: cannot find 'free' in scope
333 | }
334 |
[64/151] Compiling CommonMark Visitor.swift
[65/151] Compiling CommonMark Version.swift
Fetching https://github.com/apple/swift-syntax.git
[1/70884] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.25s)
Fetching https://github.com/SwiftDocOrg/CommonMark.git
[1/1175] Fetching commonmark
Fetched https://github.com/SwiftDocOrg/CommonMark.git from cache (0.83s)
Fetching https://github.com/SwiftDocOrg/GraphViz.git
Fetching https://github.com/SwiftDocOrg/SwiftMarkup.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/SwiftDocOrg/swift-cmark.git
Fetching https://github.com/SwiftDocOrg/SwiftSemantics.git
[1/810] Fetching graphviz
[50/1179] Fetching graphviz, swiftmarkup
[203/1611] Fetching graphviz, swiftmarkup, swiftsemantics
[1612/16991] Fetching graphviz, swiftmarkup, swiftsemantics, swift-argument-parser
[2381/29546] Fetching graphviz, swiftmarkup, swiftsemantics, swift-argument-parser, swift-cmark
Fetched https://github.com/SwiftDocOrg/swift-cmark.git from cache (1.62s)
Fetched https://github.com/SwiftDocOrg/SwiftMarkup.git from cache (1.62s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.62s)
Fetched https://github.com/SwiftDocOrg/GraphViz.git from cache (1.62s)
Fetched https://github.com/SwiftDocOrg/SwiftSemantics.git from cache (1.62s)
Computing version for https://github.com/SwiftDocOrg/swift-cmark.git
Computed https://github.com/SwiftDocOrg/swift-cmark.git at 0.29.0+20210102.9c8096a (3.53s)
Computing version for https://github.com/SwiftDocOrg/SwiftSemantics.git
Computed https://github.com/SwiftDocOrg/SwiftSemantics.git at 0.1.0 (0.51s)
Computing version for https://github.com/SwiftDocOrg/SwiftMarkup.git
Computed https://github.com/SwiftDocOrg/SwiftMarkup.git at 0.0.5 (0.51s)
Computing version for https://github.com/SwiftDocOrg/GraphViz.git
Computed https://github.com/SwiftDocOrg/GraphViz.git at 0.1.3 (0.50s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.0.6 (0.55s)
Creating working copy for https://github.com/SwiftDocOrg/SwiftMarkup.git
Working copy of https://github.com/SwiftDocOrg/SwiftMarkup.git resolved at 0.0.5
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.0.6
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 master (1c8f398)
Creating working copy for https://github.com/SwiftDocOrg/SwiftSemantics.git
Working copy of https://github.com/SwiftDocOrg/SwiftSemantics.git resolved at 0.1.0
Creating working copy for https://github.com/SwiftDocOrg/GraphViz.git
Working copy of https://github.com/SwiftDocOrg/GraphViz.git resolved at 0.1.3
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 0.50200.0 (0688b9c)
BUILD FAILURE 6.2 macosSpm