Build Information
Successful build of swift-markdown-ui, reference 2.4.1 (5f6133
), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 15:50:06 UTC.
Swift 6 data race errors: 19
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
6 | var body: some View {
7 | TextStyleAttributesReader { attributes in
8 | let fontSize = attributes.fontProperties?.scaledSize ?? FontProperties.defaultSize
| `- warning: type 'FontPropertiesAttribute.Value' (aka 'FontProperties') does not conform to the 'Sendable' protocol
9 | self.image.font(.system(size: round(fontSize / 3)))
10 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/TextStyle/Styles/FontProperties.swift:4:15: note: consider making struct 'FontProperties' conform to the 'Sendable' protocol
2 |
3 | /// The characteristics of a font.
4 | public struct FontProperties: Hashable {
| `- note: consider making struct 'FontProperties' conform to the 'Sendable' protocol
5 | /// The font family.
6 | public enum Family: Hashable {
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:21:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
19 | Text("\(configuration.itemNumber).")
20 | .monospacedDigit()
21 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
22 | }
23 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:29:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
27 | BlockStyle { configuration in
28 | Text(configuration.itemNumber.roman + ".")
29 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
30 | }
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:37:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
35 | BlockStyle { configuration in
36 | Text(configuration.itemNumber.roman.lowercased() + ".")
37 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
38 | }
39 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:45:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
43 | BlockStyle { _ in
44 | Text("-")
45 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
46 | }
47 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:53:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
51 | BlockStyle { _ in
52 | ListBullet.disc
53 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
54 | }
55 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:52:18: warning: main actor-isolated static property 'disc' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
50 | public static var disc: Self {
51 | BlockStyle { _ in
52 | ListBullet.disc
| `- warning: main actor-isolated static property 'disc' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
53 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
54 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:13:14: note: static property declared here
11 | }
12 |
13 | static var disc: Self {
| `- note: static property declared here
14 | .init(image: .init(systemName: "circle.fill"))
15 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:61:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
59 | BlockStyle { _ in
60 | ListBullet.circle
61 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
62 | }
63 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:60:18: warning: main actor-isolated static property 'circle' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
58 | public static var circle: Self {
59 | BlockStyle { _ in
60 | ListBullet.circle
| `- warning: main actor-isolated static property 'circle' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
61 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
62 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:17:14: note: static property declared here
15 | }
16 |
17 | static var circle: Self {
| `- note: static property declared here
18 | .init(image: .init(systemName: "circle"))
19 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:69:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
67 | BlockStyle { _ in
68 | ListBullet.square
69 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
70 | }
71 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:68:18: warning: main actor-isolated static property 'square' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
66 | public static var square: Self {
67 | BlockStyle { _ in
68 | ListBullet.square
| `- warning: main actor-isolated static property 'square' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
69 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
70 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:21:14: note: static property declared here
19 | }
20 |
21 | static var square: Self {
| `- note: static property declared here
22 | .init(image: .init(systemName: "square.fill"))
23 | }
[165/175] Compiling MarkdownUI InlineNode+Rewrite.swift
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
3 | @_implementationOnly import cmark_gfm_extensions
4 |
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:3:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
3 | @_implementationOnly import cmark_gfm_extensions
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
4 |
5 | extension Array where Element == BlockNode {
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:8:22: warning: type 'FontPropertiesAttribute.Value' (aka 'FontProperties') does not conform to the 'Sendable' protocol
6 | var body: some View {
7 | TextStyleAttributesReader { attributes in
8 | let fontSize = attributes.fontProperties?.scaledSize ?? FontProperties.defaultSize
| `- warning: type 'FontPropertiesAttribute.Value' (aka 'FontProperties') does not conform to the 'Sendable' protocol
9 | self.image.font(.system(size: round(fontSize / 3)))
10 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/TextStyle/Styles/FontProperties.swift:4:15: note: consider making struct 'FontProperties' conform to the 'Sendable' protocol
2 |
3 | /// The characteristics of a font.
4 | public struct FontProperties: Hashable {
| `- note: consider making struct 'FontProperties' conform to the 'Sendable' protocol
5 | /// The font family.
6 | public enum Family: Hashable {
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:21:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
19 | Text("\(configuration.itemNumber).")
20 | .monospacedDigit()
21 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
22 | }
23 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:29:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
27 | BlockStyle { configuration in
28 | Text(configuration.itemNumber.roman + ".")
29 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
30 | }
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:37:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
35 | BlockStyle { configuration in
36 | Text(configuration.itemNumber.roman.lowercased() + ".")
37 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
38 | }
39 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:45:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
43 | BlockStyle { _ in
44 | Text("-")
45 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
46 | }
47 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:53:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
51 | BlockStyle { _ in
52 | ListBullet.disc
53 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
54 | }
55 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:52:18: warning: main actor-isolated static property 'disc' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
50 | public static var disc: Self {
51 | BlockStyle { _ in
52 | ListBullet.disc
| `- warning: main actor-isolated static property 'disc' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
53 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
54 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:13:14: note: static property declared here
11 | }
12 |
13 | static var disc: Self {
| `- note: static property declared here
14 | .init(image: .init(systemName: "circle.fill"))
15 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:61:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
59 | BlockStyle { _ in
60 | ListBullet.circle
61 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
62 | }
63 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:60:18: warning: main actor-isolated static property 'circle' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
58 | public static var circle: Self {
59 | BlockStyle { _ in
60 | ListBullet.circle
| `- warning: main actor-isolated static property 'circle' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
61 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
62 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:17:14: note: static property declared here
15 | }
16 |
17 | static var circle: Self {
| `- note: static property declared here
18 | .init(image: .init(systemName: "circle"))
19 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:69:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
67 | BlockStyle { _ in
68 | ListBullet.square
69 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
70 | }
71 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:68:18: warning: main actor-isolated static property 'square' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
66 | public static var square: Self {
67 | BlockStyle { _ in
68 | ListBullet.square
| `- warning: main actor-isolated static property 'square' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
69 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
70 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:21:14: note: static property declared here
19 | }
20 |
21 | static var square: Self {
| `- note: static property declared here
22 | .init(image: .init(systemName: "square.fill"))
23 | }
[166/175] Compiling MarkdownUI InlineNode.swift
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
3 | @_implementationOnly import cmark_gfm_extensions
4 |
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:3:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
3 | @_implementationOnly import cmark_gfm_extensions
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
4 |
5 | extension Array where Element == BlockNode {
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:8:22: warning: type 'FontPropertiesAttribute.Value' (aka 'FontProperties') does not conform to the 'Sendable' protocol
6 | var body: some View {
7 | TextStyleAttributesReader { attributes in
8 | let fontSize = attributes.fontProperties?.scaledSize ?? FontProperties.defaultSize
| `- warning: type 'FontPropertiesAttribute.Value' (aka 'FontProperties') does not conform to the 'Sendable' protocol
9 | self.image.font(.system(size: round(fontSize / 3)))
10 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/TextStyle/Styles/FontProperties.swift:4:15: note: consider making struct 'FontProperties' conform to the 'Sendable' protocol
2 |
3 | /// The characteristics of a font.
4 | public struct FontProperties: Hashable {
| `- note: consider making struct 'FontProperties' conform to the 'Sendable' protocol
5 | /// The font family.
6 | public enum Family: Hashable {
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:21:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
19 | Text("\(configuration.itemNumber).")
20 | .monospacedDigit()
21 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
22 | }
23 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:29:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
27 | BlockStyle { configuration in
28 | Text(configuration.itemNumber.roman + ".")
29 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
30 | }
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:37:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
35 | BlockStyle { configuration in
36 | Text(configuration.itemNumber.roman.lowercased() + ".")
37 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
38 | }
39 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:45:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
43 | BlockStyle { _ in
44 | Text("-")
45 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
46 | }
47 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:53:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
51 | BlockStyle { _ in
52 | ListBullet.disc
53 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
54 | }
55 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:52:18: warning: main actor-isolated static property 'disc' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
50 | public static var disc: Self {
51 | BlockStyle { _ in
52 | ListBullet.disc
| `- warning: main actor-isolated static property 'disc' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
53 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
54 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:13:14: note: static property declared here
11 | }
12 |
13 | static var disc: Self {
| `- note: static property declared here
14 | .init(image: .init(systemName: "circle.fill"))
15 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:61:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
59 | BlockStyle { _ in
60 | ListBullet.circle
61 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
62 | }
63 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:60:18: warning: main actor-isolated static property 'circle' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
58 | public static var circle: Self {
59 | BlockStyle { _ in
60 | ListBullet.circle
| `- warning: main actor-isolated static property 'circle' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
61 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
62 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:17:14: note: static property declared here
15 | }
16 |
17 | static var circle: Self {
| `- note: static property declared here
18 | .init(image: .init(systemName: "circle"))
19 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:69:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
67 | BlockStyle { _ in
68 | ListBullet.square
69 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
70 | }
71 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:68:18: warning: main actor-isolated static property 'square' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
66 | public static var square: Self {
67 | BlockStyle { _ in
68 | ListBullet.square
| `- warning: main actor-isolated static property 'square' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
69 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
70 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:21:14: note: static property declared here
19 | }
20 |
21 | static var square: Self {
| `- note: static property declared here
22 | .init(image: .init(systemName: "square.fill"))
23 | }
[167/175] Compiling MarkdownUI MarkdownParser.swift
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
3 | @_implementationOnly import cmark_gfm_extensions
4 |
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:3:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
3 | @_implementationOnly import cmark_gfm_extensions
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
4 |
5 | extension Array where Element == BlockNode {
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:8:22: warning: type 'FontPropertiesAttribute.Value' (aka 'FontProperties') does not conform to the 'Sendable' protocol
6 | var body: some View {
7 | TextStyleAttributesReader { attributes in
8 | let fontSize = attributes.fontProperties?.scaledSize ?? FontProperties.defaultSize
| `- warning: type 'FontPropertiesAttribute.Value' (aka 'FontProperties') does not conform to the 'Sendable' protocol
9 | self.image.font(.system(size: round(fontSize / 3)))
10 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/TextStyle/Styles/FontProperties.swift:4:15: note: consider making struct 'FontProperties' conform to the 'Sendable' protocol
2 |
3 | /// The characteristics of a font.
4 | public struct FontProperties: Hashable {
| `- note: consider making struct 'FontProperties' conform to the 'Sendable' protocol
5 | /// The font family.
6 | public enum Family: Hashable {
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:21:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
19 | Text("\(configuration.itemNumber).")
20 | .monospacedDigit()
21 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
22 | }
23 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:29:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
27 | BlockStyle { configuration in
28 | Text(configuration.itemNumber.roman + ".")
29 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
30 | }
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:37:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
35 | BlockStyle { configuration in
36 | Text(configuration.itemNumber.roman.lowercased() + ".")
37 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
38 | }
39 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:45:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
43 | BlockStyle { _ in
44 | Text("-")
45 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
46 | }
47 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:53:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
51 | BlockStyle { _ in
52 | ListBullet.disc
53 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
54 | }
55 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:52:18: warning: main actor-isolated static property 'disc' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
50 | public static var disc: Self {
51 | BlockStyle { _ in
52 | ListBullet.disc
| `- warning: main actor-isolated static property 'disc' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
53 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
54 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:13:14: note: static property declared here
11 | }
12 |
13 | static var disc: Self {
| `- note: static property declared here
14 | .init(image: .init(systemName: "circle.fill"))
15 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:61:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
59 | BlockStyle { _ in
60 | ListBullet.circle
61 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
62 | }
63 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:60:18: warning: main actor-isolated static property 'circle' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
58 | public static var circle: Self {
59 | BlockStyle { _ in
60 | ListBullet.circle
| `- warning: main actor-isolated static property 'circle' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
61 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
62 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:17:14: note: static property declared here
15 | }
16 |
17 | static var circle: Self {
| `- note: static property declared here
18 | .init(image: .init(systemName: "circle"))
19 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:69:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
67 | BlockStyle { _ in
68 | ListBullet.square
69 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
70 | }
71 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:68:18: warning: main actor-isolated static property 'square' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
66 | public static var square: Self {
67 | BlockStyle { _ in
68 | ListBullet.square
| `- warning: main actor-isolated static property 'square' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
69 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
70 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:21:14: note: static property declared here
19 | }
20 |
21 | static var square: Self {
| `- note: static property declared here
22 | .init(image: .init(systemName: "square.fill"))
23 | }
[168/175] Compiling MarkdownUI AttributedStringInlineRenderer.swift
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
3 | @_implementationOnly import cmark_gfm_extensions
4 |
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:3:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
3 | @_implementationOnly import cmark_gfm_extensions
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
4 |
5 | extension Array where Element == BlockNode {
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:8:22: warning: type 'FontPropertiesAttribute.Value' (aka 'FontProperties') does not conform to the 'Sendable' protocol
6 | var body: some View {
7 | TextStyleAttributesReader { attributes in
8 | let fontSize = attributes.fontProperties?.scaledSize ?? FontProperties.defaultSize
| `- warning: type 'FontPropertiesAttribute.Value' (aka 'FontProperties') does not conform to the 'Sendable' protocol
9 | self.image.font(.system(size: round(fontSize / 3)))
10 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/TextStyle/Styles/FontProperties.swift:4:15: note: consider making struct 'FontProperties' conform to the 'Sendable' protocol
2 |
3 | /// The characteristics of a font.
4 | public struct FontProperties: Hashable {
| `- note: consider making struct 'FontProperties' conform to the 'Sendable' protocol
5 | /// The font family.
6 | public enum Family: Hashable {
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:21:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
19 | Text("\(configuration.itemNumber).")
20 | .monospacedDigit()
21 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
22 | }
23 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:29:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
27 | BlockStyle { configuration in
28 | Text(configuration.itemNumber.roman + ".")
29 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
30 | }
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:37:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
35 | BlockStyle { configuration in
36 | Text(configuration.itemNumber.roman.lowercased() + ".")
37 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
38 | }
39 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:45:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
43 | BlockStyle { _ in
44 | Text("-")
45 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
46 | }
47 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:53:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
51 | BlockStyle { _ in
52 | ListBullet.disc
53 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
54 | }
55 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:52:18: warning: main actor-isolated static property 'disc' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
50 | public static var disc: Self {
51 | BlockStyle { _ in
52 | ListBullet.disc
| `- warning: main actor-isolated static property 'disc' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
53 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
54 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:13:14: note: static property declared here
11 | }
12 |
13 | static var disc: Self {
| `- note: static property declared here
14 | .init(image: .init(systemName: "circle.fill"))
15 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:61:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
59 | BlockStyle { _ in
60 | ListBullet.circle
61 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
62 | }
63 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:60:18: warning: main actor-isolated static property 'circle' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
58 | public static var circle: Self {
59 | BlockStyle { _ in
60 | ListBullet.circle
| `- warning: main actor-isolated static property 'circle' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
61 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
62 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:17:14: note: static property declared here
15 | }
16 |
17 | static var circle: Self {
| `- note: static property declared here
18 | .init(image: .init(systemName: "circle"))
19 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:69:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
67 | BlockStyle { _ in
68 | ListBullet.square
69 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
70 | }
71 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:68:18: warning: main actor-isolated static property 'square' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
66 | public static var square: Self {
67 | BlockStyle { _ in
68 | ListBullet.square
| `- warning: main actor-isolated static property 'square' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
69 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
70 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:21:14: note: static property declared here
19 | }
20 |
21 | static var square: Self {
| `- note: static property declared here
22 | .init(image: .init(systemName: "square.fill"))
23 | }
[169/175] Compiling MarkdownUI InlineTextStyles.swift
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
3 | @_implementationOnly import cmark_gfm_extensions
4 |
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:3:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
3 | @_implementationOnly import cmark_gfm_extensions
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
4 |
5 | extension Array where Element == BlockNode {
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:8:22: warning: type 'FontPropertiesAttribute.Value' (aka 'FontProperties') does not conform to the 'Sendable' protocol
6 | var body: some View {
7 | TextStyleAttributesReader { attributes in
8 | let fontSize = attributes.fontProperties?.scaledSize ?? FontProperties.defaultSize
| `- warning: type 'FontPropertiesAttribute.Value' (aka 'FontProperties') does not conform to the 'Sendable' protocol
9 | self.image.font(.system(size: round(fontSize / 3)))
10 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/TextStyle/Styles/FontProperties.swift:4:15: note: consider making struct 'FontProperties' conform to the 'Sendable' protocol
2 |
3 | /// The characteristics of a font.
4 | public struct FontProperties: Hashable {
| `- note: consider making struct 'FontProperties' conform to the 'Sendable' protocol
5 | /// The font family.
6 | public enum Family: Hashable {
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:21:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
19 | Text("\(configuration.itemNumber).")
20 | .monospacedDigit()
21 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
22 | }
23 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:29:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
27 | BlockStyle { configuration in
28 | Text(configuration.itemNumber.roman + ".")
29 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
30 | }
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:37:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
35 | BlockStyle { configuration in
36 | Text(configuration.itemNumber.roman.lowercased() + ".")
37 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
38 | }
39 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:45:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
43 | BlockStyle { _ in
44 | Text("-")
45 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
46 | }
47 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:53:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
51 | BlockStyle { _ in
52 | ListBullet.disc
53 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
54 | }
55 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:52:18: warning: main actor-isolated static property 'disc' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
50 | public static var disc: Self {
51 | BlockStyle { _ in
52 | ListBullet.disc
| `- warning: main actor-isolated static property 'disc' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
53 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
54 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:13:14: note: static property declared here
11 | }
12 |
13 | static var disc: Self {
| `- note: static property declared here
14 | .init(image: .init(systemName: "circle.fill"))
15 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:61:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
59 | BlockStyle { _ in
60 | ListBullet.circle
61 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
62 | }
63 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:60:18: warning: main actor-isolated static property 'circle' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
58 | public static var circle: Self {
59 | BlockStyle { _ in
60 | ListBullet.circle
| `- warning: main actor-isolated static property 'circle' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
61 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
62 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:17:14: note: static property declared here
15 | }
16 |
17 | static var circle: Self {
| `- note: static property declared here
18 | .init(image: .init(systemName: "circle"))
19 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:69:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
67 | BlockStyle { _ in
68 | ListBullet.square
69 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
70 | }
71 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:68:18: warning: main actor-isolated static property 'square' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
66 | public static var square: Self {
67 | BlockStyle { _ in
68 | ListBullet.square
| `- warning: main actor-isolated static property 'square' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
69 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
70 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:21:14: note: static property declared here
19 | }
20 |
21 | static var square: Self {
| `- note: static property declared here
22 | .init(image: .init(systemName: "square.fill"))
23 | }
[170/175] Compiling MarkdownUI TextInlineRenderer.swift
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
3 | @_implementationOnly import cmark_gfm_extensions
4 |
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:3:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
3 | @_implementationOnly import cmark_gfm_extensions
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
4 |
5 | extension Array where Element == BlockNode {
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:8:22: warning: type 'FontPropertiesAttribute.Value' (aka 'FontProperties') does not conform to the 'Sendable' protocol
6 | var body: some View {
7 | TextStyleAttributesReader { attributes in
8 | let fontSize = attributes.fontProperties?.scaledSize ?? FontProperties.defaultSize
| `- warning: type 'FontPropertiesAttribute.Value' (aka 'FontProperties') does not conform to the 'Sendable' protocol
9 | self.image.font(.system(size: round(fontSize / 3)))
10 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/TextStyle/Styles/FontProperties.swift:4:15: note: consider making struct 'FontProperties' conform to the 'Sendable' protocol
2 |
3 | /// The characteristics of a font.
4 | public struct FontProperties: Hashable {
| `- note: consider making struct 'FontProperties' conform to the 'Sendable' protocol
5 | /// The font family.
6 | public enum Family: Hashable {
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:21:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
19 | Text("\(configuration.itemNumber).")
20 | .monospacedDigit()
21 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
22 | }
23 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:29:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
27 | BlockStyle { configuration in
28 | Text(configuration.itemNumber.roman + ".")
29 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
30 | }
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:37:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
35 | BlockStyle { configuration in
36 | Text(configuration.itemNumber.roman.lowercased() + ".")
37 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
38 | }
39 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:45:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
43 | BlockStyle { _ in
44 | Text("-")
45 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
46 | }
47 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:53:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
51 | BlockStyle { _ in
52 | ListBullet.disc
53 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
54 | }
55 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:52:18: warning: main actor-isolated static property 'disc' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
50 | public static var disc: Self {
51 | BlockStyle { _ in
52 | ListBullet.disc
| `- warning: main actor-isolated static property 'disc' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
53 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
54 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:13:14: note: static property declared here
11 | }
12 |
13 | static var disc: Self {
| `- note: static property declared here
14 | .init(image: .init(systemName: "circle.fill"))
15 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:61:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
59 | BlockStyle { _ in
60 | ListBullet.circle
61 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
62 | }
63 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:60:18: warning: main actor-isolated static property 'circle' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
58 | public static var circle: Self {
59 | BlockStyle { _ in
60 | ListBullet.circle
| `- warning: main actor-isolated static property 'circle' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
61 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
62 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:17:14: note: static property declared here
15 | }
16 |
17 | static var circle: Self {
| `- note: static property declared here
18 | .init(image: .init(systemName: "circle"))
19 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:69:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
67 | BlockStyle { _ in
68 | ListBullet.square
69 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
70 | }
71 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:68:18: warning: main actor-isolated static property 'square' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
66 | public static var square: Self {
67 | BlockStyle { _ in
68 | ListBullet.square
| `- warning: main actor-isolated static property 'square' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
69 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
70 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:21:14: note: static property declared here
19 | }
20 |
21 | static var square: Self {
| `- note: static property declared here
22 | .init(image: .init(systemName: "square.fill"))
23 | }
[171/175] Compiling MarkdownUI BlockConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
3 | @_implementationOnly import cmark_gfm_extensions
4 |
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:3:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
3 | @_implementationOnly import cmark_gfm_extensions
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
4 |
5 | extension Array where Element == BlockNode {
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:8:22: warning: type 'FontPropertiesAttribute.Value' (aka 'FontProperties') does not conform to the 'Sendable' protocol
6 | var body: some View {
7 | TextStyleAttributesReader { attributes in
8 | let fontSize = attributes.fontProperties?.scaledSize ?? FontProperties.defaultSize
| `- warning: type 'FontPropertiesAttribute.Value' (aka 'FontProperties') does not conform to the 'Sendable' protocol
9 | self.image.font(.system(size: round(fontSize / 3)))
10 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/TextStyle/Styles/FontProperties.swift:4:15: note: consider making struct 'FontProperties' conform to the 'Sendable' protocol
2 |
3 | /// The characteristics of a font.
4 | public struct FontProperties: Hashable {
| `- note: consider making struct 'FontProperties' conform to the 'Sendable' protocol
5 | /// The font family.
6 | public enum Family: Hashable {
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:21:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
19 | Text("\(configuration.itemNumber).")
20 | .monospacedDigit()
21 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
22 | }
23 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:29:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
27 | BlockStyle { configuration in
28 | Text(configuration.itemNumber.roman + ".")
29 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
30 | }
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:37:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
35 | BlockStyle { configuration in
36 | Text(configuration.itemNumber.roman.lowercased() + ".")
37 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
38 | }
39 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:45:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
43 | BlockStyle { _ in
44 | Text("-")
45 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
46 | }
47 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:53:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
51 | BlockStyle { _ in
52 | ListBullet.disc
53 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
54 | }
55 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:52:18: warning: main actor-isolated static property 'disc' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
50 | public static var disc: Self {
51 | BlockStyle { _ in
52 | ListBullet.disc
| `- warning: main actor-isolated static property 'disc' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
53 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
54 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:13:14: note: static property declared here
11 | }
12 |
13 | static var disc: Self {
| `- note: static property declared here
14 | .init(image: .init(systemName: "circle.fill"))
15 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:61:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
59 | BlockStyle { _ in
60 | ListBullet.circle
61 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
62 | }
63 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:60:18: warning: main actor-isolated static property 'circle' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
58 | public static var circle: Self {
59 | BlockStyle { _ in
60 | ListBullet.circle
| `- warning: main actor-isolated static property 'circle' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
61 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
62 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:17:14: note: static property declared here
15 | }
16 |
17 | static var circle: Self {
| `- note: static property declared here
18 | .init(image: .init(systemName: "circle"))
19 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:69:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
67 | BlockStyle { _ in
68 | ListBullet.square
69 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
70 | }
71 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:68:18: warning: main actor-isolated static property 'square' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
66 | public static var square: Self {
67 | BlockStyle { _ in
68 | ListBullet.square
| `- warning: main actor-isolated static property 'square' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
69 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
70 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:21:14: note: static property declared here
19 | }
20 |
21 | static var square: Self {
| `- note: static property declared here
22 | .init(image: .init(systemName: "square.fill"))
23 | }
[172/175] Compiling MarkdownUI BlockStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
3 | @_implementationOnly import cmark_gfm_extensions
4 |
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:3:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
3 | @_implementationOnly import cmark_gfm_extensions
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
4 |
5 | extension Array where Element == BlockNode {
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:8:22: warning: type 'FontPropertiesAttribute.Value' (aka 'FontProperties') does not conform to the 'Sendable' protocol
6 | var body: some View {
7 | TextStyleAttributesReader { attributes in
8 | let fontSize = attributes.fontProperties?.scaledSize ?? FontProperties.defaultSize
| `- warning: type 'FontPropertiesAttribute.Value' (aka 'FontProperties') does not conform to the 'Sendable' protocol
9 | self.image.font(.system(size: round(fontSize / 3)))
10 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/TextStyle/Styles/FontProperties.swift:4:15: note: consider making struct 'FontProperties' conform to the 'Sendable' protocol
2 |
3 | /// The characteristics of a font.
4 | public struct FontProperties: Hashable {
| `- note: consider making struct 'FontProperties' conform to the 'Sendable' protocol
5 | /// The font family.
6 | public enum Family: Hashable {
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:21:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
19 | Text("\(configuration.itemNumber).")
20 | .monospacedDigit()
21 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
22 | }
23 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:29:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
27 | BlockStyle { configuration in
28 | Text(configuration.itemNumber.roman + ".")
29 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
30 | }
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:37:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
35 | BlockStyle { configuration in
36 | Text(configuration.itemNumber.roman.lowercased() + ".")
37 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
38 | }
39 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:45:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
43 | BlockStyle { _ in
44 | Text("-")
45 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
46 | }
47 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:53:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
51 | BlockStyle { _ in
52 | ListBullet.disc
53 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
54 | }
55 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:52:18: warning: main actor-isolated static property 'disc' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
50 | public static var disc: Self {
51 | BlockStyle { _ in
52 | ListBullet.disc
| `- warning: main actor-isolated static property 'disc' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
53 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
54 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:13:14: note: static property declared here
11 | }
12 |
13 | static var disc: Self {
| `- note: static property declared here
14 | .init(image: .init(systemName: "circle.fill"))
15 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:61:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
59 | BlockStyle { _ in
60 | ListBullet.circle
61 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
62 | }
63 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:60:18: warning: main actor-isolated static property 'circle' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
58 | public static var circle: Self {
59 | BlockStyle { _ in
60 | ListBullet.circle
| `- warning: main actor-isolated static property 'circle' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
61 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
62 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:17:14: note: static property declared here
15 | }
16 |
17 | static var circle: Self {
| `- note: static property declared here
18 | .init(image: .init(systemName: "circle"))
19 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:69:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
67 | BlockStyle { _ in
68 | ListBullet.square
69 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
70 | }
71 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:68:18: warning: main actor-isolated static property 'square' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
66 | public static var square: Self {
67 | BlockStyle { _ in
68 | ListBullet.square
| `- warning: main actor-isolated static property 'square' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
69 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
70 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:21:14: note: static property declared here
19 | }
20 |
21 | static var square: Self {
| `- note: static property declared here
22 | .init(image: .init(systemName: "square.fill"))
23 | }
[173/175] Compiling MarkdownUI CodeBlockConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
3 | @_implementationOnly import cmark_gfm_extensions
4 |
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:3:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
3 | @_implementationOnly import cmark_gfm_extensions
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
4 |
5 | extension Array where Element == BlockNode {
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:8:22: warning: type 'FontPropertiesAttribute.Value' (aka 'FontProperties') does not conform to the 'Sendable' protocol
6 | var body: some View {
7 | TextStyleAttributesReader { attributes in
8 | let fontSize = attributes.fontProperties?.scaledSize ?? FontProperties.defaultSize
| `- warning: type 'FontPropertiesAttribute.Value' (aka 'FontProperties') does not conform to the 'Sendable' protocol
9 | self.image.font(.system(size: round(fontSize / 3)))
10 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/TextStyle/Styles/FontProperties.swift:4:15: note: consider making struct 'FontProperties' conform to the 'Sendable' protocol
2 |
3 | /// The characteristics of a font.
4 | public struct FontProperties: Hashable {
| `- note: consider making struct 'FontProperties' conform to the 'Sendable' protocol
5 | /// The font family.
6 | public enum Family: Hashable {
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:21:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
19 | Text("\(configuration.itemNumber).")
20 | .monospacedDigit()
21 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
22 | }
23 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:29:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
27 | BlockStyle { configuration in
28 | Text(configuration.itemNumber.roman + ".")
29 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
30 | }
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:37:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
35 | BlockStyle { configuration in
36 | Text(configuration.itemNumber.roman.lowercased() + ".")
37 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
38 | }
39 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:45:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
43 | BlockStyle { _ in
44 | Text("-")
45 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
46 | }
47 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:53:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
51 | BlockStyle { _ in
52 | ListBullet.disc
53 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
54 | }
55 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:52:18: warning: main actor-isolated static property 'disc' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
50 | public static var disc: Self {
51 | BlockStyle { _ in
52 | ListBullet.disc
| `- warning: main actor-isolated static property 'disc' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
53 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
54 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:13:14: note: static property declared here
11 | }
12 |
13 | static var disc: Self {
| `- note: static property declared here
14 | .init(image: .init(systemName: "circle.fill"))
15 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:61:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
59 | BlockStyle { _ in
60 | ListBullet.circle
61 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
62 | }
63 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:60:18: warning: main actor-isolated static property 'circle' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
58 | public static var circle: Self {
59 | BlockStyle { _ in
60 | ListBullet.circle
| `- warning: main actor-isolated static property 'circle' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
61 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
62 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:17:14: note: static property declared here
15 | }
16 |
17 | static var circle: Self {
| `- note: static property declared here
18 | .init(image: .init(systemName: "circle"))
19 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:69:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
67 | BlockStyle { _ in
68 | ListBullet.square
69 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
70 | }
71 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:68:18: warning: main actor-isolated static property 'square' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
66 | public static var square: Self {
67 | BlockStyle { _ in
68 | ListBullet.square
| `- warning: main actor-isolated static property 'square' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
69 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
70 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:21:14: note: static property declared here
19 | }
20 |
21 | static var square: Self {
| `- note: static property declared here
22 | .init(image: .init(systemName: "square.fill"))
23 | }
[174/175] Compiling MarkdownUI ListBullet.swift
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
3 | @_implementationOnly import cmark_gfm_extensions
4 |
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:3:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
3 | @_implementationOnly import cmark_gfm_extensions
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
4 |
5 | extension Array where Element == BlockNode {
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:8:22: warning: type 'FontPropertiesAttribute.Value' (aka 'FontProperties') does not conform to the 'Sendable' protocol
6 | var body: some View {
7 | TextStyleAttributesReader { attributes in
8 | let fontSize = attributes.fontProperties?.scaledSize ?? FontProperties.defaultSize
| `- warning: type 'FontPropertiesAttribute.Value' (aka 'FontProperties') does not conform to the 'Sendable' protocol
9 | self.image.font(.system(size: round(fontSize / 3)))
10 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/TextStyle/Styles/FontProperties.swift:4:15: note: consider making struct 'FontProperties' conform to the 'Sendable' protocol
2 |
3 | /// The characteristics of a font.
4 | public struct FontProperties: Hashable {
| `- note: consider making struct 'FontProperties' conform to the 'Sendable' protocol
5 | /// The font family.
6 | public enum Family: Hashable {
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:21:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
19 | Text("\(configuration.itemNumber).")
20 | .monospacedDigit()
21 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
22 | }
23 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:29:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
27 | BlockStyle { configuration in
28 | Text(configuration.itemNumber.roman + ".")
29 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
30 | }
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:37:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
35 | BlockStyle { configuration in
36 | Text(configuration.itemNumber.roman.lowercased() + ".")
37 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
38 | }
39 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:45:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
43 | BlockStyle { _ in
44 | Text("-")
45 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
46 | }
47 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:53:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
51 | BlockStyle { _ in
52 | ListBullet.disc
53 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
54 | }
55 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:52:18: warning: main actor-isolated static property 'disc' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
50 | public static var disc: Self {
51 | BlockStyle { _ in
52 | ListBullet.disc
| `- warning: main actor-isolated static property 'disc' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
53 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
54 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:13:14: note: static property declared here
11 | }
12 |
13 | static var disc: Self {
| `- note: static property declared here
14 | .init(image: .init(systemName: "circle.fill"))
15 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:61:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
59 | BlockStyle { _ in
60 | ListBullet.circle
61 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
62 | }
63 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:60:18: warning: main actor-isolated static property 'circle' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
58 | public static var circle: Self {
59 | BlockStyle { _ in
60 | ListBullet.circle
| `- warning: main actor-isolated static property 'circle' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
61 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
62 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:17:14: note: static property declared here
15 | }
16 |
17 | static var circle: Self {
| `- note: static property declared here
18 | .init(image: .init(systemName: "circle"))
19 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:69:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
67 | BlockStyle { _ in
68 | ListBullet.square
69 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
70 | }
71 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:68:18: warning: main actor-isolated static property 'square' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
66 | public static var square: Self {
67 | BlockStyle { _ in
68 | ListBullet.square
| `- warning: main actor-isolated static property 'square' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
69 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
70 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:21:14: note: static property declared here
19 | }
20 |
21 | static var square: Self {
| `- note: static property declared here
22 | .init(image: .init(systemName: "square.fill"))
23 | }
[175/175] Compiling MarkdownUI ListMarkerConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
3 | @_implementationOnly import cmark_gfm_extensions
4 |
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:3:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
3 | @_implementationOnly import cmark_gfm_extensions
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
4 |
5 | extension Array where Element == BlockNode {
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:8:22: warning: type 'FontPropertiesAttribute.Value' (aka 'FontProperties') does not conform to the 'Sendable' protocol
6 | var body: some View {
7 | TextStyleAttributesReader { attributes in
8 | let fontSize = attributes.fontProperties?.scaledSize ?? FontProperties.defaultSize
| `- warning: type 'FontPropertiesAttribute.Value' (aka 'FontProperties') does not conform to the 'Sendable' protocol
9 | self.image.font(.system(size: round(fontSize / 3)))
10 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/TextStyle/Styles/FontProperties.swift:4:15: note: consider making struct 'FontProperties' conform to the 'Sendable' protocol
2 |
3 | /// The characteristics of a font.
4 | public struct FontProperties: Hashable {
| `- note: consider making struct 'FontProperties' conform to the 'Sendable' protocol
5 | /// The font family.
6 | public enum Family: Hashable {
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:21:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
19 | Text("\(configuration.itemNumber).")
20 | .monospacedDigit()
21 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
22 | }
23 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:29:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
27 | BlockStyle { configuration in
28 | Text(configuration.itemNumber.roman + ".")
29 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
30 | }
31 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:37:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
35 | BlockStyle { configuration in
36 | Text(configuration.itemNumber.roman.lowercased() + ".")
37 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
38 | }
39 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:45:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
43 | BlockStyle { _ in
44 | Text("-")
45 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
46 | }
47 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:53:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
51 | BlockStyle { _ in
52 | ListBullet.disc
53 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
54 | }
55 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:52:18: warning: main actor-isolated static property 'disc' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
50 | public static var disc: Self {
51 | BlockStyle { _ in
52 | ListBullet.disc
| `- warning: main actor-isolated static property 'disc' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
53 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
54 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:13:14: note: static property declared here
11 | }
12 |
13 | static var disc: Self {
| `- note: static property declared here
14 | .init(image: .init(systemName: "circle.fill"))
15 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:61:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
59 | BlockStyle { _ in
60 | ListBullet.circle
61 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
62 | }
63 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:60:18: warning: main actor-isolated static property 'circle' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
58 | public static var circle: Self {
59 | BlockStyle { _ in
60 | ListBullet.circle
| `- warning: main actor-isolated static property 'circle' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
61 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
62 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:17:14: note: static property declared here
15 | }
16 |
17 | static var circle: Self {
| `- note: static property declared here
18 | .init(image: .init(systemName: "circle"))
19 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:69:10: warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
67 | BlockStyle { _ in
68 | ListBullet.square
69 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
| `- warning: call to main actor-isolated instance method 'relativeFrame(minWidth:alignment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
70 | }
71 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Utility/RelativeSize.swift:83:15: note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
81 | /// This method behaves like the one in SwiftUI but takes `RelativeSize`
82 | /// values instead of `CGFloat` for the width and height.
83 | public func relativeFrame(
| `- note: calls to instance method 'relativeFrame(minWidth:alignment:)' from outside of its actor context are implicitly asynchronous
84 | minWidth: RelativeSize,
85 | alignment: Alignment = .center
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListMarkerConfiguration.swift:68:18: warning: main actor-isolated static property 'square' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
66 | public static var square: Self {
67 | BlockStyle { _ in
68 | ListBullet.square
| `- warning: main actor-isolated static property 'square' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
69 | .relativeFrame(minWidth: .em(1.5), alignment: .trailing)
70 | }
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Theme/BlockStyle/ListBullet.swift:21:14: note: static property declared here
19 | }
20 |
21 | static var square: Self {
| `- note: static property declared here
22 | .init(image: .init(systemName: "square.fill"))
23 | }
Fetching https://github.com/swiftlang/swift-cmark
Fetching https://github.com/gonzalezreal/NetworkImage
Fetching https://github.com/pointfreeco/swift-snapshot-testing from cache
[1/1040] Fetching networkimage
[126/19076] Fetching networkimage, swift-cmark
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (1.27s)
Fetched https://github.com/gonzalezreal/NetworkImage from cache (1.54s)
Fetched https://github.com/swiftlang/swift-cmark from cache (1.54s)
Computing version for https://github.com/gonzalezreal/NetworkImage
Computed https://github.com/gonzalezreal/NetworkImage at 6.0.1 (2.08s)
Computing version for https://github.com/swiftlang/swift-cmark
Computed https://github.com/swiftlang/swift-cmark at 0.6.0 (0.62s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.3 (0.50s)
Fetching https://github.com/pointfreeco/swift-custom-dump from cache
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.45s)
Fetched https://github.com/swiftlang/swift-syntax from cache (1.10s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.61s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.43s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (1.12s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.50s)
Creating working copy for https://github.com/gonzalezreal/NetworkImage
Working copy of https://github.com/gonzalezreal/NetworkImage resolved at 6.0.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.3
Creating working copy for https://github.com/swiftlang/swift-cmark
Working copy of https://github.com/swiftlang/swift-cmark resolved at 0.6.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/11] Compiling NetworkImage URLSession+NetworkImage.swift
[3/12] Compiling NetworkImage TaskModifier.swift
[4/12] Compiling NetworkImage NetworkImageModel.swift
[5/12] Compiling NetworkImage NetworkImageCache.swift
[6/12] Compiling NetworkImage NetworkImageState.swift
[7/12] Compiling NetworkImage NetworkImage.swift
[8/12] Compiling NetworkImage ImageSource.swift
[9/12] Emitting module NetworkImage
[10/12] Compiling NetworkImage Deprecations.swift
[11/12] Compiling NetworkImage NetworkImageLoader.swift
[12/12] Compiling NetworkImage View+NetworkImageLoader.swift
[13/127] Compiling MarkdownUI String+KebabCase.swift
[14/127] Compiling MarkdownUI BlockMargin.swift
[15/127] Compiling MarkdownUI BlockNode+View.swift
[16/127] Compiling MarkdownUI BlockSequence.swift
[17/127] Compiling MarkdownUI BlockquoteView.swift
[18/127] Compiling MarkdownUI BulletedListView.swift
[19/127] Compiling MarkdownUI CodeBlockView.swift
[20/127] Compiling MarkdownUI ColumnWidthPreference.swift
[21/127] Compiling MarkdownUI HeadingView.swift
[22/127] Compiling MarkdownUI ImageFlow.swift
[23/127] Compiling MarkdownUI ListItemSequence.swift
[24/127] Compiling MarkdownUI ListItemView.swift
[25/139] Emitting module MarkdownUI
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
3 | @_implementationOnly import cmark_gfm_extensions
4 |
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:3:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
3 | @_implementationOnly import cmark_gfm_extensions
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
4 |
5 | extension Array where Element == BlockNode {
[26/139] Compiling MarkdownUI Blockquote.swift
[27/139] Compiling MarkdownUI BulletedList.swift
[28/139] Compiling MarkdownUI CodeBlock.swift
[29/139] Compiling MarkdownUI Heading.swift
[30/139] Compiling MarkdownUI ListContentBuilder.swift
[31/139] Compiling MarkdownUI ListItem.swift
[32/139] Compiling MarkdownUI MarkdownContent.swift
[33/139] Compiling MarkdownUI MarkdownContentBuilder.swift
[34/139] Compiling MarkdownUI NumberedList.swift
[35/139] Compiling MarkdownUI Paragraph.swift
[36/139] Compiling MarkdownUI TaskList.swift
[37/139] Compiling MarkdownUI TaskListContentBuilder.swift
[38/139] Compiling MarkdownUI TaskListItem.swift
[39/139] Compiling MarkdownUI NumberedListView.swift
[40/139] Compiling MarkdownUI ParagraphView.swift
[41/139] Compiling MarkdownUI TableBackgroundView.swift
[42/139] Compiling MarkdownUI TableBorderSelector.swift
[43/139] Compiling MarkdownUI TableBorderView.swift
[44/139] Compiling MarkdownUI TableBounds.swift
[45/139] Compiling MarkdownUI TableCell.swift
[46/139] Compiling MarkdownUI TableView.swift
[47/139] Compiling MarkdownUI TaskListItemView.swift
[48/139] Compiling MarkdownUI TaskListView.swift
[49/139] Compiling MarkdownUI TextStyleAttributesReader.swift
[50/139] Compiling MarkdownUI ThematicBreakView.swift
[51/139] Compiling MarkdownUI FontSize.swift
[52/139] Compiling MarkdownUI FontStyle.swift
[53/139] Compiling MarkdownUI FontWeight.swift
[54/139] Compiling MarkdownUI FontWidth.swift
[55/139] Compiling MarkdownUI ForegroundColor.swift
[56/139] Compiling MarkdownUI StrikethroughStyle.swift
[57/139] Compiling MarkdownUI TextKerning.swift
[58/139] Compiling MarkdownUI TextTracking.swift
[59/139] Compiling MarkdownUI UnderlineStyle.swift
[60/139] Compiling MarkdownUI TextStyle.swift
[61/139] Compiling MarkdownUI TextStyleBuilder.swift
[62/139] Compiling MarkdownUI Theme+Basic.swift
[63/139] Compiling MarkdownUI Theme+DocC.swift
[64/139] Compiling MarkdownUI HTMLTag.swift
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
3 | @_implementationOnly import cmark_gfm_extensions
4 |
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:3:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
3 | @_implementationOnly import cmark_gfm_extensions
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
4 |
5 | extension Array where Element == BlockNode {
[65/139] Compiling MarkdownUI InlineNode+Collect.swift
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
3 | @_implementationOnly import cmark_gfm_extensions
4 |
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:3:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
3 | @_implementationOnly import cmark_gfm_extensions
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
4 |
5 | extension Array where Element == BlockNode {
[66/139] Compiling MarkdownUI InlineNode+Rewrite.swift
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
3 | @_implementationOnly import cmark_gfm_extensions
4 |
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:3:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
3 | @_implementationOnly import cmark_gfm_extensions
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
4 |
5 | extension Array where Element == BlockNode {
[67/139] Compiling MarkdownUI InlineNode.swift
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
3 | @_implementationOnly import cmark_gfm_extensions
4 |
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:3:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
3 | @_implementationOnly import cmark_gfm_extensions
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
4 |
5 | extension Array where Element == BlockNode {
[68/139] Compiling MarkdownUI MarkdownParser.swift
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
3 | @_implementationOnly import cmark_gfm_extensions
4 |
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:3:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
3 | @_implementationOnly import cmark_gfm_extensions
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
4 |
5 | extension Array where Element == BlockNode {
[69/139] Compiling MarkdownUI AttributedStringInlineRenderer.swift
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
3 | @_implementationOnly import cmark_gfm_extensions
4 |
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:3:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
3 | @_implementationOnly import cmark_gfm_extensions
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
4 |
5 | extension Array where Element == BlockNode {
[70/139] Compiling MarkdownUI InlineTextStyles.swift
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
3 | @_implementationOnly import cmark_gfm_extensions
4 |
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:3:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
3 | @_implementationOnly import cmark_gfm_extensions
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
4 |
5 | extension Array where Element == BlockNode {
[71/139] Compiling MarkdownUI TextInlineRenderer.swift
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
3 | @_implementationOnly import cmark_gfm_extensions
4 |
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:3:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
3 | @_implementationOnly import cmark_gfm_extensions
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
4 |
5 | extension Array where Element == BlockNode {
[72/139] Compiling MarkdownUI BlockConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
3 | @_implementationOnly import cmark_gfm_extensions
4 |
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:3:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
3 | @_implementationOnly import cmark_gfm_extensions
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
4 |
5 | extension Array where Element == BlockNode {
[73/139] Compiling MarkdownUI BlockStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
3 | @_implementationOnly import cmark_gfm_extensions
4 |
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:3:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
3 | @_implementationOnly import cmark_gfm_extensions
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
4 |
5 | extension Array where Element == BlockNode {
[74/139] Compiling MarkdownUI CodeBlockConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
3 | @_implementationOnly import cmark_gfm_extensions
4 |
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:3:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
3 | @_implementationOnly import cmark_gfm_extensions
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
4 |
5 | extension Array where Element == BlockNode {
[75/139] Compiling MarkdownUI ListBullet.swift
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
3 | @_implementationOnly import cmark_gfm_extensions
4 |
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:3:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
3 | @_implementationOnly import cmark_gfm_extensions
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
4 |
5 | extension Array where Element == BlockNode {
[76/139] Compiling MarkdownUI ListMarkerConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
3 | @_implementationOnly import cmark_gfm_extensions
4 |
/Users/admin/builder/spi-builder-workspace/Sources/MarkdownUI/Parser/MarkdownParser.swift:3:22: warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
1 | import Foundation
2 | @_implementationOnly import cmark_gfm
3 | @_implementationOnly import cmark_gfm_extensions
| `- warning: using '@_implementationOnly' without enabling library evolution for 'MarkdownUI' may lead to instability during execution
4 |
5 | extension Array where Element == BlockNode {
[77/139] Compiling MarkdownUI TextTable.swift
[78/139] Compiling MarkdownUI TextTableColumn.swift
[79/139] Compiling MarkdownUI TextTableColumnAlignment.swift
[80/139] Compiling MarkdownUI TextTableColumnBuilder.swift
[81/139] Compiling MarkdownUI TextTableRow.swift
[82/139] Compiling MarkdownUI TextTableRowBuilder.swift
[83/139] Compiling MarkdownUI ThematicBreak.swift
[84/139] Compiling MarkdownUI Code.swift
[85/139] Compiling MarkdownUI Emphasis.swift
[86/139] Compiling MarkdownUI InlineContent.swift
[87/139] Compiling MarkdownUI InlineContentBuilder.swift
[88/139] Compiling MarkdownUI InlineImage.swift
[89/139] Compiling MarkdownUI InlineLink.swift
[90/139] Compiling MarkdownUI TableBackgroundStyle.swift
[91/139] Compiling MarkdownUI TableBorderStyle.swift
[92/139] Compiling MarkdownUI TableCellConfiguration.swift
[93/139] Compiling MarkdownUI TaskListMarkerConfiguration.swift
[94/139] Compiling MarkdownUI BackgroundColor.swift
[95/139] Compiling MarkdownUI EmptyTextStyle.swift
[96/139] Compiling MarkdownUI Font+FontProperties.swift
[97/139] Compiling MarkdownUI FontCapsVariant.swift
[98/139] Compiling MarkdownUI FontDigitVariant.swift
[99/139] Compiling MarkdownUI FontFamily.swift
[100/139] Compiling MarkdownUI FontFamilyVariant.swift
[101/139] Compiling MarkdownUI FontProperties.swift
[102/139] Compiling MarkdownUI FontPropertiesAttribute.swift
[103/139] Compiling MarkdownUI Theme+GitHub.swift
[104/139] Compiling MarkdownUI Theme.swift
[105/139] Compiling MarkdownUI BlockNode+ColorSchemeImage.swift
[106/139] Compiling MarkdownUI Color+RGBA.swift
[107/139] Compiling MarkdownUI Deprecations.swift
[108/139] Compiling MarkdownUI FlowLayout.swift
[109/139] Compiling MarkdownUI Indexed.swift
[110/139] Compiling MarkdownUI InlineNode+PlainText.swift
[111/139] Compiling MarkdownUI InlineNode+RawImageData.swift
[112/139] Compiling MarkdownUI Int+Roman.swift
[113/139] Compiling MarkdownUI RelativeSize.swift
[114/139] Compiling MarkdownUI ResizeToFit.swift
[115/139] Compiling MarkdownUI LineBreak.swift
[116/139] Compiling MarkdownUI SoftBreak.swift
[117/139] Compiling MarkdownUI Strikethrough.swift
[118/139] Compiling MarkdownUI Strong.swift
[119/139] Compiling MarkdownUI AssetImageProvider.swift
[120/139] Compiling MarkdownUI AssetInlineImageProvider.swift
[121/139] Compiling MarkdownUI CodeSyntaxHighlighter.swift
[122/139] Compiling MarkdownUI DefaultImageProvider.swift
[123/139] Compiling MarkdownUI DefaultInlineImageProvider.swift
[124/139] Compiling MarkdownUI ImageProvider.swift
[125/139] Compiling MarkdownUI InlineImageProvider.swift
[126/139] Compiling MarkdownUI BlockNode+Rewrite.swift
[127/139] Compiling MarkdownUI BlockNode.swift
[128/139] Compiling MarkdownUI Environment+BaseURL.swift
[129/139] Compiling MarkdownUI Environment+CodeSyntaxHighlighter.swift
[130/139] Compiling MarkdownUI Environment+ImageProvider.swift
[131/139] Compiling MarkdownUI Environment+InlineImageProvider.swift
[132/139] Compiling MarkdownUI Environment+List.swift
[133/139] Compiling MarkdownUI Environment+SoftBreakMode.swift
[134/139] Compiling MarkdownUI Environment+Table.swift
[135/139] Compiling MarkdownUI Environment+TextStyle.swift
[136/139] Compiling MarkdownUI Environment+Theme.swift
[137/139] Compiling MarkdownUI ImageView.swift
[138/139] Compiling MarkdownUI InlineText.swift
[139/139] Compiling MarkdownUI Markdown.swift
Build complete! (2.82s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Tests/MarkdownUITests/Resources/Images.xcassets
Build complete.
{
"dependencies" : [
{
"identity" : "networkimage",
"requirement" : {
"range" : [
{
"lower_bound" : "6.0.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/gonzalezreal/NetworkImage"
},
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.10.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing"
},
{
"identity" : "swift-cmark",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-cmark"
}
],
"manifest_display_name" : "swift-markdown-ui",
"name" : "swift-markdown-ui",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "maccatalyst",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "MarkdownUI",
"targets" : [
"MarkdownUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MarkdownUITests",
"module_type" : "SwiftTarget",
"name" : "MarkdownUITests",
"path" : "Tests/MarkdownUITests",
"product_dependencies" : [
"SnapshotTesting"
],
"sources" : [
"FontPropertiesTests.swift",
"HTMLTagTests.swift",
"InlineContentBuilderTests.swift",
"ListContentBuilderTests.swift",
"MarkdownContentBuilderTests.swift",
"MarkdownContentTests.swift",
"MarkdownImageTests.swift",
"MarkdownListTests.swift",
"MarkdownTableTests.swift",
"MarkdownTests.swift",
"TaskListContentBuilderTests.swift",
"TextStyleBuilderTests.swift",
"ThemeDocCTests.swift",
"ThemeGitHubTests.swift",
"ThemePreview.swift"
],
"target_dependencies" : [
"MarkdownUI"
],
"type" : "test"
},
{
"c99name" : "MarkdownUI",
"module_type" : "SwiftTarget",
"name" : "MarkdownUI",
"path" : "Sources/MarkdownUI",
"product_dependencies" : [
"cmark-gfm",
"cmark-gfm-extensions",
"NetworkImage"
],
"product_memberships" : [
"MarkdownUI"
],
"sources" : [
"DSL/Blocks/Blockquote.swift",
"DSL/Blocks/BulletedList.swift",
"DSL/Blocks/CodeBlock.swift",
"DSL/Blocks/Heading.swift",
"DSL/Blocks/ListContentBuilder.swift",
"DSL/Blocks/ListItem.swift",
"DSL/Blocks/MarkdownContent.swift",
"DSL/Blocks/MarkdownContentBuilder.swift",
"DSL/Blocks/NumberedList.swift",
"DSL/Blocks/Paragraph.swift",
"DSL/Blocks/TaskList.swift",
"DSL/Blocks/TaskListContentBuilder.swift",
"DSL/Blocks/TaskListItem.swift",
"DSL/Blocks/TextTable.swift",
"DSL/Blocks/TextTableColumn.swift",
"DSL/Blocks/TextTableColumnAlignment.swift",
"DSL/Blocks/TextTableColumnBuilder.swift",
"DSL/Blocks/TextTableRow.swift",
"DSL/Blocks/TextTableRowBuilder.swift",
"DSL/Blocks/ThematicBreak.swift",
"DSL/Inlines/Code.swift",
"DSL/Inlines/Emphasis.swift",
"DSL/Inlines/InlineContent.swift",
"DSL/Inlines/InlineContentBuilder.swift",
"DSL/Inlines/InlineImage.swift",
"DSL/Inlines/InlineLink.swift",
"DSL/Inlines/LineBreak.swift",
"DSL/Inlines/SoftBreak.swift",
"DSL/Inlines/Strikethrough.swift",
"DSL/Inlines/Strong.swift",
"Extensibility/AssetImageProvider.swift",
"Extensibility/AssetInlineImageProvider.swift",
"Extensibility/CodeSyntaxHighlighter.swift",
"Extensibility/DefaultImageProvider.swift",
"Extensibility/DefaultInlineImageProvider.swift",
"Extensibility/ImageProvider.swift",
"Extensibility/InlineImageProvider.swift",
"Parser/BlockNode+Rewrite.swift",
"Parser/BlockNode.swift",
"Parser/HTMLTag.swift",
"Parser/InlineNode+Collect.swift",
"Parser/InlineNode+Rewrite.swift",
"Parser/InlineNode.swift",
"Parser/MarkdownParser.swift",
"Renderer/AttributedStringInlineRenderer.swift",
"Renderer/InlineTextStyles.swift",
"Renderer/TextInlineRenderer.swift",
"Theme/BlockStyle/BlockConfiguration.swift",
"Theme/BlockStyle/BlockStyle.swift",
"Theme/BlockStyle/CodeBlockConfiguration.swift",
"Theme/BlockStyle/ListBullet.swift",
"Theme/BlockStyle/ListMarkerConfiguration.swift",
"Theme/BlockStyle/TableBackgroundStyle.swift",
"Theme/BlockStyle/TableBorderStyle.swift",
"Theme/BlockStyle/TableCellConfiguration.swift",
"Theme/BlockStyle/TaskListMarkerConfiguration.swift",
"Theme/TextStyle/Styles/BackgroundColor.swift",
"Theme/TextStyle/Styles/EmptyTextStyle.swift",
"Theme/TextStyle/Styles/Font+FontProperties.swift",
"Theme/TextStyle/Styles/FontCapsVariant.swift",
"Theme/TextStyle/Styles/FontDigitVariant.swift",
"Theme/TextStyle/Styles/FontFamily.swift",
"Theme/TextStyle/Styles/FontFamilyVariant.swift",
"Theme/TextStyle/Styles/FontProperties.swift",
"Theme/TextStyle/Styles/FontPropertiesAttribute.swift",
"Theme/TextStyle/Styles/FontSize.swift",
"Theme/TextStyle/Styles/FontStyle.swift",
"Theme/TextStyle/Styles/FontWeight.swift",
"Theme/TextStyle/Styles/FontWidth.swift",
"Theme/TextStyle/Styles/ForegroundColor.swift",
"Theme/TextStyle/Styles/StrikethroughStyle.swift",
"Theme/TextStyle/Styles/TextKerning.swift",
"Theme/TextStyle/Styles/TextTracking.swift",
"Theme/TextStyle/Styles/UnderlineStyle.swift",
"Theme/TextStyle/TextStyle.swift",
"Theme/TextStyle/TextStyleBuilder.swift",
"Theme/Theme+Basic.swift",
"Theme/Theme+DocC.swift",
"Theme/Theme+GitHub.swift",
"Theme/Theme.swift",
"Utility/BlockNode+ColorSchemeImage.swift",
"Utility/Color+RGBA.swift",
"Utility/Deprecations.swift",
"Utility/FlowLayout.swift",
"Utility/Indexed.swift",
"Utility/InlineNode+PlainText.swift",
"Utility/InlineNode+RawImageData.swift",
"Utility/Int+Roman.swift",
"Utility/RelativeSize.swift",
"Utility/ResizeToFit.swift",
"Utility/String+KebabCase.swift",
"Views/Blocks/BlockMargin.swift",
"Views/Blocks/BlockNode+View.swift",
"Views/Blocks/BlockSequence.swift",
"Views/Blocks/BlockquoteView.swift",
"Views/Blocks/BulletedListView.swift",
"Views/Blocks/CodeBlockView.swift",
"Views/Blocks/ColumnWidthPreference.swift",
"Views/Blocks/HeadingView.swift",
"Views/Blocks/ImageFlow.swift",
"Views/Blocks/ListItemSequence.swift",
"Views/Blocks/ListItemView.swift",
"Views/Blocks/NumberedListView.swift",
"Views/Blocks/ParagraphView.swift",
"Views/Blocks/TableBackgroundView.swift",
"Views/Blocks/TableBorderSelector.swift",
"Views/Blocks/TableBorderView.swift",
"Views/Blocks/TableBounds.swift",
"Views/Blocks/TableCell.swift",
"Views/Blocks/TableView.swift",
"Views/Blocks/TaskListItemView.swift",
"Views/Blocks/TaskListView.swift",
"Views/Blocks/TextStyleAttributesReader.swift",
"Views/Blocks/ThematicBreakView.swift",
"Views/Environment/Environment+BaseURL.swift",
"Views/Environment/Environment+CodeSyntaxHighlighter.swift",
"Views/Environment/Environment+ImageProvider.swift",
"Views/Environment/Environment+InlineImageProvider.swift",
"Views/Environment/Environment+List.swift",
"Views/Environment/Environment+SoftBreakMode.swift",
"Views/Environment/Environment+Table.swift",
"Views/Environment/Environment+TextStyle.swift",
"Views/Environment/Environment+Theme.swift",
"Views/Inlines/ImageView.swift",
"Views/Inlines/InlineText.swift",
"Views/Markdown.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.