This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

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.23.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftDocOrg/CommonMark.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/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 into spi-builder-workspace
6fc9d04ff53628d5edd66c110e9f724c01146791
SUCCESS checkout https://github.com/SwiftDocOrg/CommonMark.git at main
========================================
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.app" xcrun swift build --arch arm64
Fetching https://github.com/SwiftDocOrg/swift-cmark.git from cache
Fetched https://github.com/SwiftDocOrg/swift-cmark.git (0.27s)
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.05s)
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
Building for debugging...
[0/19] Compiling cmark references.c
[1/19] Compiling cmark render.c
[2/19] Compiling cmark iterator.c
[3/19] Compiling cmark inlines.c
[4/19] Compiling cmark latex.c
[5/19] Compiling cmark html.c
[6/19] Compiling cmark xml.c
[7/19] Compiling cmark scanners.c
[8/19] Compiling cmark node.c
[9/19] Compiling cmark houdini_href_e.c
[10/19] Compiling cmark houdini_html_u.c
[11/19] Compiling cmark houdini_html_e.c
[12/19] Compiling cmark cmark_ctype.c
[13/19] Compiling cmark commonmark.c
[14/19] Compiling cmark cmark.c
[15/19] Compiling cmark buffer.c
[16/19] Compiling cmark utf8.c
[17/19] Compiling cmark blocks.c
[18/19] Compiling cmark man.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 ListBuilder.swift
[26/52] Compiling CommonMark Block.swift
[27/52] Compiling CommonMark Children.swift
[28/52] Compiling CommonMark Fragment.swift
[29/52] Compiling CommonMark Text.swift
/Users/builder/builds/TDmZkXJm/2/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/TDmZkXJm/2/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,
                           ~~~~~~~~~~~~~~~~~~~~~~~ ^   ~~~~
[30/52] Compiling CommonMark Node.swift
/Users/builder/builds/TDmZkXJm/2/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/TDmZkXJm/2/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,
                           ~~~~~~~~~~~~~~~~~~~~~~~ ^   ~~~~
[31/52] Compiling CommonMark ContainerOfBlocksBuilder.swift
/Users/builder/builds/TDmZkXJm/2/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/TDmZkXJm/2/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,
                           ~~~~~~~~~~~~~~~~~~~~~~~ ^   ~~~~
[32/52] Compiling CommonMark ContainerOfInlineElementsBuilder.swift
/Users/builder/builds/TDmZkXJm/2/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/TDmZkXJm/2/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,
                           ~~~~~~~~~~~~~~~~~~~~~~~ ^   ~~~~
[33/52] Compiling CommonMark Inline.swift
[34/52] Compiling CommonMark LineBreak.swift
[35/52] Compiling CommonMark Linked.swift
[36/52] Compiling CommonMark Literal.swift
[37/52] Compiling CommonMark BlockQuote.swift
[38/52] Compiling CommonMark CodeBlock.swift
[39/52] Compiling CommonMark HTMLBlock.swift
[40/52] Compiling CommonMark Heading.swift
[41/52] Compiling CommonMark Section.swift
[42/52] Compiling CommonMark Visitable.swift
[43/52] Compiling CommonMark Visitor.swift
[44/52] Compiling CommonMark Version.swift
[45/52] Compiling CommonMark List.swift
[46/52] Compiling CommonMark Paragraph.swift
[47/52] Compiling CommonMark ThematicBreak.swift
[48/52] Compiling CommonMark Document.swift
[49/52] Compiling CommonMark Link.swift
[50/52] Compiling CommonMark RawHTML.swift
[51/52] Compiling CommonMark SoftLineBreak.swift
[52/52] Compiling CommonMark Strong.swift
Build complete! (6.99s)
Build complete.
========================================
ResolveProductDependencies
========================================
Resolving dependencies at path: spi-builder-workspace
Fetching https://github.com/SwiftDocOrg/CommonMark.git from cache
Fetched https://github.com/SwiftDocOrg/CommonMark.git (0.17s)
Fetching https://github.com/SwiftDocOrg/swift-cmark.git from cache
Fetched https://github.com/SwiftDocOrg/swift-cmark.git (0.25s)
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.02s)
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
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/2/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/builder/builds/TDmZkXJm/2/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/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-cmark",
          "dependencies": [

          ]
        }
      ]
    }
  ]
}
Found 1 product dependencies
  - cmark
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.