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

The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of CDKSwiftOracc with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 6

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ckanchan/CDKSwiftOracc.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ckanchan/CDKSwiftOracc
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at aa3a105 Added public access control
Cloned https://github.com/ckanchan/CDKSwiftOracc.git
Revision (git rev-parse @):
aa3a105730a8b9e96c54c906acd2252d060d53c8
SUCCESS checkout https://github.com/ckanchan/CDKSwiftOracc.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/ckanchan/CDKSwiftOracc.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.txt
[3/28] Compiling CDKSwiftOracc OraccCatalogueEntry+Codable.swift
[4/28] Compiling CDKSwiftOracc OraccCatalogueEntry.swift
[5/28] Compiling CDKSwiftOracc TextID.swift
[6/28] Compiling CDKSwiftOracc OraccGlobalSignList.swift
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/Sign Lists/String+CuneiformHelpers.swift:34:18: warning: Code handling numbers needs to convert all sign variant signifiers into Unicode subscripts; handle actual numbers
32 |
33 |     func cuneifyInputEncoded() -> String {
34 |         #warning("Code handling numbers needs to convert all sign variant signifiers into Unicode subscripts; handle actual numbers")
   |                  `- warning: Code handling numbers needs to convert all sign variant signifiers into Unicode subscripts; handle actual numbers
35 |         if self.decomposedStringWithCanonicalMapping.contains(String.combiningAcuteAccent) {
36 |             return self.decomposedStringWithCanonicalMapping.replacingOccurrences(of: String.combiningAcuteAccent, with: "").appending("₂")
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/AttributedStringFormatter.swift:48:13: warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 46 |         switch discontinuity.type {
 47 |         case .obverse:
 48 |             formatting.cdlTextFormatting = [.editorial, .bold]
    |             `- warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 49 |             discontinuityString = "Obverse: \n"
 50 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:20:15: note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/AttributedStringFormatter.swift:52:13: warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 50 |
 51 |         case .linestart:
 52 |             formatting.cdlTextFormatting = [.editorial]
    |             `- warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 53 |             discontinuityString = "\n\(discontinuity.label ?? "") "
 54 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:20:15: note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.FormattingValue>'; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/AttributedStringFormatter.swift:56:13: warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 54 |
 55 |         case .reverse:
 56 |             formatting.cdlTextFormatting = [.editorial, .bold]
    |             `- warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 57 |             discontinuityString = "\n\n\n Reverse: \n"
 58 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:20:15: note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
1 | public class KeyPath<Root, Value> : PartialKeyPath<Root> {
  |              `- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:23:23: warning: static property 'editorial' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
23 |     public static let editorial = TextEditionFormatting(rawValue: 1 << 0)
   |                       |- warning: static property 'editorial' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'editorial' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
24 |     public static let bold = TextEditionFormatting(rawValue: 1 << 1)
25 |     public static let italic = TextEditionFormatting(rawValue: 1 << 2)
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.FormattingValue>'; this is an error in the Swift 6 language mode
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.FormattingValue>'; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:24:23: warning: static property 'bold' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
23 |     public static let editorial = TextEditionFormatting(rawValue: 1 << 0)
24 |     public static let bold = TextEditionFormatting(rawValue: 1 << 1)
   |                       |- warning: static property 'bold' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'bold' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |     public static let italic = TextEditionFormatting(rawValue: 1 << 2)
26 |     public static let superscript = TextEditionFormatting(rawValue: 1 << 3)
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
1 | public class KeyPath<Root, Value> : PartialKeyPath<Root> {
  |              |- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
  |              `- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.FormattingValue>'; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/AttributedStringFormatter.swift:78:17: warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 76 |             if let norm = lemma.wordForm.normalisation {
 77 |                 var translationAttrs = lemma.getExtendedAttributeValues()
 78 |                 translationAttrs.cdlTextFormatting = [.italic]
    |                 `- warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 79 |                 attributedLemma = AttributedString(
 80 |                     "\(norm) ",
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:20:15: note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
1 | public class KeyPath<Root, Value> : PartialKeyPath<Root> {
  |              `- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:25:23: warning: static property 'italic' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
23 |     public static let editorial = TextEditionFormatting(rawValue: 1 << 0)
24 |     public static let bold = TextEditionFormatting(rawValue: 1 << 1)
25 |     public static let italic = TextEditionFormatting(rawValue: 1 << 2)
   |                       |- warning: static property 'italic' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'italic' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |     public static let superscript = TextEditionFormatting(rawValue: 1 << 3)
27 |     public static let damaged = TextEditionFormatting(rawValue: 1 << 4)
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:27:23: warning: static property 'damaged' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
   :
25 |     public static let italic = TextEditionFormatting(rawValue: 1 << 2)
26 |     public static let superscript = TextEditionFormatting(rawValue: 1 << 3)
27 |     public static let damaged = TextEditionFormatting(rawValue: 1 << 4)
   |                       |- warning: static property 'damaged' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'damaged' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |     public static let damagedLogogram = TextEditionFormatting(rawValue: 1 << 5)
29 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/AttributedStringFormatter.swift:189:13: warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
187 |             }
188 |
189 |             syllable.cdlTextFormatting = [.superscript]
    |             `- warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
190 |             str.append(syllable)
191 |             str.append(delim)
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:20:15: note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/AttributedStringFormatter.swift:209:21: warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
207 |                 switch self.preservation {
208 |                 case .damaged, .missing:
209 |                     akkSyllable.cdlTextFormatting = [.damaged]
    |                     `- warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
210 |                     str.append(formatAs(self.preservation, sign: akkSyllable))
211 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:20:15: note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/AttributedStringFormatter.swift:213:21: warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
211 |
212 |                 case .preserved:
213 |                     akkSyllable.cdlTextFormatting = [.italic]
    |                     `- warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
214 |                     str.append(akkSyllable)
215 |                 }
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:20:15: note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/AttributedStringFormatter.swift:224:21: warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
222 |                 switch self.preservation {
223 |                 case .damaged, .missing:
224 |                     logogram.cdlTextFormatting = [.damagedLogogram]
    |                     `- warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
225 |                     str.append(formatAs(self.preservation, sign: logogram))
226 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:20:15: note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/AttributedStringFormatter.swift:243:25: warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
241 |                 case .damaged, .missing:
242 |                     if self.isLogogram {
243 |                         specialForm.cdlTextFormatting = [.damagedLogogram]
    |                         `- warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
244 |                     } else {
245 |                         specialForm.cdlTextFormatting = [.damaged]
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:20:15: note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/AttributedStringFormatter.swift:245:25: warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
243 |                         specialForm.cdlTextFormatting = [.damagedLogogram]
244 |                     } else {
245 |                         specialForm.cdlTextFormatting = [.damaged]
    |                         `- warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
246 |                     }
247 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:20:15: note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.FormattingValue>'; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/AttributedStringFormatter.swift:254:25: warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
252 |                         str.append(specialForm)
253 |                     } else {
254 |                         specialForm.cdlTextFormatting = [.italic]
    |                         `- warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
255 |                         str.append(specialForm)
256 |                     }
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:20:15: note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
1 | public class KeyPath<Root, Value> : PartialKeyPath<Root> {
  |              `- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.FormattingValue>'; this is an error in the Swift 6 language mode
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.FormattingValue>'; this is an error in the Swift 6 language mode
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.FormattingValue>'; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:26:23: warning: static property 'superscript' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
   :
24 |     public static let bold = TextEditionFormatting(rawValue: 1 << 1)
25 |     public static let italic = TextEditionFormatting(rawValue: 1 << 2)
26 |     public static let superscript = TextEditionFormatting(rawValue: 1 << 3)
   |                       |- warning: static property 'superscript' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'superscript' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 |     public static let damaged = TextEditionFormatting(rawValue: 1 << 4)
28 |     public static let damagedLogogram = TextEditionFormatting(rawValue: 1 << 5)
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
1 | public class KeyPath<Root, Value> : PartialKeyPath<Root> {
  |              |- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
  |              |- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
  |              `- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.FormattingValue>'; this is an error in the Swift 6 language mode
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.FormattingValue>'; this is an error in the Swift 6 language mode
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.FormattingValue>'; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:28:23: warning: static property 'damagedLogogram' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
   :
26 |     public static let superscript = TextEditionFormatting(rawValue: 1 << 3)
27 |     public static let damaged = TextEditionFormatting(rawValue: 1 << 4)
28 |     public static let damagedLogogram = TextEditionFormatting(rawValue: 1 << 5)
   |                       |- warning: static property 'damagedLogogram' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'damagedLogogram' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |
30 |     public init(rawValue: Int) {
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
1 | public class KeyPath<Root, Value> : PartialKeyPath<Root> {
  |              |- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
  |              |- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
  |              `- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
[7/28] Compiling CDKSwiftOracc String+CuneiformHelpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/Sign Lists/String+CuneiformHelpers.swift:34:18: warning: Code handling numbers needs to convert all sign variant signifiers into Unicode subscripts; handle actual numbers
32 |
33 |     func cuneifyInputEncoded() -> String {
34 |         #warning("Code handling numbers needs to convert all sign variant signifiers into Unicode subscripts; handle actual numbers")
   |                  `- warning: Code handling numbers needs to convert all sign variant signifiers into Unicode subscripts; handle actual numbers
35 |         if self.decomposedStringWithCanonicalMapping.contains(String.combiningAcuteAccent) {
36 |             return self.decomposedStringWithCanonicalMapping.replacingOccurrences(of: String.combiningAcuteAccent, with: "").appending("₂")
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/AttributedStringFormatter.swift:48:13: warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 46 |         switch discontinuity.type {
 47 |         case .obverse:
 48 |             formatting.cdlTextFormatting = [.editorial, .bold]
    |             `- warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 49 |             discontinuityString = "Obverse: \n"
 50 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:20:15: note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/AttributedStringFormatter.swift:52:13: warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 50 |
 51 |         case .linestart:
 52 |             formatting.cdlTextFormatting = [.editorial]
    |             `- warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 53 |             discontinuityString = "\n\(discontinuity.label ?? "") "
 54 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:20:15: note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.FormattingValue>'; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/AttributedStringFormatter.swift:56:13: warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 54 |
 55 |         case .reverse:
 56 |             formatting.cdlTextFormatting = [.editorial, .bold]
    |             `- warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 57 |             discontinuityString = "\n\n\n Reverse: \n"
 58 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:20:15: note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
1 | public class KeyPath<Root, Value> : PartialKeyPath<Root> {
  |              `- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:23:23: warning: static property 'editorial' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
23 |     public static let editorial = TextEditionFormatting(rawValue: 1 << 0)
   |                       |- warning: static property 'editorial' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'editorial' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
24 |     public static let bold = TextEditionFormatting(rawValue: 1 << 1)
25 |     public static let italic = TextEditionFormatting(rawValue: 1 << 2)
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.FormattingValue>'; this is an error in the Swift 6 language mode
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.FormattingValue>'; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:24:23: warning: static property 'bold' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
23 |     public static let editorial = TextEditionFormatting(rawValue: 1 << 0)
24 |     public static let bold = TextEditionFormatting(rawValue: 1 << 1)
   |                       |- warning: static property 'bold' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'bold' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |     public static let italic = TextEditionFormatting(rawValue: 1 << 2)
26 |     public static let superscript = TextEditionFormatting(rawValue: 1 << 3)
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
1 | public class KeyPath<Root, Value> : PartialKeyPath<Root> {
  |              |- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
  |              `- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.FormattingValue>'; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/AttributedStringFormatter.swift:78:17: warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 76 |             if let norm = lemma.wordForm.normalisation {
 77 |                 var translationAttrs = lemma.getExtendedAttributeValues()
 78 |                 translationAttrs.cdlTextFormatting = [.italic]
    |                 `- warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 79 |                 attributedLemma = AttributedString(
 80 |                     "\(norm) ",
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:20:15: note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
1 | public class KeyPath<Root, Value> : PartialKeyPath<Root> {
  |              `- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:25:23: warning: static property 'italic' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
23 |     public static let editorial = TextEditionFormatting(rawValue: 1 << 0)
24 |     public static let bold = TextEditionFormatting(rawValue: 1 << 1)
25 |     public static let italic = TextEditionFormatting(rawValue: 1 << 2)
   |                       |- warning: static property 'italic' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'italic' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |     public static let superscript = TextEditionFormatting(rawValue: 1 << 3)
27 |     public static let damaged = TextEditionFormatting(rawValue: 1 << 4)
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:27:23: warning: static property 'damaged' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
   :
25 |     public static let italic = TextEditionFormatting(rawValue: 1 << 2)
26 |     public static let superscript = TextEditionFormatting(rawValue: 1 << 3)
27 |     public static let damaged = TextEditionFormatting(rawValue: 1 << 4)
   |                       |- warning: static property 'damaged' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'damaged' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |     public static let damagedLogogram = TextEditionFormatting(rawValue: 1 << 5)
29 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/AttributedStringFormatter.swift:189:13: warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
187 |             }
188 |
189 |             syllable.cdlTextFormatting = [.superscript]
    |             `- warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
190 |             str.append(syllable)
191 |             str.append(delim)
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:20:15: note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/AttributedStringFormatter.swift:209:21: warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
207 |                 switch self.preservation {
208 |                 case .damaged, .missing:
209 |                     akkSyllable.cdlTextFormatting = [.damaged]
    |                     `- warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
210 |                     str.append(formatAs(self.preservation, sign: akkSyllable))
211 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:20:15: note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/AttributedStringFormatter.swift:213:21: warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
211 |
212 |                 case .preserved:
213 |                     akkSyllable.cdlTextFormatting = [.italic]
    |                     `- warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
214 |                     str.append(akkSyllable)
215 |                 }
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:20:15: note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/AttributedStringFormatter.swift:224:21: warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
222 |                 switch self.preservation {
223 |                 case .damaged, .missing:
224 |                     logogram.cdlTextFormatting = [.damagedLogogram]
    |                     `- warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
225 |                     str.append(formatAs(self.preservation, sign: logogram))
226 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:20:15: note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/AttributedStringFormatter.swift:243:25: warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
241 |                 case .damaged, .missing:
242 |                     if self.isLogogram {
243 |                         specialForm.cdlTextFormatting = [.damagedLogogram]
    |                         `- warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
244 |                     } else {
245 |                         specialForm.cdlTextFormatting = [.damaged]
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:20:15: note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/AttributedStringFormatter.swift:245:25: warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
243 |                         specialForm.cdlTextFormatting = [.damagedLogogram]
244 |                     } else {
245 |                         specialForm.cdlTextFormatting = [.damaged]
    |                         `- warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
246 |                     }
247 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:20:15: note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.FormattingValue>'; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/AttributedStringFormatter.swift:254:25: warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
252 |                         str.append(specialForm)
253 |                     } else {
254 |                         specialForm.cdlTextFormatting = [.italic]
    |                         `- warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
255 |                         str.append(specialForm)
256 |                     }
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:20:15: note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
1 | public class KeyPath<Root, Value> : PartialKeyPath<Root> {
  |              `- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.FormattingValue>'; this is an error in the Swift 6 language mode
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.FormattingValue>'; this is an error in the Swift 6 language mode
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.FormattingValue>'; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:26:23: warning: static property 'superscript' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
   :
24 |     public static let bold = TextEditionFormatting(rawValue: 1 << 1)
25 |     public static let italic = TextEditionFormatting(rawValue: 1 << 2)
26 |     public static let superscript = TextEditionFormatting(rawValue: 1 << 3)
   |                       |- warning: static property 'superscript' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'superscript' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 |     public static let damaged = TextEditionFormatting(rawValue: 1 << 4)
28 |     public static let damagedLogogram = TextEditionFormatting(rawValue: 1 << 5)
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
1 | public class KeyPath<Root, Value> : PartialKeyPath<Root> {
  |              |- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
  |              |- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
  |              `- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.FormattingValue>'; this is an error in the Swift 6 language mode
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.FormattingValue>'; this is an error in the Swift 6 language mode
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.FormattingValue>'; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:28:23: warning: static property 'damagedLogogram' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
   :
26 |     public static let superscript = TextEditionFormatting(rawValue: 1 << 3)
27 |     public static let damaged = TextEditionFormatting(rawValue: 1 << 4)
28 |     public static let damagedLogogram = TextEditionFormatting(rawValue: 1 << 5)
   |                       |- warning: static property 'damagedLogogram' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'damagedLogogram' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |
30 |     public init(rawValue: Int) {
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
1 | public class KeyPath<Root, Value> : PartialKeyPath<Root> {
  |              |- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
  |              |- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
  |              `- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
[8/28] Compiling CDKSwiftOracc AttributedStringFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/Sign Lists/String+CuneiformHelpers.swift:34:18: warning: Code handling numbers needs to convert all sign variant signifiers into Unicode subscripts; handle actual numbers
32 |
33 |     func cuneifyInputEncoded() -> String {
34 |         #warning("Code handling numbers needs to convert all sign variant signifiers into Unicode subscripts; handle actual numbers")
   |                  `- warning: Code handling numbers needs to convert all sign variant signifiers into Unicode subscripts; handle actual numbers
35 |         if self.decomposedStringWithCanonicalMapping.contains(String.combiningAcuteAccent) {
36 |             return self.decomposedStringWithCanonicalMapping.replacingOccurrences(of: String.combiningAcuteAccent, with: "").appending("₂")
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/AttributedStringFormatter.swift:48:13: warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 46 |         switch discontinuity.type {
 47 |         case .obverse:
 48 |             formatting.cdlTextFormatting = [.editorial, .bold]
    |             `- warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 49 |             discontinuityString = "Obverse: \n"
 50 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:20:15: note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/AttributedStringFormatter.swift:52:13: warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 50 |
 51 |         case .linestart:
 52 |             formatting.cdlTextFormatting = [.editorial]
    |             `- warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 53 |             discontinuityString = "\n\(discontinuity.label ?? "") "
 54 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:20:15: note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.FormattingValue>'; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/AttributedStringFormatter.swift:56:13: warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 54 |
 55 |         case .reverse:
 56 |             formatting.cdlTextFormatting = [.editorial, .bold]
    |             `- warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 57 |             discontinuityString = "\n\n\n Reverse: \n"
 58 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:20:15: note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
1 | public class KeyPath<Root, Value> : PartialKeyPath<Root> {
  |              `- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:23:23: warning: static property 'editorial' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
23 |     public static let editorial = TextEditionFormatting(rawValue: 1 << 0)
   |                       |- warning: static property 'editorial' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'editorial' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
24 |     public static let bold = TextEditionFormatting(rawValue: 1 << 1)
25 |     public static let italic = TextEditionFormatting(rawValue: 1 << 2)
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.FormattingValue>'; this is an error in the Swift 6 language mode
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.FormattingValue>'; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:24:23: warning: static property 'bold' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
23 |     public static let editorial = TextEditionFormatting(rawValue: 1 << 0)
24 |     public static let bold = TextEditionFormatting(rawValue: 1 << 1)
   |                       |- warning: static property 'bold' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'bold' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |     public static let italic = TextEditionFormatting(rawValue: 1 << 2)
26 |     public static let superscript = TextEditionFormatting(rawValue: 1 << 3)
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
1 | public class KeyPath<Root, Value> : PartialKeyPath<Root> {
  |              |- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
  |              `- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.FormattingValue>'; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/AttributedStringFormatter.swift:78:17: warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 76 |             if let norm = lemma.wordForm.normalisation {
 77 |                 var translationAttrs = lemma.getExtendedAttributeValues()
 78 |                 translationAttrs.cdlTextFormatting = [.italic]
    |                 `- warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 79 |                 attributedLemma = AttributedString(
 80 |                     "\(norm) ",
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:20:15: note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
1 | public class KeyPath<Root, Value> : PartialKeyPath<Root> {
  |              `- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:25:23: warning: static property 'italic' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
23 |     public static let editorial = TextEditionFormatting(rawValue: 1 << 0)
24 |     public static let bold = TextEditionFormatting(rawValue: 1 << 1)
25 |     public static let italic = TextEditionFormatting(rawValue: 1 << 2)
   |                       |- warning: static property 'italic' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'italic' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |     public static let superscript = TextEditionFormatting(rawValue: 1 << 3)
27 |     public static let damaged = TextEditionFormatting(rawValue: 1 << 4)
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:27:23: warning: static property 'damaged' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
   :
25 |     public static let italic = TextEditionFormatting(rawValue: 1 << 2)
26 |     public static let superscript = TextEditionFormatting(rawValue: 1 << 3)
27 |     public static let damaged = TextEditionFormatting(rawValue: 1 << 4)
   |                       |- warning: static property 'damaged' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'damaged' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |     public static let damagedLogogram = TextEditionFormatting(rawValue: 1 << 5)
29 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/AttributedStringFormatter.swift:189:13: warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
187 |             }
188 |
189 |             syllable.cdlTextFormatting = [.superscript]
    |             `- warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
190 |             str.append(syllable)
191 |             str.append(delim)
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:20:15: note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/AttributedStringFormatter.swift:209:21: warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
207 |                 switch self.preservation {
208 |                 case .damaged, .missing:
209 |                     akkSyllable.cdlTextFormatting = [.damaged]
    |                     `- warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
210 |                     str.append(formatAs(self.preservation, sign: akkSyllable))
211 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:20:15: note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/AttributedStringFormatter.swift:213:21: warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
211 |
212 |                 case .preserved:
213 |                     akkSyllable.cdlTextFormatting = [.italic]
    |                     `- warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
214 |                     str.append(akkSyllable)
215 |                 }
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:20:15: note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/AttributedStringFormatter.swift:224:21: warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
222 |                 switch self.preservation {
223 |                 case .damaged, .missing:
224 |                     logogram.cdlTextFormatting = [.damagedLogogram]
    |                     `- warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
225 |                     str.append(formatAs(self.preservation, sign: logogram))
226 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:20:15: note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/AttributedStringFormatter.swift:243:25: warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
241 |                 case .damaged, .missing:
242 |                     if self.isLogogram {
243 |                         specialForm.cdlTextFormatting = [.damagedLogogram]
    |                         `- warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
244 |                     } else {
245 |                         specialForm.cdlTextFormatting = [.damaged]
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:20:15: note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/AttributedStringFormatter.swift:245:25: warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
243 |                         specialForm.cdlTextFormatting = [.damagedLogogram]
244 |                     } else {
245 |                         specialForm.cdlTextFormatting = [.damaged]
    |                         `- warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
246 |                     }
247 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:20:15: note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.FormattingValue>'; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/AttributedStringFormatter.swift:254:25: warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
252 |                         str.append(specialForm)
253 |                     } else {
254 |                         specialForm.cdlTextFormatting = [.italic]
    |                         `- warning: type 'TextEditionFormatting' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
255 |                         str.append(specialForm)
256 |                     }
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:20:15: note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
1 | public class KeyPath<Root, Value> : PartialKeyPath<Root> {
  |              `- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.FormattingValue>'; this is an error in the Swift 6 language mode
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.FormattingValue>'; this is an error in the Swift 6 language mode
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.FormattingValue>'; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:26:23: warning: static property 'superscript' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
   :
24 |     public static let bold = TextEditionFormatting(rawValue: 1 << 1)
25 |     public static let italic = TextEditionFormatting(rawValue: 1 << 2)
26 |     public static let superscript = TextEditionFormatting(rawValue: 1 << 3)
   |                       |- warning: static property 'superscript' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'superscript' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 |     public static let damaged = TextEditionFormatting(rawValue: 1 << 4)
28 |     public static let damagedLogogram = TextEditionFormatting(rawValue: 1 << 5)
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
1 | public class KeyPath<Root, Value> : PartialKeyPath<Root> {
  |              |- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
  |              |- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
  |              `- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.FormattingValue>'; this is an error in the Swift 6 language mode
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.FormattingValue>'; this is an error in the Swift 6 language mode
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.FormattingValue>'; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:28:23: warning: static property 'damagedLogogram' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
   :
26 |     public static let superscript = TextEditionFormatting(rawValue: 1 << 3)
27 |     public static let damaged = TextEditionFormatting(rawValue: 1 << 4)
28 |     public static let damagedLogogram = TextEditionFormatting(rawValue: 1 << 5)
   |                       |- warning: static property 'damagedLogogram' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'damagedLogogram' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |
30 |     public init(rawValue: Int) {
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
1 | public class KeyPath<Root, Value> : PartialKeyPath<Root> {
  |              |- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
  |              |- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
  |              `- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
[9/28] Compiling CDKSwiftOracc OraccLanguages.swift
[10/28] Compiling CDKSwiftOracc XISReference.swift
[11/28] Compiling CDKSwiftOracc Cuneifier.swift
[12/30] Compiling CDKSwiftOracc TextSearchCollection.swift
[13/30] Compiling CDKSwiftOracc TextSetProtocol.swift
[14/30] Compiling CDKSwiftOracc OraccGlossary.swift
[15/30] Emitting module CDKSwiftOracc
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/Legacy/NSAttributedStringFormatter.swift:144:10: warning: Code handling 'damaged' and 'missing' signs is repetitive and needs to be tidied up
142 | }
143 |
144 | #warning("Code handling 'damaged' and 'missing' signs is repetitive and needs to be tidied up")
    |          `- warning: Code handling 'damaged' and 'missing' signs is repetitive and needs to be tidied up
145 | extension GraphemeDescription {
146 |      func transliterated() -> NSAttributedString {
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:23:23: warning: static property 'editorial' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
23 |     public static let editorial = TextEditionFormatting(rawValue: 1 << 0)
   |                       |- warning: static property 'editorial' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'editorial' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
24 |     public static let bold = TextEditionFormatting(rawValue: 1 << 1)
25 |     public static let italic = TextEditionFormatting(rawValue: 1 << 2)
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:24:23: warning: static property 'bold' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
23 |     public static let editorial = TextEditionFormatting(rawValue: 1 << 0)
24 |     public static let bold = TextEditionFormatting(rawValue: 1 << 1)
   |                       |- warning: static property 'bold' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'bold' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |     public static let italic = TextEditionFormatting(rawValue: 1 << 2)
26 |     public static let superscript = TextEditionFormatting(rawValue: 1 << 3)
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:25:23: warning: static property 'italic' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
23 |     public static let editorial = TextEditionFormatting(rawValue: 1 << 0)
24 |     public static let bold = TextEditionFormatting(rawValue: 1 << 1)
25 |     public static let italic = TextEditionFormatting(rawValue: 1 << 2)
   |                       |- warning: static property 'italic' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'italic' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |     public static let superscript = TextEditionFormatting(rawValue: 1 << 3)
27 |     public static let damaged = TextEditionFormatting(rawValue: 1 << 4)
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:26:23: warning: static property 'superscript' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
   :
24 |     public static let bold = TextEditionFormatting(rawValue: 1 << 1)
25 |     public static let italic = TextEditionFormatting(rawValue: 1 << 2)
26 |     public static let superscript = TextEditionFormatting(rawValue: 1 << 3)
   |                       |- warning: static property 'superscript' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'superscript' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 |     public static let damaged = TextEditionFormatting(rawValue: 1 << 4)
28 |     public static let damagedLogogram = TextEditionFormatting(rawValue: 1 << 5)
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:27:23: warning: static property 'damaged' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
   :
25 |     public static let italic = TextEditionFormatting(rawValue: 1 << 2)
26 |     public static let superscript = TextEditionFormatting(rawValue: 1 << 3)
27 |     public static let damaged = TextEditionFormatting(rawValue: 1 << 4)
   |                       |- warning: static property 'damaged' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'damaged' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |     public static let damagedLogogram = TextEditionFormatting(rawValue: 1 << 5)
29 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:28:23: warning: static property 'damagedLogogram' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
   :
26 |     public static let superscript = TextEditionFormatting(rawValue: 1 << 3)
27 |     public static let damaged = TextEditionFormatting(rawValue: 1 << 4)
28 |     public static let damagedLogogram = TextEditionFormatting(rawValue: 1 << 5)
   |                       |- warning: static property 'damagedLogogram' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'damagedLogogram' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |
30 |     public init(rawValue: Int) {
[16/30] Compiling CDKSwiftOracc CuneiformSignReading.swift
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/CDL Types/GraphemeDescription+Codable.swift:263:18: warning: Breakposition not implemented yet
261 |         }
262 |
263 |         #warning("Breakposition not implemented yet")
    |                  `- warning: Breakposition not implemented yet
264 |
265 |         if isLogogram {
[17/30] Compiling CDKSwiftOracc GraphemeDescription+Codable.swift
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/CDL Types/GraphemeDescription+Codable.swift:263:18: warning: Breakposition not implemented yet
261 |         }
262 |
263 |         #warning("Breakposition not implemented yet")
    |                  `- warning: Breakposition not implemented yet
264 |
265 |         if isLogogram {
[18/30] Compiling CDKSwiftOracc GraphemeDescription.swift
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/CDL Types/GraphemeDescription+Codable.swift:263:18: warning: Breakposition not implemented yet
261 |         }
262 |
263 |         #warning("Breakposition not implemented yet")
    |                  `- warning: Breakposition not implemented yet
264 |
265 |         if isLogogram {
[19/30] Compiling CDKSwiftOracc NodeReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/CDL Types/OraccCDLNode+ExtendedAttributes.swift:48:9: warning: type 'CDLTextAttributes.Reference.Value' (aka 'NodeReference') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
46 |         container.writtenForm = self.fragment
47 |         container.instanceTranslation = self.instanceTranslation
48 |         container.reference = self.reference
   |         `- warning: type 'CDLTextAttributes.Reference.Value' (aka 'NodeReference') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
49 |         container.language = self.wordForm.language
50 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/CDL Types/NodeReference.swift:22:15: note: consider making struct 'NodeReference' conform to the 'Sendable' protocol
20 |
21 | /// Uniquely identifies a lemma within a text, specifying the text ID, line and line position
22 | public struct NodeReference: Hashable {
   |               `- note: consider making struct 'NodeReference' conform to the 'Sendable' protocol
23 |     public var base: TextID
24 |     public var path: [String]
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.OraccCitationForm>'; this is an error in the Swift 6 language mode
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.OraccGuideWord>'; this is an error in the Swift 6 language mode
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.OraccSense>'; this is an error in the Swift 6 language mode
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.OraccPartOfSpeech>'; this is an error in the Swift 6 language mode
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.OraccEffectivePartOfSpeech>'; this is an error in the Swift 6 language mode
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.WrittenForm>'; this is an error in the Swift 6 language mode
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.InstanceTranslation>'; this is an error in the Swift 6 language mode
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.Reference>'; this is an error in the Swift 6 language mode
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.OraccLanguage>'; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/CDL Types/OraccCDLNode+ExtendedAttributes.swift:49:9: warning: type 'CDLTextAttributes.OraccLanguage.Value' (aka 'Language') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
47 |         container.instanceTranslation = self.instanceTranslation
48 |         container.reference = self.reference
49 |         container.language = self.wordForm.language
   |         `- warning: type 'CDLTextAttributes.OraccLanguage.Value' (aka 'Language') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
50 |
51 |         return container
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/Glossary/OraccLanguages.swift:21:13: note: consider making enum 'Language' conform to the 'Sendable' protocol
 19 | import Foundation
 20 |
 21 | public enum Language: Hashable, Equatable, Codable {
    |             `- note: consider making enum 'Language' conform to the 'Sendable' protocol
 22 |     case Akkadian(AkkadianDialect)
 23 |     case Sumerian(SumerianDialect)
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
1 | public class KeyPath<Root, Value> : PartialKeyPath<Root> {
  |              |- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
  |              |- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
  |              |- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
  |              |- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
  |              |- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
  |              |- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
  |              |- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
  |              |- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
  |              `- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.SignValue>'; this is an error in the Swift 6 language mode
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.SignModifiers>'; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/CDL Types/OraccCDLNode+ExtendedAttributes.swift:92:13: warning: type 'CuneiformSignReading.Modifier' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
90 |         container.signValue = signValue
91 |         if let modifiers {
92 |             container.modifiers = modifiers
   |             `- warning: type 'CuneiformSignReading.Modifier' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
93 |         }
94 |         return container
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/CDL Types/CuneiformSignReading.swift:44:17: note: consider making enum 'Modifier' conform to the 'Sendable' protocol
42 |
43 |     /// Various kinds of cuneiform sign graphical variations.
44 |     public enum Modifier: Hashable, Equatable, Codable {
   |                 `- note: consider making enum 'Modifier' conform to the 'Sendable' protocol
45 |         case curved, flat, gunu, šešig, tenu, nutillu, zidatenu, kabatenu, verticallyReflected, horizontallyReflected, rotated(Int), variant
46 |
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
1 | public class KeyPath<Root, Value> : PartialKeyPath<Root> {
  |              |- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
  |              `- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
[20/30] Compiling CDKSwiftOracc OraccCDLNode+Codable.swift
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/CDL Types/OraccCDLNode+ExtendedAttributes.swift:48:9: warning: type 'CDLTextAttributes.Reference.Value' (aka 'NodeReference') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
46 |         container.writtenForm = self.fragment
47 |         container.instanceTranslation = self.instanceTranslation
48 |         container.reference = self.reference
   |         `- warning: type 'CDLTextAttributes.Reference.Value' (aka 'NodeReference') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
49 |         container.language = self.wordForm.language
50 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/CDL Types/NodeReference.swift:22:15: note: consider making struct 'NodeReference' conform to the 'Sendable' protocol
20 |
21 | /// Uniquely identifies a lemma within a text, specifying the text ID, line and line position
22 | public struct NodeReference: Hashable {
   |               `- note: consider making struct 'NodeReference' conform to the 'Sendable' protocol
23 |     public var base: TextID
24 |     public var path: [String]
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.OraccCitationForm>'; this is an error in the Swift 6 language mode
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.OraccGuideWord>'; this is an error in the Swift 6 language mode
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.OraccSense>'; this is an error in the Swift 6 language mode
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.OraccPartOfSpeech>'; this is an error in the Swift 6 language mode
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.OraccEffectivePartOfSpeech>'; this is an error in the Swift 6 language mode
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.WrittenForm>'; this is an error in the Swift 6 language mode
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.InstanceTranslation>'; this is an error in the Swift 6 language mode
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.Reference>'; this is an error in the Swift 6 language mode
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.OraccLanguage>'; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/CDL Types/OraccCDLNode+ExtendedAttributes.swift:49:9: warning: type 'CDLTextAttributes.OraccLanguage.Value' (aka 'Language') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
47 |         container.instanceTranslation = self.instanceTranslation
48 |         container.reference = self.reference
49 |         container.language = self.wordForm.language
   |         `- warning: type 'CDLTextAttributes.OraccLanguage.Value' (aka 'Language') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
50 |
51 |         return container
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/Glossary/OraccLanguages.swift:21:13: note: consider making enum 'Language' conform to the 'Sendable' protocol
 19 | import Foundation
 20 |
 21 | public enum Language: Hashable, Equatable, Codable {
    |             `- note: consider making enum 'Language' conform to the 'Sendable' protocol
 22 |     case Akkadian(AkkadianDialect)
 23 |     case Sumerian(SumerianDialect)
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
1 | public class KeyPath<Root, Value> : PartialKeyPath<Root> {
  |              |- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
  |              |- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
  |              |- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
  |              |- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
  |              |- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
  |              |- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
  |              |- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
  |              |- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
  |              `- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.SignValue>'; this is an error in the Swift 6 language mode
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.SignModifiers>'; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/CDL Types/OraccCDLNode+ExtendedAttributes.swift:92:13: warning: type 'CuneiformSignReading.Modifier' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
90 |         container.signValue = signValue
91 |         if let modifiers {
92 |             container.modifiers = modifiers
   |             `- warning: type 'CuneiformSignReading.Modifier' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
93 |         }
94 |         return container
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/CDL Types/CuneiformSignReading.swift:44:17: note: consider making enum 'Modifier' conform to the 'Sendable' protocol
42 |
43 |     /// Various kinds of cuneiform sign graphical variations.
44 |     public enum Modifier: Hashable, Equatable, Codable {
   |                 `- note: consider making enum 'Modifier' conform to the 'Sendable' protocol
45 |         case curved, flat, gunu, šešig, tenu, nutillu, zidatenu, kabatenu, verticallyReflected, horizontallyReflected, rotated(Int), variant
46 |
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
1 | public class KeyPath<Root, Value> : PartialKeyPath<Root> {
  |              |- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
  |              `- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
[21/30] Compiling CDKSwiftOracc OraccCDLNode+ExtendedAttributes.swift
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/CDL Types/OraccCDLNode+ExtendedAttributes.swift:48:9: warning: type 'CDLTextAttributes.Reference.Value' (aka 'NodeReference') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
46 |         container.writtenForm = self.fragment
47 |         container.instanceTranslation = self.instanceTranslation
48 |         container.reference = self.reference
   |         `- warning: type 'CDLTextAttributes.Reference.Value' (aka 'NodeReference') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
49 |         container.language = self.wordForm.language
50 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/CDL Types/NodeReference.swift:22:15: note: consider making struct 'NodeReference' conform to the 'Sendable' protocol
20 |
21 | /// Uniquely identifies a lemma within a text, specifying the text ID, line and line position
22 | public struct NodeReference: Hashable {
   |               `- note: consider making struct 'NodeReference' conform to the 'Sendable' protocol
23 |     public var base: TextID
24 |     public var path: [String]
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.OraccCitationForm>'; this is an error in the Swift 6 language mode
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.OraccGuideWord>'; this is an error in the Swift 6 language mode
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.OraccSense>'; this is an error in the Swift 6 language mode
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.OraccPartOfSpeech>'; this is an error in the Swift 6 language mode
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.OraccEffectivePartOfSpeech>'; this is an error in the Swift 6 language mode
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.WrittenForm>'; this is an error in the Swift 6 language mode
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.InstanceTranslation>'; this is an error in the Swift 6 language mode
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.Reference>'; this is an error in the Swift 6 language mode
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.OraccLanguage>'; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/CDL Types/OraccCDLNode+ExtendedAttributes.swift:49:9: warning: type 'CDLTextAttributes.OraccLanguage.Value' (aka 'Language') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
47 |         container.instanceTranslation = self.instanceTranslation
48 |         container.reference = self.reference
49 |         container.language = self.wordForm.language
   |         `- warning: type 'CDLTextAttributes.OraccLanguage.Value' (aka 'Language') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
50 |
51 |         return container
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/Glossary/OraccLanguages.swift:21:13: note: consider making enum 'Language' conform to the 'Sendable' protocol
 19 | import Foundation
 20 |
 21 | public enum Language: Hashable, Equatable, Codable {
    |             `- note: consider making enum 'Language' conform to the 'Sendable' protocol
 22 |     case Akkadian(AkkadianDialect)
 23 |     case Sumerian(SumerianDialect)
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
1 | public class KeyPath<Root, Value> : PartialKeyPath<Root> {
  |              |- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
  |              |- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
  |              |- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
  |              |- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
  |              |- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
  |              |- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
  |              |- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
  |              |- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
  |              `- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.SignValue>'; this is an error in the Swift 6 language mode
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<CDLTextAttributes, CDLTextAttributes.SignModifiers>'; this is an error in the Swift 6 language mode
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/CDL Types/OraccCDLNode+ExtendedAttributes.swift:92:13: warning: type 'CuneiformSignReading.Modifier' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
90 |         container.signValue = signValue
91 |         if let modifiers {
92 |             container.modifiers = modifiers
   |             `- warning: type 'CuneiformSignReading.Modifier' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
93 |         }
94 |         return container
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/CDL Types/CuneiformSignReading.swift:44:17: note: consider making enum 'Modifier' conform to the 'Sendable' protocol
42 |
43 |     /// Various kinds of cuneiform sign graphical variations.
44 |     public enum Modifier: Hashable, Equatable, Codable {
   |                 `- note: consider making enum 'Modifier' conform to the 'Sendable' protocol
45 |         case curved, flat, gunu, šešig, tenu, nutillu, zidatenu, kabatenu, verticallyReflected, horizontallyReflected, rotated(Int), variant
46 |
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
1 | public class KeyPath<Root, Value> : PartialKeyPath<Root> {
  |              |- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
  |              `- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
2 |     deinit
3 | }
[22/30] Compiling CDKSwiftOracc OraccTextEdition.swift
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:23:23: warning: static property 'editorial' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
23 |     public static let editorial = TextEditionFormatting(rawValue: 1 << 0)
   |                       |- warning: static property 'editorial' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'editorial' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
24 |     public static let bold = TextEditionFormatting(rawValue: 1 << 1)
25 |     public static let italic = TextEditionFormatting(rawValue: 1 << 2)
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:24:23: warning: static property 'bold' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
23 |     public static let editorial = TextEditionFormatting(rawValue: 1 << 0)
24 |     public static let bold = TextEditionFormatting(rawValue: 1 << 1)
   |                       |- warning: static property 'bold' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'bold' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |     public static let italic = TextEditionFormatting(rawValue: 1 << 2)
26 |     public static let superscript = TextEditionFormatting(rawValue: 1 << 3)
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:25:23: warning: static property 'italic' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
23 |     public static let editorial = TextEditionFormatting(rawValue: 1 << 0)
24 |     public static let bold = TextEditionFormatting(rawValue: 1 << 1)
25 |     public static let italic = TextEditionFormatting(rawValue: 1 << 2)
   |                       |- warning: static property 'italic' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'italic' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |     public static let superscript = TextEditionFormatting(rawValue: 1 << 3)
27 |     public static let damaged = TextEditionFormatting(rawValue: 1 << 4)
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:26:23: warning: static property 'superscript' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
   :
24 |     public static let bold = TextEditionFormatting(rawValue: 1 << 1)
25 |     public static let italic = TextEditionFormatting(rawValue: 1 << 2)
26 |     public static let superscript = TextEditionFormatting(rawValue: 1 << 3)
   |                       |- warning: static property 'superscript' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'superscript' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 |     public static let damaged = TextEditionFormatting(rawValue: 1 << 4)
28 |     public static let damagedLogogram = TextEditionFormatting(rawValue: 1 << 5)
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:27:23: warning: static property 'damaged' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
   :
25 |     public static let italic = TextEditionFormatting(rawValue: 1 << 2)
26 |     public static let superscript = TextEditionFormatting(rawValue: 1 << 3)
27 |     public static let damaged = TextEditionFormatting(rawValue: 1 << 4)
   |                       |- warning: static property 'damaged' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'damaged' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |     public static let damagedLogogram = TextEditionFormatting(rawValue: 1 << 5)
29 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:28:23: warning: static property 'damagedLogogram' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
   :
26 |     public static let superscript = TextEditionFormatting(rawValue: 1 << 3)
27 |     public static let damaged = TextEditionFormatting(rawValue: 1 << 4)
28 |     public static let damagedLogogram = TextEditionFormatting(rawValue: 1 << 5)
   |                       |- warning: static property 'damagedLogogram' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'damagedLogogram' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |
30 |     public init(rawValue: Int) {
[23/30] Compiling CDKSwiftOracc TextEditionFormatting.swift
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:23:23: warning: static property 'editorial' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
23 |     public static let editorial = TextEditionFormatting(rawValue: 1 << 0)
   |                       |- warning: static property 'editorial' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'editorial' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
24 |     public static let bold = TextEditionFormatting(rawValue: 1 << 1)
25 |     public static let italic = TextEditionFormatting(rawValue: 1 << 2)
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:24:23: warning: static property 'bold' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
23 |     public static let editorial = TextEditionFormatting(rawValue: 1 << 0)
24 |     public static let bold = TextEditionFormatting(rawValue: 1 << 1)
   |                       |- warning: static property 'bold' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'bold' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |     public static let italic = TextEditionFormatting(rawValue: 1 << 2)
26 |     public static let superscript = TextEditionFormatting(rawValue: 1 << 3)
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:25:23: warning: static property 'italic' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
23 |     public static let editorial = TextEditionFormatting(rawValue: 1 << 0)
24 |     public static let bold = TextEditionFormatting(rawValue: 1 << 1)
25 |     public static let italic = TextEditionFormatting(rawValue: 1 << 2)
   |                       |- warning: static property 'italic' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'italic' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |     public static let superscript = TextEditionFormatting(rawValue: 1 << 3)
27 |     public static let damaged = TextEditionFormatting(rawValue: 1 << 4)
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:26:23: warning: static property 'superscript' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
   :
24 |     public static let bold = TextEditionFormatting(rawValue: 1 << 1)
25 |     public static let italic = TextEditionFormatting(rawValue: 1 << 2)
26 |     public static let superscript = TextEditionFormatting(rawValue: 1 << 3)
   |                       |- warning: static property 'superscript' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'superscript' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 |     public static let damaged = TextEditionFormatting(rawValue: 1 << 4)
28 |     public static let damagedLogogram = TextEditionFormatting(rawValue: 1 << 5)
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:27:23: warning: static property 'damaged' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
   :
25 |     public static let italic = TextEditionFormatting(rawValue: 1 << 2)
26 |     public static let superscript = TextEditionFormatting(rawValue: 1 << 3)
27 |     public static let damaged = TextEditionFormatting(rawValue: 1 << 4)
   |                       |- warning: static property 'damaged' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'damaged' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |     public static let damagedLogogram = TextEditionFormatting(rawValue: 1 << 5)
29 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:28:23: warning: static property 'damagedLogogram' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
   :
26 |     public static let superscript = TextEditionFormatting(rawValue: 1 << 3)
27 |     public static let damaged = TextEditionFormatting(rawValue: 1 << 4)
28 |     public static let damagedLogogram = TextEditionFormatting(rawValue: 1 << 5)
   |                       |- warning: static property 'damagedLogogram' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'damagedLogogram' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |
30 |     public init(rawValue: Int) {
[24/30] Compiling CDKSwiftOracc OraccAttributedString.swift
[25/30] Compiling CDKSwiftOracc OraccHTML5Formatter.swift
[26/30] Compiling CDKSwiftOracc OraccCDLNode.swift
[27/30] Compiling CDKSwiftOracc OraccWordForm.swift
[28/30] Compiling CDKSwiftOracc OraccCatalog.swift
[29/30] Compiling CDKSwiftOracc NSAttributedStringFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/Legacy/NSAttributedStringFormatter.swift:144:10: warning: Code handling 'damaged' and 'missing' signs is repetitive and needs to be tidied up
142 | }
143 |
144 | #warning("Code handling 'damaged' and 'missing' signs is repetitive and needs to be tidied up")
    |          `- warning: Code handling 'damaged' and 'missing' signs is repetitive and needs to be tidied up
145 | extension GraphemeDescription {
146 |      func transliterated() -> NSAttributedString {
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:25:23: warning: static property 'italic' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
23 |     public static let editorial = TextEditionFormatting(rawValue: 1 << 0)
24 |     public static let bold = TextEditionFormatting(rawValue: 1 << 1)
25 |     public static let italic = TextEditionFormatting(rawValue: 1 << 2)
   |                       |- warning: static property 'italic' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'italic' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |     public static let superscript = TextEditionFormatting(rawValue: 1 << 3)
27 |     public static let damaged = TextEditionFormatting(rawValue: 1 << 4)
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:27:23: warning: static property 'damaged' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
   :
25 |     public static let italic = TextEditionFormatting(rawValue: 1 << 2)
26 |     public static let superscript = TextEditionFormatting(rawValue: 1 << 3)
27 |     public static let damaged = TextEditionFormatting(rawValue: 1 << 4)
   |                       |- warning: static property 'damaged' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'damaged' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |     public static let damagedLogogram = TextEditionFormatting(rawValue: 1 << 5)
29 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:23:23: warning: static property 'editorial' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
23 |     public static let editorial = TextEditionFormatting(rawValue: 1 << 0)
   |                       |- warning: static property 'editorial' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'editorial' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
24 |     public static let bold = TextEditionFormatting(rawValue: 1 << 1)
25 |     public static let italic = TextEditionFormatting(rawValue: 1 << 2)
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:24:23: warning: static property 'bold' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
23 |     public static let editorial = TextEditionFormatting(rawValue: 1 << 0)
24 |     public static let bold = TextEditionFormatting(rawValue: 1 << 1)
   |                       |- warning: static property 'bold' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'bold' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |     public static let italic = TextEditionFormatting(rawValue: 1 << 2)
26 |     public static let superscript = TextEditionFormatting(rawValue: 1 << 3)
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:26:23: warning: static property 'superscript' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
   :
24 |     public static let bold = TextEditionFormatting(rawValue: 1 << 1)
25 |     public static let italic = TextEditionFormatting(rawValue: 1 << 2)
26 |     public static let superscript = TextEditionFormatting(rawValue: 1 << 3)
   |                       |- warning: static property 'superscript' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'superscript' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 |     public static let damaged = TextEditionFormatting(rawValue: 1 << 4)
28 |     public static let damagedLogogram = TextEditionFormatting(rawValue: 1 << 5)
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:28:23: warning: static property 'damagedLogogram' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
   :
26 |     public static let superscript = TextEditionFormatting(rawValue: 1 << 3)
27 |     public static let damaged = TextEditionFormatting(rawValue: 1 << 4)
28 |     public static let damagedLogogram = TextEditionFormatting(rawValue: 1 << 5)
   |                       |- warning: static property 'damagedLogogram' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'damagedLogogram' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |
30 |     public init(rawValue: Int) {
[30/30] Compiling CDKSwiftOracc NSAttributedStringKey+OraccAttributes.swift
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/Legacy/NSAttributedStringFormatter.swift:144:10: warning: Code handling 'damaged' and 'missing' signs is repetitive and needs to be tidied up
142 | }
143 |
144 | #warning("Code handling 'damaged' and 'missing' signs is repetitive and needs to be tidied up")
    |          `- warning: Code handling 'damaged' and 'missing' signs is repetitive and needs to be tidied up
145 | extension GraphemeDescription {
146 |      func transliterated() -> NSAttributedString {
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:25:23: warning: static property 'italic' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
23 |     public static let editorial = TextEditionFormatting(rawValue: 1 << 0)
24 |     public static let bold = TextEditionFormatting(rawValue: 1 << 1)
25 |     public static let italic = TextEditionFormatting(rawValue: 1 << 2)
   |                       |- warning: static property 'italic' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'italic' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |     public static let superscript = TextEditionFormatting(rawValue: 1 << 3)
27 |     public static let damaged = TextEditionFormatting(rawValue: 1 << 4)
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:27:23: warning: static property 'damaged' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
   :
25 |     public static let italic = TextEditionFormatting(rawValue: 1 << 2)
26 |     public static let superscript = TextEditionFormatting(rawValue: 1 << 3)
27 |     public static let damaged = TextEditionFormatting(rawValue: 1 << 4)
   |                       |- warning: static property 'damaged' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'damaged' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |     public static let damagedLogogram = TextEditionFormatting(rawValue: 1 << 5)
29 |
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:23:23: warning: static property 'editorial' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
23 |     public static let editorial = TextEditionFormatting(rawValue: 1 << 0)
   |                       |- warning: static property 'editorial' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'editorial' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
24 |     public static let bold = TextEditionFormatting(rawValue: 1 << 1)
25 |     public static let italic = TextEditionFormatting(rawValue: 1 << 2)
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:24:23: warning: static property 'bold' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
23 |     public static let editorial = TextEditionFormatting(rawValue: 1 << 0)
24 |     public static let bold = TextEditionFormatting(rawValue: 1 << 1)
   |                       |- warning: static property 'bold' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'bold' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |     public static let italic = TextEditionFormatting(rawValue: 1 << 2)
26 |     public static let superscript = TextEditionFormatting(rawValue: 1 << 3)
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:26:23: warning: static property 'superscript' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
   :
24 |     public static let bold = TextEditionFormatting(rawValue: 1 << 1)
25 |     public static let italic = TextEditionFormatting(rawValue: 1 << 2)
26 |     public static let superscript = TextEditionFormatting(rawValue: 1 << 3)
   |                       |- warning: static property 'superscript' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'superscript' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 |     public static let damaged = TextEditionFormatting(rawValue: 1 << 4)
28 |     public static let damagedLogogram = TextEditionFormatting(rawValue: 1 << 5)
/Users/admin/builder/spi-builder-workspace/Sources/CDKSwiftOracc/TextEdition/TextEditionFormatting.swift:28:23: warning: static property 'damagedLogogram' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | /// Provides formatting hints
20 | public struct TextEditionFormatting: OptionSet, Hashable, Codable {
   |               `- note: consider making struct 'TextEditionFormatting' conform to the 'Sendable' protocol
21 |     public let rawValue: Int
22 |
   :
26 |     public static let superscript = TextEditionFormatting(rawValue: 1 << 3)
27 |     public static let damaged = TextEditionFormatting(rawValue: 1 << 4)
28 |     public static let damagedLogogram = TextEditionFormatting(rawValue: 1 << 5)
   |                       |- warning: static property 'damagedLogogram' is not concurrency-safe because non-'Sendable' type 'TextEditionFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'damagedLogogram' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |
30 |     public init(rawValue: Int) {
Build complete! (30.46s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CDKSwiftOracc",
  "name" : "CDKSwiftOracc",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "CDKSwiftOracc",
      "targets" : [
        "CDKSwiftOracc"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CDKSwiftOraccTests",
      "module_type" : "SwiftTarget",
      "name" : "CDKSwiftOraccTests",
      "path" : "Tests/CDKSwiftOraccTests",
      "sources" : [
        "CDKSwiftOraccAppKitTests.swift",
        "CDKSwiftOraccTests.swift",
        "P334176.swift",
        "saa01_catalogue.swift",
        "saa01_glossary.swift"
      ],
      "target_dependencies" : [
        "CDKSwiftOracc"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CDKSwiftOracc",
      "module_type" : "SwiftTarget",
      "name" : "CDKSwiftOracc",
      "path" : "Sources/CDKSwiftOracc",
      "product_memberships" : [
        "CDKSwiftOracc"
      ],
      "sources" : [
        "CDL Types/CuneiformSignReading.swift",
        "CDL Types/GraphemeDescription+Codable.swift",
        "CDL Types/GraphemeDescription.swift",
        "CDL Types/NodeReference.swift",
        "CDL Types/OraccCDLNode+Codable.swift",
        "CDL Types/OraccCDLNode+ExtendedAttributes.swift",
        "CDL Types/OraccCDLNode.swift",
        "CDL Types/OraccWordForm.swift",
        "Catalog/OraccCatalog.swift",
        "Catalog/OraccCatalogueEntry+Codable.swift",
        "Catalog/OraccCatalogueEntry.swift",
        "Catalog/TextID.swift",
        "Catalog/TextSearchCollection.swift",
        "Catalog/TextSetProtocol.swift",
        "Glossary/OraccGlossary.swift",
        "Glossary/OraccLanguages.swift",
        "Glossary/XISReference.swift",
        "Sign Lists/Cuneifier.swift",
        "Sign Lists/OraccGlobalSignList.swift",
        "Sign Lists/String+CuneiformHelpers.swift",
        "TextEdition/AttributedStringFormatter.swift",
        "TextEdition/Legacy/NSAttributedStringFormatter.swift",
        "TextEdition/Legacy/NSAttributedStringKey+OraccAttributes.swift",
        "TextEdition/OraccAttributedString.swift",
        "TextEdition/OraccHTML5Formatter.swift",
        "TextEdition/OraccTextEdition.swift",
        "TextEdition/TextEditionFormatting.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.