Build Information
Successful build of Synopsis, reference 1.1.1 (574c4d
), with Swift 6.1 for Linux on 25 Apr 2025 16:14:15 UTC.
Swift 6 data race errors: 2
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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: 1.1.1
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
* tag 1.1.1 -> FETCH_HEAD
HEAD is now at 574c4d5 Patch multiline function declaration parsing for protocols.
Cloned https://github.com/RedMadRobot/synopsis.git
Revision (git rev-parse @):
574c4d5dde0ac7ae676494d345c0277499daf3aa
SUCCESS checkout https://github.com/RedMadRobot/synopsis.git at 1.1.1
========================================
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-4609320-1":/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 (0.88s)
Computing version for https://github.com/jpsim/SourceKitten
Computed https://github.com/jpsim/SourceKitten at 0.37.0 (2.75s)
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
[2821/13109] Fetching swxmlhash, yams
[9201/28022] Fetching swxmlhash, yams, swift-argument-parser
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.97s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.98s)
Fetched https://github.com/jpsim/Yams.git from cache (1.01s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (1.46s)
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.43s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.3.1 (0.45s)
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/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 7.0.2
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/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.3.1
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/14] Write sources
[5/14] Compiling SourceKit SourceKit.c
[5/14] Compiling Clang_C Clang_C.c
[7/14] Compiling writer.c
[8/14] Compiling reader.c
[9/14] Compiling parser.c
[10/14] Compiling api.c
[11/14] Write swift-version-24593BA9C3E375BF.txt
[12/14] Compiling emitter.c
[13/14] Compiling scanner.c
[15/57] Emitting module SWXMLHash
[16/60] Compiling Yams Tag.swift
[17/60] Compiling Yams YamlAnchorProviding.swift
[18/62] Compiling Yams YamlError.swift
[19/62] Compiling Yams YamlTagProviding.swift
[20/62] Compiling SWXMLHash XMLContent.swift
[21/62] Compiling SWXMLHash XMLElement.swift
[22/62] Compiling SWXMLHash XMLHash.swift
[23/62] Compiling SWXMLHash XMLHashOptions.swift
[24/62] Compiling SWXMLHash XMLIndexer.swift
[25/62] Compiling Yams Resolver.swift
[26/62] Compiling SWXMLHash shim.swift
[27/62] Compiling Yams String+Yams.swift
[32/62] Compiling Yams Representer.swift
[35/62] Compiling Yams Emitter.swift
[36/62] Compiling Yams Encoder.swift
[37/62] Compiling Yams Mark.swift
[38/62] Compiling Yams Node.Alias.swift
[39/62] Compiling Yams Node.swift
[40/62] Compiling Yams Parser.swift
[41/62] Compiling Yams RedundancyAliasingStrategy.swift
[42/62] Compiling Yams Node.Mapping.swift
[43/62] Compiling Yams Node.Scalar.swift
[44/62] Compiling Yams Anchor.swift
[45/62] Compiling Yams Constructor.swift
[46/62] Compiling Yams Decoder.swift
[47/62] Compiling Yams Node.Sequence.swift
[48/62] Emitting module Yams
[65/107] Compiling SourceKittenFramework SyntaxToken.swift
[66/107] Compiling SourceKittenFramework Text.swift
[67/107] Compiling SourceKittenFramework UID.swift
[68/107] Compiling SourceKittenFramework UIDRepresentable.swift
[69/107] Compiling SourceKittenFramework UncheckedSendable.swift
[70/107] Compiling SourceKittenFramework Version.swift
[71/113] Compiling SourceKittenFramework ByteCount.swift
[72/113] Compiling SourceKittenFramework ByteRange.swift
[73/113] Compiling SourceKittenFramework Clang+SourceKitten.swift
[74/113] Compiling SourceKittenFramework ClangTranslationUnit.swift
[75/113] Compiling SourceKittenFramework CodeCompletionItem.swift
[76/113] Compiling SourceKittenFramework CursorInfo+Parsing.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 OffsetMap.swift
[85/113] Compiling SourceKittenFramework Parameter.swift
[86/113] Compiling SourceKittenFramework Request.swift
[87/113] Compiling SourceKittenFramework SourceDeclaration.swift
[88/113] Compiling SourceKittenFramework SourceKitObject.swift
[89/113] Compiling SourceKittenFramework SourceLocation.swift
[90/113] Compiling SourceKittenFramework SwiftDeclarationKind.swift
[91/113] Compiling SourceKittenFramework SwiftDocKey.swift
[92/113] Compiling SourceKittenFramework SwiftDocs.swift
[93/113] Compiling SourceKittenFramework SwiftVersion.swift
[94/113] Compiling SourceKittenFramework SyntaxKind.swift
[95/113] Compiling SourceKittenFramework SyntaxMap.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 StatementKind.swift
[103/113] Compiling SourceKittenFramework String+SourceKitten.swift
[104/113] Compiling SourceKittenFramework StringView+SourceKitten.swift
[105/113] Compiling SourceKittenFramework StringView.swift
[106/113] Compiling SourceKittenFramework Structure.swift
[107/113] Compiling SourceKittenFramework SwiftDeclarationAttributeKind.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] Compiling Synopsis LexemeString.swift
[116/146] Compiling Synopsis MethodDescriptionParser.swift
[117/146] Compiling Synopsis PropertyDescriptionParser.swift
[118/146] Compiling Synopsis ProtocolDescriptionParser.swift
[119/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 | }
[120/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 | }
[121/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 | }
[122/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 | }
[123/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 | }
[124/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
[125/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
[126/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
[127/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
[128/150] Compiling Synopsis Synopsis.swift
[129/150] Compiling Synopsis AnnotationParser.swift
[130/150] Compiling Synopsis ArgumentDescriptionParser.swift
[131/150] Compiling Synopsis ClassDescriptionParser.swift
[132/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 | }
[133/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 | }
[134/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 | }
[135/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 | }
[136/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 | }
[137/150] Compiling Synopsis String.swift
[138/150] Compiling Synopsis StructDescriptionParser.swift
[139/150] Compiling Synopsis SwiftDocKey.swift
[140/150] Compiling Synopsis TypeParser.swift
[141/150] 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 | /**
[142/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 | }
[143/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 | }
[144/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 | }
[145/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 | }
[146/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 | }
[147/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 | /**
[148/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 | /**
[149/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 | /**
[150/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 | /**
Build complete! (21.12s)
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.