Build Information
Successful build of IndexStore, reference 1.7.0 (53a322), with Swift 6.1 for macOS (SPM) on 1 Apr 2026 13:05:59 UTC.
Swift 6 data race errors: 24
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ileitch/swift-index-store.git
Reference: 1.7.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ileitch/swift-index-store
* tag 1.7.0 -> FETCH_HEAD
HEAD is now at 53a322b Update Bazel dependencies (#61)
Cloned https://github.com/ileitch/swift-index-store.git
Revision (git rev-parse @):
53a322bd6f4215d3bc1642be777a832c18542441
SUCCESS checkout https://github.com/ileitch/swift-index-store.git at 1.7.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/ileitch/swift-index-store.git
https://github.com/ileitch/swift-index-store.git
{
"cxx_language_standard" : "c++17",
"dependencies" : [
],
"manifest_display_name" : "IndexStore",
"name" : "IndexStore",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "IndexStore",
"targets" : [
"IndexStore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CSwiftDemangle",
"targets" : [
"CSwiftDemangle"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftDemangle",
"targets" : [
"SwiftDemangle"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "indexutil-export",
"targets" : [
"indexutil-export"
],
"type" : {
"executable" : null
}
},
{
"name" : "unnecessary-testable",
"targets" : [
"unnecessary-testable"
],
"type" : {
"executable" : null
}
},
{
"name" : "unused-imports",
"targets" : [
"unused-imports"
],
"type" : {
"executable" : null
}
},
{
"name" : "indexutil-annotate",
"targets" : [
"indexutil-annotate"
],
"type" : {
"executable" : null
}
},
{
"name" : "tycat",
"targets" : [
"tycat"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "unused_imports",
"module_type" : "SwiftTarget",
"name" : "unused-imports",
"path" : "Sources/unused-imports",
"product_memberships" : [
"unused-imports"
],
"sources" : [
"Reporters/JSONReporter.swift",
"Reporters/SedCommandReporter.swift",
"Reporters/UnusedImportReporter.swift",
"SourceFileWithUnusedImports.swift",
"UnusedImportStatement.swift",
"main.swift"
],
"target_dependencies" : [
"IndexStore"
],
"type" : "executable"
},
{
"c99name" : "unnecessary_testable",
"module_type" : "SwiftTarget",
"name" : "unnecessary-testable",
"path" : "Sources/unnecessary-testable",
"product_memberships" : [
"unnecessary-testable"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"IndexStore"
],
"type" : "executable"
},
{
"c99name" : "tycat",
"module_type" : "SwiftTarget",
"name" : "tycat",
"path" : "Sources/tycat",
"product_memberships" : [
"tycat"
],
"sources" : [
"TypeGraph.swift",
"Xcode.swift",
"main.swift"
],
"target_dependencies" : [
"IndexStore"
],
"type" : "executable"
},
{
"c99name" : "indexutil_export",
"module_type" : "SwiftTarget",
"name" : "indexutil-export",
"path" : "Sources/indexutil-export",
"product_memberships" : [
"indexutil-export"
],
"sources" : [
"TSVWriter.swift",
"main.swift"
],
"target_dependencies" : [
"IndexStore"
],
"type" : "executable"
},
{
"c99name" : "indexutil_annotate",
"module_type" : "SwiftTarget",
"name" : "indexutil-annotate",
"path" : "Sources/indexutil-annotate",
"product_memberships" : [
"indexutil-annotate"
],
"sources" : [
"Annotation.swift",
"main.swift"
],
"target_dependencies" : [
"IndexStore"
],
"type" : "executable"
},
{
"c99name" : "SwiftDemangleTests",
"module_type" : "SwiftTarget",
"name" : "SwiftDemangleTests",
"path" : "Tests/SwiftDemangleTests",
"sources" : [
"SwiftDemangleTests.swift"
],
"target_dependencies" : [
"SwiftDemangle"
],
"type" : "test"
},
{
"c99name" : "SwiftDemangle",
"module_type" : "SwiftTarget",
"name" : "SwiftDemangle",
"path" : "Sources/SwiftDemangle",
"product_memberships" : [
"SwiftDemangle"
],
"sources" : [
"DemangledNode.swift",
"Demangler.swift"
],
"target_dependencies" : [
"CSwiftDemangle"
],
"type" : "library"
},
{
"c99name" : "IndexStoreTests",
"module_type" : "SwiftTarget",
"name" : "IndexStoreTests",
"path" : "Tests/IndexStoreTests",
"sources" : [
"DetermineIndexStorePath.swift",
"IndexStoreTests.swift"
],
"target_dependencies" : [
"IndexStore"
],
"type" : "test"
},
{
"c99name" : "IndexStore",
"module_type" : "SwiftTarget",
"name" : "IndexStore",
"path" : "Sources/IndexStore",
"product_memberships" : [
"IndexStore",
"indexutil-export",
"unnecessary-testable",
"unused-imports",
"indexutil-annotate",
"tycat"
],
"sources" : [
"Constants.swift",
"IndexStore.swift",
"IndexStoreError.swift",
"StandardStream.swift",
"String+IndexStore.swift"
],
"target_dependencies" : [
"CIndexStore"
],
"type" : "library"
},
{
"c99name" : "CSwiftDemangle",
"module_type" : "ClangTarget",
"name" : "CSwiftDemangle",
"path" : "Sources/CSwiftDemangle",
"product_memberships" : [
"CSwiftDemangle",
"SwiftDemangle"
],
"sources" : [
"CSwiftDemangle.cpp"
],
"type" : "library"
},
{
"c99name" : "CIndexStore",
"module_type" : "ClangTarget",
"name" : "CIndexStore",
"path" : "Sources/CIndexStore",
"product_memberships" : [
"IndexStore",
"indexutil-export",
"unnecessary-testable",
"unused-imports",
"indexutil-annotate",
"tycat"
],
"sources" : [
"dummy.c"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/30] Write sources
[4/30] Write unnecessary-testable-entitlement.plist
[4/30] Write sources
[6/30] Write tycat-entitlement.plist
[7/30] Write unused-imports-entitlement.plist
[8/30] Write sources
[8/30] Write indexutil-export-entitlement.plist
[10/30] Write sources
[11/30] Write indexutil-annotate-entitlement.plist
[12/30] Compiling CIndexStore dummy.c
[13/30] Write swift-version-2F0A5646E1D333AE.txt
/Users/admin/builder/spi-builder-workspace/Sources/CSwiftDemangle/CSwiftDemangle.cpp:29:22: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
29 | char true_symbol[strlen(symbol) + 1];
| ^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CSwiftDemangle/CSwiftDemangle.cpp:29:29: note: function parameter 'symbol' with unknown value cannot be used in a constant expression
29 | char true_symbol[strlen(symbol) + 1];
| ^
/Users/admin/builder/spi-builder-workspace/Sources/CSwiftDemangle/CSwiftDemangle.cpp:26:75: note: declared here
26 | demangle_node_t demangle_symbolAsNode(demangle_context_t ctx, const char *symbol) {
| ^
1 warning generated.
[14/36] Compiling CSwiftDemangle CSwiftDemangle.cpp
[16/39] Compiling IndexStore IndexStoreError.swift
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/IndexStoreError.swift:4:17: warning: stored property 'error' of 'Sendable'-conforming class 'IndexStoreError' is mutable; this is an error in the Swift 6 language mode
2 |
3 | public final class IndexStoreError: Error, CustomStringConvertible {
4 | private var error: indexstore_error_t
| `- warning: stored property 'error' of 'Sendable'-conforming class 'IndexStoreError' is mutable; this is an error in the Swift 6 language mode
5 |
6 | init(_ error: indexstore_error_t) {
[17/39] Compiling IndexStore String+IndexStore.swift
[18/39] Emitting module IndexStore
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:15:23: warning: static property 'declaration' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import CIndexStore
2 |
3 | public struct SymbolRoles: OptionSet {
| `- note: consider making struct 'SymbolRoles' conform to the 'Sendable' protocol
4 | public let rawValue: UInt64
5 |
:
13 | }
14 |
15 | public static let declaration = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_DECLARATION)
| |- warning: static property 'declaration' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'declaration' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 | public static let definition = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_DEFINITION)
17 | public static let reference = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REFERENCE)
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:16:23: warning: static property 'definition' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import CIndexStore
2 |
3 | public struct SymbolRoles: OptionSet {
| `- note: consider making struct 'SymbolRoles' conform to the 'Sendable' protocol
4 | public let rawValue: UInt64
5 |
:
14 |
15 | public static let declaration = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_DECLARATION)
16 | public static let definition = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_DEFINITION)
| |- warning: static property 'definition' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'definition' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | public static let reference = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REFERENCE)
18 | public static let read = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_READ)
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:17:23: warning: static property 'reference' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import CIndexStore
2 |
3 | public struct SymbolRoles: OptionSet {
| `- note: consider making struct 'SymbolRoles' conform to the 'Sendable' protocol
4 | public let rawValue: UInt64
5 |
:
15 | public static let declaration = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_DECLARATION)
16 | public static let definition = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_DEFINITION)
17 | public static let reference = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REFERENCE)
| |- warning: static property 'reference' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'reference' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 | public static let read = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_READ)
19 | public static let write = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_WRITE)
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:18:23: warning: static property 'read' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import CIndexStore
2 |
3 | public struct SymbolRoles: OptionSet {
| `- note: consider making struct 'SymbolRoles' conform to the 'Sendable' protocol
4 | public let rawValue: UInt64
5 |
:
16 | public static let definition = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_DEFINITION)
17 | public static let reference = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REFERENCE)
18 | public static let read = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_READ)
| |- warning: static property 'read' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'read' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 | public static let write = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_WRITE)
20 | public static let call = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_CALL)
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:19:23: warning: static property 'write' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import CIndexStore
2 |
3 | public struct SymbolRoles: OptionSet {
| `- note: consider making struct 'SymbolRoles' conform to the 'Sendable' protocol
4 | public let rawValue: UInt64
5 |
:
17 | public static let reference = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REFERENCE)
18 | public static let read = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_READ)
19 | public static let write = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_WRITE)
| |- warning: static property 'write' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'write' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 | public static let call = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_CALL)
21 | public static let dynamic = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_DYNAMIC)
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:20:23: warning: static property 'call' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import CIndexStore
2 |
3 | public struct SymbolRoles: OptionSet {
| `- note: consider making struct 'SymbolRoles' conform to the 'Sendable' protocol
4 | public let rawValue: UInt64
5 |
:
18 | public static let read = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_READ)
19 | public static let write = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_WRITE)
20 | public static let call = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_CALL)
| |- warning: static property 'call' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'call' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 | public static let dynamic = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_DYNAMIC)
22 | public static let addressOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_ADDRESSOF)
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:21:23: warning: static property 'dynamic' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import CIndexStore
2 |
3 | public struct SymbolRoles: OptionSet {
| `- note: consider making struct 'SymbolRoles' conform to the 'Sendable' protocol
4 | public let rawValue: UInt64
5 |
:
19 | public static let write = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_WRITE)
20 | public static let call = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_CALL)
21 | public static let dynamic = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_DYNAMIC)
| |- warning: static property 'dynamic' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'dynamic' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 | public static let addressOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_ADDRESSOF)
23 | public static let implicit = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_IMPLICIT)
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:22:23: warning: static property 'addressOf' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import CIndexStore
2 |
3 | public struct SymbolRoles: OptionSet {
| `- note: consider making struct 'SymbolRoles' conform to the 'Sendable' protocol
4 | public let rawValue: UInt64
5 |
:
20 | public static let call = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_CALL)
21 | public static let dynamic = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_DYNAMIC)
22 | public static let addressOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_ADDRESSOF)
| |- warning: static property 'addressOf' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'addressOf' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 | public static let implicit = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_IMPLICIT)
24 | public static let undefinition = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_UNDEFINITION)
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:23:23: warning: static property 'implicit' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import CIndexStore
2 |
3 | public struct SymbolRoles: OptionSet {
| `- note: consider making struct 'SymbolRoles' conform to the 'Sendable' protocol
4 | public let rawValue: UInt64
5 |
:
21 | public static let dynamic = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_DYNAMIC)
22 | public static let addressOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_ADDRESSOF)
23 | public static let implicit = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_IMPLICIT)
| |- warning: static property 'implicit' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'implicit' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
24 | public static let undefinition = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_UNDEFINITION)
25 | public static let nameReference = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_NAMEREFERENCE)
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:24:23: warning: static property 'undefinition' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import CIndexStore
2 |
3 | public struct SymbolRoles: OptionSet {
| `- note: consider making struct 'SymbolRoles' conform to the 'Sendable' protocol
4 | public let rawValue: UInt64
5 |
:
22 | public static let addressOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_ADDRESSOF)
23 | public static let implicit = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_IMPLICIT)
24 | public static let undefinition = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_UNDEFINITION)
| |- warning: static property 'undefinition' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'undefinition' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 | public static let nameReference = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_NAMEREFERENCE)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:25:23: warning: static property 'nameReference' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import CIndexStore
2 |
3 | public struct SymbolRoles: OptionSet {
| `- note: consider making struct 'SymbolRoles' conform to the 'Sendable' protocol
4 | public let rawValue: UInt64
5 |
:
23 | public static let implicit = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_IMPLICIT)
24 | public static let undefinition = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_UNDEFINITION)
25 | public static let nameReference = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_NAMEREFERENCE)
| |- warning: static property 'nameReference' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'nameReference' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |
27 | // Relation roles.
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:28:23: warning: static property 'childOf' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import CIndexStore
2 |
3 | public struct SymbolRoles: OptionSet {
| `- note: consider making struct 'SymbolRoles' conform to the 'Sendable' protocol
4 | public let rawValue: UInt64
5 |
:
26 |
27 | // Relation roles.
28 | public static let childOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_CHILDOF)
| |- warning: static property 'childOf' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'childOf' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 | public static let baseOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_BASEOF)
30 | public static let overrideOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_OVERRIDEOF)
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:29:23: warning: static property 'baseOf' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import CIndexStore
2 |
3 | public struct SymbolRoles: OptionSet {
| `- note: consider making struct 'SymbolRoles' conform to the 'Sendable' protocol
4 | public let rawValue: UInt64
5 |
:
27 | // Relation roles.
28 | public static let childOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_CHILDOF)
29 | public static let baseOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_BASEOF)
| |- warning: static property 'baseOf' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'baseOf' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 | public static let overrideOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_OVERRIDEOF)
31 | public static let receivedBy = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_RECEIVEDBY)
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:30:23: warning: static property 'overrideOf' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import CIndexStore
2 |
3 | public struct SymbolRoles: OptionSet {
| `- note: consider making struct 'SymbolRoles' conform to the 'Sendable' protocol
4 | public let rawValue: UInt64
5 |
:
28 | public static let childOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_CHILDOF)
29 | public static let baseOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_BASEOF)
30 | public static let overrideOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_OVERRIDEOF)
| |- warning: static property 'overrideOf' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'overrideOf' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | public static let receivedBy = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_RECEIVEDBY)
32 | public static let calledBy = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_CALLEDBY)
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:31:23: warning: static property 'receivedBy' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import CIndexStore
2 |
3 | public struct SymbolRoles: OptionSet {
| `- note: consider making struct 'SymbolRoles' conform to the 'Sendable' protocol
4 | public let rawValue: UInt64
5 |
:
29 | public static let baseOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_BASEOF)
30 | public static let overrideOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_OVERRIDEOF)
31 | public static let receivedBy = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_RECEIVEDBY)
| |- warning: static property 'receivedBy' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'receivedBy' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 | public static let calledBy = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_CALLEDBY)
33 | public static let extendedBy = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_EXTENDEDBY)
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:32:23: warning: static property 'calledBy' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import CIndexStore
2 |
3 | public struct SymbolRoles: OptionSet {
| `- note: consider making struct 'SymbolRoles' conform to the 'Sendable' protocol
4 | public let rawValue: UInt64
5 |
:
30 | public static let overrideOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_OVERRIDEOF)
31 | public static let receivedBy = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_RECEIVEDBY)
32 | public static let calledBy = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_CALLEDBY)
| |- warning: static property 'calledBy' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'calledBy' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 | public static let extendedBy = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_EXTENDEDBY)
34 | public static let accessorOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_ACCESSOROF)
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:33:23: warning: static property 'extendedBy' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import CIndexStore
2 |
3 | public struct SymbolRoles: OptionSet {
| `- note: consider making struct 'SymbolRoles' conform to the 'Sendable' protocol
4 | public let rawValue: UInt64
5 |
:
31 | public static let receivedBy = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_RECEIVEDBY)
32 | public static let calledBy = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_CALLEDBY)
33 | public static let extendedBy = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_EXTENDEDBY)
| |- warning: static property 'extendedBy' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'extendedBy' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
34 | public static let accessorOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_ACCESSOROF)
35 | public static let containedBy = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_CONTAINEDBY)
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:34:23: warning: static property 'accessorOf' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import CIndexStore
2 |
3 | public struct SymbolRoles: OptionSet {
| `- note: consider making struct 'SymbolRoles' conform to the 'Sendable' protocol
4 | public let rawValue: UInt64
5 |
:
32 | public static let calledBy = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_CALLEDBY)
33 | public static let extendedBy = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_EXTENDEDBY)
34 | public static let accessorOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_ACCESSOROF)
| |- warning: static property 'accessorOf' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'accessorOf' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 | public static let containedBy = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_CONTAINEDBY)
36 | public static let IBTypeOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_IBTYPEOF)
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:35:23: warning: static property 'containedBy' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import CIndexStore
2 |
3 | public struct SymbolRoles: OptionSet {
| `- note: consider making struct 'SymbolRoles' conform to the 'Sendable' protocol
4 | public let rawValue: UInt64
5 |
:
33 | public static let extendedBy = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_EXTENDEDBY)
34 | public static let accessorOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_ACCESSOROF)
35 | public static let containedBy = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_CONTAINEDBY)
| |- warning: static property 'containedBy' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'containedBy' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | public static let IBTypeOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_IBTYPEOF)
37 | public static let specializationOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_SPECIALIZATIONOF)
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:36:23: warning: static property 'IBTypeOf' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import CIndexStore
2 |
3 | public struct SymbolRoles: OptionSet {
| `- note: consider making struct 'SymbolRoles' conform to the 'Sendable' protocol
4 | public let rawValue: UInt64
5 |
:
34 | public static let accessorOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_ACCESSOROF)
35 | public static let containedBy = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_CONTAINEDBY)
36 | public static let IBTypeOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_IBTYPEOF)
| |- warning: static property 'IBTypeOf' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'IBTypeOf' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 | public static let specializationOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_SPECIALIZATIONOF)
38 | #elseif os(Linux)
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:37:23: warning: static property 'specializationOf' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import CIndexStore
2 |
3 | public struct SymbolRoles: OptionSet {
| `- note: consider making struct 'SymbolRoles' conform to the 'Sendable' protocol
4 | public let rawValue: UInt64
5 |
:
35 | public static let containedBy = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_CONTAINEDBY)
36 | public static let IBTypeOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_IBTYPEOF)
37 | public static let specializationOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_SPECIALIZATIONOF)
| |- warning: static property 'specializationOf' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'specializationOf' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | #elseif os(Linux)
39 | init(_ value: Int) {
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:74:16: warning: static property 'relationRoles' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import CIndexStore
2 |
3 | public struct SymbolRoles: OptionSet {
| `- note: consider making struct 'SymbolRoles' conform to the 'Sendable' protocol
4 | public let rawValue: UInt64
5 |
:
72 |
73 | public extension SymbolRoles {
74 | static let relationRoles: SymbolRoles = [
| |- warning: static property 'relationRoles' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'relationRoles' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
75 | .childOf,
76 | .baseOf,
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:197:1: warning: extension declares a conformance of imported type 'indexstore_symbol_kind_t' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CIndexStore' introduce this conformance in the future
195 | }
196 |
197 | extension SymbolKind: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'indexstore_symbol_kind_t' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CIndexStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
198 | public var description: String {
199 | switch self {
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:263:1: warning: extension declares a conformance of imported type 'indexstore_symbol_subkind_t' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CIndexStore' introduce this conformance in the future
261 | }
262 |
263 | extension SymbolSubkind: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'indexstore_symbol_subkind_t' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CIndexStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
264 | public var description: String {
265 | switch self {
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/IndexStoreError.swift:4:17: warning: stored property 'error' of 'Sendable'-conforming class 'IndexStoreError' is mutable; this is an error in the Swift 6 language mode
2 |
3 | public final class IndexStoreError: Error, CustomStringConvertible {
4 | private var error: indexstore_error_t
| `- warning: stored property 'error' of 'Sendable'-conforming class 'IndexStoreError' is mutable; this is an error in the Swift 6 language mode
5 |
6 | init(_ error: indexstore_error_t) {
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/StandardStream.swift:20:5: warning: var 'stderr' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
18 | }
19 |
20 | var stderr = StandardStream(Foundation.stderr)
| |- warning: var 'stderr' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'stderr' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'stderr' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |
[19/39] Compiling IndexStore Constants.swift
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:15:23: warning: static property 'declaration' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import CIndexStore
2 |
3 | public struct SymbolRoles: OptionSet {
| `- note: consider making struct 'SymbolRoles' conform to the 'Sendable' protocol
4 | public let rawValue: UInt64
5 |
:
13 | }
14 |
15 | public static let declaration = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_DECLARATION)
| |- warning: static property 'declaration' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'declaration' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 | public static let definition = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_DEFINITION)
17 | public static let reference = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REFERENCE)
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:16:23: warning: static property 'definition' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import CIndexStore
2 |
3 | public struct SymbolRoles: OptionSet {
| `- note: consider making struct 'SymbolRoles' conform to the 'Sendable' protocol
4 | public let rawValue: UInt64
5 |
:
14 |
15 | public static let declaration = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_DECLARATION)
16 | public static let definition = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_DEFINITION)
| |- warning: static property 'definition' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'definition' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 | public static let reference = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REFERENCE)
18 | public static let read = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_READ)
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:17:23: warning: static property 'reference' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import CIndexStore
2 |
3 | public struct SymbolRoles: OptionSet {
| `- note: consider making struct 'SymbolRoles' conform to the 'Sendable' protocol
4 | public let rawValue: UInt64
5 |
:
15 | public static let declaration = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_DECLARATION)
16 | public static let definition = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_DEFINITION)
17 | public static let reference = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REFERENCE)
| |- warning: static property 'reference' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'reference' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 | public static let read = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_READ)
19 | public static let write = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_WRITE)
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:18:23: warning: static property 'read' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import CIndexStore
2 |
3 | public struct SymbolRoles: OptionSet {
| `- note: consider making struct 'SymbolRoles' conform to the 'Sendable' protocol
4 | public let rawValue: UInt64
5 |
:
16 | public static let definition = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_DEFINITION)
17 | public static let reference = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REFERENCE)
18 | public static let read = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_READ)
| |- warning: static property 'read' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'read' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 | public static let write = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_WRITE)
20 | public static let call = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_CALL)
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:19:23: warning: static property 'write' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import CIndexStore
2 |
3 | public struct SymbolRoles: OptionSet {
| `- note: consider making struct 'SymbolRoles' conform to the 'Sendable' protocol
4 | public let rawValue: UInt64
5 |
:
17 | public static let reference = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REFERENCE)
18 | public static let read = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_READ)
19 | public static let write = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_WRITE)
| |- warning: static property 'write' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'write' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 | public static let call = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_CALL)
21 | public static let dynamic = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_DYNAMIC)
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:20:23: warning: static property 'call' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import CIndexStore
2 |
3 | public struct SymbolRoles: OptionSet {
| `- note: consider making struct 'SymbolRoles' conform to the 'Sendable' protocol
4 | public let rawValue: UInt64
5 |
:
18 | public static let read = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_READ)
19 | public static let write = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_WRITE)
20 | public static let call = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_CALL)
| |- warning: static property 'call' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'call' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 | public static let dynamic = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_DYNAMIC)
22 | public static let addressOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_ADDRESSOF)
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:21:23: warning: static property 'dynamic' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import CIndexStore
2 |
3 | public struct SymbolRoles: OptionSet {
| `- note: consider making struct 'SymbolRoles' conform to the 'Sendable' protocol
4 | public let rawValue: UInt64
5 |
:
19 | public static let write = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_WRITE)
20 | public static let call = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_CALL)
21 | public static let dynamic = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_DYNAMIC)
| |- warning: static property 'dynamic' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'dynamic' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 | public static let addressOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_ADDRESSOF)
23 | public static let implicit = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_IMPLICIT)
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:22:23: warning: static property 'addressOf' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import CIndexStore
2 |
3 | public struct SymbolRoles: OptionSet {
| `- note: consider making struct 'SymbolRoles' conform to the 'Sendable' protocol
4 | public let rawValue: UInt64
5 |
:
20 | public static let call = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_CALL)
21 | public static let dynamic = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_DYNAMIC)
22 | public static let addressOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_ADDRESSOF)
| |- warning: static property 'addressOf' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'addressOf' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 | public static let implicit = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_IMPLICIT)
24 | public static let undefinition = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_UNDEFINITION)
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:23:23: warning: static property 'implicit' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import CIndexStore
2 |
3 | public struct SymbolRoles: OptionSet {
| `- note: consider making struct 'SymbolRoles' conform to the 'Sendable' protocol
4 | public let rawValue: UInt64
5 |
:
21 | public static let dynamic = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_DYNAMIC)
22 | public static let addressOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_ADDRESSOF)
23 | public static let implicit = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_IMPLICIT)
| |- warning: static property 'implicit' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'implicit' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
24 | public static let undefinition = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_UNDEFINITION)
25 | public static let nameReference = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_NAMEREFERENCE)
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:24:23: warning: static property 'undefinition' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import CIndexStore
2 |
3 | public struct SymbolRoles: OptionSet {
| `- note: consider making struct 'SymbolRoles' conform to the 'Sendable' protocol
4 | public let rawValue: UInt64
5 |
:
22 | public static let addressOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_ADDRESSOF)
23 | public static let implicit = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_IMPLICIT)
24 | public static let undefinition = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_UNDEFINITION)
| |- warning: static property 'undefinition' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'undefinition' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 | public static let nameReference = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_NAMEREFERENCE)
26 |
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:25:23: warning: static property 'nameReference' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import CIndexStore
2 |
3 | public struct SymbolRoles: OptionSet {
| `- note: consider making struct 'SymbolRoles' conform to the 'Sendable' protocol
4 | public let rawValue: UInt64
5 |
:
23 | public static let implicit = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_IMPLICIT)
24 | public static let undefinition = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_UNDEFINITION)
25 | public static let nameReference = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_NAMEREFERENCE)
| |- warning: static property 'nameReference' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'nameReference' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |
27 | // Relation roles.
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:28:23: warning: static property 'childOf' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import CIndexStore
2 |
3 | public struct SymbolRoles: OptionSet {
| `- note: consider making struct 'SymbolRoles' conform to the 'Sendable' protocol
4 | public let rawValue: UInt64
5 |
:
26 |
27 | // Relation roles.
28 | public static let childOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_CHILDOF)
| |- warning: static property 'childOf' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'childOf' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 | public static let baseOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_BASEOF)
30 | public static let overrideOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_OVERRIDEOF)
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:29:23: warning: static property 'baseOf' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import CIndexStore
2 |
3 | public struct SymbolRoles: OptionSet {
| `- note: consider making struct 'SymbolRoles' conform to the 'Sendable' protocol
4 | public let rawValue: UInt64
5 |
:
27 | // Relation roles.
28 | public static let childOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_CHILDOF)
29 | public static let baseOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_BASEOF)
| |- warning: static property 'baseOf' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'baseOf' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
30 | public static let overrideOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_OVERRIDEOF)
31 | public static let receivedBy = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_RECEIVEDBY)
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:30:23: warning: static property 'overrideOf' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import CIndexStore
2 |
3 | public struct SymbolRoles: OptionSet {
| `- note: consider making struct 'SymbolRoles' conform to the 'Sendable' protocol
4 | public let rawValue: UInt64
5 |
:
28 | public static let childOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_CHILDOF)
29 | public static let baseOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_BASEOF)
30 | public static let overrideOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_OVERRIDEOF)
| |- warning: static property 'overrideOf' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'overrideOf' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | public static let receivedBy = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_RECEIVEDBY)
32 | public static let calledBy = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_CALLEDBY)
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:31:23: warning: static property 'receivedBy' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import CIndexStore
2 |
3 | public struct SymbolRoles: OptionSet {
| `- note: consider making struct 'SymbolRoles' conform to the 'Sendable' protocol
4 | public let rawValue: UInt64
5 |
:
29 | public static let baseOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_BASEOF)
30 | public static let overrideOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_OVERRIDEOF)
31 | public static let receivedBy = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_RECEIVEDBY)
| |- warning: static property 'receivedBy' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'receivedBy' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 | public static let calledBy = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_CALLEDBY)
33 | public static let extendedBy = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_EXTENDEDBY)
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:32:23: warning: static property 'calledBy' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import CIndexStore
2 |
3 | public struct SymbolRoles: OptionSet {
| `- note: consider making struct 'SymbolRoles' conform to the 'Sendable' protocol
4 | public let rawValue: UInt64
5 |
:
30 | public static let overrideOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_OVERRIDEOF)
31 | public static let receivedBy = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_RECEIVEDBY)
32 | public static let calledBy = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_CALLEDBY)
| |- warning: static property 'calledBy' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'calledBy' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 | public static let extendedBy = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_EXTENDEDBY)
34 | public static let accessorOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_ACCESSOROF)
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:33:23: warning: static property 'extendedBy' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import CIndexStore
2 |
3 | public struct SymbolRoles: OptionSet {
| `- note: consider making struct 'SymbolRoles' conform to the 'Sendable' protocol
4 | public let rawValue: UInt64
5 |
:
31 | public static let receivedBy = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_RECEIVEDBY)
32 | public static let calledBy = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_CALLEDBY)
33 | public static let extendedBy = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_EXTENDEDBY)
| |- warning: static property 'extendedBy' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'extendedBy' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
34 | public static let accessorOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_ACCESSOROF)
35 | public static let containedBy = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_CONTAINEDBY)
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:34:23: warning: static property 'accessorOf' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import CIndexStore
2 |
3 | public struct SymbolRoles: OptionSet {
| `- note: consider making struct 'SymbolRoles' conform to the 'Sendable' protocol
4 | public let rawValue: UInt64
5 |
:
32 | public static let calledBy = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_CALLEDBY)
33 | public static let extendedBy = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_EXTENDEDBY)
34 | public static let accessorOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_ACCESSOROF)
| |- warning: static property 'accessorOf' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'accessorOf' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 | public static let containedBy = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_CONTAINEDBY)
36 | public static let IBTypeOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_IBTYPEOF)
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:35:23: warning: static property 'containedBy' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import CIndexStore
2 |
3 | public struct SymbolRoles: OptionSet {
| `- note: consider making struct 'SymbolRoles' conform to the 'Sendable' protocol
4 | public let rawValue: UInt64
5 |
:
33 | public static let extendedBy = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_EXTENDEDBY)
34 | public static let accessorOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_ACCESSOROF)
35 | public static let containedBy = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_CONTAINEDBY)
| |- warning: static property 'containedBy' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'containedBy' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | public static let IBTypeOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_IBTYPEOF)
37 | public static let specializationOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_SPECIALIZATIONOF)
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:36:23: warning: static property 'IBTypeOf' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import CIndexStore
2 |
3 | public struct SymbolRoles: OptionSet {
| `- note: consider making struct 'SymbolRoles' conform to the 'Sendable' protocol
4 | public let rawValue: UInt64
5 |
:
34 | public static let accessorOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_ACCESSOROF)
35 | public static let containedBy = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_CONTAINEDBY)
36 | public static let IBTypeOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_IBTYPEOF)
| |- warning: static property 'IBTypeOf' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'IBTypeOf' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 | public static let specializationOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_SPECIALIZATIONOF)
38 | #elseif os(Linux)
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:37:23: warning: static property 'specializationOf' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import CIndexStore
2 |
3 | public struct SymbolRoles: OptionSet {
| `- note: consider making struct 'SymbolRoles' conform to the 'Sendable' protocol
4 | public let rawValue: UInt64
5 |
:
35 | public static let containedBy = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_CONTAINEDBY)
36 | public static let IBTypeOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_IBTYPEOF)
37 | public static let specializationOf = SymbolRoles(.INDEXSTORE_SYMBOL_ROLE_REL_SPECIALIZATIONOF)
| |- warning: static property 'specializationOf' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'specializationOf' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | #elseif os(Linux)
39 | init(_ value: Int) {
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:74:16: warning: static property 'relationRoles' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
1 | import CIndexStore
2 |
3 | public struct SymbolRoles: OptionSet {
| `- note: consider making struct 'SymbolRoles' conform to the 'Sendable' protocol
4 | public let rawValue: UInt64
5 |
:
72 |
73 | public extension SymbolRoles {
74 | static let relationRoles: SymbolRoles = [
| |- warning: static property 'relationRoles' is not concurrency-safe because non-'Sendable' type 'SymbolRoles' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'relationRoles' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
75 | .childOf,
76 | .baseOf,
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:197:1: warning: extension declares a conformance of imported type 'indexstore_symbol_kind_t' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CIndexStore' introduce this conformance in the future
195 | }
196 |
197 | extension SymbolKind: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'indexstore_symbol_kind_t' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CIndexStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
198 | public var description: String {
199 | switch self {
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:263:1: warning: extension declares a conformance of imported type 'indexstore_symbol_subkind_t' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CIndexStore' introduce this conformance in the future
261 | }
262 |
263 | extension SymbolSubkind: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'indexstore_symbol_subkind_t' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CIndexStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
264 | public var description: String {
265 | switch self {
[20/39] Compiling IndexStore StandardStream.swift
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/StandardStream.swift:20:5: warning: var 'stderr' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
18 | }
19 |
20 | var stderr = StandardStream(Foundation.stderr)
| |- warning: var 'stderr' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'stderr' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'stderr' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |
[21/39] Compiling IndexStore IndexStore.swift
[22/39] Compiling SwiftDemangle Demangler.swift
[23/39] Emitting module SwiftDemangle
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDemangle/DemangledNode.swift:57:1: warning: extension declares a conformance of imported type 'demangle_node_kind_t' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'CSwiftDemangle' introduce this conformance in the future
55 | }
56 |
57 | extension DemangledNodeKind: CustomDebugStringConvertible {
| |- warning: extension declares a conformance of imported type 'demangle_node_kind_t' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'CSwiftDemangle' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
58 | public var debugDescription: String {
59 | String(cString: node_getKindName(self))
[24/39] Compiling SwiftDemangle DemangledNode.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDemangle/DemangledNode.swift:57:1: warning: extension declares a conformance of imported type 'demangle_node_kind_t' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'CSwiftDemangle' introduce this conformance in the future
55 | }
56 |
57 | extension DemangledNodeKind: CustomDebugStringConvertible {
| |- warning: extension declares a conformance of imported type 'demangle_node_kind_t' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'CSwiftDemangle' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
58 | public var debugDescription: String {
59 | String(cString: node_getKindName(self))
[25/58] Compiling unused_imports JSONReporter.swift
[26/58] Compiling unused_imports SourceFileWithUnusedImports.swift
[27/58] Compiling unused_imports SedCommandReporter.swift
[28/58] Compiling unused_imports UnusedImportReporter.swift
[29/58] Compiling indexutil_export main.swift
/Users/admin/builder/spi-builder-workspace/Sources/indexutil-export/main.swift:14:84: error: main actor-isolated var 'stderr' can not be used 'inout' from a nonisolated context
9 | }
10 |
11 | var stderr = StandardErrorStream()
| `- note: mutation of this var is only permitted within the actor
12 |
13 | func usage() -> Never {
| `- note: add '@MainActor' to make global function 'usage()' part of global actor 'MainActor'
14 | print("Usage: indexutil export <format> <index-store-path> <output-dir>", to: &stderr)
| `- error: main actor-isolated var 'stderr' can not be used 'inout' from a nonisolated context
15 | exit(EXIT_FAILURE)
16 | }
[30/58] Compiling indexutil_export TSVWriter.swift
[31/58] Emitting module indexutil_export
[32/58] Compiling indexutil_annotate Annotation.swift
[33/58] Emitting module indexutil_annotate
[34/58] Compiling tycat Xcode.swift
[35/58] Compiling tycat TypeGraph.swift
[36/58] Emitting module tycat
[37/58] Emitting module unnecessary_testable
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/16] Write swift-version-2F0A5646E1D333AE.txt
[2/25] Compiling SwiftDemangle Demangler.swift
[3/25] Compiling SwiftDemangle DemangledNode.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDemangle/DemangledNode.swift:57:1: warning: extension declares a conformance of imported type 'demangle_node_kind_t' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'CSwiftDemangle' introduce this conformance in the future
55 | }
56 |
57 | extension DemangledNodeKind: CustomDebugStringConvertible {
| |- warning: extension declares a conformance of imported type 'demangle_node_kind_t' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'CSwiftDemangle' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
58 | public var debugDescription: String {
59 | String(cString: node_getKindName(self))
[4/25] Emitting module SwiftDemangle
/Users/admin/builder/spi-builder-workspace/Sources/SwiftDemangle/DemangledNode.swift:57:1: warning: extension declares a conformance of imported type 'demangle_node_kind_t' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'CSwiftDemangle' introduce this conformance in the future
55 | }
56 |
57 | extension DemangledNodeKind: CustomDebugStringConvertible {
| |- warning: extension declares a conformance of imported type 'demangle_node_kind_t' to imported protocol 'CustomDebugStringConvertible'; this will not behave correctly if the owners of 'CSwiftDemangle' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
58 | public var debugDescription: String {
59 | String(cString: node_getKindName(self))
[5/25] Compiling IndexStore IndexStoreError.swift
[6/25] Compiling IndexStore StandardStream.swift
[7/25] Compiling IndexStore String+IndexStore.swift
[8/25] Compiling IndexStore Constants.swift
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:197:1: warning: extension declares a conformance of imported type 'indexstore_symbol_kind_t' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CIndexStore' introduce this conformance in the future
195 | }
196 |
197 | extension SymbolKind: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'indexstore_symbol_kind_t' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CIndexStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
198 | public var description: String {
199 | switch self {
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:263:1: warning: extension declares a conformance of imported type 'indexstore_symbol_subkind_t' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CIndexStore' introduce this conformance in the future
261 | }
262 |
263 | extension SymbolSubkind: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'indexstore_symbol_subkind_t' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CIndexStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
264 | public var description: String {
265 | switch self {
[9/25] Emitting module IndexStore
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:197:1: warning: extension declares a conformance of imported type 'indexstore_symbol_kind_t' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CIndexStore' introduce this conformance in the future
195 | }
196 |
197 | extension SymbolKind: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'indexstore_symbol_kind_t' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CIndexStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
198 | public var description: String {
199 | switch self {
/Users/admin/builder/spi-builder-workspace/Sources/IndexStore/Constants.swift:263:1: warning: extension declares a conformance of imported type 'indexstore_symbol_subkind_t' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CIndexStore' introduce this conformance in the future
261 | }
262 |
263 | extension SymbolSubkind: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'indexstore_symbol_subkind_t' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CIndexStore' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
264 | public var description: String {
265 | switch self {
[10/25] Compiling IndexStore IndexStore.swift
[11/44] Compiling unused_imports UnusedImportReporter.swift
[12/44] Compiling unused_imports SedCommandReporter.swift
[13/44] Compiling unused_imports JSONReporter.swift
[14/44] Compiling tycat Xcode.swift
[15/44] Compiling tycat TypeGraph.swift
[16/44] Emitting module tycat
[17/44] Compiling tycat main.swift
[17/44] Write Objects.LinkFileList
[19/44] Emitting module unnecessary_testable
[20/44] Compiling unnecessary_testable main.swift
[21/44] Emitting module unused_imports
[21/44] Write Objects.LinkFileList
[23/44] Emitting module indexutil_export
[24/44] Compiling indexutil_export TSVWriter.swift
[25/44] Compiling indexutil_export main.swift
[26/44] Compiling indexutil_annotate main.swift
[27/44] Compiling indexutil_annotate Annotation.swift
[28/44] Emitting module indexutil_annotate
[28/44] Write Objects.LinkFileList
[31/44] Compiling unused_imports UnusedImportStatement.swift
[32/44] Compiling unused_imports SourceFileWithUnusedImports.swift
[33/44] Compiling unused_imports main.swift
[33/44] Write Objects.LinkFileList
[34/44] Linking tycat
[35/44] Linking indexutil-annotate
[36/44] Linking indexutil-export
[37/44] Linking unnecessary-testable
[38/44] Applying unnecessary-testable
[38/44] Applying indexutil-export
[40/44] Applying indexutil-annotate
[41/44] Applying tycat
[42/44] Linking unused-imports
[43/44] Applying unused-imports
Build complete! (3.39s)
Build complete.
{
"cxx_language_standard" : "c++17",
"dependencies" : [
],
"manifest_display_name" : "IndexStore",
"name" : "IndexStore",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "IndexStore",
"targets" : [
"IndexStore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CSwiftDemangle",
"targets" : [
"CSwiftDemangle"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftDemangle",
"targets" : [
"SwiftDemangle"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "indexutil-export",
"targets" : [
"indexutil-export"
],
"type" : {
"executable" : null
}
},
{
"name" : "unnecessary-testable",
"targets" : [
"unnecessary-testable"
],
"type" : {
"executable" : null
}
},
{
"name" : "unused-imports",
"targets" : [
"unused-imports"
],
"type" : {
"executable" : null
}
},
{
"name" : "indexutil-annotate",
"targets" : [
"indexutil-annotate"
],
"type" : {
"executable" : null
}
},
{
"name" : "tycat",
"targets" : [
"tycat"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "unused_imports",
"module_type" : "SwiftTarget",
"name" : "unused-imports",
"path" : "Sources/unused-imports",
"product_memberships" : [
"unused-imports"
],
"sources" : [
"Reporters/JSONReporter.swift",
"Reporters/SedCommandReporter.swift",
"Reporters/UnusedImportReporter.swift",
"SourceFileWithUnusedImports.swift",
"UnusedImportStatement.swift",
"main.swift"
],
"target_dependencies" : [
"IndexStore"
],
"type" : "executable"
},
{
"c99name" : "unnecessary_testable",
"module_type" : "SwiftTarget",
"name" : "unnecessary-testable",
"path" : "Sources/unnecessary-testable",
"product_memberships" : [
"unnecessary-testable"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"IndexStore"
],
"type" : "executable"
},
{
"c99name" : "tycat",
"module_type" : "SwiftTarget",
"name" : "tycat",
"path" : "Sources/tycat",
"product_memberships" : [
"tycat"
],
"sources" : [
"TypeGraph.swift",
"Xcode.swift",
"main.swift"
],
"target_dependencies" : [
"IndexStore"
],
"type" : "executable"
},
{
"c99name" : "indexutil_export",
"module_type" : "SwiftTarget",
"name" : "indexutil-export",
"path" : "Sources/indexutil-export",
"product_memberships" : [
"indexutil-export"
],
"sources" : [
"TSVWriter.swift",
"main.swift"
],
"target_dependencies" : [
"IndexStore"
],
"type" : "executable"
},
{
"c99name" : "indexutil_annotate",
"module_type" : "SwiftTarget",
"name" : "indexutil-annotate",
"path" : "Sources/indexutil-annotate",
"product_memberships" : [
"indexutil-annotate"
],
"sources" : [
"Annotation.swift",
"main.swift"
],
"target_dependencies" : [
"IndexStore"
],
"type" : "executable"
},
{
"c99name" : "SwiftDemangleTests",
"module_type" : "SwiftTarget",
"name" : "SwiftDemangleTests",
"path" : "Tests/SwiftDemangleTests",
"sources" : [
"SwiftDemangleTests.swift"
],
"target_dependencies" : [
"SwiftDemangle"
],
"type" : "test"
},
{
"c99name" : "SwiftDemangle",
"module_type" : "SwiftTarget",
"name" : "SwiftDemangle",
"path" : "Sources/SwiftDemangle",
"product_memberships" : [
"SwiftDemangle"
],
"sources" : [
"DemangledNode.swift",
"Demangler.swift"
],
"target_dependencies" : [
"CSwiftDemangle"
],
"type" : "library"
},
{
"c99name" : "IndexStoreTests",
"module_type" : "SwiftTarget",
"name" : "IndexStoreTests",
"path" : "Tests/IndexStoreTests",
"sources" : [
"DetermineIndexStorePath.swift",
"IndexStoreTests.swift"
],
"target_dependencies" : [
"IndexStore"
],
"type" : "test"
},
{
"c99name" : "IndexStore",
"module_type" : "SwiftTarget",
"name" : "IndexStore",
"path" : "Sources/IndexStore",
"product_memberships" : [
"IndexStore",
"indexutil-export",
"unnecessary-testable",
"unused-imports",
"indexutil-annotate",
"tycat"
],
"sources" : [
"Constants.swift",
"IndexStore.swift",
"IndexStoreError.swift",
"StandardStream.swift",
"String+IndexStore.swift"
],
"target_dependencies" : [
"CIndexStore"
],
"type" : "library"
},
{
"c99name" : "CSwiftDemangle",
"module_type" : "ClangTarget",
"name" : "CSwiftDemangle",
"path" : "Sources/CSwiftDemangle",
"product_memberships" : [
"CSwiftDemangle",
"SwiftDemangle"
],
"sources" : [
"CSwiftDemangle.cpp"
],
"type" : "library"
},
{
"c99name" : "CIndexStore",
"module_type" : "ClangTarget",
"name" : "CIndexStore",
"path" : "Sources/CIndexStore",
"product_memberships" : [
"IndexStore",
"indexutil-export",
"unnecessary-testable",
"unused-imports",
"indexutil-annotate",
"tycat"
],
"sources" : [
"dummy.c"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.