Build Information
Successful build of MarkdownKit, reference 1.7.3 (39ea7a), with Swift 6.1 for macOS (SPM) on 25 Jun 2025 14:48:05 UTC.
Swift 6 data race errors: 3
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bmoliveira/MarkdownKit.git
Reference: 1.7.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bmoliveira/MarkdownKit
* tag 1.7.3 -> FETCH_HEAD
HEAD is now at 39ea7a3 Merge pull request #122 from bmoliveira/bo/fix-utf-16-link
Cloned https://github.com/bmoliveira/MarkdownKit.git
Revision (git rev-parse @):
39ea7a3fc7e65bcafe55152592b834859be574a5
SUCCESS checkout https://github.com/bmoliveira/MarkdownKit.git at 1.7.3
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "markdownkit",
"name": "MarkdownKit",
"url": "https://github.com/bmoliveira/MarkdownKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/MarkdownKit",
"dependencies": [
]
}
]
}
Fetching https://github.com/bmoliveira/MarkdownKit.git
[1/2398] Fetching markdownkit
Fetched https://github.com/bmoliveira/MarkdownKit.git from cache (1.02s)
Creating working copy for https://github.com/bmoliveira/MarkdownKit.git
Working copy of https://github.com/bmoliveira/MarkdownKit.git resolved at 1.7.3 (39ea7a3)
warning: '.resolve-product-dependencies': dependency 'markdownkit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/bmoliveira/MarkdownKit.git
https://github.com/bmoliveira/MarkdownKit.git
{
"dependencies" : [
],
"manifest_display_name" : "MarkdownKit",
"name" : "MarkdownKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "MarkdownKit",
"targets" : [
"MarkdownKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MarkdownKit-Dynamic",
"targets" : [
"MarkdownKit"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "MarkdownKitTests",
"module_type" : "SwiftTarget",
"name" : "MarkdownKitTests",
"path" : "MarkdownKit/Tests",
"sources" : [
"MarkdownParserTests.swift"
],
"target_dependencies" : [
"MarkdownKit"
],
"type" : "test"
},
{
"c99name" : "MarkdownKit",
"module_type" : "SwiftTarget",
"name" : "MarkdownKit",
"path" : "MarkdownKit/Sources",
"product_memberships" : [
"MarkdownKit",
"MarkdownKit-Dynamic"
],
"sources" : [
"AppKit/Elements/Code/MarkdownCode+AppKit.swift",
"AppKit/Elements/Header/MarkdownHeader+AppKit.swift",
"AppKit/Elements/Link/MarkdownLink+AppKit.swift",
"AppKit/Extensions/MarkdownFont+Traits.swift",
"AppKit/MarkdownParser+AppKit.swift",
"Common/Elements/Bold/MarkdownBold.swift",
"Common/Elements/Code/MarkdownCode.swift",
"Common/Elements/Escaping/MarkdownCodeEscaping.swift",
"Common/Elements/Escaping/MarkdownEscaping.swift",
"Common/Elements/Escaping/MarkdownUnescaping.swift",
"Common/Elements/Header/MarkdownHeader.swift",
"Common/Elements/Italic/MarkdownItalic.swift",
"Common/Elements/Link/MarkdownAutomaticLink.swift",
"Common/Elements/Link/MarkdownLink.swift",
"Common/Elements/List/MarkdownList.swift",
"Common/Elements/Quote/MarkdownQuote.swift",
"Common/Elements/Strikethrough/MarkdownStrikethrough.swift",
"Common/Extensions/String+UTF16.swift",
"Common/MarkdownParser.swift",
"Common/Protocols/MarkdownCommonElement.swift",
"Common/Protocols/MarkdownElement.swift",
"Common/Protocols/MarkdownLevelElement.swift",
"Common/Protocols/MarkdownLinkElement.swift",
"Common/Protocols/MarkdownStyle.swift",
"Common/Typealias.swift",
"UIKit/Elements/Code/MarkdownCode+UIKit.swift",
"UIKit/Elements/Header/MarkdownHeader+UIKit.swift",
"UIKit/Elements/Link/MarkdownLink+UIKit.swift",
"UIKit/Extensions/UIFont+Traits.swift",
"UIKit/MarkdownParser+UIKit.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version-2F0A5646E1D333AE.txt
[3/32] Emitting module MarkdownKit
/Users/admin/builder/spi-builder-workspace/MarkdownKit/Sources/AppKit/Elements/Code/MarkdownCode+AppKit.swift:15:14: warning: static property 'defaultFont' is not concurrency-safe because non-'Sendable' type 'NSFont?' may have shared mutable state; this is an error in the Swift 6 language mode
13 | static let defaultHighlightColor = MarkdownColor(red: 0.90, green: 0.20, blue: 0.40, alpha: 1.0)
14 | static let defaultBackgroundColor = MarkdownColor(red: 0.85, green: 0.85, blue: 0.85, alpha: 1.0)
15 | static let defaultFont = MarkdownFont(name: "Menlo-Regular", size: 16)
| |- warning: static property 'defaultFont' is not concurrency-safe because non-'Sendable' type 'NSFont?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'defaultFont' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 | }
17 |
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
| `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 | case none
3 | case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/MarkdownKit/Sources/AppKit/Elements/Header/MarkdownHeader+AppKit.swift:13:14: warning: static property 'defaultFont' is not concurrency-safe because non-'Sendable' type 'NSFont' may have shared mutable state; this is an error in the Swift 6 language mode
11 |
12 | public extension MarkdownHeader {
13 | static let defaultFont = NSFont.boldSystemFont(ofSize: NSFont.systemFontSize)
| |- warning: static property 'defaultFont' is not concurrency-safe because non-'Sendable' type 'NSFont' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'defaultFont' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | }
15 |
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFont.h:24:12: note: class 'NSFont' does not conform to the 'Sendable' protocol
22 | APPKIT_EXTERN const CGFloat * NSFontIdentityMatrix;
23 |
24 | @interface NSFont : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'NSFont' does not conform to the 'Sendable' protocol
25 |
26 | /********* Factory *********/
/Users/admin/builder/spi-builder-workspace/MarkdownKit/Sources/AppKit/MarkdownParser+AppKit.swift:13:14: warning: static property 'defaultFont' is not concurrency-safe because non-'Sendable' type 'NSFont' may have shared mutable state; this is an error in the Swift 6 language mode
11 |
12 | public extension MarkdownParser {
13 | static let defaultFont = NSFont.systemFont(ofSize: NSFont.smallSystemFontSize)
| |- warning: static property 'defaultFont' is not concurrency-safe because non-'Sendable' type 'NSFont' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'defaultFont' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | static let defaultColor = NSColor.black
15 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFont.h:24:12: note: class 'NSFont' does not conform to the 'Sendable' protocol
22 | APPKIT_EXTERN const CGFloat * NSFontIdentityMatrix;
23 |
24 | @interface NSFont : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'NSFont' does not conform to the 'Sendable' protocol
25 |
26 | /********* Factory *********/
[4/35] Compiling MarkdownKit MarkdownLink+UIKit.swift
[5/35] Compiling MarkdownKit UIFont+Traits.swift
[6/35] Compiling MarkdownKit MarkdownParser+UIKit.swift
[7/35] Compiling MarkdownKit MarkdownParser.swift
[8/35] Compiling MarkdownKit MarkdownCommonElement.swift
[9/35] Compiling MarkdownKit MarkdownElement.swift
[10/35] Compiling MarkdownKit MarkdownAutomaticLink.swift
[11/35] Compiling MarkdownKit MarkdownLink.swift
[12/35] Compiling MarkdownKit MarkdownList.swift
[13/35] Compiling MarkdownKit MarkdownLevelElement.swift
[14/35] Compiling MarkdownKit MarkdownLinkElement.swift
[15/35] Compiling MarkdownKit MarkdownStyle.swift
[16/35] Compiling MarkdownKit MarkdownUnescaping.swift
[17/35] Compiling MarkdownKit MarkdownHeader.swift
[18/35] Compiling MarkdownKit MarkdownItalic.swift
[19/35] Compiling MarkdownKit MarkdownCode+AppKit.swift
/Users/admin/builder/spi-builder-workspace/MarkdownKit/Sources/AppKit/Elements/Code/MarkdownCode+AppKit.swift:15:14: warning: static property 'defaultFont' is not concurrency-safe because non-'Sendable' type 'NSFont?' may have shared mutable state; this is an error in the Swift 6 language mode
13 | static let defaultHighlightColor = MarkdownColor(red: 0.90, green: 0.20, blue: 0.40, alpha: 1.0)
14 | static let defaultBackgroundColor = MarkdownColor(red: 0.85, green: 0.85, blue: 0.85, alpha: 1.0)
15 | static let defaultFont = MarkdownFont(name: "Menlo-Regular", size: 16)
| |- warning: static property 'defaultFont' is not concurrency-safe because non-'Sendable' type 'NSFont?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'defaultFont' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 | }
17 |
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
| `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 | case none
3 | case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/MarkdownKit/Sources/AppKit/Elements/Header/MarkdownHeader+AppKit.swift:13:14: warning: static property 'defaultFont' is not concurrency-safe because non-'Sendable' type 'NSFont' may have shared mutable state; this is an error in the Swift 6 language mode
11 |
12 | public extension MarkdownHeader {
13 | static let defaultFont = NSFont.boldSystemFont(ofSize: NSFont.systemFontSize)
| |- warning: static property 'defaultFont' is not concurrency-safe because non-'Sendable' type 'NSFont' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'defaultFont' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | }
15 |
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFont.h:24:12: note: class 'NSFont' does not conform to the 'Sendable' protocol
22 | APPKIT_EXTERN const CGFloat * NSFontIdentityMatrix;
23 |
24 | @interface NSFont : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'NSFont' does not conform to the 'Sendable' protocol
25 |
26 | /********* Factory *********/
[20/35] Compiling MarkdownKit MarkdownHeader+AppKit.swift
/Users/admin/builder/spi-builder-workspace/MarkdownKit/Sources/AppKit/Elements/Code/MarkdownCode+AppKit.swift:15:14: warning: static property 'defaultFont' is not concurrency-safe because non-'Sendable' type 'NSFont?' may have shared mutable state; this is an error in the Swift 6 language mode
13 | static let defaultHighlightColor = MarkdownColor(red: 0.90, green: 0.20, blue: 0.40, alpha: 1.0)
14 | static let defaultBackgroundColor = MarkdownColor(red: 0.85, green: 0.85, blue: 0.85, alpha: 1.0)
15 | static let defaultFont = MarkdownFont(name: "Menlo-Regular", size: 16)
| |- warning: static property 'defaultFont' is not concurrency-safe because non-'Sendable' type 'NSFont?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'defaultFont' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 | }
17 |
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
| `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 | case none
3 | case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/MarkdownKit/Sources/AppKit/Elements/Header/MarkdownHeader+AppKit.swift:13:14: warning: static property 'defaultFont' is not concurrency-safe because non-'Sendable' type 'NSFont' may have shared mutable state; this is an error in the Swift 6 language mode
11 |
12 | public extension MarkdownHeader {
13 | static let defaultFont = NSFont.boldSystemFont(ofSize: NSFont.systemFontSize)
| |- warning: static property 'defaultFont' is not concurrency-safe because non-'Sendable' type 'NSFont' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'defaultFont' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | }
15 |
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFont.h:24:12: note: class 'NSFont' does not conform to the 'Sendable' protocol
22 | APPKIT_EXTERN const CGFloat * NSFontIdentityMatrix;
23 |
24 | @interface NSFont : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'NSFont' does not conform to the 'Sendable' protocol
25 |
26 | /********* Factory *********/
[21/35] Compiling MarkdownKit MarkdownLink+AppKit.swift
/Users/admin/builder/spi-builder-workspace/MarkdownKit/Sources/AppKit/Elements/Code/MarkdownCode+AppKit.swift:15:14: warning: static property 'defaultFont' is not concurrency-safe because non-'Sendable' type 'NSFont?' may have shared mutable state; this is an error in the Swift 6 language mode
13 | static let defaultHighlightColor = MarkdownColor(red: 0.90, green: 0.20, blue: 0.40, alpha: 1.0)
14 | static let defaultBackgroundColor = MarkdownColor(red: 0.85, green: 0.85, blue: 0.85, alpha: 1.0)
15 | static let defaultFont = MarkdownFont(name: "Menlo-Regular", size: 16)
| |- warning: static property 'defaultFont' is not concurrency-safe because non-'Sendable' type 'NSFont?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'defaultFont' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 | }
17 |
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
| `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 | case none
3 | case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/MarkdownKit/Sources/AppKit/Elements/Header/MarkdownHeader+AppKit.swift:13:14: warning: static property 'defaultFont' is not concurrency-safe because non-'Sendable' type 'NSFont' may have shared mutable state; this is an error in the Swift 6 language mode
11 |
12 | public extension MarkdownHeader {
13 | static let defaultFont = NSFont.boldSystemFont(ofSize: NSFont.systemFontSize)
| |- warning: static property 'defaultFont' is not concurrency-safe because non-'Sendable' type 'NSFont' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'defaultFont' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | }
15 |
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFont.h:24:12: note: class 'NSFont' does not conform to the 'Sendable' protocol
22 | APPKIT_EXTERN const CGFloat * NSFontIdentityMatrix;
23 |
24 | @interface NSFont : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'NSFont' does not conform to the 'Sendable' protocol
25 |
26 | /********* Factory *********/
[22/35] Compiling MarkdownKit MarkdownCode.swift
[23/35] Compiling MarkdownKit MarkdownCodeEscaping.swift
[24/35] Compiling MarkdownKit MarkdownEscaping.swift
[25/35] Compiling MarkdownKit Typealias.swift
[26/35] Compiling MarkdownKit MarkdownCode+UIKit.swift
[27/35] Compiling MarkdownKit MarkdownHeader+UIKit.swift
[28/35] Compiling MarkdownKit MarkdownQuote.swift
[29/35] Compiling MarkdownKit MarkdownStrikethrough.swift
[30/35] Compiling MarkdownKit String+UTF16.swift
[31/35] Compiling MarkdownKit MarkdownFont+Traits.swift
/Users/admin/builder/spi-builder-workspace/MarkdownKit/Sources/AppKit/MarkdownParser+AppKit.swift:13:14: warning: static property 'defaultFont' is not concurrency-safe because non-'Sendable' type 'NSFont' may have shared mutable state; this is an error in the Swift 6 language mode
11 |
12 | public extension MarkdownParser {
13 | static let defaultFont = NSFont.systemFont(ofSize: NSFont.smallSystemFontSize)
| |- warning: static property 'defaultFont' is not concurrency-safe because non-'Sendable' type 'NSFont' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'defaultFont' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | static let defaultColor = NSColor.black
15 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFont.h:24:12: note: class 'NSFont' does not conform to the 'Sendable' protocol
22 | APPKIT_EXTERN const CGFloat * NSFontIdentityMatrix;
23 |
24 | @interface NSFont : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'NSFont' does not conform to the 'Sendable' protocol
25 |
26 | /********* Factory *********/
[32/35] Compiling MarkdownKit MarkdownParser+AppKit.swift
/Users/admin/builder/spi-builder-workspace/MarkdownKit/Sources/AppKit/MarkdownParser+AppKit.swift:13:14: warning: static property 'defaultFont' is not concurrency-safe because non-'Sendable' type 'NSFont' may have shared mutable state; this is an error in the Swift 6 language mode
11 |
12 | public extension MarkdownParser {
13 | static let defaultFont = NSFont.systemFont(ofSize: NSFont.smallSystemFontSize)
| |- warning: static property 'defaultFont' is not concurrency-safe because non-'Sendable' type 'NSFont' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'defaultFont' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | static let defaultColor = NSColor.black
15 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFont.h:24:12: note: class 'NSFont' does not conform to the 'Sendable' protocol
22 | APPKIT_EXTERN const CGFloat * NSFontIdentityMatrix;
23 |
24 | @interface NSFont : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'NSFont' does not conform to the 'Sendable' protocol
25 |
26 | /********* Factory *********/
[33/35] Compiling MarkdownKit MarkdownBold.swift
/Users/admin/builder/spi-builder-workspace/MarkdownKit/Sources/AppKit/MarkdownParser+AppKit.swift:13:14: warning: static property 'defaultFont' is not concurrency-safe because non-'Sendable' type 'NSFont' may have shared mutable state; this is an error in the Swift 6 language mode
11 |
12 | public extension MarkdownParser {
13 | static let defaultFont = NSFont.systemFont(ofSize: NSFont.smallSystemFontSize)
| |- warning: static property 'defaultFont' is not concurrency-safe because non-'Sendable' type 'NSFont' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'defaultFont' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | static let defaultColor = NSColor.black
15 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSFont.h:24:12: note: class 'NSFont' does not conform to the 'Sendable' protocol
22 | APPKIT_EXTERN const CGFloat * NSFontIdentityMatrix;
23 |
24 | @interface NSFont : NSObject <NSCopying, NSSecureCoding>
| `- note: class 'NSFont' does not conform to the 'Sendable' protocol
25 |
26 | /********* Factory *********/
[33/35] Write Objects.LinkFileList
[34/35] Linking libMarkdownKit-Dynamic.dylib
Build complete! (8.22s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "MarkdownKit",
"name" : "MarkdownKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "MarkdownKit",
"targets" : [
"MarkdownKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MarkdownKit-Dynamic",
"targets" : [
"MarkdownKit"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "MarkdownKitTests",
"module_type" : "SwiftTarget",
"name" : "MarkdownKitTests",
"path" : "MarkdownKit/Tests",
"sources" : [
"MarkdownParserTests.swift"
],
"target_dependencies" : [
"MarkdownKit"
],
"type" : "test"
},
{
"c99name" : "MarkdownKit",
"module_type" : "SwiftTarget",
"name" : "MarkdownKit",
"path" : "MarkdownKit/Sources",
"product_memberships" : [
"MarkdownKit",
"MarkdownKit-Dynamic"
],
"sources" : [
"AppKit/Elements/Code/MarkdownCode+AppKit.swift",
"AppKit/Elements/Header/MarkdownHeader+AppKit.swift",
"AppKit/Elements/Link/MarkdownLink+AppKit.swift",
"AppKit/Extensions/MarkdownFont+Traits.swift",
"AppKit/MarkdownParser+AppKit.swift",
"Common/Elements/Bold/MarkdownBold.swift",
"Common/Elements/Code/MarkdownCode.swift",
"Common/Elements/Escaping/MarkdownCodeEscaping.swift",
"Common/Elements/Escaping/MarkdownEscaping.swift",
"Common/Elements/Escaping/MarkdownUnescaping.swift",
"Common/Elements/Header/MarkdownHeader.swift",
"Common/Elements/Italic/MarkdownItalic.swift",
"Common/Elements/Link/MarkdownAutomaticLink.swift",
"Common/Elements/Link/MarkdownLink.swift",
"Common/Elements/List/MarkdownList.swift",
"Common/Elements/Quote/MarkdownQuote.swift",
"Common/Elements/Strikethrough/MarkdownStrikethrough.swift",
"Common/Extensions/String+UTF16.swift",
"Common/MarkdownParser.swift",
"Common/Protocols/MarkdownCommonElement.swift",
"Common/Protocols/MarkdownElement.swift",
"Common/Protocols/MarkdownLevelElement.swift",
"Common/Protocols/MarkdownLinkElement.swift",
"Common/Protocols/MarkdownStyle.swift",
"Common/Typealias.swift",
"UIKit/Elements/Code/MarkdownCode+UIKit.swift",
"UIKit/Elements/Header/MarkdownHeader+UIKit.swift",
"UIKit/Elements/Link/MarkdownLink+UIKit.swift",
"UIKit/Extensions/UIFont+Traits.swift",
"UIKit/MarkdownParser+UIKit.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.