Build Information
Failed to build SwiftFindRefs, reference 1.0.4 (42dafa), with Swift 6.3 for Android on 21 Apr 2026 21:26:39 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/michaelversus/SwiftFindRefs.git
Reference: 1.0.4
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/michaelversus/SwiftFindRefs
* tag 1.0.4 -> FETCH_HEAD
HEAD is now at 42dafae bump up version
Cloned https://github.com/michaelversus/SwiftFindRefs.git
Revision (git rev-parse @):
42dafaeb7117a32cee40a24c3f657e20eb80a44f
SUCCESS checkout https://github.com/michaelversus/SwiftFindRefs.git at 1.0.4
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/michaelversus/SwiftFindRefs.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/MobileNativeFoundation/swift-index-store
[1/917] Fetching swift-index-store
Fetched https://github.com/MobileNativeFoundation/swift-index-store from cache (0.79s)
Fetching https://github.com/apple/swift-argument-parser
[1/17447] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.30s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (2.11s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
Creating working copy for https://github.com/MobileNativeFoundation/swift-index-store
Working copy of https://github.com/MobileNativeFoundation/swift-index-store resolved at main (7edb9a6)
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/14] Write sources
[6/14] Compiling CIndexStore dummy.c
[7/14] Write swift-version--4F562202D5529B1.txt
[9/22] Emitting module ArgumentParserToolInfo
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/22] Emitting module IndexStore
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:75:10: error: type 'SymbolRoles' has no member 'childOf'
73 | public extension SymbolRoles {
74 | static let relationRoles: SymbolRoles = [
75 | .childOf,
| `- error: type 'SymbolRoles' has no member 'childOf'
76 | .baseOf,
77 | .overrideOf,
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:76:10: error: type 'SymbolRoles' has no member 'baseOf'
74 | static let relationRoles: SymbolRoles = [
75 | .childOf,
76 | .baseOf,
| `- error: type 'SymbolRoles' has no member 'baseOf'
77 | .overrideOf,
78 | .receivedBy,
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:77:10: error: type 'SymbolRoles' has no member 'overrideOf'
75 | .childOf,
76 | .baseOf,
77 | .overrideOf,
| `- error: type 'SymbolRoles' has no member 'overrideOf'
78 | .receivedBy,
79 | .calledBy,
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:78:10: error: type 'SymbolRoles' has no member 'receivedBy'
76 | .baseOf,
77 | .overrideOf,
78 | .receivedBy,
| `- error: type 'SymbolRoles' has no member 'receivedBy'
79 | .calledBy,
80 | .extendedBy,
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:79:10: error: type 'SymbolRoles' has no member 'calledBy'
77 | .overrideOf,
78 | .receivedBy,
79 | .calledBy,
| `- error: type 'SymbolRoles' has no member 'calledBy'
80 | .extendedBy,
81 | .accessorOf,
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:80:10: error: type 'SymbolRoles' has no member 'extendedBy'
78 | .receivedBy,
79 | .calledBy,
80 | .extendedBy,
| `- error: type 'SymbolRoles' has no member 'extendedBy'
81 | .accessorOf,
82 | .containedBy,
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:81:10: error: type 'SymbolRoles' has no member 'accessorOf'
79 | .calledBy,
80 | .extendedBy,
81 | .accessorOf,
| `- error: type 'SymbolRoles' has no member 'accessorOf'
82 | .containedBy,
83 | .IBTypeOf,
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:82:10: error: type 'SymbolRoles' has no member 'containedBy'
80 | .extendedBy,
81 | .accessorOf,
82 | .containedBy,
| `- error: type 'SymbolRoles' has no member 'containedBy'
83 | .IBTypeOf,
84 | .specializationOf,
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:83:10: error: type 'SymbolRoles' has no member 'IBTypeOf'
81 | .accessorOf,
82 | .containedBy,
83 | .IBTypeOf,
| `- error: type 'SymbolRoles' has no member 'IBTypeOf'
84 | .specializationOf,
85 | ]
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:84:10: error: type 'SymbolRoles' has no member 'specializationOf'
82 | .containedBy,
83 | .IBTypeOf,
84 | .specializationOf,
| `- error: type 'SymbolRoles' has no member 'specializationOf'
85 | ]
86 | }
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/IndexStore.swift:342:45: error: missing argument label 'rawValue:' in call
340 | let (this, callback) = context!.assumingMemoryBound(to: Context.self).pointee
341 | let symbol = Symbol(this.recordReader, indexstore_symbol_relation_get_symbol(relation))
342 | let roles = SymbolRoles(indexstore_symbol_relation_get_roles(relation))
| `- error: missing argument label 'rawValue:' in call
343 | callback(symbol, roles)
344 | return true
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/StandardStream.swift:9:46: error: cannot find type 'FILE' in scope
7 |
8 | struct StandardStream: TextOutputStream {
9 | private let stream: UnsafeMutablePointer<FILE>
| `- error: cannot find type 'FILE' in scope
10 |
11 | fileprivate init(_ stream: UnsafeMutablePointer<FILE>) {
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/StandardStream.swift:11:53: error: cannot find type 'FILE' in scope
9 | private let stream: UnsafeMutablePointer<FILE>
10 |
11 | fileprivate init(_ stream: UnsafeMutablePointer<FILE>) {
| `- error: cannot find type 'FILE' in scope
12 | self.stream = stream
13 | }
[11/22] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/23] Wrapping AST for ArgumentParserToolInfo for debugging
[14/69] Emitting module ArgumentParser
[15/75] Compiling ArgumentParser ParentCommand.swift
[16/75] Compiling ArgumentParser AsyncParsableCommand.swift
[17/75] Compiling ArgumentParser CommandConfiguration.swift
[18/75] Compiling ArgumentParser CommandGroup.swift
[19/75] Compiling ArgumentParser EnumerableFlag.swift
[20/75] Compiling ArgumentParser ExpressibleByArgument.swift
[21/75] Compiling ArgumentParser ParsableArguments.swift
[22/75] Compiling ArgumentParser InputOrigin.swift
[23/75] Compiling ArgumentParser Name.swift
[24/75] Compiling ArgumentParser Parsed.swift
[25/75] Compiling ArgumentParser ParsedValues.swift
[26/75] Compiling ArgumentParser ParserError.swift
[27/75] Compiling ArgumentParser SplitArguments.swift
[28/75] Compiling ArgumentParser ArgumentVisibility.swift
[29/75] Compiling ArgumentParser CompletionKind.swift
[30/75] Compiling ArgumentParser Errors.swift
[31/75] Compiling ArgumentParser Flag.swift
[32/75] Compiling ArgumentParser NameSpecification.swift
[33/75] Compiling ArgumentParser Option.swift
[34/75] Compiling ArgumentParser OptionGroup.swift
[35/75] Compiling ArgumentParser Foundation.swift
[36/75] Compiling ArgumentParser Mutex.swift
[37/75] Compiling ArgumentParser Platform.swift
[38/75] Compiling ArgumentParser SequenceExtensions.swift
[39/75] Compiling ArgumentParser StringExtensions.swift
[40/75] Compiling ArgumentParser SwiftExtensions.swift
[41/75] Compiling ArgumentParser Tree.swift
[42/75] Compiling ArgumentParser CodingKeyValidator.swift
[43/75] Compiling ArgumentParser NonsenseFlagsValidator.swift
[44/75] Compiling ArgumentParser ParsableArgumentsValidation.swift
[45/75] Compiling ArgumentParser PositionalArgumentsValidator.swift
[46/75] Compiling ArgumentParser UniqueNamesValidator.swift
[47/75] Compiling IndexStore StandardStream.swift
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/StandardStream.swift:9:46: error: cannot find type 'FILE' in scope
7 |
8 | struct StandardStream: TextOutputStream {
9 | private let stream: UnsafeMutablePointer<FILE>
| `- error: cannot find type 'FILE' in scope
10 |
11 | fileprivate init(_ stream: UnsafeMutablePointer<FILE>) {
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/StandardStream.swift:11:53: error: cannot find type 'FILE' in scope
9 | private let stream: UnsafeMutablePointer<FILE>
10 |
11 | fileprivate init(_ stream: UnsafeMutablePointer<FILE>) {
| `- error: cannot find type 'FILE' in scope
12 | self.stream = stream
13 | }
[48/75] Compiling IndexStore IndexStoreError.swift
[49/75] Compiling IndexStore String+IndexStore.swift
[50/75] Compiling ArgumentParser BashCompletionsGenerator.swift
[51/75] Compiling ArgumentParser CompletionsGenerator.swift
[52/75] Compiling ArgumentParser FishCompletionsGenerator.swift
[53/75] Compiling ArgumentParser ZshCompletionsGenerator.swift
[54/75] Compiling ArgumentParser Argument.swift
[55/75] Compiling ArgumentParser ArgumentDiscussion.swift
[56/75] Compiling ArgumentParser ArgumentHelp.swift
[57/75] Compiling IndexStore Constants.swift
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:75:10: error: type 'SymbolRoles' has no member 'childOf'
73 | public extension SymbolRoles {
74 | static let relationRoles: SymbolRoles = [
75 | .childOf,
| `- error: type 'SymbolRoles' has no member 'childOf'
76 | .baseOf,
77 | .overrideOf,
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:76:10: error: type 'SymbolRoles' has no member 'baseOf'
74 | static let relationRoles: SymbolRoles = [
75 | .childOf,
76 | .baseOf,
| `- error: type 'SymbolRoles' has no member 'baseOf'
77 | .overrideOf,
78 | .receivedBy,
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:77:10: error: type 'SymbolRoles' has no member 'overrideOf'
75 | .childOf,
76 | .baseOf,
77 | .overrideOf,
| `- error: type 'SymbolRoles' has no member 'overrideOf'
78 | .receivedBy,
79 | .calledBy,
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:78:10: error: type 'SymbolRoles' has no member 'receivedBy'
76 | .baseOf,
77 | .overrideOf,
78 | .receivedBy,
| `- error: type 'SymbolRoles' has no member 'receivedBy'
79 | .calledBy,
80 | .extendedBy,
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:79:10: error: type 'SymbolRoles' has no member 'calledBy'
77 | .overrideOf,
78 | .receivedBy,
79 | .calledBy,
| `- error: type 'SymbolRoles' has no member 'calledBy'
80 | .extendedBy,
81 | .accessorOf,
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:80:10: error: type 'SymbolRoles' has no member 'extendedBy'
78 | .receivedBy,
79 | .calledBy,
80 | .extendedBy,
| `- error: type 'SymbolRoles' has no member 'extendedBy'
81 | .accessorOf,
82 | .containedBy,
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:81:10: error: type 'SymbolRoles' has no member 'accessorOf'
79 | .calledBy,
80 | .extendedBy,
81 | .accessorOf,
| `- error: type 'SymbolRoles' has no member 'accessorOf'
82 | .containedBy,
83 | .IBTypeOf,
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:82:10: error: type 'SymbolRoles' has no member 'containedBy'
80 | .extendedBy,
81 | .accessorOf,
82 | .containedBy,
| `- error: type 'SymbolRoles' has no member 'containedBy'
83 | .IBTypeOf,
84 | .specializationOf,
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:83:10: error: type 'SymbolRoles' has no member 'IBTypeOf'
81 | .accessorOf,
82 | .containedBy,
83 | .IBTypeOf,
| `- error: type 'SymbolRoles' has no member 'IBTypeOf'
84 | .specializationOf,
85 | ]
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:84:10: error: type 'SymbolRoles' has no member 'specializationOf'
82 | .containedBy,
83 | .IBTypeOf,
84 | .specializationOf,
| `- error: type 'SymbolRoles' has no member 'specializationOf'
85 | ]
86 | }
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:91:14: error: type 'SymbolRoles' has no member 'declaration'
89 | public static var allCases: [SymbolRoles] {
90 | return [
91 | .declaration,
| `- error: type 'SymbolRoles' has no member 'declaration'
92 | .definition,
93 | .reference,
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:92:14: error: type 'SymbolRoles' has no member 'definition'
90 | return [
91 | .declaration,
92 | .definition,
| `- error: type 'SymbolRoles' has no member 'definition'
93 | .reference,
94 | .read,
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:93:14: error: type 'SymbolRoles' has no member 'reference'
91 | .declaration,
92 | .definition,
93 | .reference,
| `- error: type 'SymbolRoles' has no member 'reference'
94 | .read,
95 | .write,
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:94:14: error: type 'SymbolRoles' has no member 'read'
92 | .definition,
93 | .reference,
94 | .read,
| `- error: type 'SymbolRoles' has no member 'read'
95 | .write,
96 | .call,
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:95:14: error: type 'SymbolRoles' has no member 'write'
93 | .reference,
94 | .read,
95 | .write,
| `- error: type 'SymbolRoles' has no member 'write'
96 | .call,
97 | .dynamic,
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:96:14: error: type 'SymbolRoles' has no member 'call'
94 | .read,
95 | .write,
96 | .call,
| `- error: type 'SymbolRoles' has no member 'call'
97 | .dynamic,
98 | .addressOf,
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:97:14: error: type 'SymbolRoles' has no member 'dynamic'
95 | .write,
96 | .call,
97 | .dynamic,
| `- error: type 'SymbolRoles' has no member 'dynamic'
98 | .addressOf,
99 | .implicit,
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:98:14: error: type 'SymbolRoles' has no member 'addressOf'
96 | .call,
97 | .dynamic,
98 | .addressOf,
| `- error: type 'SymbolRoles' has no member 'addressOf'
99 | .implicit,
100 | .childOf,
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:99:14: error: type 'SymbolRoles' has no member 'implicit'
97 | .dynamic,
98 | .addressOf,
99 | .implicit,
| `- error: type 'SymbolRoles' has no member 'implicit'
100 | .childOf,
101 | .baseOf,
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:100:14: error: type 'SymbolRoles' has no member 'childOf'
98 | .addressOf,
99 | .implicit,
100 | .childOf,
| `- error: type 'SymbolRoles' has no member 'childOf'
101 | .baseOf,
102 | .overrideOf,
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:101:14: error: type 'SymbolRoles' has no member 'baseOf'
99 | .implicit,
100 | .childOf,
101 | .baseOf,
| `- error: type 'SymbolRoles' has no member 'baseOf'
102 | .overrideOf,
103 | .receivedBy,
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:102:14: error: type 'SymbolRoles' has no member 'overrideOf'
100 | .childOf,
101 | .baseOf,
102 | .overrideOf,
| `- error: type 'SymbolRoles' has no member 'overrideOf'
103 | .receivedBy,
104 | .calledBy,
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:103:14: error: type 'SymbolRoles' has no member 'receivedBy'
101 | .baseOf,
102 | .overrideOf,
103 | .receivedBy,
| `- error: type 'SymbolRoles' has no member 'receivedBy'
104 | .calledBy,
105 | .extendedBy,
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:104:14: error: type 'SymbolRoles' has no member 'calledBy'
102 | .overrideOf,
103 | .receivedBy,
104 | .calledBy,
| `- error: type 'SymbolRoles' has no member 'calledBy'
105 | .extendedBy,
106 | .accessorOf,
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:105:14: error: type 'SymbolRoles' has no member 'extendedBy'
103 | .receivedBy,
104 | .calledBy,
105 | .extendedBy,
| `- error: type 'SymbolRoles' has no member 'extendedBy'
106 | .accessorOf,
107 | .containedBy,
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:106:14: error: type 'SymbolRoles' has no member 'accessorOf'
104 | .calledBy,
105 | .extendedBy,
106 | .accessorOf,
| `- error: type 'SymbolRoles' has no member 'accessorOf'
107 | .containedBy,
108 | .IBTypeOf,
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:107:14: error: type 'SymbolRoles' has no member 'containedBy'
105 | .extendedBy,
106 | .accessorOf,
107 | .containedBy,
| `- error: type 'SymbolRoles' has no member 'containedBy'
108 | .IBTypeOf,
109 | .specializationOf,
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:108:14: error: type 'SymbolRoles' has no member 'IBTypeOf'
106 | .accessorOf,
107 | .containedBy,
108 | .IBTypeOf,
| `- error: type 'SymbolRoles' has no member 'IBTypeOf'
109 | .specializationOf,
110 | ]
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:109:14: error: type 'SymbolRoles' has no member 'specializationOf'
107 | .containedBy,
108 | .IBTypeOf,
109 | .specializationOf,
| `- error: type 'SymbolRoles' has no member 'specializationOf'
110 | ]
111 | }
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:119:19: error: type 'SymbolRoles' has no member 'declaration'
117 | for role in Self.allCases where self.contains(role) {
118 | switch role {
119 | case .declaration: names.append("declaration")
| `- error: type 'SymbolRoles' has no member 'declaration'
120 | case .definition: names.append("definition")
121 | case .reference: names.append("reference")
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:120:19: error: type 'SymbolRoles' has no member 'definition'
118 | switch role {
119 | case .declaration: names.append("declaration")
120 | case .definition: names.append("definition")
| `- error: type 'SymbolRoles' has no member 'definition'
121 | case .reference: names.append("reference")
122 | case .read: names.append("read")
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:121:19: error: type 'SymbolRoles' has no member 'reference'
119 | case .declaration: names.append("declaration")
120 | case .definition: names.append("definition")
121 | case .reference: names.append("reference")
| `- error: type 'SymbolRoles' has no member 'reference'
122 | case .read: names.append("read")
123 | case .write: names.append("write")
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:122:19: error: type 'SymbolRoles' has no member 'read'
120 | case .definition: names.append("definition")
121 | case .reference: names.append("reference")
122 | case .read: names.append("read")
| `- error: type 'SymbolRoles' has no member 'read'
123 | case .write: names.append("write")
124 | case .call: names.append("call")
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:123:19: error: type 'SymbolRoles' has no member 'write'
121 | case .reference: names.append("reference")
122 | case .read: names.append("read")
123 | case .write: names.append("write")
| `- error: type 'SymbolRoles' has no member 'write'
124 | case .call: names.append("call")
125 | case .dynamic: names.append("dynamic")
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:124:19: error: type 'SymbolRoles' has no member 'call'
122 | case .read: names.append("read")
123 | case .write: names.append("write")
124 | case .call: names.append("call")
| `- error: type 'SymbolRoles' has no member 'call'
125 | case .dynamic: names.append("dynamic")
126 | case .addressOf: names.append("addressOf")
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:125:19: error: type 'SymbolRoles' has no member 'dynamic'
123 | case .write: names.append("write")
124 | case .call: names.append("call")
125 | case .dynamic: names.append("dynamic")
| `- error: type 'SymbolRoles' has no member 'dynamic'
126 | case .addressOf: names.append("addressOf")
127 | case .implicit: names.append("implicit")
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:126:19: error: type 'SymbolRoles' has no member 'addressOf'
124 | case .call: names.append("call")
125 | case .dynamic: names.append("dynamic")
126 | case .addressOf: names.append("addressOf")
| `- error: type 'SymbolRoles' has no member 'addressOf'
127 | case .implicit: names.append("implicit")
128 | case .undefinition: names.append("undefinition")
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:127:19: error: type 'SymbolRoles' has no member 'implicit'
125 | case .dynamic: names.append("dynamic")
126 | case .addressOf: names.append("addressOf")
127 | case .implicit: names.append("implicit")
| `- error: type 'SymbolRoles' has no member 'implicit'
128 | case .undefinition: names.append("undefinition")
129 | case .nameReference: names.append("nameReference")
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:128:19: error: type 'SymbolRoles' has no member 'undefinition'
126 | case .addressOf: names.append("addressOf")
127 | case .implicit: names.append("implicit")
128 | case .undefinition: names.append("undefinition")
| `- error: type 'SymbolRoles' has no member 'undefinition'
129 | case .nameReference: names.append("nameReference")
130 | case .childOf: names.append("childOf")
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:129:19: error: type 'SymbolRoles' has no member 'nameReference'
127 | case .implicit: names.append("implicit")
128 | case .undefinition: names.append("undefinition")
129 | case .nameReference: names.append("nameReference")
| `- error: type 'SymbolRoles' has no member 'nameReference'
130 | case .childOf: names.append("childOf")
131 | case .baseOf: names.append("baseOf")
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:130:19: error: type 'SymbolRoles' has no member 'childOf'
128 | case .undefinition: names.append("undefinition")
129 | case .nameReference: names.append("nameReference")
130 | case .childOf: names.append("childOf")
| `- error: type 'SymbolRoles' has no member 'childOf'
131 | case .baseOf: names.append("baseOf")
132 | case .overrideOf: names.append("overrideOf")
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:131:19: error: type 'SymbolRoles' has no member 'baseOf'
129 | case .nameReference: names.append("nameReference")
130 | case .childOf: names.append("childOf")
131 | case .baseOf: names.append("baseOf")
| `- error: type 'SymbolRoles' has no member 'baseOf'
132 | case .overrideOf: names.append("overrideOf")
133 | case .receivedBy: names.append("receivedBy")
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:132:19: error: type 'SymbolRoles' has no member 'overrideOf'
130 | case .childOf: names.append("childOf")
131 | case .baseOf: names.append("baseOf")
132 | case .overrideOf: names.append("overrideOf")
| `- error: type 'SymbolRoles' has no member 'overrideOf'
133 | case .receivedBy: names.append("receivedBy")
134 | case .calledBy: names.append("calledBy")
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:133:19: error: type 'SymbolRoles' has no member 'receivedBy'
131 | case .baseOf: names.append("baseOf")
132 | case .overrideOf: names.append("overrideOf")
133 | case .receivedBy: names.append("receivedBy")
| `- error: type 'SymbolRoles' has no member 'receivedBy'
134 | case .calledBy: names.append("calledBy")
135 | case .extendedBy: names.append("extendedBy")
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:134:19: error: type 'SymbolRoles' has no member 'calledBy'
132 | case .overrideOf: names.append("overrideOf")
133 | case .receivedBy: names.append("receivedBy")
134 | case .calledBy: names.append("calledBy")
| `- error: type 'SymbolRoles' has no member 'calledBy'
135 | case .extendedBy: names.append("extendedBy")
136 | case .accessorOf: names.append("accessorOf")
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:135:19: error: type 'SymbolRoles' has no member 'extendedBy'
133 | case .receivedBy: names.append("receivedBy")
134 | case .calledBy: names.append("calledBy")
135 | case .extendedBy: names.append("extendedBy")
| `- error: type 'SymbolRoles' has no member 'extendedBy'
136 | case .accessorOf: names.append("accessorOf")
137 | case .containedBy: names.append("containedBy")
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:136:19: error: type 'SymbolRoles' has no member 'accessorOf'
134 | case .calledBy: names.append("calledBy")
135 | case .extendedBy: names.append("extendedBy")
136 | case .accessorOf: names.append("accessorOf")
| `- error: type 'SymbolRoles' has no member 'accessorOf'
137 | case .containedBy: names.append("containedBy")
138 | case .IBTypeOf: names.append("IBTypeOf")
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:137:19: error: type 'SymbolRoles' has no member 'containedBy'
135 | case .extendedBy: names.append("extendedBy")
136 | case .accessorOf: names.append("accessorOf")
137 | case .containedBy: names.append("containedBy")
| `- error: type 'SymbolRoles' has no member 'containedBy'
138 | case .IBTypeOf: names.append("IBTypeOf")
139 | case .specializationOf: names.append("specializationOf")
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:138:19: error: type 'SymbolRoles' has no member 'IBTypeOf'
136 | case .accessorOf: names.append("accessorOf")
137 | case .containedBy: names.append("containedBy")
138 | case .IBTypeOf: names.append("IBTypeOf")
| `- error: type 'SymbolRoles' has no member 'IBTypeOf'
139 | case .specializationOf: names.append("specializationOf")
140 | default: names.append("UNKNOWN")
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/Constants.swift:139:19: error: type 'SymbolRoles' has no member 'specializationOf'
137 | case .containedBy: names.append("containedBy")
138 | case .IBTypeOf: names.append("IBTypeOf")
139 | case .specializationOf: names.append("specializationOf")
| `- error: type 'SymbolRoles' has no member 'specializationOf'
140 | default: names.append("UNKNOWN")
141 | }
[58/75] Compiling IndexStore IndexStore.swift
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/StandardStream.swift:11:53: error: cannot find type 'FILE' in scope
9 | private let stream: UnsafeMutablePointer<FILE>
10 |
11 | fileprivate init(_ stream: UnsafeMutablePointer<FILE>) {
| `- error: cannot find type 'FILE' in scope
12 | self.stream = stream
13 | }
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/IndexStore.swift:323:34: error: missing argument label 'rawValue:' in call
321 |
322 | self.symbol = Symbol(self.recordReader, indexstore_occurrence_get_symbol(self.occurrence))
323 | self.roles = SymbolRoles(indexstore_occurrence_get_roles(self.occurrence))
| `- error: missing argument label 'rawValue:' in call
324 | }
325 |
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/IndexStore.swift:342:45: error: missing argument label 'rawValue:' in call
340 | let (this, callback) = context!.assumingMemoryBound(to: Context.self).pointee
341 | let symbol = Symbol(this.recordReader, indexstore_symbol_relation_get_symbol(relation))
342 | let roles = SymbolRoles(indexstore_symbol_relation_get_roles(relation))
| `- error: missing argument label 'rawValue:' in call
343 | callback(symbol, roles)
344 | return true
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/IndexStore.swift:381:28: error: missing argument label 'rawValue:' in call
379 |
380 | public var roles: SymbolRoles {
381 | return SymbolRoles(indexstore_symbol_get_roles(self.symbol))
| `- error: missing argument label 'rawValue:' in call
382 | }
383 |
/host/spi-builder-workspace/.build/checkouts/swift-index-store/Sources/IndexStore/IndexStore.swift:385:28: error: missing argument label 'rawValue:' in call
383 |
384 | public var relatedRoles: SymbolRoles {
385 | return SymbolRoles(indexstore_symbol_get_related_roles(self.symbol))
| `- error: missing argument label 'rawValue:' in call
386 | }
387 | }
[59/75] Compiling ArgumentParser DumpHelpGenerator.swift
[60/75] Compiling ArgumentParser HelpCommand.swift
[61/75] Compiling ArgumentParser HelpGenerator.swift
[62/75] Compiling ArgumentParser MessageInfo.swift
[63/75] Compiling ArgumentParser UsageGenerator.swift
[64/75] Compiling ArgumentParser CollectionExtensions.swift
BUILD FAILURE 6.3 android