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 Synopsis, reference master (6ba12c), with Swift 6.1 for Linux on 25 Apr 2025 16:14:29 UTC.

Swift 6 data race errors: 2

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RedMadRobot/synopsis.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/RedMadRobot/synopsis
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 6ba12cb Merge pull request #1 from vani2/master
Cloned https://github.com/RedMadRobot/synopsis.git
Revision (git rev-parse @):
6ba12cb85739da9181ea2031c3203d68385a3d22
SUCCESS checkout https://github.com/RedMadRobot/synopsis.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/RedMadRobot/synopsis.git
https://github.com/RedMadRobot/synopsis.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "sourcekitten",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.18.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/SourceKitten"
    }
  ],
  "manifest_display_name" : "Synopsis",
  "name" : "Synopsis",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Synopsis",
      "targets" : [
        "Synopsis"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SynopsisTests",
      "module_type" : "SwiftTarget",
      "name" : "SynopsisTests",
      "path" : "Tests/SynopsisTests",
      "sources" : [
        "SynopsisTestCase.swift",
        "Utility/ClassDescriptionParserTests.swift",
        "Utility/EnumDescriptionParserTests.swift",
        "Utility/MethodDescriptionParserTests.swift",
        "Utility/ProtocolDescriptionParserTests.swift",
        "Utility/StructDescriptionParserTests.swift",
        "Versing/ArgumentDescriptionVersingTests.swift",
        "Versing/ClassDescriptionVersingTests.swift",
        "Versing/EnumDescriptionVersingTests.swift",
        "Versing/MethodDescriptionVersingTests.swift",
        "Versing/PropertyDescriptionVersingTests.swift"
      ],
      "target_dependencies" : [
        "Synopsis"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Synopsis",
      "module_type" : "SwiftTarget",
      "name" : "Synopsis",
      "path" : "Sources/Synopsis",
      "product_dependencies" : [
        "SourceKittenFramework"
      ],
      "product_memberships" : [
        "Synopsis"
      ],
      "sources" : [
        "Model/Accessibility.swift",
        "Model/Annotation.swift",
        "Model/ArgumentDescription.swift",
        "Model/ClassDescription.swift",
        "Model/CompiledStructure.swift",
        "Model/Declaration.swift",
        "Model/EnumCase.swift",
        "Model/EnumDescription.swift",
        "Model/Extensible.swift",
        "Model/FunctionDescription.swift",
        "Model/GoodFile.swift",
        "Model/MethodDescription.swift",
        "Model/ParsingResult.swift",
        "Model/PropertyDescription.swift",
        "Model/ProtocolDescription.swift",
        "Model/StructDescription.swift",
        "Model/SynopsisError.swift",
        "Model/TypeDescription.swift",
        "Model/XcodeMessage.swift",
        "Synopsis.swift",
        "Utility/AnnotationParser.swift",
        "Utility/ArgumentDescriptionParser.swift",
        "Utility/ClassDescriptionParser.swift",
        "Utility/EnumCaseParser.swift",
        "Utility/EnumDescriptionParser.swift",
        "Utility/ExtensibleParser.swift",
        "Utility/FunctionDescriptionParser.swift",
        "Utility/LexemeString.swift",
        "Utility/MethodDescriptionParser.swift",
        "Utility/PropertyDescriptionParser.swift",
        "Utility/ProtocolDescriptionParser.swift",
        "Utility/String.swift",
        "Utility/StructDescriptionParser.swift",
        "Utility/SwiftDocKey.swift",
        "Utility/TypeParser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/jpsim/SourceKitten
[1/16112] Fetching sourcekitten
Fetched https://github.com/jpsim/SourceKitten from cache (1.07s)
Computing version for https://github.com/jpsim/SourceKitten
Computed https://github.com/jpsim/SourceKitten at 0.37.0 (3.28s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/drmohundro/SWXMLHash.git
Fetching https://github.com/jpsim/Yams.git
[1/2820] Fetching swxmlhash
[2821/13109] Fetching swxmlhash, yams
[8583/28022] Fetching swxmlhash, yams, swift-argument-parser
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.87s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.88s)
Fetched https://github.com/jpsim/Yams.git from cache (1.09s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (1.64s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.52s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.3.1 (0.55s)
Creating working copy for https://github.com/jpsim/SourceKitten
Working copy of https://github.com/jpsim/SourceKitten resolved at 0.37.0
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.3.1
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 7.0.2
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/14] Write sources
[5/14] Compiling SourceKit SourceKit.c
[6/14] Compiling reader.c
[7/14] Compiling writer.c
[8/14] Compiling parser.c
[9/14] Compiling api.c
[10/14] Compiling emitter.c
[11/14] Compiling scanner.c
[12/14] Compiling Clang_C Clang_C.c
[13/14] Write swift-version-24593BA9C3E375BF.txt
[15/57] Emitting module SWXMLHash
[16/60] Emitting module Yams
[17/62] Compiling SWXMLHash Float+XMLDeserialization.swift
[18/62] Compiling SWXMLHash IndexOp.swift
[19/62] Compiling SWXMLHash LazyXMLParser.swift
[20/62] Compiling SWXMLHash XMLContent.swift
[21/62] Compiling SWXMLHash XMLElement.swift
[22/62] Compiling Yams YamlError.swift
[23/62] Compiling SWXMLHash XMLHashOptions.swift
[24/62] Compiling SWXMLHash XMLIndexer.swift
[25/62] Compiling SWXMLHash shim.swift
[26/62] Compiling SWXMLHash ParsingError.swift
[27/62] Compiling SWXMLHash XMLDeserializationError.swift
[28/62] Compiling SWXMLHash FullXMLParser.swift
[29/62] Compiling SWXMLHash String+Extensions.swift
[30/62] Compiling SWXMLHash TextElement.swift
[31/62] Compiling SWXMLHash XMLAttribute.swift
[34/62] Compiling SWXMLHash Stack.swift
[40/62] Compiling Yams YamlTagProviding.swift
[41/62] Compiling SWXMLHash XMLValueDeserialization.swift
[42/62] Compiling SWXMLHash Bool+XMLDeserialization.swift
[43/62] Compiling SWXMLHash Double+XMLDeserialization.swift
[45/62] Compiling SWXMLHash Int+XMLDeserialization.swift
[46/62] Compiling SWXMLHash String+XMLDeserialization.swift
[47/62] Compiling SWXMLHash IndexingError.swift
[49/62] Compiling SWXMLHash XMLElementDeserializable.swift
[50/62] Compiling SWXMLHash XMLIndexer+XMLDeserialization.swift
[51/62] Compiling SWXMLHash XMLObjectDeserialization.swift
[65/107] Compiling SourceKittenFramework ByteCount.swift
[66/107] Compiling SourceKittenFramework ByteRange.swift
[67/107] Compiling SourceKittenFramework Clang+SourceKitten.swift
[68/107] Compiling SourceKittenFramework ClangTranslationUnit.swift
[69/107] Compiling SourceKittenFramework CodeCompletionItem.swift
[70/107] Compiling SourceKittenFramework CursorInfo+Parsing.swift
[71/113] Compiling SourceKittenFramework SwiftDeclarationKind.swift
[72/113] Compiling SourceKittenFramework SwiftDocKey.swift
[73/113] Compiling SourceKittenFramework SwiftDocs.swift
[74/113] Compiling SourceKittenFramework SwiftVersion.swift
[75/113] Compiling SourceKittenFramework SyntaxKind.swift
[76/113] Compiling SourceKittenFramework SyntaxMap.swift
[77/113] Emitting module SourceKittenFramework
[78/113] Compiling SourceKittenFramework Dictionary+Merge.swift
[79/113] Compiling SourceKittenFramework Documentation.swift
[80/113] Compiling SourceKittenFramework Exec.swift
[81/113] Compiling SourceKittenFramework File+Hashable.swift
[82/113] Compiling SourceKittenFramework File.swift
[83/113] Compiling SourceKittenFramework JSONOutput.swift
[84/113] Compiling SourceKittenFramework SyntaxToken.swift
[85/113] Compiling SourceKittenFramework Text.swift
[86/113] Compiling SourceKittenFramework UID.swift
[87/113] Compiling SourceKittenFramework UIDRepresentable.swift
[88/113] Compiling SourceKittenFramework UncheckedSendable.swift
[89/113] Compiling SourceKittenFramework Version.swift
[90/113] Compiling SourceKittenFramework StatementKind.swift
[91/113] Compiling SourceKittenFramework String+SourceKitten.swift
[92/113] Compiling SourceKittenFramework StringView+SourceKitten.swift
[93/113] Compiling SourceKittenFramework StringView.swift
[94/113] Compiling SourceKittenFramework Structure.swift
[95/113] Compiling SourceKittenFramework SwiftDeclarationAttributeKind.swift
[96/113] Compiling SourceKittenFramework Language.swift
[97/113] Compiling SourceKittenFramework LibraryWrapperGenerator.swift
[98/113] Compiling SourceKittenFramework Line.swift
[99/113] Compiling SourceKittenFramework LinuxCompatibility.swift
[100/113] Compiling SourceKittenFramework Module.swift
[101/113] Compiling SourceKittenFramework ObjCDeclarationKind.swift
[102/113] Compiling SourceKittenFramework OffsetMap.swift
[103/113] Compiling SourceKittenFramework Parameter.swift
[104/113] Compiling SourceKittenFramework Request.swift
[105/113] Compiling SourceKittenFramework SourceDeclaration.swift
[106/113] Compiling SourceKittenFramework SourceKitObject.swift
[107/113] Compiling SourceKittenFramework SourceLocation.swift
[108/113] Compiling SourceKittenFramework WindowsError.swift
[109/113] Compiling SourceKittenFramework Xcode.swift
[110/113] Compiling SourceKittenFramework XcodeBuildSetting.swift
[111/113] Compiling SourceKittenFramework library_wrapper.swift
[112/113] Compiling SourceKittenFramework library_wrapper_Clang_C.swift
[113/113] Compiling SourceKittenFramework library_wrapper_SourceKit.swift
[115/146] Emitting module Synopsis
/host/spi-builder-workspace/Sources/Synopsis/Model/Annotation.swift:65:5: warning: 'public' modifier is redundant for subscript declared in a public extension
63 | public extension Sequence where Iterator.Element == Annotation {
64 |
65 |     public subscript(annotationName: String) -> Iterator.Element? {
   |     `- warning: 'public' modifier is redundant for subscript declared in a public extension
66 |         for item in self {
67 |             if item.name == annotationName {
/host/spi-builder-workspace/Sources/Synopsis/Model/Annotation.swift:74:5: warning: 'public' modifier is redundant for instance method declared in a public extension
72 |     }
73 |
74 |     public func contains(annotationName: String) -> Bool {
   |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
75 |         return nil != self[annotationName]
76 |     }
/host/spi-builder-workspace/Sources/Synopsis/Model/ArgumentDescription.swift:137:5: warning: 'public' modifier is redundant for subscript declared in a public extension
135 | public extension Sequence where Iterator.Element == ArgumentDescription {
136 |
137 |     public subscript(argumentName: String) -> Iterator.Element? {
    |     `- warning: 'public' modifier is redundant for subscript declared in a public extension
138 |         for item in self {
139 |             if item.name == argumentName {
/host/spi-builder-workspace/Sources/Synopsis/Model/ArgumentDescription.swift:146:5: warning: 'public' modifier is redundant for instance method declared in a public extension
144 |     }
145 |
146 |     public func contains(argumentName: String) -> Bool {
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
147 |         return nil != self[argumentName]
148 |     }
/host/spi-builder-workspace/Sources/Synopsis/Model/Declaration.swift:97:23: warning: static property 'mock' is not concurrency-safe because non-'Sendable' type 'Declaration' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |  Includes absolute file path, line number, column number, offset and raw declaration text itself.
 14 |  */
 15 | public struct Declaration: Equatable {
    |               `- note: consider making struct 'Declaration' conform to the 'Sendable' protocol
 16 |
 17 |     /**
    :
 95 |     }
 96 |
 97 |     public static let mock = Declaration(
    |                       |- warning: static property 'mock' is not concurrency-safe because non-'Sendable' type 'Declaration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'mock' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 98 |         filePath: URL(fileURLWithPath: Declaration.MockProperties.filePath),
 99 |         rawText: Declaration.MockProperties.rawText,
/host/spi-builder-workspace/Sources/Synopsis/Model/EnumCase.swift:109:5: warning: 'public' modifier is redundant for subscript declared in a public extension
107 | public extension Sequence where Iterator.Element == EnumCase {
108 |
109 |     public subscript(name: String) -> Iterator.Element? {
    |     `- warning: 'public' modifier is redundant for subscript declared in a public extension
110 |         for item in self {
111 |             if item.name == name {
/host/spi-builder-workspace/Sources/Synopsis/Model/EnumCase.swift:118:5: warning: 'public' modifier is redundant for instance method declared in a public extension
116 |     }
117 |
118 |     public func contains(name: String) -> Bool {
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
119 |         return nil != self[name]
120 |     }
/host/spi-builder-workspace/Sources/Synopsis/Model/Extensible.swift:90:5: warning: 'public' modifier is redundant for subscript declared in a public extension
 88 | public extension Sequence where Iterator.Element: Extensible {
 89 |
 90 |     public subscript(name: String) -> Iterator.Element? {
    |     `- warning: 'public' modifier is redundant for subscript declared in a public extension
 91 |         for item in self {
 92 |             if item.name == name {
/host/spi-builder-workspace/Sources/Synopsis/Model/Extensible.swift:99:5: warning: 'public' modifier is redundant for instance method declared in a public extension
 97 |     }
 98 |
 99 |     public func contains(name: String) -> Bool {
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
100 |         return nil != self[name]
101 |     }
/host/spi-builder-workspace/Sources/Synopsis/Model/FunctionDescription.swift:213:5: warning: 'public' modifier is redundant for subscript declared in a public extension
211 | public extension Sequence where Iterator.Element: FunctionDescription {
212 |
213 |     public subscript(name: String) -> Iterator.Element? {
    |     `- warning: 'public' modifier is redundant for subscript declared in a public extension
214 |         for item in self {
215 |             if item.name == name {
/host/spi-builder-workspace/Sources/Synopsis/Model/FunctionDescription.swift:222:5: warning: 'public' modifier is redundant for instance method declared in a public extension
220 |     }
221 |
222 |     public func contains(name: String) -> Bool {
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
223 |         return nil != self[name]
224 |     }
/host/spi-builder-workspace/Sources/Synopsis/Model/PropertyDescription.swift:181:5: warning: 'public' modifier is redundant for subscript declared in a public extension
179 | public extension Sequence where Iterator.Element == PropertyDescription {
180 |
181 |     public subscript(propertyName: String) -> Iterator.Element? {
    |     `- warning: 'public' modifier is redundant for subscript declared in a public extension
182 |         for item in self {
183 |             if item.name == propertyName {
/host/spi-builder-workspace/Sources/Synopsis/Model/PropertyDescription.swift:190:5: warning: 'public' modifier is redundant for instance method declared in a public extension
188 |     }
189 |
190 |     public func contains(propertyName: String) -> Bool {
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
191 |         return nil != self[propertyName]
192 |     }
/host/spi-builder-workspace/Sources/Synopsis/Model/XcodeMessage.swift:50:16: warning: stored property 'type' of 'Sendable'-conforming struct 'XcodeMessage' has non-sendable type 'XcodeMessage.MessageType'; this is an error in the Swift 6 language mode
19 |      Red errors, yellow warnings and "invisible" notes.
20 |      */
21 |     public enum MessageType: String {
   |                 `- note: consider making enum 'MessageType' conform to the 'Sendable' protocol
22 |         case error      = "error"
23 |         case warning    = "warning"
   :
48 |      Error, warning or note.
49 |      */
50 |     public let type: MessageType
   |                `- warning: stored property 'type' of 'Sendable'-conforming struct 'XcodeMessage' has non-sendable type 'XcodeMessage.MessageType'; this is an error in the Swift 6 language mode
51 |
52 |     /**
[116/150] Compiling Synopsis EnumCaseParser.swift
/host/spi-builder-workspace/Sources/Synopsis/Utility/EnumDescriptionParser.swift:16:42: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
 14 |         var ioErrors: [SynopsisError] = []
 15 |
 16 |         let files: [GoodFile] = pathList.flatMap { (fileURL: URL) -> GoodFile? in
    |                                          |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
    |                                          `- note: use 'compactMap(_:)' instead
 17 |             if let file = File(path: fileURL.path) {
 18 |                 return GoodFile(path: fileURL, file: file)
/host/spi-builder-workspace/Sources/Synopsis/Utility/EnumDescriptionParser.swift:32:61: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
 30 |         var compilingErrors: [SynopsisError] = []
 31 |
 32 |         let compiledStructures: [CompiledStructure] = files.flatMap { (goodFile: GoodFile) -> CompiledStructure? in
    |                                                             |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
    |                                                             `- note: use 'compactMap(_:)' instead
 33 |             if let structure: CompiledStructure = CompiledStructure(file: goodFile) {
 34 |                 return structure
/host/spi-builder-workspace/Sources/Synopsis/Utility/ExtensibleParser.swift:16:42: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
 14 |         var ioErrors: [SynopsisError] = []
 15 |
 16 |         let files: [GoodFile] = pathList.flatMap { (fileURL: URL) -> GoodFile? in
    |                                          |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
    |                                          `- note: use 'compactMap(_:)' instead
 17 |             if let file = File(path: fileURL.path) {
 18 |                 return GoodFile(path: fileURL, file: file)
/host/spi-builder-workspace/Sources/Synopsis/Utility/ExtensibleParser.swift:32:61: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
 30 |         var compilingErrors: [SynopsisError] = []
 31 |
 32 |         let compiledStructures: [CompiledStructure] = files.flatMap { (goodFile: GoodFile) -> CompiledStructure? in
    |                                                             |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
    |                                                             `- note: use 'compactMap(_:)' instead
 33 |             if let structure: CompiledStructure = CompiledStructure(file: goodFile) {
 34 |                 return structure
/host/spi-builder-workspace/Sources/Synopsis/Utility/FunctionDescriptionParser.swift:16:42: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
 14 |         var ioErrors: [SynopsisError] = []
 15 |
 16 |         let files: [GoodFile] = pathList.flatMap { (fileURL: URL) -> GoodFile? in
    |                                          |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
    |                                          `- note: use 'compactMap(_:)' instead
 17 |             if let file = File(path: fileURL.path) {
 18 |                 return GoodFile(path: fileURL, file: file)
/host/spi-builder-workspace/Sources/Synopsis/Utility/FunctionDescriptionParser.swift:32:61: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
 30 |         var compilingErrors: [SynopsisError] = []
 31 |
 32 |         let compiledStructures: [CompiledStructure] = files.flatMap { (goodFile: GoodFile) -> CompiledStructure? in
    |                                                             |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
    |                                                             `- note: use 'compactMap(_:)' instead
 33 |             if let structure: CompiledStructure = CompiledStructure(file: goodFile) {
 34 |                 return structure
[117/150] Compiling Synopsis EnumDescriptionParser.swift
/host/spi-builder-workspace/Sources/Synopsis/Utility/EnumDescriptionParser.swift:16:42: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
 14 |         var ioErrors: [SynopsisError] = []
 15 |
 16 |         let files: [GoodFile] = pathList.flatMap { (fileURL: URL) -> GoodFile? in
    |                                          |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
    |                                          `- note: use 'compactMap(_:)' instead
 17 |             if let file = File(path: fileURL.path) {
 18 |                 return GoodFile(path: fileURL, file: file)
/host/spi-builder-workspace/Sources/Synopsis/Utility/EnumDescriptionParser.swift:32:61: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
 30 |         var compilingErrors: [SynopsisError] = []
 31 |
 32 |         let compiledStructures: [CompiledStructure] = files.flatMap { (goodFile: GoodFile) -> CompiledStructure? in
    |                                                             |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
    |                                                             `- note: use 'compactMap(_:)' instead
 33 |             if let structure: CompiledStructure = CompiledStructure(file: goodFile) {
 34 |                 return structure
/host/spi-builder-workspace/Sources/Synopsis/Utility/ExtensibleParser.swift:16:42: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
 14 |         var ioErrors: [SynopsisError] = []
 15 |
 16 |         let files: [GoodFile] = pathList.flatMap { (fileURL: URL) -> GoodFile? in
    |                                          |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
    |                                          `- note: use 'compactMap(_:)' instead
 17 |             if let file = File(path: fileURL.path) {
 18 |                 return GoodFile(path: fileURL, file: file)
/host/spi-builder-workspace/Sources/Synopsis/Utility/ExtensibleParser.swift:32:61: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
 30 |         var compilingErrors: [SynopsisError] = []
 31 |
 32 |         let compiledStructures: [CompiledStructure] = files.flatMap { (goodFile: GoodFile) -> CompiledStructure? in
    |                                                             |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
    |                                                             `- note: use 'compactMap(_:)' instead
 33 |             if let structure: CompiledStructure = CompiledStructure(file: goodFile) {
 34 |                 return structure
/host/spi-builder-workspace/Sources/Synopsis/Utility/FunctionDescriptionParser.swift:16:42: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
 14 |         var ioErrors: [SynopsisError] = []
 15 |
 16 |         let files: [GoodFile] = pathList.flatMap { (fileURL: URL) -> GoodFile? in
    |                                          |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
    |                                          `- note: use 'compactMap(_:)' instead
 17 |             if let file = File(path: fileURL.path) {
 18 |                 return GoodFile(path: fileURL, file: file)
/host/spi-builder-workspace/Sources/Synopsis/Utility/FunctionDescriptionParser.swift:32:61: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
 30 |         var compilingErrors: [SynopsisError] = []
 31 |
 32 |         let compiledStructures: [CompiledStructure] = files.flatMap { (goodFile: GoodFile) -> CompiledStructure? in
    |                                                             |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
    |                                                             `- note: use 'compactMap(_:)' instead
 33 |             if let structure: CompiledStructure = CompiledStructure(file: goodFile) {
 34 |                 return structure
[118/150] Compiling Synopsis ExtensibleParser.swift
/host/spi-builder-workspace/Sources/Synopsis/Utility/EnumDescriptionParser.swift:16:42: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
 14 |         var ioErrors: [SynopsisError] = []
 15 |
 16 |         let files: [GoodFile] = pathList.flatMap { (fileURL: URL) -> GoodFile? in
    |                                          |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
    |                                          `- note: use 'compactMap(_:)' instead
 17 |             if let file = File(path: fileURL.path) {
 18 |                 return GoodFile(path: fileURL, file: file)
/host/spi-builder-workspace/Sources/Synopsis/Utility/EnumDescriptionParser.swift:32:61: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
 30 |         var compilingErrors: [SynopsisError] = []
 31 |
 32 |         let compiledStructures: [CompiledStructure] = files.flatMap { (goodFile: GoodFile) -> CompiledStructure? in
    |                                                             |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
    |                                                             `- note: use 'compactMap(_:)' instead
 33 |             if let structure: CompiledStructure = CompiledStructure(file: goodFile) {
 34 |                 return structure
/host/spi-builder-workspace/Sources/Synopsis/Utility/ExtensibleParser.swift:16:42: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
 14 |         var ioErrors: [SynopsisError] = []
 15 |
 16 |         let files: [GoodFile] = pathList.flatMap { (fileURL: URL) -> GoodFile? in
    |                                          |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
    |                                          `- note: use 'compactMap(_:)' instead
 17 |             if let file = File(path: fileURL.path) {
 18 |                 return GoodFile(path: fileURL, file: file)
/host/spi-builder-workspace/Sources/Synopsis/Utility/ExtensibleParser.swift:32:61: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
 30 |         var compilingErrors: [SynopsisError] = []
 31 |
 32 |         let compiledStructures: [CompiledStructure] = files.flatMap { (goodFile: GoodFile) -> CompiledStructure? in
    |                                                             |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
    |                                                             `- note: use 'compactMap(_:)' instead
 33 |             if let structure: CompiledStructure = CompiledStructure(file: goodFile) {
 34 |                 return structure
/host/spi-builder-workspace/Sources/Synopsis/Utility/FunctionDescriptionParser.swift:16:42: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
 14 |         var ioErrors: [SynopsisError] = []
 15 |
 16 |         let files: [GoodFile] = pathList.flatMap { (fileURL: URL) -> GoodFile? in
    |                                          |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
    |                                          `- note: use 'compactMap(_:)' instead
 17 |             if let file = File(path: fileURL.path) {
 18 |                 return GoodFile(path: fileURL, file: file)
/host/spi-builder-workspace/Sources/Synopsis/Utility/FunctionDescriptionParser.swift:32:61: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
 30 |         var compilingErrors: [SynopsisError] = []
 31 |
 32 |         let compiledStructures: [CompiledStructure] = files.flatMap { (goodFile: GoodFile) -> CompiledStructure? in
    |                                                             |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
    |                                                             `- note: use 'compactMap(_:)' instead
 33 |             if let structure: CompiledStructure = CompiledStructure(file: goodFile) {
 34 |                 return structure
[119/150] Compiling Synopsis FunctionDescriptionParser.swift
/host/spi-builder-workspace/Sources/Synopsis/Utility/EnumDescriptionParser.swift:16:42: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
 14 |         var ioErrors: [SynopsisError] = []
 15 |
 16 |         let files: [GoodFile] = pathList.flatMap { (fileURL: URL) -> GoodFile? in
    |                                          |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
    |                                          `- note: use 'compactMap(_:)' instead
 17 |             if let file = File(path: fileURL.path) {
 18 |                 return GoodFile(path: fileURL, file: file)
/host/spi-builder-workspace/Sources/Synopsis/Utility/EnumDescriptionParser.swift:32:61: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
 30 |         var compilingErrors: [SynopsisError] = []
 31 |
 32 |         let compiledStructures: [CompiledStructure] = files.flatMap { (goodFile: GoodFile) -> CompiledStructure? in
    |                                                             |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
    |                                                             `- note: use 'compactMap(_:)' instead
 33 |             if let structure: CompiledStructure = CompiledStructure(file: goodFile) {
 34 |                 return structure
/host/spi-builder-workspace/Sources/Synopsis/Utility/ExtensibleParser.swift:16:42: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
 14 |         var ioErrors: [SynopsisError] = []
 15 |
 16 |         let files: [GoodFile] = pathList.flatMap { (fileURL: URL) -> GoodFile? in
    |                                          |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
    |                                          `- note: use 'compactMap(_:)' instead
 17 |             if let file = File(path: fileURL.path) {
 18 |                 return GoodFile(path: fileURL, file: file)
/host/spi-builder-workspace/Sources/Synopsis/Utility/ExtensibleParser.swift:32:61: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
 30 |         var compilingErrors: [SynopsisError] = []
 31 |
 32 |         let compiledStructures: [CompiledStructure] = files.flatMap { (goodFile: GoodFile) -> CompiledStructure? in
    |                                                             |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
    |                                                             `- note: use 'compactMap(_:)' instead
 33 |             if let structure: CompiledStructure = CompiledStructure(file: goodFile) {
 34 |                 return structure
/host/spi-builder-workspace/Sources/Synopsis/Utility/FunctionDescriptionParser.swift:16:42: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
 14 |         var ioErrors: [SynopsisError] = []
 15 |
 16 |         let files: [GoodFile] = pathList.flatMap { (fileURL: URL) -> GoodFile? in
    |                                          |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
    |                                          `- note: use 'compactMap(_:)' instead
 17 |             if let file = File(path: fileURL.path) {
 18 |                 return GoodFile(path: fileURL, file: file)
/host/spi-builder-workspace/Sources/Synopsis/Utility/FunctionDescriptionParser.swift:32:61: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
 30 |         var compilingErrors: [SynopsisError] = []
 31 |
 32 |         let compiledStructures: [CompiledStructure] = files.flatMap { (goodFile: GoodFile) -> CompiledStructure? in
    |                                                             |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
    |                                                             `- note: use 'compactMap(_:)' instead
 33 |             if let structure: CompiledStructure = CompiledStructure(file: goodFile) {
 34 |                 return structure
[120/150] Compiling Synopsis Synopsis.swift
[121/150] Compiling Synopsis AnnotationParser.swift
[122/150] Compiling Synopsis ArgumentDescriptionParser.swift
[123/150] Compiling Synopsis ClassDescriptionParser.swift
[124/150] Compiling Synopsis Accessibility.swift
/host/spi-builder-workspace/Sources/Synopsis/Model/Annotation.swift:65:5: warning: 'public' modifier is redundant for subscript declared in a public extension
63 | public extension Sequence where Iterator.Element == Annotation {
64 |
65 |     public subscript(annotationName: String) -> Iterator.Element? {
   |     `- warning: 'public' modifier is redundant for subscript declared in a public extension
66 |         for item in self {
67 |             if item.name == annotationName {
/host/spi-builder-workspace/Sources/Synopsis/Model/Annotation.swift:74:5: warning: 'public' modifier is redundant for instance method declared in a public extension
72 |     }
73 |
74 |     public func contains(annotationName: String) -> Bool {
   |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
75 |         return nil != self[annotationName]
76 |     }
/host/spi-builder-workspace/Sources/Synopsis/Model/ArgumentDescription.swift:137:5: warning: 'public' modifier is redundant for subscript declared in a public extension
135 | public extension Sequence where Iterator.Element == ArgumentDescription {
136 |
137 |     public subscript(argumentName: String) -> Iterator.Element? {
    |     `- warning: 'public' modifier is redundant for subscript declared in a public extension
138 |         for item in self {
139 |             if item.name == argumentName {
/host/spi-builder-workspace/Sources/Synopsis/Model/ArgumentDescription.swift:146:5: warning: 'public' modifier is redundant for instance method declared in a public extension
144 |     }
145 |
146 |     public func contains(argumentName: String) -> Bool {
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
147 |         return nil != self[argumentName]
148 |     }
[125/150] Compiling Synopsis Annotation.swift
/host/spi-builder-workspace/Sources/Synopsis/Model/Annotation.swift:65:5: warning: 'public' modifier is redundant for subscript declared in a public extension
63 | public extension Sequence where Iterator.Element == Annotation {
64 |
65 |     public subscript(annotationName: String) -> Iterator.Element? {
   |     `- warning: 'public' modifier is redundant for subscript declared in a public extension
66 |         for item in self {
67 |             if item.name == annotationName {
/host/spi-builder-workspace/Sources/Synopsis/Model/Annotation.swift:74:5: warning: 'public' modifier is redundant for instance method declared in a public extension
72 |     }
73 |
74 |     public func contains(annotationName: String) -> Bool {
   |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
75 |         return nil != self[annotationName]
76 |     }
/host/spi-builder-workspace/Sources/Synopsis/Model/ArgumentDescription.swift:137:5: warning: 'public' modifier is redundant for subscript declared in a public extension
135 | public extension Sequence where Iterator.Element == ArgumentDescription {
136 |
137 |     public subscript(argumentName: String) -> Iterator.Element? {
    |     `- warning: 'public' modifier is redundant for subscript declared in a public extension
138 |         for item in self {
139 |             if item.name == argumentName {
/host/spi-builder-workspace/Sources/Synopsis/Model/ArgumentDescription.swift:146:5: warning: 'public' modifier is redundant for instance method declared in a public extension
144 |     }
145 |
146 |     public func contains(argumentName: String) -> Bool {
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
147 |         return nil != self[argumentName]
148 |     }
[126/150] Compiling Synopsis ArgumentDescription.swift
/host/spi-builder-workspace/Sources/Synopsis/Model/Annotation.swift:65:5: warning: 'public' modifier is redundant for subscript declared in a public extension
63 | public extension Sequence where Iterator.Element == Annotation {
64 |
65 |     public subscript(annotationName: String) -> Iterator.Element? {
   |     `- warning: 'public' modifier is redundant for subscript declared in a public extension
66 |         for item in self {
67 |             if item.name == annotationName {
/host/spi-builder-workspace/Sources/Synopsis/Model/Annotation.swift:74:5: warning: 'public' modifier is redundant for instance method declared in a public extension
72 |     }
73 |
74 |     public func contains(annotationName: String) -> Bool {
   |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
75 |         return nil != self[annotationName]
76 |     }
/host/spi-builder-workspace/Sources/Synopsis/Model/ArgumentDescription.swift:137:5: warning: 'public' modifier is redundant for subscript declared in a public extension
135 | public extension Sequence where Iterator.Element == ArgumentDescription {
136 |
137 |     public subscript(argumentName: String) -> Iterator.Element? {
    |     `- warning: 'public' modifier is redundant for subscript declared in a public extension
138 |         for item in self {
139 |             if item.name == argumentName {
/host/spi-builder-workspace/Sources/Synopsis/Model/ArgumentDescription.swift:146:5: warning: 'public' modifier is redundant for instance method declared in a public extension
144 |     }
145 |
146 |     public func contains(argumentName: String) -> Bool {
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
147 |         return nil != self[argumentName]
148 |     }
[127/150] Compiling Synopsis ClassDescription.swift
/host/spi-builder-workspace/Sources/Synopsis/Model/Annotation.swift:65:5: warning: 'public' modifier is redundant for subscript declared in a public extension
63 | public extension Sequence where Iterator.Element == Annotation {
64 |
65 |     public subscript(annotationName: String) -> Iterator.Element? {
   |     `- warning: 'public' modifier is redundant for subscript declared in a public extension
66 |         for item in self {
67 |             if item.name == annotationName {
/host/spi-builder-workspace/Sources/Synopsis/Model/Annotation.swift:74:5: warning: 'public' modifier is redundant for instance method declared in a public extension
72 |     }
73 |
74 |     public func contains(annotationName: String) -> Bool {
   |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
75 |         return nil != self[annotationName]
76 |     }
/host/spi-builder-workspace/Sources/Synopsis/Model/ArgumentDescription.swift:137:5: warning: 'public' modifier is redundant for subscript declared in a public extension
135 | public extension Sequence where Iterator.Element == ArgumentDescription {
136 |
137 |     public subscript(argumentName: String) -> Iterator.Element? {
    |     `- warning: 'public' modifier is redundant for subscript declared in a public extension
138 |         for item in self {
139 |             if item.name == argumentName {
/host/spi-builder-workspace/Sources/Synopsis/Model/ArgumentDescription.swift:146:5: warning: 'public' modifier is redundant for instance method declared in a public extension
144 |     }
145 |
146 |     public func contains(argumentName: String) -> Bool {
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
147 |         return nil != self[argumentName]
148 |     }
[128/150] Compiling Synopsis CompiledStructure.swift
/host/spi-builder-workspace/Sources/Synopsis/Model/Annotation.swift:65:5: warning: 'public' modifier is redundant for subscript declared in a public extension
63 | public extension Sequence where Iterator.Element == Annotation {
64 |
65 |     public subscript(annotationName: String) -> Iterator.Element? {
   |     `- warning: 'public' modifier is redundant for subscript declared in a public extension
66 |         for item in self {
67 |             if item.name == annotationName {
/host/spi-builder-workspace/Sources/Synopsis/Model/Annotation.swift:74:5: warning: 'public' modifier is redundant for instance method declared in a public extension
72 |     }
73 |
74 |     public func contains(annotationName: String) -> Bool {
   |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
75 |         return nil != self[annotationName]
76 |     }
/host/spi-builder-workspace/Sources/Synopsis/Model/ArgumentDescription.swift:137:5: warning: 'public' modifier is redundant for subscript declared in a public extension
135 | public extension Sequence where Iterator.Element == ArgumentDescription {
136 |
137 |     public subscript(argumentName: String) -> Iterator.Element? {
    |     `- warning: 'public' modifier is redundant for subscript declared in a public extension
138 |         for item in self {
139 |             if item.name == argumentName {
/host/spi-builder-workspace/Sources/Synopsis/Model/ArgumentDescription.swift:146:5: warning: 'public' modifier is redundant for instance method declared in a public extension
144 |     }
145 |
146 |     public func contains(argumentName: String) -> Bool {
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
147 |         return nil != self[argumentName]
148 |     }
[129/150] Compiling Synopsis StructDescription.swift
/host/spi-builder-workspace/Sources/Synopsis/Model/XcodeMessage.swift:50:16: warning: stored property 'type' of 'Sendable'-conforming struct 'XcodeMessage' has non-sendable type 'XcodeMessage.MessageType'; this is an error in the Swift 6 language mode
19 |      Red errors, yellow warnings and "invisible" notes.
20 |      */
21 |     public enum MessageType: String {
   |                 `- note: consider making enum 'MessageType' conform to the 'Sendable' protocol
22 |         case error      = "error"
23 |         case warning    = "warning"
   :
48 |      Error, warning or note.
49 |      */
50 |     public let type: MessageType
   |                `- warning: stored property 'type' of 'Sendable'-conforming struct 'XcodeMessage' has non-sendable type 'XcodeMessage.MessageType'; this is an error in the Swift 6 language mode
51 |
52 |     /**
[130/150] Compiling Synopsis SynopsisError.swift
/host/spi-builder-workspace/Sources/Synopsis/Model/XcodeMessage.swift:50:16: warning: stored property 'type' of 'Sendable'-conforming struct 'XcodeMessage' has non-sendable type 'XcodeMessage.MessageType'; this is an error in the Swift 6 language mode
19 |      Red errors, yellow warnings and "invisible" notes.
20 |      */
21 |     public enum MessageType: String {
   |                 `- note: consider making enum 'MessageType' conform to the 'Sendable' protocol
22 |         case error      = "error"
23 |         case warning    = "warning"
   :
48 |      Error, warning or note.
49 |      */
50 |     public let type: MessageType
   |                `- warning: stored property 'type' of 'Sendable'-conforming struct 'XcodeMessage' has non-sendable type 'XcodeMessage.MessageType'; this is an error in the Swift 6 language mode
51 |
52 |     /**
[131/150] Compiling Synopsis TypeDescription.swift
/host/spi-builder-workspace/Sources/Synopsis/Model/XcodeMessage.swift:50:16: warning: stored property 'type' of 'Sendable'-conforming struct 'XcodeMessage' has non-sendable type 'XcodeMessage.MessageType'; this is an error in the Swift 6 language mode
19 |      Red errors, yellow warnings and "invisible" notes.
20 |      */
21 |     public enum MessageType: String {
   |                 `- note: consider making enum 'MessageType' conform to the 'Sendable' protocol
22 |         case error      = "error"
23 |         case warning    = "warning"
   :
48 |      Error, warning or note.
49 |      */
50 |     public let type: MessageType
   |                `- warning: stored property 'type' of 'Sendable'-conforming struct 'XcodeMessage' has non-sendable type 'XcodeMessage.MessageType'; this is an error in the Swift 6 language mode
51 |
52 |     /**
[132/150] Compiling Synopsis XcodeMessage.swift
/host/spi-builder-workspace/Sources/Synopsis/Model/XcodeMessage.swift:50:16: warning: stored property 'type' of 'Sendable'-conforming struct 'XcodeMessage' has non-sendable type 'XcodeMessage.MessageType'; this is an error in the Swift 6 language mode
19 |      Red errors, yellow warnings and "invisible" notes.
20 |      */
21 |     public enum MessageType: String {
   |                 `- note: consider making enum 'MessageType' conform to the 'Sendable' protocol
22 |         case error      = "error"
23 |         case warning    = "warning"
   :
48 |      Error, warning or note.
49 |      */
50 |     public let type: MessageType
   |                `- warning: stored property 'type' of 'Sendable'-conforming struct 'XcodeMessage' has non-sendable type 'XcodeMessage.MessageType'; this is an error in the Swift 6 language mode
51 |
52 |     /**
[133/150] Compiling Synopsis GoodFile.swift
/host/spi-builder-workspace/Sources/Synopsis/Model/PropertyDescription.swift:181:5: warning: 'public' modifier is redundant for subscript declared in a public extension
179 | public extension Sequence where Iterator.Element == PropertyDescription {
180 |
181 |     public subscript(propertyName: String) -> Iterator.Element? {
    |     `- warning: 'public' modifier is redundant for subscript declared in a public extension
182 |         for item in self {
183 |             if item.name == propertyName {
/host/spi-builder-workspace/Sources/Synopsis/Model/PropertyDescription.swift:190:5: warning: 'public' modifier is redundant for instance method declared in a public extension
188 |     }
189 |
190 |     public func contains(propertyName: String) -> Bool {
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
191 |         return nil != self[propertyName]
192 |     }
[134/150] Compiling Synopsis MethodDescription.swift
/host/spi-builder-workspace/Sources/Synopsis/Model/PropertyDescription.swift:181:5: warning: 'public' modifier is redundant for subscript declared in a public extension
179 | public extension Sequence where Iterator.Element == PropertyDescription {
180 |
181 |     public subscript(propertyName: String) -> Iterator.Element? {
    |     `- warning: 'public' modifier is redundant for subscript declared in a public extension
182 |         for item in self {
183 |             if item.name == propertyName {
/host/spi-builder-workspace/Sources/Synopsis/Model/PropertyDescription.swift:190:5: warning: 'public' modifier is redundant for instance method declared in a public extension
188 |     }
189 |
190 |     public func contains(propertyName: String) -> Bool {
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
191 |         return nil != self[propertyName]
192 |     }
[135/150] Compiling Synopsis ParsingResult.swift
/host/spi-builder-workspace/Sources/Synopsis/Model/PropertyDescription.swift:181:5: warning: 'public' modifier is redundant for subscript declared in a public extension
179 | public extension Sequence where Iterator.Element == PropertyDescription {
180 |
181 |     public subscript(propertyName: String) -> Iterator.Element? {
    |     `- warning: 'public' modifier is redundant for subscript declared in a public extension
182 |         for item in self {
183 |             if item.name == propertyName {
/host/spi-builder-workspace/Sources/Synopsis/Model/PropertyDescription.swift:190:5: warning: 'public' modifier is redundant for instance method declared in a public extension
188 |     }
189 |
190 |     public func contains(propertyName: String) -> Bool {
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
191 |         return nil != self[propertyName]
192 |     }
[136/150] Compiling Synopsis PropertyDescription.swift
/host/spi-builder-workspace/Sources/Synopsis/Model/PropertyDescription.swift:181:5: warning: 'public' modifier is redundant for subscript declared in a public extension
179 | public extension Sequence where Iterator.Element == PropertyDescription {
180 |
181 |     public subscript(propertyName: String) -> Iterator.Element? {
    |     `- warning: 'public' modifier is redundant for subscript declared in a public extension
182 |         for item in self {
183 |             if item.name == propertyName {
/host/spi-builder-workspace/Sources/Synopsis/Model/PropertyDescription.swift:190:5: warning: 'public' modifier is redundant for instance method declared in a public extension
188 |     }
189 |
190 |     public func contains(propertyName: String) -> Bool {
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
191 |         return nil != self[propertyName]
192 |     }
[137/150] Compiling Synopsis ProtocolDescription.swift
/host/spi-builder-workspace/Sources/Synopsis/Model/PropertyDescription.swift:181:5: warning: 'public' modifier is redundant for subscript declared in a public extension
179 | public extension Sequence where Iterator.Element == PropertyDescription {
180 |
181 |     public subscript(propertyName: String) -> Iterator.Element? {
    |     `- warning: 'public' modifier is redundant for subscript declared in a public extension
182 |         for item in self {
183 |             if item.name == propertyName {
/host/spi-builder-workspace/Sources/Synopsis/Model/PropertyDescription.swift:190:5: warning: 'public' modifier is redundant for instance method declared in a public extension
188 |     }
189 |
190 |     public func contains(propertyName: String) -> Bool {
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
191 |         return nil != self[propertyName]
192 |     }
[138/150] Compiling Synopsis String.swift
[139/150] Compiling Synopsis StructDescriptionParser.swift
[140/150] Compiling Synopsis SwiftDocKey.swift
[141/150] Compiling Synopsis TypeParser.swift
[142/150] Compiling Synopsis LexemeString.swift
[143/150] Compiling Synopsis MethodDescriptionParser.swift
[144/150] Compiling Synopsis PropertyDescriptionParser.swift
[145/150] Compiling Synopsis ProtocolDescriptionParser.swift
[146/150] Compiling Synopsis Declaration.swift
/host/spi-builder-workspace/Sources/Synopsis/Model/Declaration.swift:97:23: warning: static property 'mock' is not concurrency-safe because non-'Sendable' type 'Declaration' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |  Includes absolute file path, line number, column number, offset and raw declaration text itself.
 14 |  */
 15 | public struct Declaration: Equatable {
    |               `- note: consider making struct 'Declaration' conform to the 'Sendable' protocol
 16 |
 17 |     /**
    :
 95 |     }
 96 |
 97 |     public static let mock = Declaration(
    |                       |- warning: static property 'mock' is not concurrency-safe because non-'Sendable' type 'Declaration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'mock' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 98 |         filePath: URL(fileURLWithPath: Declaration.MockProperties.filePath),
 99 |         rawText: Declaration.MockProperties.rawText,
/host/spi-builder-workspace/Sources/Synopsis/Model/EnumCase.swift:109:5: warning: 'public' modifier is redundant for subscript declared in a public extension
107 | public extension Sequence where Iterator.Element == EnumCase {
108 |
109 |     public subscript(name: String) -> Iterator.Element? {
    |     `- warning: 'public' modifier is redundant for subscript declared in a public extension
110 |         for item in self {
111 |             if item.name == name {
/host/spi-builder-workspace/Sources/Synopsis/Model/EnumCase.swift:118:5: warning: 'public' modifier is redundant for instance method declared in a public extension
116 |     }
117 |
118 |     public func contains(name: String) -> Bool {
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
119 |         return nil != self[name]
120 |     }
/host/spi-builder-workspace/Sources/Synopsis/Model/Extensible.swift:90:5: warning: 'public' modifier is redundant for subscript declared in a public extension
 88 | public extension Sequence where Iterator.Element: Extensible {
 89 |
 90 |     public subscript(name: String) -> Iterator.Element? {
    |     `- warning: 'public' modifier is redundant for subscript declared in a public extension
 91 |         for item in self {
 92 |             if item.name == name {
/host/spi-builder-workspace/Sources/Synopsis/Model/Extensible.swift:99:5: warning: 'public' modifier is redundant for instance method declared in a public extension
 97 |     }
 98 |
 99 |     public func contains(name: String) -> Bool {
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
100 |         return nil != self[name]
101 |     }
/host/spi-builder-workspace/Sources/Synopsis/Model/FunctionDescription.swift:213:5: warning: 'public' modifier is redundant for subscript declared in a public extension
211 | public extension Sequence where Iterator.Element: FunctionDescription {
212 |
213 |     public subscript(name: String) -> Iterator.Element? {
    |     `- warning: 'public' modifier is redundant for subscript declared in a public extension
214 |         for item in self {
215 |             if item.name == name {
/host/spi-builder-workspace/Sources/Synopsis/Model/FunctionDescription.swift:222:5: warning: 'public' modifier is redundant for instance method declared in a public extension
220 |     }
221 |
222 |     public func contains(name: String) -> Bool {
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
223 |         return nil != self[name]
224 |     }
[147/150] Compiling Synopsis EnumCase.swift
/host/spi-builder-workspace/Sources/Synopsis/Model/Declaration.swift:97:23: warning: static property 'mock' is not concurrency-safe because non-'Sendable' type 'Declaration' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |  Includes absolute file path, line number, column number, offset and raw declaration text itself.
 14 |  */
 15 | public struct Declaration: Equatable {
    |               `- note: consider making struct 'Declaration' conform to the 'Sendable' protocol
 16 |
 17 |     /**
    :
 95 |     }
 96 |
 97 |     public static let mock = Declaration(
    |                       |- warning: static property 'mock' is not concurrency-safe because non-'Sendable' type 'Declaration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'mock' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 98 |         filePath: URL(fileURLWithPath: Declaration.MockProperties.filePath),
 99 |         rawText: Declaration.MockProperties.rawText,
/host/spi-builder-workspace/Sources/Synopsis/Model/EnumCase.swift:109:5: warning: 'public' modifier is redundant for subscript declared in a public extension
107 | public extension Sequence where Iterator.Element == EnumCase {
108 |
109 |     public subscript(name: String) -> Iterator.Element? {
    |     `- warning: 'public' modifier is redundant for subscript declared in a public extension
110 |         for item in self {
111 |             if item.name == name {
/host/spi-builder-workspace/Sources/Synopsis/Model/EnumCase.swift:118:5: warning: 'public' modifier is redundant for instance method declared in a public extension
116 |     }
117 |
118 |     public func contains(name: String) -> Bool {
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
119 |         return nil != self[name]
120 |     }
/host/spi-builder-workspace/Sources/Synopsis/Model/Extensible.swift:90:5: warning: 'public' modifier is redundant for subscript declared in a public extension
 88 | public extension Sequence where Iterator.Element: Extensible {
 89 |
 90 |     public subscript(name: String) -> Iterator.Element? {
    |     `- warning: 'public' modifier is redundant for subscript declared in a public extension
 91 |         for item in self {
 92 |             if item.name == name {
/host/spi-builder-workspace/Sources/Synopsis/Model/Extensible.swift:99:5: warning: 'public' modifier is redundant for instance method declared in a public extension
 97 |     }
 98 |
 99 |     public func contains(name: String) -> Bool {
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
100 |         return nil != self[name]
101 |     }
/host/spi-builder-workspace/Sources/Synopsis/Model/FunctionDescription.swift:213:5: warning: 'public' modifier is redundant for subscript declared in a public extension
211 | public extension Sequence where Iterator.Element: FunctionDescription {
212 |
213 |     public subscript(name: String) -> Iterator.Element? {
    |     `- warning: 'public' modifier is redundant for subscript declared in a public extension
214 |         for item in self {
215 |             if item.name == name {
/host/spi-builder-workspace/Sources/Synopsis/Model/FunctionDescription.swift:222:5: warning: 'public' modifier is redundant for instance method declared in a public extension
220 |     }
221 |
222 |     public func contains(name: String) -> Bool {
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
223 |         return nil != self[name]
224 |     }
[148/150] Compiling Synopsis EnumDescription.swift
/host/spi-builder-workspace/Sources/Synopsis/Model/Declaration.swift:97:23: warning: static property 'mock' is not concurrency-safe because non-'Sendable' type 'Declaration' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |  Includes absolute file path, line number, column number, offset and raw declaration text itself.
 14 |  */
 15 | public struct Declaration: Equatable {
    |               `- note: consider making struct 'Declaration' conform to the 'Sendable' protocol
 16 |
 17 |     /**
    :
 95 |     }
 96 |
 97 |     public static let mock = Declaration(
    |                       |- warning: static property 'mock' is not concurrency-safe because non-'Sendable' type 'Declaration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'mock' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 98 |         filePath: URL(fileURLWithPath: Declaration.MockProperties.filePath),
 99 |         rawText: Declaration.MockProperties.rawText,
/host/spi-builder-workspace/Sources/Synopsis/Model/EnumCase.swift:109:5: warning: 'public' modifier is redundant for subscript declared in a public extension
107 | public extension Sequence where Iterator.Element == EnumCase {
108 |
109 |     public subscript(name: String) -> Iterator.Element? {
    |     `- warning: 'public' modifier is redundant for subscript declared in a public extension
110 |         for item in self {
111 |             if item.name == name {
/host/spi-builder-workspace/Sources/Synopsis/Model/EnumCase.swift:118:5: warning: 'public' modifier is redundant for instance method declared in a public extension
116 |     }
117 |
118 |     public func contains(name: String) -> Bool {
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
119 |         return nil != self[name]
120 |     }
/host/spi-builder-workspace/Sources/Synopsis/Model/Extensible.swift:90:5: warning: 'public' modifier is redundant for subscript declared in a public extension
 88 | public extension Sequence where Iterator.Element: Extensible {
 89 |
 90 |     public subscript(name: String) -> Iterator.Element? {
    |     `- warning: 'public' modifier is redundant for subscript declared in a public extension
 91 |         for item in self {
 92 |             if item.name == name {
/host/spi-builder-workspace/Sources/Synopsis/Model/Extensible.swift:99:5: warning: 'public' modifier is redundant for instance method declared in a public extension
 97 |     }
 98 |
 99 |     public func contains(name: String) -> Bool {
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
100 |         return nil != self[name]
101 |     }
/host/spi-builder-workspace/Sources/Synopsis/Model/FunctionDescription.swift:213:5: warning: 'public' modifier is redundant for subscript declared in a public extension
211 | public extension Sequence where Iterator.Element: FunctionDescription {
212 |
213 |     public subscript(name: String) -> Iterator.Element? {
    |     `- warning: 'public' modifier is redundant for subscript declared in a public extension
214 |         for item in self {
215 |             if item.name == name {
/host/spi-builder-workspace/Sources/Synopsis/Model/FunctionDescription.swift:222:5: warning: 'public' modifier is redundant for instance method declared in a public extension
220 |     }
221 |
222 |     public func contains(name: String) -> Bool {
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
223 |         return nil != self[name]
224 |     }
[149/150] Compiling Synopsis Extensible.swift
/host/spi-builder-workspace/Sources/Synopsis/Model/Declaration.swift:97:23: warning: static property 'mock' is not concurrency-safe because non-'Sendable' type 'Declaration' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |  Includes absolute file path, line number, column number, offset and raw declaration text itself.
 14 |  */
 15 | public struct Declaration: Equatable {
    |               `- note: consider making struct 'Declaration' conform to the 'Sendable' protocol
 16 |
 17 |     /**
    :
 95 |     }
 96 |
 97 |     public static let mock = Declaration(
    |                       |- warning: static property 'mock' is not concurrency-safe because non-'Sendable' type 'Declaration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'mock' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 98 |         filePath: URL(fileURLWithPath: Declaration.MockProperties.filePath),
 99 |         rawText: Declaration.MockProperties.rawText,
/host/spi-builder-workspace/Sources/Synopsis/Model/EnumCase.swift:109:5: warning: 'public' modifier is redundant for subscript declared in a public extension
107 | public extension Sequence where Iterator.Element == EnumCase {
108 |
109 |     public subscript(name: String) -> Iterator.Element? {
    |     `- warning: 'public' modifier is redundant for subscript declared in a public extension
110 |         for item in self {
111 |             if item.name == name {
/host/spi-builder-workspace/Sources/Synopsis/Model/EnumCase.swift:118:5: warning: 'public' modifier is redundant for instance method declared in a public extension
116 |     }
117 |
118 |     public func contains(name: String) -> Bool {
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
119 |         return nil != self[name]
120 |     }
/host/spi-builder-workspace/Sources/Synopsis/Model/Extensible.swift:90:5: warning: 'public' modifier is redundant for subscript declared in a public extension
 88 | public extension Sequence where Iterator.Element: Extensible {
 89 |
 90 |     public subscript(name: String) -> Iterator.Element? {
    |     `- warning: 'public' modifier is redundant for subscript declared in a public extension
 91 |         for item in self {
 92 |             if item.name == name {
/host/spi-builder-workspace/Sources/Synopsis/Model/Extensible.swift:99:5: warning: 'public' modifier is redundant for instance method declared in a public extension
 97 |     }
 98 |
 99 |     public func contains(name: String) -> Bool {
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
100 |         return nil != self[name]
101 |     }
/host/spi-builder-workspace/Sources/Synopsis/Model/FunctionDescription.swift:213:5: warning: 'public' modifier is redundant for subscript declared in a public extension
211 | public extension Sequence where Iterator.Element: FunctionDescription {
212 |
213 |     public subscript(name: String) -> Iterator.Element? {
    |     `- warning: 'public' modifier is redundant for subscript declared in a public extension
214 |         for item in self {
215 |             if item.name == name {
/host/spi-builder-workspace/Sources/Synopsis/Model/FunctionDescription.swift:222:5: warning: 'public' modifier is redundant for instance method declared in a public extension
220 |     }
221 |
222 |     public func contains(name: String) -> Bool {
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
223 |         return nil != self[name]
224 |     }
[150/150] Compiling Synopsis FunctionDescription.swift
/host/spi-builder-workspace/Sources/Synopsis/Model/Declaration.swift:97:23: warning: static property 'mock' is not concurrency-safe because non-'Sendable' type 'Declaration' may have shared mutable state; this is an error in the Swift 6 language mode
 13 |  Includes absolute file path, line number, column number, offset and raw declaration text itself.
 14 |  */
 15 | public struct Declaration: Equatable {
    |               `- note: consider making struct 'Declaration' conform to the 'Sendable' protocol
 16 |
 17 |     /**
    :
 95 |     }
 96 |
 97 |     public static let mock = Declaration(
    |                       |- warning: static property 'mock' is not concurrency-safe because non-'Sendable' type 'Declaration' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'mock' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 98 |         filePath: URL(fileURLWithPath: Declaration.MockProperties.filePath),
 99 |         rawText: Declaration.MockProperties.rawText,
/host/spi-builder-workspace/Sources/Synopsis/Model/EnumCase.swift:109:5: warning: 'public' modifier is redundant for subscript declared in a public extension
107 | public extension Sequence where Iterator.Element == EnumCase {
108 |
109 |     public subscript(name: String) -> Iterator.Element? {
    |     `- warning: 'public' modifier is redundant for subscript declared in a public extension
110 |         for item in self {
111 |             if item.name == name {
/host/spi-builder-workspace/Sources/Synopsis/Model/EnumCase.swift:118:5: warning: 'public' modifier is redundant for instance method declared in a public extension
116 |     }
117 |
118 |     public func contains(name: String) -> Bool {
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
119 |         return nil != self[name]
120 |     }
/host/spi-builder-workspace/Sources/Synopsis/Model/Extensible.swift:90:5: warning: 'public' modifier is redundant for subscript declared in a public extension
 88 | public extension Sequence where Iterator.Element: Extensible {
 89 |
 90 |     public subscript(name: String) -> Iterator.Element? {
    |     `- warning: 'public' modifier is redundant for subscript declared in a public extension
 91 |         for item in self {
 92 |             if item.name == name {
/host/spi-builder-workspace/Sources/Synopsis/Model/Extensible.swift:99:5: warning: 'public' modifier is redundant for instance method declared in a public extension
 97 |     }
 98 |
 99 |     public func contains(name: String) -> Bool {
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
100 |         return nil != self[name]
101 |     }
/host/spi-builder-workspace/Sources/Synopsis/Model/FunctionDescription.swift:213:5: warning: 'public' modifier is redundant for subscript declared in a public extension
211 | public extension Sequence where Iterator.Element: FunctionDescription {
212 |
213 |     public subscript(name: String) -> Iterator.Element? {
    |     `- warning: 'public' modifier is redundant for subscript declared in a public extension
214 |         for item in self {
215 |             if item.name == name {
/host/spi-builder-workspace/Sources/Synopsis/Model/FunctionDescription.swift:222:5: warning: 'public' modifier is redundant for instance method declared in a public extension
220 |     }
221 |
222 |     public func contains(name: String) -> Bool {
    |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
223 |         return nil != self[name]
224 |     }
Build complete! (25.79s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "sourcekitten",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.18.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/SourceKitten"
    }
  ],
  "manifest_display_name" : "Synopsis",
  "name" : "Synopsis",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Synopsis",
      "targets" : [
        "Synopsis"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SynopsisTests",
      "module_type" : "SwiftTarget",
      "name" : "SynopsisTests",
      "path" : "Tests/SynopsisTests",
      "sources" : [
        "SynopsisTestCase.swift",
        "Utility/ClassDescriptionParserTests.swift",
        "Utility/EnumDescriptionParserTests.swift",
        "Utility/MethodDescriptionParserTests.swift",
        "Utility/ProtocolDescriptionParserTests.swift",
        "Utility/StructDescriptionParserTests.swift",
        "Versing/ArgumentDescriptionVersingTests.swift",
        "Versing/ClassDescriptionVersingTests.swift",
        "Versing/EnumDescriptionVersingTests.swift",
        "Versing/MethodDescriptionVersingTests.swift",
        "Versing/PropertyDescriptionVersingTests.swift"
      ],
      "target_dependencies" : [
        "Synopsis"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Synopsis",
      "module_type" : "SwiftTarget",
      "name" : "Synopsis",
      "path" : "Sources/Synopsis",
      "product_dependencies" : [
        "SourceKittenFramework"
      ],
      "product_memberships" : [
        "Synopsis"
      ],
      "sources" : [
        "Model/Accessibility.swift",
        "Model/Annotation.swift",
        "Model/ArgumentDescription.swift",
        "Model/ClassDescription.swift",
        "Model/CompiledStructure.swift",
        "Model/Declaration.swift",
        "Model/EnumCase.swift",
        "Model/EnumDescription.swift",
        "Model/Extensible.swift",
        "Model/FunctionDescription.swift",
        "Model/GoodFile.swift",
        "Model/MethodDescription.swift",
        "Model/ParsingResult.swift",
        "Model/PropertyDescription.swift",
        "Model/ProtocolDescription.swift",
        "Model/StructDescription.swift",
        "Model/SynopsisError.swift",
        "Model/TypeDescription.swift",
        "Model/XcodeMessage.swift",
        "Synopsis.swift",
        "Utility/AnnotationParser.swift",
        "Utility/ArgumentDescriptionParser.swift",
        "Utility/ClassDescriptionParser.swift",
        "Utility/EnumCaseParser.swift",
        "Utility/EnumDescriptionParser.swift",
        "Utility/ExtensibleParser.swift",
        "Utility/FunctionDescriptionParser.swift",
        "Utility/LexemeString.swift",
        "Utility/MethodDescriptionParser.swift",
        "Utility/PropertyDescriptionParser.swift",
        "Utility/ProtocolDescriptionParser.swift",
        "Utility/String.swift",
        "Utility/StructDescriptionParser.swift",
        "Utility/SwiftDocKey.swift",
        "Utility/TypeParser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.