The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of StyledMarkdown, reference main (5894ca), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 16:14:28 UTC.

Swift 6 data race errors: 0

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/cocoatoucher/StyledMarkdown.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cocoatoucher/StyledMarkdown
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5894ca2 Passing comment to AttributedString initializer.
Cloned https://github.com/cocoatoucher/StyledMarkdown.git
Revision (git rev-parse @):
5894ca265349b41e5e260ad780dea83bff932c88
SUCCESS checkout https://github.com/cocoatoucher/StyledMarkdown.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/cocoatoucher/StyledMarkdown.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/10] Compiling StyledMarkdown AttributeScopes.StyledMarkdownAttributes.swift
[4/10] Compiling StyledMarkdown StyleProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/StyledMarkdown/Style/StyleProtocol.swift:24:21: warning: conformance of 'NSFont' to 'Sendable' is unavailable
22 |             case .font(let font):
23 |                 if let uiFont = font as? FontType {
24 |                     source.font = uiFont
   |                     `- warning: conformance of 'NSFont' to 'Sendable' is unavailable
25 |                 } else {
26 |                     source.font = font as? SwiftUI.Font
:1:1: note: conformance of 'NSFont' to 'Sendable' has been explicitly marked unavailable here
1 | @_nonSendable(_assumed)
  | `- note: conformance of 'NSFont' to 'Sendable' has been explicitly marked unavailable here
[5/10] Compiling StyledMarkdown Text.StyledMarkdown.swift
[6/10] Compiling StyledMarkdown StyleModifier.swift
[7/10] Compiling StyledMarkdown StyleGroup.swift
[8/10] Compiling StyledMarkdown AttributedString.StyledMarkdown.swift
[9/10] Emitting module StyledMarkdown
[10/10] Compiling StyledMarkdown Style.swift
Build complete! (7.59s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "StyledMarkdown",
  "name" : "StyledMarkdown",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "StyledMarkdown",
      "targets" : [
        "StyledMarkdown"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StyledMarkdownTests",
      "module_type" : "SwiftTarget",
      "name" : "StyledMarkdownTests",
      "path" : "Tests/StyledMarkdownTests",
      "sources" : [
        "StyledMarkdownTests.swift"
      ],
      "target_dependencies" : [
        "StyledMarkdown"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StyledMarkdown",
      "module_type" : "SwiftTarget",
      "name" : "StyledMarkdown",
      "path" : "Sources",
      "product_memberships" : [
        "StyledMarkdown"
      ],
      "sources" : [
        "StyledMarkdown/AttributedString.StyledMarkdown.swift",
        "StyledMarkdown/Style/AttributeScopes.StyledMarkdownAttributes.swift",
        "StyledMarkdown/Style/Style.swift",
        "StyledMarkdown/Style/StyleGroup.swift",
        "StyledMarkdown/Style/StyleModifier.swift",
        "StyledMarkdown/Style/StyleProtocol.swift",
        "StyledMarkdown/Text.StyledMarkdown.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.