The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftFindRefs, reference master (42dafa), with Swift 6.2 for Wasm on 30 Jan 2026 05:54:00 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/michaelversus/SwiftFindRefs.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/michaelversus/SwiftFindRefs
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/michaelversus/SwiftFindRefs.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:c50555b47c4db0b0576f9f25702fbe2fdff28194c4a4f4c23a7dce4b3504c85e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
warning: multiple Swift SDKs match target triple `wasm32-unknown-wasip1` and host triple x86_64-unknown-linux-gnu, selected one at /root/.swiftpm/swift-sdks/swift-6.2-RELEASE_wasm.artifactbundle/swift-6.2-RELEASE_wasm/wasm32-unknown-wasip1/swift-sdk.json
Fetching https://github.com/MobileNativeFoundation/swift-index-store
[1/830] Fetching swift-index-store
Fetched https://github.com/MobileNativeFoundation/swift-index-store from cache (0.50s)
Fetching https://github.com/apple/swift-argument-parser
[1/17132] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.20s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (1.92s)
Creating working copy for https://github.com/MobileNativeFoundation/swift-index-store
Working copy of https://github.com/MobileNativeFoundation/swift-index-store resolved at main (c4665d1)
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.0
[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-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/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 |     }
[10/22] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/22] Emitting module ArgumentParserToolInfo
[12/23] Wrapping AST for ArgumentParserToolInfo for debugging
[14/69] Compiling IndexStore IndexStoreError.swift
[15/69] 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 |             }
[16/69] 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:377:28: error: missing argument label 'rawValue:' in call
375 |
376 |     public var roles: SymbolRoles {
377 |         return SymbolRoles(indexstore_symbol_get_roles(self.symbol))
    |                            `- error: missing argument label 'rawValue:' in call
378 |     }
379 |
/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 relatedRoles: SymbolRoles {
381 |         return SymbolRoles(indexstore_symbol_get_related_roles(self.symbol))
    |                            `- error: missing argument label 'rawValue:' in call
382 |     }
383 | }
[17/69] Compiling IndexStore String+IndexStore.swift
[18/69] 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 |     }
BUILD FAILURE 6.2 wasm