The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CommonMarkAttributedString 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.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattt/CommonMarkAttributedString.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/mattt/CommonMarkAttributedString
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a63c66b Update ci.yml
Cloned https://github.com/mattt/CommonMarkAttributedString.git
Revision (git rev-parse @):
a63c66bb3bd041f95a81b3e202207761c7df59c2
SUCCESS checkout https://github.com/mattt/CommonMarkAttributedString.git at main
Fetching https://github.com/SwiftDocOrg/swift-cmark.git from cache
Fetching https://github.com/SwiftDocOrg/CommonMark.git from cache
Fetched https://github.com/SwiftDocOrg/swift-cmark.git (0.33s)
Fetched https://github.com/SwiftDocOrg/CommonMark.git (0.33s)
Computing version for https://github.com/SwiftDocOrg/CommonMark.git
Computed https://github.com/SwiftDocOrg/CommonMark.git at 0.3.0 (0.48s)
Computing version for https://github.com/SwiftDocOrg/swift-cmark.git
Computed https://github.com/SwiftDocOrg/swift-cmark.git at 0.28.3+20200110.2a76603 (0.05s)
Creating working copy for https://github.com/SwiftDocOrg/CommonMark.git
Working copy of https://github.com/SwiftDocOrg/CommonMark.git resolved at 0.3.0
Creating working copy for https://github.com/SwiftDocOrg/swift-cmark.git
Working copy of https://github.com/SwiftDocOrg/swift-cmark.git resolved at 0.28.3+20200110.2a76603
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "commonmarkattributedstring",
      "name": "CommonMarkAttributedString",
      "url": "https://github.com/mattt/CommonMarkAttributedString.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CommonMarkAttributedString",
      "dependencies": [
        {
          "identity": "commonmark",
          "name": "CommonMark",
          "url": "https://github.com/SwiftDocOrg/CommonMark.git",
          "version": "0.3.2",
          "path": "/Users/admin/builds/h8344Zi3/0/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/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-cmark",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/mattt/CommonMarkAttributedString.git
[1/125] Fetching commonmarkattributedstring
Fetched https://github.com/mattt/CommonMarkAttributedString.git (0.26s)
Fetching https://github.com/SwiftDocOrg/CommonMark.git from cache
Fetched https://github.com/SwiftDocOrg/CommonMark.git (0.22s)
Computing version for https://github.com/SwiftDocOrg/CommonMark.git
Computed https://github.com/SwiftDocOrg/CommonMark.git at 0.3.2 (0.05s)
Fetching https://github.com/SwiftDocOrg/swift-cmark.git from cache
Fetched https://github.com/SwiftDocOrg/swift-cmark.git (0.30s)
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/CommonMark.git
Working copy of https://github.com/SwiftDocOrg/CommonMark.git resolved at 0.3.2
Creating working copy for https://github.com/mattt/CommonMarkAttributedString.git
Working copy of https://github.com/mattt/CommonMarkAttributedString.git resolved at main
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
warning: '.resolve-product-dependencies': dependency 'commonmarkattributedstring' is not used by any target
Found 1 product dependencies
  - CommonMark
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/19] Compiling cmark cmark_ctype.c
[1/19] Compiling cmark render.c
[2/19] Compiling cmark commonmark.c
[3/19] Compiling cmark xml.c
[3/19] Compiling cmark houdini_href_e.c
[5/19] Compiling cmark node.c
[6/19] Compiling cmark latex.c
[7/19] Compiling cmark man.c
[8/19] Compiling cmark utf8.c
[9/19] Compiling cmark iterator.c
[10/19] Compiling cmark html.c
[11/19] Compiling cmark references.c
[12/19] Compiling cmark inlines.c
[13/19] Compiling cmark cmark.c
[14/19] Compiling cmark houdini_html_e.c
[15/19] Compiling cmark buffer.c
[15/19] Compiling cmark houdini_html_u.c
[17/19] Compiling cmark blocks.c
[18/19] Compiling cmark scanners.c
[20/42] Emitting module CommonMark
[21/45] Compiling CommonMark HardLineBreak.swift
[22/45] Compiling CommonMark Image.swift
[23/45] Compiling CommonMark Link.swift
[24/45] Compiling CommonMark Linked.swift
[25/45] Compiling CommonMark Literal.swift
[26/45] Compiling CommonMark Version.swift
[27/45] Compiling CommonMark List.swift
[28/45] Compiling CommonMark Paragraph.swift
[29/45] Compiling CommonMark ThematicBreak.swift
[30/45] Compiling CommonMark Children.swift
[31/45] Compiling CommonMark Inline.swift
[32/45] Compiling CommonMark LineBreak.swift
[33/45] Compiling CommonMark BlockQuote.swift
[34/45] Compiling CommonMark CodeBlock.swift
[35/45] Compiling CommonMark HTMLBlock.swift
[36/45] Compiling CommonMark Heading.swift
[37/45] Compiling CommonMark Document.swift
[38/45] Compiling CommonMark Code.swift
[39/45] Compiling CommonMark Emphasis.swift
[40/45] Compiling CommonMark RawHTML.swift
[41/45] Compiling CommonMark SoftLineBreak.swift
[42/45] Compiling CommonMark Strong.swift
[43/45] Compiling CommonMark Text.swift
[44/45] Compiling CommonMark Node.swift
[45/45] Compiling CommonMark Block.swift
[46/52] Compiling CommonMarkAttributedString UIFont+Extensions.swift
[47/52] Compiling CommonMarkAttributedString NSFont+Extensions.swift
[48/52] Compiling CommonMarkAttributedString NSAttributedString+Extensions.swift
[49/52] Compiling CommonMarkAttributedString AttributedStringConvertible.swift
[50/52] Compiling CommonMarkAttributedString Array+Extensions.swift
[51/52] Emitting module CommonMarkAttributedString
[52/52] Compiling CommonMarkAttributedString CommonMark+Extensions.swift
Build complete! (16.27s)
Build complete.
Done.