Build Information
Successful build of gir2swift, reference 17.0.0 (d00424
), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 30 Apr 2025 21:47:41 UTC.
Swift 6 data race errors: 179
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme gir2swift-Package -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
static let constGCharPtr = TypeReference.pointer(to: gcharType, isConst: true)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/TypeReference.swift:11:15: note: consider making struct 'TypeReference' conform to the 'Sendable' protocol
public struct TypeReference: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:114:16: note: add '@MainActor' to make static property 'constGCharPtr' part of global actor 'MainActor'
static let constGCharPtr = TypeReference.pointer(to: gcharType, isConst: true)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:114:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let constGCharPtr = TypeReference.pointer(to: gcharType, isConst: true)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:115:16: warning: static property 'gucharPtr' is not concurrency-safe because non-'Sendable' type 'TypeReference' may have shared mutable state; this is an error in the Swift 6 language mode
static let gucharPtr = TypeReference.pointer(to: gucharType)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/TypeReference.swift:11:15: note: consider making struct 'TypeReference' conform to the 'Sendable' protocol
public struct TypeReference: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:115:16: note: add '@MainActor' to make static property 'gucharPtr' part of global actor 'MainActor'
static let gucharPtr = TypeReference.pointer(to: gucharType)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:115:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gucharPtr = TypeReference.pointer(to: gucharType)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:116:16: warning: static property 'constGUCharPtr' is not concurrency-safe because non-'Sendable' type 'TypeReference' may have shared mutable state; this is an error in the Swift 6 language mode
static let constGUCharPtr = TypeReference.pointer(to: gucharType, isConst: true)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/TypeReference.swift:11:15: note: consider making struct 'TypeReference' conform to the 'Sendable' protocol
public struct TypeReference: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:116:16: note: add '@MainActor' to make static property 'constGUCharPtr' part of global actor 'MainActor'
static let constGUCharPtr = TypeReference.pointer(to: gucharType, isConst: true)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:116:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let constGUCharPtr = TypeReference.pointer(to: gucharType, isConst: true)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:117:16: warning: static property 'stringType' is not concurrency-safe because non-'Sendable' type 'GIRStringType' may have shared mutable state; this is an error in the Swift 6 language mode
static let stringType = GIRStringType(name: string, ctype: char, superType: charPtr)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/GirType.swift:382:20: note: class 'GIRStringType' does not conform to the 'Sendable' protocol
public final class GIRStringType: GIRType {
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:117:16: note: add '@MainActor' to make static property 'stringType' part of global actor 'MainActor'
static let stringType = GIRStringType(name: string, ctype: char, superType: charPtr)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:117:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let stringType = GIRStringType(name: string, ctype: char, superType: charPtr)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:118:16: warning: static property 'constStringType' is not concurrency-safe because non-'Sendable' type 'GIRStringType' may have shared mutable state; this is an error in the Swift 6 language mode
static let constStringType = GIRStringType(name: string, ctype: char, superType: constCharPtr)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/GirType.swift:382:20: note: class 'GIRStringType' does not conform to the 'Sendable' protocol
public final class GIRStringType: GIRType {
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:118:16: note: add '@MainActor' to make static property 'constStringType' part of global actor 'MainActor'
static let constStringType = GIRStringType(name: string, ctype: char, superType: constCharPtr)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:118:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let constStringType = GIRStringType(name: string, ctype: char, superType: constCharPtr)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:119:16: warning: static property 'gstringType' is not concurrency-safe because non-'Sendable' type 'GIRStringType' may have shared mutable state; this is an error in the Swift 6 language mode
static let gstringType = GIRStringType(name: string, ctype: gchar, superType: gcharPtr)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/GirType.swift:382:20: note: class 'GIRStringType' does not conform to the 'Sendable' protocol
public final class GIRStringType: GIRType {
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:119:16: note: add '@MainActor' to make static property 'gstringType' part of global actor 'MainActor'
static let gstringType = GIRStringType(name: string, ctype: gchar, superType: gcharPtr)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:119:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gstringType = GIRStringType(name: string, ctype: gchar, superType: gcharPtr)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:120:16: warning: static property 'constGStringType' is not concurrency-safe because non-'Sendable' type 'GIRStringType' may have shared mutable state; this is an error in the Swift 6 language mode
static let constGStringType = GIRStringType(name: string, ctype: gchar, superType: gcharPtr)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/GirType.swift:382:20: note: class 'GIRStringType' does not conform to the 'Sendable' protocol
public final class GIRStringType: GIRType {
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:120:16: note: add '@MainActor' to make static property 'constGStringType' part of global actor 'MainActor'
static let constGStringType = GIRStringType(name: string, ctype: gchar, superType: gcharPtr)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:120:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let constGStringType = GIRStringType(name: string, ctype: gchar, superType: gcharPtr)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:121:16: warning: static property 'gustringType' is not concurrency-safe because non-'Sendable' type 'GIRStringType' may have shared mutable state; this is an error in the Swift 6 language mode
static let gustringType = GIRStringType(name: string, ctype: guchar, superType: gucharPtr)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/GirType.swift:382:20: note: class 'GIRStringType' does not conform to the 'Sendable' protocol
public final class GIRStringType: GIRType {
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:121:16: note: add '@MainActor' to make static property 'gustringType' part of global actor 'MainActor'
static let gustringType = GIRStringType(name: string, ctype: guchar, superType: gucharPtr)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:121:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gustringType = GIRStringType(name: string, ctype: guchar, superType: gucharPtr)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:122:16: warning: static property 'constGUStringType' is not concurrency-safe because non-'Sendable' type 'GIRStringType' may have shared mutable state; this is an error in the Swift 6 language mode
static let constGUStringType = GIRStringType(name: string, ctype: guchar, superType: constGUCharPtr)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/GirType.swift:382:20: note: class 'GIRStringType' does not conform to the 'Sendable' protocol
public final class GIRStringType: GIRType {
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:122:16: note: add '@MainActor' to make static property 'constGUStringType' part of global actor 'MainActor'
static let constGUStringType = GIRStringType(name: string, ctype: guchar, superType: constGUCharPtr)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:122:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let constGUStringType = GIRStringType(name: string, ctype: guchar, superType: constGUCharPtr)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:123:16: warning: static property 'stringRef' is not concurrency-safe because non-'Sendable' type 'TypeReference' may have shared mutable state; this is an error in the Swift 6 language mode
static let stringRef = TypeReference(type: stringType)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/TypeReference.swift:11:15: note: consider making struct 'TypeReference' conform to the 'Sendable' protocol
public struct TypeReference: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:123:16: note: add '@MainActor' to make static property 'stringRef' part of global actor 'MainActor'
static let stringRef = TypeReference(type: stringType)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:123:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let stringRef = TypeReference(type: stringType)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:124:16: warning: static property 'constStringRef' is not concurrency-safe because non-'Sendable' type 'TypeReference' may have shared mutable state; this is an error in the Swift 6 language mode
static let constStringRef = TypeReference(type: constStringType, isConst: true)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/TypeReference.swift:11:15: note: consider making struct 'TypeReference' conform to the 'Sendable' protocol
public struct TypeReference: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:124:16: note: add '@MainActor' to make static property 'constStringRef' part of global actor 'MainActor'
static let constStringRef = TypeReference(type: constStringType, isConst: true)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:124:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let constStringRef = TypeReference(type: constStringType, isConst: true)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:125:16: warning: static property 'utf8Type' is not concurrency-safe because non-'Sendable' type 'GIRType' may have shared mutable state; this is an error in the Swift 6 language mode
static let utf8Type = GIRType(utf8, ctype: gcharType.ctype)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/GirType.swift:12:14: note: class 'GIRType' does not conform to the 'Sendable' protocol
public class GIRType: Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:125:16: note: add '@MainActor' to make static property 'utf8Type' part of global actor 'MainActor'
static let utf8Type = GIRType(utf8, ctype: gcharType.ctype)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:125:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let utf8Type = GIRType(utf8, ctype: gcharType.ctype)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:126:16: warning: static property 'utf8Ref' is not concurrency-safe because non-'Sendable' type 'TypeReference' may have shared mutable state; this is an error in the Swift 6 language mode
static let utf8Ref = TypeReference.pointer(to: utf8Type)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/TypeReference.swift:11:15: note: consider making struct 'TypeReference' conform to the 'Sendable' protocol
public struct TypeReference: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:126:16: note: add '@MainActor' to make static property 'utf8Ref' part of global actor 'MainActor'
static let utf8Ref = TypeReference.pointer(to: utf8Type)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:126:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let utf8Ref = TypeReference.pointer(to: utf8Type)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:127:16: warning: static property 'constUTF8Ref' is not concurrency-safe because non-'Sendable' type 'TypeReference' may have shared mutable state; this is an error in the Swift 6 language mode
static let constUTF8Ref = TypeReference.pointer(to: utf8Type, isConst: true)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/TypeReference.swift:11:15: note: consider making struct 'TypeReference' conform to the 'Sendable' protocol
public struct TypeReference: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:127:16: note: add '@MainActor' to make static property 'constUTF8Ref' part of global actor 'MainActor'
static let constUTF8Ref = TypeReference.pointer(to: utf8Type, isConst: true)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:127:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let constUTF8Ref = TypeReference.pointer(to: utf8Type, isConst: true)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:128:16: warning: static property 'fileType' is not concurrency-safe because non-'Sendable' type 'GIRType' may have shared mutable state; this is an error in the Swift 6 language mode
static let fileType = GIRType(filename, ctype: gcharType.ctype)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/GirType.swift:12:14: note: class 'GIRType' does not conform to the 'Sendable' protocol
public class GIRType: Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:128:16: note: add '@MainActor' to make static property 'fileType' part of global actor 'MainActor'
static let fileType = GIRType(filename, ctype: gcharType.ctype)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:128:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let fileType = GIRType(filename, ctype: gcharType.ctype)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:129:16: warning: static property 'fileRef' is not concurrency-safe because non-'Sendable' type 'TypeReference' may have shared mutable state; this is an error in the Swift 6 language mode
static let fileRef = TypeReference.pointer(to: fileType)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/TypeReference.swift:11:15: note: consider making struct 'TypeReference' conform to the 'Sendable' protocol
public struct TypeReference: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:129:16: note: add '@MainActor' to make static property 'fileRef' part of global actor 'MainActor'
static let fileRef = TypeReference.pointer(to: fileType)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:129:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let fileRef = TypeReference.pointer(to: fileType)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:130:16: warning: static property 'constFileRef' is not concurrency-safe because non-'Sendable' type 'TypeReference' may have shared mutable state; this is an error in the Swift 6 language mode
static let constFileRef = TypeReference.pointer(to: fileType, isConst: true)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/TypeReference.swift:11:15: note: consider making struct 'TypeReference' conform to the 'Sendable' protocol
public struct TypeReference: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:130:16: note: add '@MainActor' to make static property 'constFileRef' part of global actor 'MainActor'
static let constFileRef = TypeReference.pointer(to: fileType, isConst: true)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:130:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let constFileRef = TypeReference.pointer(to: fileType, isConst: true)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:132:16: warning: static property 'stringTypes' is not concurrency-safe because non-'Sendable' type 'Set<GIRType>' may have shared mutable state; this is an error in the Swift 6 language mode
static let stringTypes: Set<GIRType> = {
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/GirType.swift:12:14: note: class 'GIRType' does not conform to the 'Sendable' protocol
public class GIRType: Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:132:16: note: add '@MainActor' to make static property 'stringTypes' part of global actor 'MainActor'
static let stringTypes: Set<GIRType> = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:132:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let stringTypes: Set<GIRType> = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:148:16: warning: static property 'voidPointer' is not concurrency-safe because non-'Sendable' type 'TypeReference' may have shared mutable state; this is an error in the Swift 6 language mode
static let voidPointer = TypeReference.pointer(to: voidType, isConst: true)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/TypeReference.swift:11:15: note: consider making struct 'TypeReference' conform to the 'Sendable' protocol
public struct TypeReference: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:148:16: note: add '@MainActor' to make static property 'voidPointer' part of global actor 'MainActor'
static let voidPointer = TypeReference.pointer(to: voidType, isConst: true)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:148:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let voidPointer = TypeReference.pointer(to: voidType, isConst: true)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:149:16: warning: static property 'mutableVoidPointer' is not concurrency-safe because non-'Sendable' type 'TypeReference' may have shared mutable state; this is an error in the Swift 6 language mode
static let mutableVoidPointer = TypeReference.pointer(to: voidType)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/TypeReference.swift:11:15: note: consider making struct 'TypeReference' conform to the 'Sendable' protocol
public struct TypeReference: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:149:16: note: add '@MainActor' to make static property 'mutableVoidPointer' part of global actor 'MainActor'
static let mutableVoidPointer = TypeReference.pointer(to: voidType)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:149:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let mutableVoidPointer = TypeReference.pointer(to: voidType)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:150:16: warning: static property 'rawPointerType' is not concurrency-safe because non-'Sendable' type 'GIRRawPointerType' may have shared mutable state; this is an error in the Swift 6 language mode
static let rawPointerType = GIRRawPointerType(aliasOf: voidPointer, name: "UnsafeRawPointer")
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/GirType.swift:400:20: note: class 'GIRRawPointerType' does not conform to the 'Sendable' protocol
public final class GIRRawPointerType: GIRType {
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:150:16: note: add '@MainActor' to make static property 'rawPointerType' part of global actor 'MainActor'
static let rawPointerType = GIRRawPointerType(aliasOf: voidPointer, name: "UnsafeRawPointer")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:150:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let rawPointerType = GIRRawPointerType(aliasOf: voidPointer, name: "UnsafeRawPointer")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:151:16: warning: static property 'mutableRawPointerType' is not concurrency-safe because non-'Sendable' type 'GIRRawPointerType' may have shared mutable state; this is an error in the Swift 6 language mode
static let mutableRawPointerType = GIRRawPointerType(aliasOf: mutableVoidPointer, name: "UnsafeMutableRawPointer")
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/GirType.swift:400:20: note: class 'GIRRawPointerType' does not conform to the 'Sendable' protocol
public final class GIRRawPointerType: GIRType {
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:151:16: note: add '@MainActor' to make static property 'mutableRawPointerType' part of global actor 'MainActor'
static let mutableRawPointerType = GIRRawPointerType(aliasOf: mutableVoidPointer, name: "UnsafeMutableRawPointer")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:151:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let mutableRawPointerType = GIRRawPointerType(aliasOf: mutableVoidPointer, name: "UnsafeMutableRawPointer")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:159:16: warning: static property 'gpointerType' is not concurrency-safe because non-'Sendable' type 'GIRRawPointerType' may have shared mutable state; this is an error in the Swift 6 language mode
static let gpointerType = GIRRawPointerType(aliasOf: mutableVoidPointer, name: gpointer, swiftName: gpointer, ctype: gpointer)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/GirType.swift:400:20: note: class 'GIRRawPointerType' does not conform to the 'Sendable' protocol
public final class GIRRawPointerType: GIRType {
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:159:16: note: add '@MainActor' to make static property 'gpointerType' part of global actor 'MainActor'
static let gpointerType = GIRRawPointerType(aliasOf: mutableVoidPointer, name: gpointer, swiftName: gpointer, ctype: gpointer)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:159:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gpointerType = GIRRawPointerType(aliasOf: mutableVoidPointer, name: gpointer, swiftName: gpointer, ctype: gpointer)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:160:16: warning: static property 'gpointerConstPointerType' is not concurrency-safe because non-'Sendable' type 'GIRRawPointerType' may have shared mutable state; this is an error in the Swift 6 language mode
static let gpointerConstPointerType = GIRRawPointerType(aliasOf: mutableVoidPointer, name: gpointer, swiftName: gpointer, ctype: gconstpointer)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/GirType.swift:400:20: note: class 'GIRRawPointerType' does not conform to the 'Sendable' protocol
public final class GIRRawPointerType: GIRType {
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:160:16: note: add '@MainActor' to make static property 'gpointerConstPointerType' part of global actor 'MainActor'
static let gpointerConstPointerType = GIRRawPointerType(aliasOf: mutableVoidPointer, name: gpointer, swiftName: gpointer, ctype: gconstpointer)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:160:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gpointerConstPointerType = GIRRawPointerType(aliasOf: mutableVoidPointer, name: gpointer, swiftName: gpointer, ctype: gconstpointer)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:161:16: warning: static property 'gconstpointerType' is not concurrency-safe because non-'Sendable' type 'GIRRawPointerType' may have shared mutable state; this is an error in the Swift 6 language mode
static let gconstpointerType = GIRRawPointerType(aliasOf: voidPointer, name: gconstpointer, swiftName: gconstpointer, ctype: gconstpointer)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/GirType.swift:400:20: note: class 'GIRRawPointerType' does not conform to the 'Sendable' protocol
public final class GIRRawPointerType: GIRType {
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:161:16: note: add '@MainActor' to make static property 'gconstpointerType' part of global actor 'MainActor'
static let gconstpointerType = GIRRawPointerType(aliasOf: voidPointer, name: gconstpointer, swiftName: gconstpointer, ctype: gconstpointer)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:161:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gconstpointerType = GIRRawPointerType(aliasOf: voidPointer, name: gconstpointer, swiftName: gconstpointer, ctype: gconstpointer)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:162:16: warning: static property 'opaquePointerType' is not concurrency-safe because non-'Sendable' type 'GIROpaquePointerType' may have shared mutable state; this is an error in the Swift 6 language mode
static let opaquePointerType = GIROpaquePointerType(aliasOf: mutableVoidPointer, name: opaquePointer)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/GirType.swift:496:20: note: class 'GIROpaquePointerType' does not conform to the 'Sendable' protocol
public final class GIROpaquePointerType: GIRType {
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:162:16: note: add '@MainActor' to make static property 'opaquePointerType' part of global actor 'MainActor'
static let opaquePointerType = GIROpaquePointerType(aliasOf: mutableVoidPointer, name: opaquePointer)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:162:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let opaquePointerType = GIROpaquePointerType(aliasOf: mutableVoidPointer, name: opaquePointer)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:163:16: warning: static property 'optionalGPointerType' is not concurrency-safe because non-'Sendable' type 'GIRRawPointerType' may have shared mutable state; this is an error in the Swift 6 language mode
static let optionalGPointerType = GIRRawPointerType(aliasOf: mutableVoidPointer, name: gpointerQ, swiftName: gpointerQ, ctype: gpointerQ)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/GirType.swift:400:20: note: class 'GIRRawPointerType' does not conform to the 'Sendable' protocol
public final class GIRRawPointerType: GIRType {
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:163:16: note: add '@MainActor' to make static property 'optionalGPointerType' part of global actor 'MainActor'
static let optionalGPointerType = GIRRawPointerType(aliasOf: mutableVoidPointer, name: gpointerQ, swiftName: gpointerQ, ctype: gpointerQ)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:163:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let optionalGPointerType = GIRRawPointerType(aliasOf: mutableVoidPointer, name: gpointerQ, swiftName: gpointerQ, ctype: gpointerQ)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:164:16: warning: static property 'optionalGConstPointerType' is not concurrency-safe because non-'Sendable' type 'GIRRawPointerType' may have shared mutable state; this is an error in the Swift 6 language mode
static let optionalGConstPointerType = GIRRawPointerType(aliasOf: mutableVoidPointer, name: gconstpointerQ, swiftName: gconstpointerQ, ctype: gconstpointerQ)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/GirType.swift:400:20: note: class 'GIRRawPointerType' does not conform to the 'Sendable' protocol
public final class GIRRawPointerType: GIRType {
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:164:16: note: add '@MainActor' to make static property 'optionalGConstPointerType' part of global actor 'MainActor'
static let optionalGConstPointerType = GIRRawPointerType(aliasOf: mutableVoidPointer, name: gconstpointerQ, swiftName: gconstpointerQ, ctype: gconstpointerQ)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:164:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let optionalGConstPointerType = GIRRawPointerType(aliasOf: mutableVoidPointer, name: gconstpointerQ, swiftName: gconstpointerQ, ctype: gconstpointerQ)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:165:16: warning: static property 'forceUnwrappedGPointerType' is not concurrency-safe because non-'Sendable' type 'GIRRawPointerType' may have shared mutable state; this is an error in the Swift 6 language mode
static let forceUnwrappedGPointerType = GIRRawPointerType(aliasOf: mutableVoidPointer, name: gpointerB, swiftName: gpointerB, ctype: gpointerB)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/GirType.swift:400:20: note: class 'GIRRawPointerType' does not conform to the 'Sendable' protocol
public final class GIRRawPointerType: GIRType {
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:165:16: note: add '@MainActor' to make static property 'forceUnwrappedGPointerType' part of global actor 'MainActor'
static let forceUnwrappedGPointerType = GIRRawPointerType(aliasOf: mutableVoidPointer, name: gpointerB, swiftName: gpointerB, ctype: gpointerB)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:165:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let forceUnwrappedGPointerType = GIRRawPointerType(aliasOf: mutableVoidPointer, name: gpointerB, swiftName: gpointerB, ctype: gpointerB)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:166:16: warning: static property 'forceUnwrappedGConstPointerType' is not concurrency-safe because non-'Sendable' type 'GIRRawPointerType' may have shared mutable state; this is an error in the Swift 6 language mode
static let forceUnwrappedGConstPointerType = GIRRawPointerType(aliasOf: mutableVoidPointer, name: gconstpointerB, swiftName: gconstpointerB, ctype: gconstpointerB)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/GirType.swift:400:20: note: class 'GIRRawPointerType' does not conform to the 'Sendable' protocol
public final class GIRRawPointerType: GIRType {
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:166:16: note: add '@MainActor' to make static property 'forceUnwrappedGConstPointerType' part of global actor 'MainActor'
static let forceUnwrappedGConstPointerType = GIRRawPointerType(aliasOf: mutableVoidPointer, name: gconstpointerB, swiftName: gconstpointerB, ctype: gconstpointerB)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:166:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let forceUnwrappedGConstPointerType = GIRRawPointerType(aliasOf: mutableVoidPointer, name: gconstpointerB, swiftName: gconstpointerB, ctype: gconstpointerB)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:167:16: warning: static property 'rawPointerTypes' is not concurrency-safe because non-'Sendable' type 'Set<GIRType>' may have shared mutable state; this is an error in the Swift 6 language mode
static let rawPointerTypes: Set<GIRType> = [rawPointerType, mutableRawPointerType]
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/GirType.swift:12:14: note: class 'GIRType' does not conform to the 'Sendable' protocol
public class GIRType: Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:167:16: note: add '@MainActor' to make static property 'rawPointerTypes' part of global actor 'MainActor'
static let rawPointerTypes: Set<GIRType> = [rawPointerType, mutableRawPointerType]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:167:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let rawPointerTypes: Set<GIRType> = [rawPointerType, mutableRawPointerType]
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:168:16: warning: static property 'constPointerTypes' is not concurrency-safe because non-'Sendable' type 'Set<GIRType>' may have shared mutable state; this is an error in the Swift 6 language mode
static let constPointerTypes: Set<GIRType> = [rawPointerType, gconstpointerType, optionalGConstPointerType, forceUnwrappedGConstPointerType]
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/GirType.swift:12:14: note: class 'GIRType' does not conform to the 'Sendable' protocol
public class GIRType: Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:168:16: note: add '@MainActor' to make static property 'constPointerTypes' part of global actor 'MainActor'
static let constPointerTypes: Set<GIRType> = [rawPointerType, gconstpointerType, optionalGConstPointerType, forceUnwrappedGConstPointerType]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:168:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let constPointerTypes: Set<GIRType> = [rawPointerType, gconstpointerType, optionalGConstPointerType, forceUnwrappedGConstPointerType]
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:169:16: warning: static property 'mutablePointerTypes' is not concurrency-safe because non-'Sendable' type 'Set<GIRType>' may have shared mutable state; this is an error in the Swift 6 language mode
static let mutablePointerTypes: Set<GIRType> = [mutableRawPointerType, gpointerType, optionalGPointerType, forceUnwrappedGPointerType]
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/GirType.swift:12:14: note: class 'GIRType' does not conform to the 'Sendable' protocol
public class GIRType: Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:169:16: note: add '@MainActor' to make static property 'mutablePointerTypes' part of global actor 'MainActor'
static let mutablePointerTypes: Set<GIRType> = [mutableRawPointerType, gpointerType, optionalGPointerType, forceUnwrappedGPointerType]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:169:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let mutablePointerTypes: Set<GIRType> = [mutableRawPointerType, gpointerType, optionalGPointerType, forceUnwrappedGPointerType]
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:170:16: warning: static property 'pointerTypes' is not concurrency-safe because non-'Sendable' type 'Set<GIRType>' may have shared mutable state; this is an error in the Swift 6 language mode
static let pointerTypes = constPointerTypes ∪ mutablePointerTypes ∪ opaquePointerType
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/GirType.swift:12:14: note: class 'GIRType' does not conform to the 'Sendable' protocol
public class GIRType: Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:170:16: note: add '@MainActor' to make static property 'pointerTypes' part of global actor 'MainActor'
static let pointerTypes = constPointerTypes ∪ mutablePointerTypes ∪ opaquePointerType
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:170:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let pointerTypes = constPointerTypes ∪ mutablePointerTypes ∪ opaquePointerType
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:171:16: warning: static property 'rawPointerRef' is not concurrency-safe because non-'Sendable' type 'TypeReference' may have shared mutable state; this is an error in the Swift 6 language mode
static let rawPointerRef = TypeReference(type: rawPointerType)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/TypeReference.swift:11:15: note: consider making struct 'TypeReference' conform to the 'Sendable' protocol
public struct TypeReference: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:171:16: note: add '@MainActor' to make static property 'rawPointerRef' part of global actor 'MainActor'
static let rawPointerRef = TypeReference(type: rawPointerType)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:171:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let rawPointerRef = TypeReference(type: rawPointerType)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:172:16: warning: static property 'mutableRawPointerRef' is not concurrency-safe because non-'Sendable' type 'TypeReference' may have shared mutable state; this is an error in the Swift 6 language mode
static let mutableRawPointerRef = TypeReference(type: mutableRawPointerType)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/TypeReference.swift:11:15: note: consider making struct 'TypeReference' conform to the 'Sendable' protocol
public struct TypeReference: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:172:16: note: add '@MainActor' to make static property 'mutableRawPointerRef' part of global actor 'MainActor'
static let mutableRawPointerRef = TypeReference(type: mutableRawPointerType)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:172:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let mutableRawPointerRef = TypeReference(type: mutableRawPointerType)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:173:16: warning: static property 'gpointerRef' is not concurrency-safe because non-'Sendable' type 'TypeReference' may have shared mutable state; this is an error in the Swift 6 language mode
static let gpointerRef = TypeReference(type: gpointerType)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/TypeReference.swift:11:15: note: consider making struct 'TypeReference' conform to the 'Sendable' protocol
public struct TypeReference: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:173:16: note: add '@MainActor' to make static property 'gpointerRef' part of global actor 'MainActor'
static let gpointerRef = TypeReference(type: gpointerType)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:173:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gpointerRef = TypeReference(type: gpointerType)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:174:16: warning: static property 'gpointerConstPointerRef' is not concurrency-safe because non-'Sendable' type 'TypeReference' may have shared mutable state; this is an error in the Swift 6 language mode
static let gpointerConstPointerRef = TypeReference(type: gpointerConstPointerType)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/TypeReference.swift:11:15: note: consider making struct 'TypeReference' conform to the 'Sendable' protocol
public struct TypeReference: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:174:16: note: add '@MainActor' to make static property 'gpointerConstPointerRef' part of global actor 'MainActor'
static let gpointerConstPointerRef = TypeReference(type: gpointerConstPointerType)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:174:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gpointerConstPointerRef = TypeReference(type: gpointerConstPointerType)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:175:16: warning: static property 'optionalGPointerRef' is not concurrency-safe because non-'Sendable' type 'TypeReference' may have shared mutable state; this is an error in the Swift 6 language mode
static let optionalGPointerRef = TypeReference(type: optionalGPointerType)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/TypeReference.swift:11:15: note: consider making struct 'TypeReference' conform to the 'Sendable' protocol
public struct TypeReference: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:175:16: note: add '@MainActor' to make static property 'optionalGPointerRef' part of global actor 'MainActor'
static let optionalGPointerRef = TypeReference(type: optionalGPointerType)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:175:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let optionalGPointerRef = TypeReference(type: optionalGPointerType)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:176:16: warning: static property 'forceUnwrappedGPointerRef' is not concurrency-safe because non-'Sendable' type 'TypeReference' may have shared mutable state; this is an error in the Swift 6 language mode
static let forceUnwrappedGPointerRef = TypeReference(type: forceUnwrappedGPointerType)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/TypeReference.swift:11:15: note: consider making struct 'TypeReference' conform to the 'Sendable' protocol
public struct TypeReference: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:176:16: note: add '@MainActor' to make static property 'forceUnwrappedGPointerRef' part of global actor 'MainActor'
static let forceUnwrappedGPointerRef = TypeReference(type: forceUnwrappedGPointerType)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:176:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let forceUnwrappedGPointerRef = TypeReference(type: forceUnwrappedGPointerType)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:177:16: warning: static property 'gconstpointerRef' is not concurrency-safe because non-'Sendable' type 'TypeReference' may have shared mutable state; this is an error in the Swift 6 language mode
static let gconstpointerRef = TypeReference(type: gconstpointerType)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/TypeReference.swift:11:15: note: consider making struct 'TypeReference' conform to the 'Sendable' protocol
public struct TypeReference: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:177:16: note: add '@MainActor' to make static property 'gconstpointerRef' part of global actor 'MainActor'
static let gconstpointerRef = TypeReference(type: gconstpointerType)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:177:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gconstpointerRef = TypeReference(type: gconstpointerType)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:178:16: warning: static property 'optionalGConstPointerRef' is not concurrency-safe because non-'Sendable' type 'TypeReference' may have shared mutable state; this is an error in the Swift 6 language mode
static let optionalGConstPointerRef = TypeReference(type: optionalGConstPointerType)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/TypeReference.swift:11:15: note: consider making struct 'TypeReference' conform to the 'Sendable' protocol
public struct TypeReference: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:178:16: note: add '@MainActor' to make static property 'optionalGConstPointerRef' part of global actor 'MainActor'
static let optionalGConstPointerRef = TypeReference(type: optionalGConstPointerType)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:178:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let optionalGConstPointerRef = TypeReference(type: optionalGConstPointerType)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:179:16: warning: static property 'forceUnwrappedGConstPointerRef' is not concurrency-safe because non-'Sendable' type 'TypeReference' may have shared mutable state; this is an error in the Swift 6 language mode
static let forceUnwrappedGConstPointerRef = TypeReference(type: forceUnwrappedGConstPointerType)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/TypeReference.swift:11:15: note: consider making struct 'TypeReference' conform to the 'Sendable' protocol
public struct TypeReference: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:179:16: note: add '@MainActor' to make static property 'forceUnwrappedGConstPointerRef' part of global actor 'MainActor'
static let forceUnwrappedGConstPointerRef = TypeReference(type: forceUnwrappedGConstPointerType)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:179:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let forceUnwrappedGConstPointerRef = TypeReference(type: forceUnwrappedGConstPointerType)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:180:16: warning: static property 'gpointerPointerRef' is not concurrency-safe because non-'Sendable' type 'TypeReference' may have shared mutable state; this is an error in the Swift 6 language mode
static let gpointerPointerRef = TypeReference.pointer(to: gpointerType, pointerIsConst: true)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/TypeReference.swift:11:15: note: consider making struct 'TypeReference' conform to the 'Sendable' protocol
public struct TypeReference: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:180:16: note: add '@MainActor' to make static property 'gpointerPointerRef' part of global actor 'MainActor'
static let gpointerPointerRef = TypeReference.pointer(to: gpointerType, pointerIsConst: true)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:180:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gpointerPointerRef = TypeReference.pointer(to: gpointerType, pointerIsConst: true)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:181:16: warning: static property 'optionalGPointerPointerRef' is not concurrency-safe because non-'Sendable' type 'TypeReference' may have shared mutable state; this is an error in the Swift 6 language mode
static let optionalGPointerPointerRef = TypeReference.pointer(to: optionalGPointerType, pointerIsConst: true)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/TypeReference.swift:11:15: note: consider making struct 'TypeReference' conform to the 'Sendable' protocol
public struct TypeReference: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:181:16: note: add '@MainActor' to make static property 'optionalGPointerPointerRef' part of global actor 'MainActor'
static let optionalGPointerPointerRef = TypeReference.pointer(to: optionalGPointerType, pointerIsConst: true)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:181:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let optionalGPointerPointerRef = TypeReference.pointer(to: optionalGPointerType, pointerIsConst: true)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:182:16: warning: static property 'gpointerMutablePointerRef' is not concurrency-safe because non-'Sendable' type 'TypeReference' may have shared mutable state; this is an error in the Swift 6 language mode
static let gpointerMutablePointerRef = TypeReference.pointer(to: gpointerType)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/TypeReference.swift:11:15: note: consider making struct 'TypeReference' conform to the 'Sendable' protocol
public struct TypeReference: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:182:16: note: add '@MainActor' to make static property 'gpointerMutablePointerRef' part of global actor 'MainActor'
static let gpointerMutablePointerRef = TypeReference.pointer(to: gpointerType)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:182:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gpointerMutablePointerRef = TypeReference.pointer(to: gpointerType)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:183:16: warning: static property 'optionalGPointerMutablePointerRef' is not concurrency-safe because non-'Sendable' type 'TypeReference' may have shared mutable state; this is an error in the Swift 6 language mode
static let optionalGPointerMutablePointerRef = TypeReference.pointer(to: optionalGPointerType)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/TypeReference.swift:11:15: note: consider making struct 'TypeReference' conform to the 'Sendable' protocol
public struct TypeReference: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:183:16: note: add '@MainActor' to make static property 'optionalGPointerMutablePointerRef' part of global actor 'MainActor'
static let optionalGPointerMutablePointerRef = TypeReference.pointer(to: optionalGPointerType)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:183:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let optionalGPointerMutablePointerRef = TypeReference.pointer(to: optionalGPointerType)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:184:16: warning: static property 'gconstpointerPointerRef' is not concurrency-safe because non-'Sendable' type 'TypeReference' may have shared mutable state; this is an error in the Swift 6 language mode
static let gconstpointerPointerRef = TypeReference.pointer(to: gconstpointerType, pointerIsConst: true)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/TypeReference.swift:11:15: note: consider making struct 'TypeReference' conform to the 'Sendable' protocol
public struct TypeReference: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:184:16: note: add '@MainActor' to make static property 'gconstpointerPointerRef' part of global actor 'MainActor'
static let gconstpointerPointerRef = TypeReference.pointer(to: gconstpointerType, pointerIsConst: true)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:184:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gconstpointerPointerRef = TypeReference.pointer(to: gconstpointerType, pointerIsConst: true)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:185:16: warning: static property 'optionalGConstpointerPointerRef' is not concurrency-safe because non-'Sendable' type 'TypeReference' may have shared mutable state; this is an error in the Swift 6 language mode
static let optionalGConstpointerPointerRef = TypeReference.pointer(to: optionalGConstPointerType, pointerIsConst: true)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/TypeReference.swift:11:15: note: consider making struct 'TypeReference' conform to the 'Sendable' protocol
public struct TypeReference: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:185:16: note: add '@MainActor' to make static property 'optionalGConstpointerPointerRef' part of global actor 'MainActor'
static let optionalGConstpointerPointerRef = TypeReference.pointer(to: optionalGConstPointerType, pointerIsConst: true)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:185:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let optionalGConstpointerPointerRef = TypeReference.pointer(to: optionalGConstPointerType, pointerIsConst: true)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:186:16: warning: static property 'gconstpointerMutablePointerRef' is not concurrency-safe because non-'Sendable' type 'TypeReference' may have shared mutable state; this is an error in the Swift 6 language mode
static let gconstpointerMutablePointerRef = TypeReference.pointer(to: gconstpointerType)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/TypeReference.swift:11:15: note: consider making struct 'TypeReference' conform to the 'Sendable' protocol
public struct TypeReference: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:186:16: note: add '@MainActor' to make static property 'gconstpointerMutablePointerRef' part of global actor 'MainActor'
static let gconstpointerMutablePointerRef = TypeReference.pointer(to: gconstpointerType)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:186:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gconstpointerMutablePointerRef = TypeReference.pointer(to: gconstpointerType)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:187:16: warning: static property 'optionalGConstpointerMutablePointerRef' is not concurrency-safe because non-'Sendable' type 'TypeReference' may have shared mutable state; this is an error in the Swift 6 language mode
static let optionalGConstpointerMutablePointerRef = TypeReference.pointer(to: optionalGConstPointerType)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/TypeReference.swift:11:15: note: consider making struct 'TypeReference' conform to the 'Sendable' protocol
public struct TypeReference: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:187:16: note: add '@MainActor' to make static property 'optionalGConstpointerMutablePointerRef' part of global actor 'MainActor'
static let optionalGConstpointerMutablePointerRef = TypeReference.pointer(to: optionalGConstPointerType)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:187:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let optionalGConstpointerMutablePointerRef = TypeReference.pointer(to: optionalGConstPointerType)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:193:16: warning: static property 'errorProtocol' is not concurrency-safe because non-'Sendable' type 'GIRType' may have shared mutable state; this is an error in the Swift 6 language mode
static let errorProtocol = GIRType(error, ctype: "")
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/GirType.swift:12:14: note: class 'GIRType' does not conform to the 'Sendable' protocol
public class GIRType: Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:193:16: note: add '@MainActor' to make static property 'errorProtocol' part of global actor 'MainActor'
static let errorProtocol = GIRType(error, ctype: "")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:193:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let errorProtocol = GIRType(error, ctype: "")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:194:16: warning: static property 'errorReference' is not concurrency-safe because non-'Sendable' type 'TypeReference' may have shared mutable state; this is an error in the Swift 6 language mode
static let errorReference = TypeReference(type: errorProtocol)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/TypeReference.swift:11:15: note: consider making struct 'TypeReference' conform to the 'Sendable' protocol
public struct TypeReference: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:194:16: note: add '@MainActor' to make static property 'errorReference' part of global actor 'MainActor'
static let errorReference = TypeReference(type: errorProtocol)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:194:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let errorReference = TypeReference(type: errorProtocol)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:195:16: warning: static property 'gErrorStruct' is not concurrency-safe because non-'Sendable' type 'GIRType' may have shared mutable state; this is an error in the Swift 6 language mode
static let gErrorStruct = GIRType(gerror, ctype: gerror, superType: errorReference)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/GirType.swift:12:14: note: class 'GIRType' does not conform to the 'Sendable' protocol
public class GIRType: Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:195:16: note: add '@MainActor' to make static property 'gErrorStruct' part of global actor 'MainActor'
static let gErrorStruct = GIRType(gerror, ctype: gerror, superType: errorReference)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:195:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gErrorStruct = GIRType(gerror, ctype: gerror, superType: errorReference)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:196:16: warning: static property 'errorPointer' is not concurrency-safe because non-'Sendable' type 'TypeReference' may have shared mutable state; this is an error in the Swift 6 language mode
static let errorPointer = TypeReference.pointer(to: gErrorStruct)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/TypeReference.swift:11:15: note: consider making struct 'TypeReference' conform to the 'Sendable' protocol
public struct TypeReference: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:196:16: note: add '@MainActor' to make static property 'errorPointer' part of global actor 'MainActor'
static let errorPointer = TypeReference.pointer(to: gErrorStruct)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:196:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let errorPointer = TypeReference.pointer(to: gErrorStruct)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:197:16: warning: static property 'constErrorPointer' is not concurrency-safe because non-'Sendable' type 'TypeReference' may have shared mutable state; this is an error in the Swift 6 language mode
static let constErrorPointer = TypeReference.pointer(to: gErrorStruct, isConst: true)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/TypeReference.swift:11:15: note: consider making struct 'TypeReference' conform to the 'Sendable' protocol
public struct TypeReference: Hashable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:197:16: note: add '@MainActor' to make static property 'constErrorPointer' part of global actor 'MainActor'
static let constErrorPointer = TypeReference.pointer(to: gErrorStruct, isConst: true)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:197:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let constErrorPointer = TypeReference.pointer(to: gErrorStruct, isConst: true)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:198:16: warning: static property 'errorType' is not concurrency-safe because non-'Sendable' type 'GIRType' may have shared mutable state; this is an error in the Swift 6 language mode
static let errorType = GIRType(aliasOf: errorPointer, name: error, swiftName: errorT)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/GirType.swift:12:14: note: class 'GIRType' does not conform to the 'Sendable' protocol
public class GIRType: Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:198:16: note: add '@MainActor' to make static property 'errorType' part of global actor 'MainActor'
static let errorType = GIRType(aliasOf: errorPointer, name: error, swiftName: errorT)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:198:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let errorType = GIRType(aliasOf: errorPointer, name: error, swiftName: errorT)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:199:16: warning: static property 'gerrorType' is not concurrency-safe because non-'Sendable' type 'GIRType' may have shared mutable state; this is an error in the Swift 6 language mode
static let gerrorType = GIRType(aliasOf: errorPointer)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/GirType.swift:12:14: note: class 'GIRType' does not conform to the 'Sendable' protocol
public class GIRType: Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:199:16: note: add '@MainActor' to make static property 'gerrorType' part of global actor 'MainActor'
static let gerrorType = GIRType(aliasOf: errorPointer)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:199:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static let gerrorType = GIRType(aliasOf: errorPointer)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:201:16: warning: static property 'errorTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var errorTypes: Set<GIRType> = {
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:201:16: note: convert 'errorTypes' to a 'let' constant to make 'Sendable' shared state immutable
static var errorTypes: Set<GIRType> = {
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:201:16: note: add '@MainActor' to make static property 'errorTypes' part of global actor 'MainActor'
static var errorTypes: Set<GIRType> = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:201:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var errorTypes: Set<GIRType> = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:207:16: warning: static property 'aliases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var aliases: Set<GIRType> = {[
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:207:16: note: convert 'aliases' to a 'let' constant to make 'Sendable' shared state immutable
static var aliases: Set<GIRType> = {[
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:207:16: note: add '@MainActor' to make static property 'aliases' part of global actor 'MainActor'
static var aliases: Set<GIRType> = {[
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:207:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var aliases: Set<GIRType> = {[
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:215:16: warning: static property 'enums' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var enums: Set<GIRType> = []
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:215:16: note: convert 'enums' to a 'let' constant to make 'Sendable' shared state immutable
static var enums: Set<GIRType> = []
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:215:16: note: add '@MainActor' to make static property 'enums' part of global actor 'MainActor'
static var enums: Set<GIRType> = []
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:215:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var enums: Set<GIRType> = []
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:218:16: warning: static property 'bitfields' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var bitfields: Set<GIRType> = []
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:218:16: note: convert 'bitfields' to a 'let' constant to make 'Sendable' shared state immutable
static var bitfields: Set<GIRType> = []
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:218:16: note: add '@MainActor' to make static property 'bitfields' part of global actor 'MainActor'
static var bitfields: Set<GIRType> = []
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:218:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var bitfields: Set<GIRType> = []
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:221:16: warning: static property 'optionSets' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var optionSets: [ GIRType : TypeReference ] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:221:16: note: convert 'optionSets' to a 'let' constant to make 'Sendable' shared state immutable
static var optionSets: [ GIRType : TypeReference ] = [:]
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:221:16: note: add '@MainActor' to make static property 'optionSets' part of global actor 'MainActor'
static var optionSets: [ GIRType : TypeReference ] = [:]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:221:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var optionSets: [ GIRType : TypeReference ] = [:]
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:224:16: warning: static property 'recordTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var recordTypes: Set<GIRType> = []
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:224:16: note: convert 'recordTypes' to a 'let' constant to make 'Sendable' shared state immutable
static var recordTypes: Set<GIRType> = []
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:224:16: note: add '@MainActor' to make static property 'recordTypes' part of global actor 'MainActor'
static var recordTypes: Set<GIRType> = []
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:224:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var recordTypes: Set<GIRType> = []
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:227:16: warning: static property 'recordRefs' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var recordRefs: [ GIRType : TypeReference ] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:227:16: note: convert 'recordRefs' to a 'let' constant to make 'Sendable' shared state immutable
static var recordRefs: [ GIRType : TypeReference ] = [:]
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:227:16: note: add '@MainActor' to make static property 'recordRefs' part of global actor 'MainActor'
static var recordRefs: [ GIRType : TypeReference ] = [:]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:227:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var recordRefs: [ GIRType : TypeReference ] = [:]
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:230:16: warning: static property 'refRecords' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var refRecords: [ GIRType : TypeReference ] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:230:16: note: convert 'refRecords' to a 'let' constant to make 'Sendable' shared state immutable
static var refRecords: [ GIRType : TypeReference ] = [:]
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:230:16: note: add '@MainActor' to make static property 'refRecords' part of global actor 'MainActor'
static var refRecords: [ GIRType : TypeReference ] = [:]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:230:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var refRecords: [ GIRType : TypeReference ] = [:]
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:233:16: warning: static property 'protocols' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var protocols: [ GIRType : TypeReference ] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:233:16: note: convert 'protocols' to a 'let' constant to make 'Sendable' shared state immutable
static var protocols: [ GIRType : TypeReference ] = [:]
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:233:16: note: add '@MainActor' to make static property 'protocols' part of global actor 'MainActor'
static var protocols: [ GIRType : TypeReference ] = [:]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:233:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var protocols: [ GIRType : TypeReference ] = [:]
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:236:16: warning: static property 'implements' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var implements: [ GIRType : Set<TypeReference> ] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:236:16: note: convert 'implements' to a 'let' constant to make 'Sendable' shared state immutable
static var implements: [ GIRType : Set<TypeReference> ] = [:]
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:236:16: note: add '@MainActor' to make static property 'implements' part of global actor 'MainActor'
static var implements: [ GIRType : Set<TypeReference> ] = [:]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:236:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var implements: [ GIRType : Set<TypeReference> ] = [:]
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:239:16: warning: static property 'fundamentalTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var fundamentalTypes: Set<GIRType> = {
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:239:16: note: convert 'fundamentalTypes' to a 'let' constant to make 'Sendable' shared state immutable
static var fundamentalTypes: Set<GIRType> = {
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:239:16: note: add '@MainActor' to make static property 'fundamentalTypes' part of global actor 'MainActor'
static var fundamentalTypes: Set<GIRType> = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:239:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var fundamentalTypes: Set<GIRType> = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:244:16: warning: static property 'numericConversions' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var numericConversions = { numericTypes.flatMap { s in numericTypes.map { t in
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:244:16: note: convert 'numericConversions' to a 'let' constant to make 'Sendable' shared state immutable
static var numericConversions = { numericTypes.flatMap { s in numericTypes.map { t in
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:244:16: note: add '@MainActor' to make static property 'numericConversions' part of global actor 'MainActor'
static var numericConversions = { numericTypes.flatMap { s in numericTypes.map { t in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:244:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var numericConversions = { numericTypes.flatMap { s in numericTypes.map { t in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:249:16: warning: static property 'knownTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var knownTypes: Set<GIRType> = fundamentalTypes
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:249:16: note: convert 'knownTypes' to a 'let' constant to make 'Sendable' shared state immutable
static var knownTypes: Set<GIRType> = fundamentalTypes
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:249:16: note: add '@MainActor' to make static property 'knownTypes' part of global actor 'MainActor'
static var knownTypes: Set<GIRType> = fundamentalTypes
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:249:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var knownTypes: Set<GIRType> = fundamentalTypes
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:252:16: warning: static property 'namedTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var namedTypes: [String : Set<GIRType>] = {
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:252:16: note: convert 'namedTypes' to a 'let' constant to make 'Sendable' shared state immutable
static var namedTypes: [String : Set<GIRType>] = {
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:252:16: note: add '@MainActor' to make static property 'namedTypes' part of global actor 'MainActor'
static var namedTypes: [String : Set<GIRType>] = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir+KnownTypes.swift:252:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var namedTypes: [String : Set<GIRType>] = {
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift (in target 'libgir2swift' from project 'gir2swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:35:23: warning: static property 'prefix' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var prefix = ""
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:35:23: note: convert 'prefix' to a 'let' constant to make 'Sendable' shared state immutable
public static var prefix = ""
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:35:23: note: add '@MainActor' to make static property 'prefix' part of global actor 'MainActor'
public static var prefix = ""
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:35:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var prefix = ""
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:37:23: warning: static property 'dottedPrefix' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var dottedPrefix = ""
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:37:23: note: convert 'dottedPrefix' to a 'let' constant to make 'Sendable' shared state immutable
public static var dottedPrefix = ""
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:37:23: note: add '@MainActor' to make static property 'dottedPrefix' part of global actor 'MainActor'
public static var dottedPrefix = ""
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:37:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var dottedPrefix = ""
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:66:23: warning: static property 'docCHostingBasePath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var docCHostingBasePath = ""
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:66:23: note: convert 'docCHostingBasePath' to a 'let' constant to make 'Sendable' shared state immutable
public static var docCHostingBasePath = ""
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:66:23: note: add '@MainActor' to make static property 'docCHostingBasePath' part of global actor 'MainActor'
public static var docCHostingBasePath = ""
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:66:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var docCHostingBasePath = ""
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:69:23: warning: static property 'excludeList' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var excludeList: Set<String> = []
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:69:23: note: convert 'excludeList' to a 'let' constant to make 'Sendable' shared state immutable
public static var excludeList: Set<String> = []
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:69:23: note: add '@MainActor' to make static property 'excludeList' part of global actor 'MainActor'
public static var excludeList: Set<String> = []
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:69:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var excludeList: Set<String> = []
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:72:23: warning: static property 'verbatimConstants' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var verbatimConstants: Set<String> = []
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:72:23: note: convert 'verbatimConstants' to a 'let' constant to make 'Sendable' shared state immutable
public static var verbatimConstants: Set<String> = []
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:72:23: note: add '@MainActor' to make static property 'verbatimConstants' part of global actor 'MainActor'
public static var verbatimConstants: Set<String> = []
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:72:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var verbatimConstants: Set<String> = []
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:75:23: warning: static property 'overrides' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var overrides: Set<String> = []
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:75:23: note: convert 'overrides' to a 'let' constant to make 'Sendable' shared state immutable
public static var overrides: Set<String> = []
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:75:23: note: add '@MainActor' to make static property 'overrides' part of global actor 'MainActor'
public static var overrides: Set<String> = []
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:75:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var overrides: Set<String> = []
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:78:23: warning: static property 'knownCIdentifiers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var knownCIdentifiers: [ String : Datatype ] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:78:23: note: convert 'knownCIdentifiers' to a 'let' constant to make 'Sendable' shared state immutable
public static var knownCIdentifiers: [ String : Datatype ] = [:]
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:78:23: note: add '@MainActor' to make static property 'knownCIdentifiers' part of global actor 'MainActor'
public static var knownCIdentifiers: [ String : Datatype ] = [:]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:78:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var knownCIdentifiers: [ String : Datatype ] = [:]
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:80:23: warning: static property 'knownDataTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var knownDataTypes: [ String : Datatype ] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:80:23: note: convert 'knownDataTypes' to a 'let' constant to make 'Sendable' shared state immutable
public static var knownDataTypes: [ String : Datatype ] = [:]
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:80:23: note: add '@MainActor' to make static property 'knownDataTypes' part of global actor 'MainActor'
public static var knownDataTypes: [ String : Datatype ] = [:]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:80:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var knownDataTypes: [ String : Datatype ] = [:]
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:82:23: warning: static property 'knownRecords' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var knownRecords: [ String : Record ] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:82:23: note: convert 'knownRecords' to a 'let' constant to make 'Sendable' shared state immutable
public static var knownRecords: [ String : Record ] = [:]
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:82:23: note: add '@MainActor' to make static property 'knownRecords' part of global actor 'MainActor'
public static var knownRecords: [ String : Record ] = [:]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:82:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var knownRecords: [ String : Record ] = [:]
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:84:23: warning: static property 'knownBitfields' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var knownBitfields: [ String : Bitfield ] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:84:23: note: convert 'knownBitfields' to a 'let' constant to make 'Sendable' shared state immutable
public static var knownBitfields: [ String : Bitfield ] = [:]
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:84:23: note: add '@MainActor' to make static property 'knownBitfields' part of global actor 'MainActor'
public static var knownBitfields: [ String : Bitfield ] = [:]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:84:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var knownBitfields: [ String : Bitfield ] = [:]
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:86:23: warning: static property 'KnownFunctions' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var KnownFunctions: [ String : Function ] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:86:23: note: convert 'KnownFunctions' to a 'let' constant to make 'Sendable' shared state immutable
public static var KnownFunctions: [ String : Function ] = [:]
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:86:23: note: add '@MainActor' to make static property 'KnownFunctions' part of global actor 'MainActor'
public static var KnownFunctions: [ String : Function ] = [:]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:86:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var KnownFunctions: [ String : Function ] = [:]
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:88:23: warning: static property 'callbackSuffixes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var callbackSuffixes = [String]()
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:88:23: note: convert 'callbackSuffixes' to a 'let' constant to make 'Sendable' shared state immutable
public static var callbackSuffixes = [String]()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:88:23: note: add '@MainActor' to make static property 'callbackSuffixes' part of global actor 'MainActor'
public static var callbackSuffixes = [String]()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:88:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var callbackSuffixes = [String]()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:90:23: warning: static property 'forceUnwrapped' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var forceUnwrapped: Set<String> = ["gpointer", "gconstpointer"]
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:90:23: note: convert 'forceUnwrapped' to a 'let' constant to make 'Sendable' shared state immutable
public static var forceUnwrapped: Set<String> = ["gpointer", "gconstpointer"]
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:90:23: note: add '@MainActor' to make static property 'forceUnwrapped' part of global actor 'MainActor'
public static var forceUnwrapped: Set<String> = ["gpointer", "gconstpointer"]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:90:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var forceUnwrapped: Set<String> = ["gpointer", "gconstpointer"]
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:93:23: warning: static property 'namespaceReplacements' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var namespaceReplacements: [ Substring : Substring ] = [
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:93:23: note: convert 'namespaceReplacements' to a 'let' constant to make 'Sendable' shared state immutable
public static var namespaceReplacements: [ Substring : Substring ] = [
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:93:23: note: add '@MainActor' to make static property 'namespaceReplacements' part of global actor 'MainActor'
public static var namespaceReplacements: [ Substring : Substring ] = [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:93:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var namespaceReplacements: [ Substring : Substring ] = [
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:98:23: warning: static property 'typedCollections' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var typedCollections: Set<String> = [
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:98:23: note: convert 'typedCollections' to a 'let' constant to make 'Sendable' shared state immutable
public static var typedCollections: Set<String> = [
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:98:23: note: add '@MainActor' to make static property 'typedCollections' part of global actor 'MainActor'
public static var typedCollections: Set<String> = [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:98:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var typedCollections: Set<String> = [
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:103:23: warning: static property 'glibPointerWrapper' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var glibPointerWrapper = "GLib.PointerWrapper"
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:103:23: note: convert 'glibPointerWrapper' to a 'let' constant to make 'Sendable' shared state immutable
public static var glibPointerWrapper = "GLib.PointerWrapper"
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:103:23: note: add '@MainActor' to make static property 'glibPointerWrapper' part of global actor 'MainActor'
public static var glibPointerWrapper = "GLib.PointerWrapper"
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:103:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var glibPointerWrapper = "GLib.PointerWrapper"
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir2Swift.swift (in target 'libgir2swift' from project 'gir2swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/GirType.swift (in target 'libgir2swift' from project 'gir2swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/TypeConversion.swift (in target 'libgir2swift' from project 'gir2swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling GirCallback.swift, GirClass.swift, GirConstant.swift, GirDatatype.swift, GirEnumeration.swift (in target 'libgir2swift' from project 'gir2swift')
SwiftCompile normal arm64 Compiling\ GirProperty.swift,\ GirRecord.swift,\ GirSignal.swift,\ GirThing.swift /Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/gir\ elements/GirProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/gir\ elements/GirRecord.swift /Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/gir\ elements/GirSignal.swift /Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/gir\ elements/GirThing.swift (in target 'libgir2swift' from project 'gir2swift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/gir\ elements/GirProperty.swift (in target 'libgir2swift' from project 'gir2swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/gir\ elements/GirRecord.swift (in target 'libgir2swift' from project 'gir2swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/gir\ elements/GirSignal.swift (in target 'libgir2swift' from project 'gir2swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/gir\ elements/GirThing.swift (in target 'libgir2swift' from project 'gir2swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling ParserError.swift, SplitArguments.swift, DumpHelpGenerator.swift, HelpCommand.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
SwiftCompile normal arm64 Compiling\ CodeBuilder.swift,\ c2swift.swift,\ emit-class.swift,\ emit-signals.swift,\ gir+swift.swift /Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/emitting/CodeBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/emitting/c2swift.swift /Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/emitting/emit-class.swift /Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/emitting/emit-signals.swift /Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/emitting/gir+swift.swift (in target 'libgir2swift' from project 'gir2swift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/emitting/CodeBuilder.swift (in target 'libgir2swift' from project 'gir2swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/emitting/CodeBuilder.swift:29:16: warning: static property 'defaultCodeIndentation' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var defaultCodeIndentation: String = " "
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/emitting/CodeBuilder.swift:29:16: note: convert 'defaultCodeIndentation' to a 'let' constant to make 'Sendable' shared state immutable
static var defaultCodeIndentation: String = " "
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/emitting/CodeBuilder.swift:29:16: note: add '@MainActor' to make static property 'defaultCodeIndentation' part of global actor 'MainActor'
static var defaultCodeIndentation: String = " "
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/emitting/CodeBuilder.swift:29:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var defaultCodeIndentation: String = " "
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/emitting/c2swift.swift (in target 'libgir2swift' from project 'gir2swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/emitting/emit-class.swift (in target 'libgir2swift' from project 'gir2swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/emitting/emit-signals.swift (in target 'libgir2swift' from project 'gir2swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/emitting/gir+swift.swift (in target 'libgir2swift' from project 'gir2swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling BashCompletionsGenerator.swift, CompletionsGenerator.swift, FishCompletionsGenerator.swift, ZshCompletionsGenerator.swift, Argument.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
SwiftCompile normal arm64 Compiling\ GirUnion.swift,\ girtype+xml.swift,\ Character+Utilities.swift,\ Collection+Utilities.swift /Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/gir\ elements/GirUnion.swift /Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/girtype+xml.swift /Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/Character+Utilities.swift /Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/Collection+Utilities.swift (in target 'libgir2swift' from project 'gir2swift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/gir\ elements/GirUnion.swift (in target 'libgir2swift' from project 'gir2swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/girtype+xml.swift (in target 'libgir2swift' from project 'gir2swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/Character+Utilities.swift (in target 'libgir2swift' from project 'gir2swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/Collection+Utilities.swift (in target 'libgir2swift' from project 'gir2swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling GirField.swift, GirFunction.swift, GirInterface.swift, GirMethod.swift (in target 'libgir2swift' from project 'gir2swift')
SwiftCompile normal arm64 Compiling\ XML+Utilities.swift,\ generation.swift,\ planning.swift,\ postprocessing.swift /Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/XML+Utilities.swift /Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift /Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/planning.swift /Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/postprocessing.swift (in target 'libgir2swift' from project 'gir2swift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/XML+Utilities.swift (in target 'libgir2swift' from project 'gir2swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift (in target 'libgir2swift' from project 'gir2swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:146:49: warning: mutation of captured var 'outputFiles' in concurrently-executing code
outq.async(group: queues) { outputFiles.insert(fileName) }
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:152:46: warning: capture of 'write(_:to:preamble:append:)' with non-sendable type '(String, String, String, Bool) -> ()' in a '@Sendable' closure
queue.async(group: queues) { write(string, to: fileName, append: doAppend) }
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:152:46: note: a function type must be marked '@Sendable' to conform to 'Sendable'
queue.async(group: queues) { write(string, to: fileName, append: doAppend) }
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:136:18: warning: concurrently-executed local function 'write(_:to:preamble:append:)' must be marked as '@Sendable'
func write(_ string: String, to fileName: String, preamble: String = preamble, append doAppend: Bool = false) {
^
@Sendable
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:206:49: warning: mutation of captured var 'outputString' in concurrently-executing code
outq.async(group: queues) { outputString += code }
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:215:26: warning: capture of 'fileManager' with non-sendable type 'FileManager' in a '@Sendable' closure
try? fileManager.removeItem(atPath: f)
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:96:12: note: class 'FileManager' does not conform to the 'Sendable' protocol
@interface NSFileManager : NSObject
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:218:53: warning: mutation of captured var 'outputFiles' in concurrently-executing code
outq.async(group: queues) { outputFiles.insert(f) }
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:224:31: warning: capture of 'gir' with non-sendable type 'GIR' in a '@Sendable' closure
let aliases = gir.aliases.filter{!exclusions.contains($0.name)}.map(swiftCode).joined(separator: "\n\n")
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:22:20: note: class 'GIR' does not conform to the 'Sendable' protocol
public final class GIR {
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:227:21: warning: capture of 'write(_:to:preamble:append:)' with non-sendable type '(String, String, String, Bool) -> ()' in a '@Sendable' closure
write(aliases, to: f)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:227:21: note: a function type must be marked '@Sendable' to conform to 'Sendable'
write(aliases, to: f)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:229:49: warning: mutation of captured var 'outputString' in concurrently-executing code
outq.async(group: queues) { outputString += aliases } }
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:232:33: warning: capture of 'gir' with non-sendable type 'GIR' in a '@Sendable' closure
let callbacks = gir.callbacks.filter{!exclusions.contains($0.name)}.map(swiftCallbackAliasCode).joined(separator: "\n\n")
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:22:20: note: class 'GIR' does not conform to the 'Sendable' protocol
public final class GIR {
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:235:21: warning: capture of 'write(_:to:preamble:append:)' with non-sendable type '(String, String, String, Bool) -> ()' in a '@Sendable' closure
write(callbacks, to: f)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:235:21: note: a function type must be marked '@Sendable' to conform to 'Sendable'
write(callbacks, to: f)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:236:54: warning: mutation of captured var 'outputString' in concurrently-executing code
} else { outq.async(group: queues) { outputString += callbacks } }
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:239:33: warning: capture of 'gir' with non-sendable type 'GIR' in a '@Sendable' closure
let constants = gir.constants.filter{!exclusions.contains($0.name)}.map(swiftCode).joined(separator: "\n\n")
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:22:20: note: class 'GIR' does not conform to the 'Sendable' protocol
public final class GIR {
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:242:21: warning: capture of 'write(_:to:preamble:append:)' with non-sendable type '(String, String, String, Bool) -> ()' in a '@Sendable' closure
write(constants, to: f)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:242:21: note: a function type must be marked '@Sendable' to conform to 'Sendable'
write(constants, to: f)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:243:55: warning: mutation of captured var 'outputString' in concurrently-executing code
} else { outq.async(group: queues) { outputString += constants } }
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:246:36: warning: capture of 'gir' with non-sendable type 'GIR' in a '@Sendable' closure
let enumerations = gir.enumerations.filter{!exclusions.contains($0.name)}.map(swiftCode).joined(separator: "\n\n")
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:22:20: note: class 'GIR' does not conform to the 'Sendable' protocol
public final class GIR {
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:249:21: warning: capture of 'write(_:to:preamble:append:)' with non-sendable type '(String, String, String, Bool) -> ()' in a '@Sendable' closure
write(enumerations, to: f)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:249:21: note: a function type must be marked '@Sendable' to conform to 'Sendable'
write(enumerations, to: f)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:250:54: warning: mutation of captured var 'outputString' in concurrently-executing code
} else { outq.async(group: queues) { outputString += enumerations } }
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:253:33: warning: capture of 'gir' with non-sendable type 'GIR' in a '@Sendable' closure
let bitfields = gir.bitfields.filter{!exclusions.contains($0.name)}.map(swiftCode).joined(separator: "\n\n")
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:22:20: note: class 'GIR' does not conform to the 'Sendable' protocol
public final class GIR {
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:256:21: warning: capture of 'write(_:to:preamble:append:)' with non-sendable type '(String, String, String, Bool) -> ()' in a '@Sendable' closure
write(bitfields, to: f)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:256:21: note: a function type must be marked '@Sendable' to conform to 'Sendable'
write(bitfields, to: f)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:257:54: warning: mutation of captured var 'outputString' in concurrently-executing code
} else { outq.async(group: queues) { outputString += bitfields } }
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:260:53: warning: capture of 'gir' with non-sendable type 'GIR' in a '@Sendable' closure
let convert = swiftUnionsConversion(gir.functions)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:22:20: note: class 'GIR' does not conform to the 'Sendable' protocol
public final class GIR {
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:264:21: warning: capture of 'write(_:to:preamble:append:)' with non-sendable type '(String, String, String, Bool) -> ()' in a '@Sendable' closure
write(unions, to: f)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:264:21: note: a function type must be marked '@Sendable' to conform to 'Sendable'
write(unions, to: f)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:265:54: warning: mutation of captured var 'outputString' in concurrently-executing code
} else { outq.async(group: queues) { outputString += unions } }
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:268:41: warning: capture of 'gir' with non-sendable type 'GIR' in a '@Sendable' closure
let convert = swiftCode(gir.functions)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:22:20: note: class 'GIR' does not conform to the 'Sendable' protocol
public final class GIR {
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:270:17: warning: capture of 'write(_:using:)' with non-sendable type '<T where T : GIR.Record> ([T], using: (String) -> (GIR.Record) -> String) -> ()' in a '@Sendable' closure
write(types, using: convert)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:154:18: warning: concurrently-executed local function 'write(_:using:)' must be marked as '@Sendable'
func write<T: GIR.Record>(_ types: [T], using ptrconvert: (String) -> (GIR.Record) -> String) {
^
@Sendable
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:273:41: warning: capture of 'gir' with non-sendable type 'GIR' in a '@Sendable' closure
let convert = swiftCode(gir.functions)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:22:20: note: class 'GIR' does not conform to the 'Sendable' protocol
public final class GIR {
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:284:17: warning: capture of 'write(_:using:)' with non-sendable type '<T where T : GIR.Record> ([T], using: (String) -> (GIR.Record) -> String) -> ()' in a '@Sendable' closure
write(records, using: convert)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:287:41: warning: capture of 'gir' with non-sendable type 'GIR' in a '@Sendable' closure
let convert = swiftCode(gir.functions)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:22:20: note: class 'GIR' does not conform to the 'Sendable' protocol
public final class GIR {
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:289:17: warning: capture of 'write(_:using:)' with non-sendable type '<T where T : GIR.Record> ([T], using: (String) -> (GIR.Record) -> String) -> ()' in a '@Sendable' closure
write(types, using: convert)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:292:33: warning: capture of 'gir' with non-sendable type 'GIR' in a '@Sendable' closure
let functions = gir.functions.filter{!exclusions.contains($0.name)}.map(swiftCode).joined(separator: "\n\n")
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:22:20: note: class 'GIR' does not conform to the 'Sendable' protocol
public final class GIR {
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:295:21: warning: capture of 'write(_:to:preamble:append:)' with non-sendable type '(String, String, String, Bool) -> ()' in a '@Sendable' closure
write(functions, to: f)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:295:21: note: a function type must be marked '@Sendable' to conform to 'Sendable'
write(functions, to: f)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:296:54: warning: mutation of captured var 'outputString' in concurrently-executing code
} else { outq.async(group: queues) { outputString += functions } }
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:302:47: warning: capture of 'gir' with non-sendable type 'GIR' in a '@Sendable' closure
let privatePrefix = "_" + gir.prefix + "_"
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/models/Gir.swift:22:20: note: class 'GIR' does not conform to the 'Sendable' protocol
public final class GIR {
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:312:25: warning: capture of 'write(_:to:preamble:append:)' with non-sendable type '(String, String, String, Bool) -> ()' in a '@Sendable' closure
write(code, to: f, preamble: preamble)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:312:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
write(code, to: f, preamble: preamble)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:314:53: warning: mutation of captured var 'outputString' in concurrently-executing code
outq.async(group: queues) { outputString += code }
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:344:29: warning: capture of 'write(_:to:preamble:append:)' with non-sendable type '(String, String, String, Bool) -> ()' in an isolated closure; this is an error in the Swift 6 language mode
write(code, to: f, append: true)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:344:29: note: a function type must be marked '@Sendable' to conform to 'Sendable'
write(code, to: f, append: true)
^
/Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/generation.swift:345:63: warning: mutation of captured var 'outputString' in concurrently-executing code
} else { outq.async(group: queues) { outputString += code } }
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/planning.swift (in target 'libgir2swift' from project 'gir2swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/libgir2swift/utilities/postprocessing.swift (in target 'libgir2swift' from project 'gir2swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling HelpGenerator.swift, MessageInfo.swift, UsageGenerator.swift, CollectionExtensions.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
SwiftDriverJobDiscovery normal arm64 Compiling ParsableArguments.swift, ParsableArgumentsValidation.swift, ParsableCommand.swift, ArgumentDecoder.swift (in target 'ArgumentParser' from project 'swift-argument-parser')
SwiftDriver\ Compilation ArgumentParser normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ArgumentParser -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
ExtractAppIntentsMetadata (in target 'Yams' from project 'Yams')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Yams
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Yams --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier yams.Yams --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Yams.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Yams.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/Yams.build/Objects-normal/arm64/Yams_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/Yams.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/Yams.build/Objects-normal/arm64/Yams.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/Yams.build/Yams.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/Yams.build/Yams.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/Yams.build/Objects-normal/arm64/Yams.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-30 14:47:34.835 appintentsmetadataprocessor[938:5020] Starting appintentsmetadataprocessor export
2025-04-30 14:47:34.873 appintentsmetadataprocessor[938:5020] Extracted no relevant App Intents symbols, skipping writing output
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParser.o normal (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParser.o
SwiftDriverJobDiscovery normal arm64 Compiling TypeReference.swift, GirAlias.swift, GirArgument.swift, GirBitfield.swift, GirCType.swift (in target 'libgir2swift' from project 'gir2swift')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Yams.o (in target 'Yams' from project 'Yams')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Yams
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Yams.o
ExtractAppIntentsMetadata (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name ArgumentParser --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier swift-argument-parser.ArgumentParser --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParser.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParser.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/ArgumentParser.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/ArgumentParser.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-30 14:47:34.938 appintentsmetadataprocessor[941:5038] Starting appintentsmetadataprocessor export
2025-04-30 14:47:34.974 appintentsmetadataprocessor[941:5038] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParser.o (in target 'ArgumentParser' from project 'swift-argument-parser')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ArgumentParser.o
SwiftDriverJobDiscovery normal arm64 Compiling GirProperty.swift, GirRecord.swift, GirSignal.swift, GirThing.swift (in target 'libgir2swift' from project 'gir2swift')
SwiftDriverJobDiscovery normal arm64 Compiling GirUnion.swift, girtype+xml.swift, Character+Utilities.swift, Collection+Utilities.swift (in target 'libgir2swift' from project 'gir2swift')
SwiftDriverJobDiscovery normal arm64 Compiling Streams.swift, String+Substring.swift, String+Utilities.swift, System.swift (in target 'libgir2swift' from project 'gir2swift')
SwiftDriverJobDiscovery normal arm64 Compiling girtypes+swift.swift, gtk2swiftdoc.swift, ConversionContext.swift, Gir+Enums.swift, Gir+KnowTypeSets.swift (in target 'libgir2swift' from project 'gir2swift')
SwiftDriverJobDiscovery normal arm64 Emitting module for libgir2swift (in target 'libgir2swift' from project 'gir2swift')
SwiftDriver\ Compilation\ Requirements libgir2swift normal arm64 com.apple.xcode.tools.swift.compiler (in target 'libgir2swift' from project 'gir2swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name libgir2swift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/libgir2swift.build/Objects-normal/arm64/libgir2swift.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/libgir2swift.build/Objects-normal/arm64/libgir2swift-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/libgir2swift.build/Objects-normal/arm64/libgir2swift.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/libgir2swift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/libgir2swift.build/Objects-normal/arm64/libgir2swift_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Yams/Sources/CYaml/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/libgir2swift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/libgir2swift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/libgir2swift.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/libgir2swift.build/Objects-normal/arm64/libgir2swift-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/libgir2swift-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/libgir2swift.build/Objects-normal/arm64/libgir2swift-Swift.h (in target 'libgir2swift' from project 'gir2swift')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/libgir2swift.build/Objects-normal/arm64/libgir2swift-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/libgir2swift-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/libgir2swift.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/libgir2swift.build/Objects-normal/arm64/libgir2swift.swiftdoc (in target 'libgir2swift' from project 'gir2swift')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/libgir2swift.build/Objects-normal/arm64/libgir2swift.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/libgir2swift.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/libgir2swift.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/libgir2swift.build/Objects-normal/arm64/libgir2swift.swiftmodule (in target 'libgir2swift' from project 'gir2swift')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/libgir2swift.build/Objects-normal/arm64/libgir2swift.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/libgir2swift.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/libgir2swift.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/libgir2swift.build/Objects-normal/arm64/libgir2swift.abi.json (in target 'libgir2swift' from project 'gir2swift')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/libgir2swift.build/Objects-normal/arm64/libgir2swift.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/libgir2swift.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/libgir2swift.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/libgir2swift.build/Objects-normal/arm64/libgir2swift.swiftsourceinfo (in target 'libgir2swift' from project 'gir2swift')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/libgir2swift.build/Objects-normal/arm64/libgir2swift.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/libgir2swift.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriver gir2swift normal arm64 com.apple.xcode.tools.swift.compiler (in target 'gir2swift' from project 'gir2swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name gir2swift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/gir2swift.build/Objects-normal/arm64/gir2swift.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/gir2swift.build/Objects-normal/arm64/gir2swift-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/gir2swift.build/Objects-normal/arm64/gir2swift.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/gir2swift.build/Objects-normal/arm64/gir2swift_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Yams/Sources/CYaml/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/gir2swift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/gir2swift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/gir2swift.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ gir2swift (in target 'gir2swift' from project 'gir2swift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/gir2swift/main.swift (in target 'gir2swift' from project 'gir2swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ main.swift /Users/admin/builder/spi-builder-workspace/Sources/gir2swift/main.swift (in target 'gir2swift' from project 'gir2swift')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/gir2swift/main.swift (in target 'gir2swift' from project 'gir2swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for gir2swift (in target 'gir2swift' from project 'gir2swift')
SwiftDriver\ Compilation\ Requirements gir2swift normal arm64 com.apple.xcode.tools.swift.compiler (in target 'gir2swift' from project 'gir2swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name gir2swift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/gir2swift.build/Objects-normal/arm64/gir2swift.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/gir2swift.build/Objects-normal/arm64/gir2swift-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/gir2swift.build/Objects-normal/arm64/gir2swift.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/gir2swift.build/Objects-normal/arm64/gir2swift_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Yams/Sources/CYaml/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/gir2swift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/gir2swift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/gir2swift.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/gir2swift.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/gir2swift.build/Objects-normal/arm64/gir2swift.abi.json (in target 'gir2swift' from project 'gir2swift')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/gir2swift.build/Objects-normal/arm64/gir2swift.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/gir2swift.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/gir2swift.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/gir2swift.build/Objects-normal/arm64/gir2swift.swiftmodule (in target 'gir2swift' from project 'gir2swift')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/gir2swift.build/Objects-normal/arm64/gir2swift.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/gir2swift.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/gir2swift.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/gir2swift.build/Objects-normal/arm64/gir2swift.swiftdoc (in target 'gir2swift' from project 'gir2swift')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/gir2swift.build/Objects-normal/arm64/gir2swift.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/gir2swift.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/gir2swift.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/gir2swift.build/Objects-normal/arm64/gir2swift.swiftsourceinfo (in target 'gir2swift' from project 'gir2swift')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/gir2swift.build/Objects-normal/arm64/gir2swift.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/gir2swift.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling main.swift (in target 'gir2swift' from project 'gir2swift')
SwiftDriver\ Compilation gir2swift normal arm64 com.apple.xcode.tools.swift.compiler (in target 'gir2swift' from project 'gir2swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name gir2swift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/gir2swift.build/Objects-normal/arm64/gir2swift.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/gir2swift.build/Objects-normal/arm64/gir2swift-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/gir2swift.build/Objects-normal/arm64/gir2swift.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/gir2swift.build/Objects-normal/arm64/gir2swift_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Yams/Sources/CYaml/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/gir2swift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/gir2swift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/gir2swift.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Gir+KnownTypes.swift, Gir.swift, Gir2Swift.swift, GirType.swift, TypeConversion.swift (in target 'libgir2swift' from project 'gir2swift')
SwiftDriverJobDiscovery normal arm64 Compiling XML+Utilities.swift, generation.swift, planning.swift, postprocessing.swift (in target 'libgir2swift' from project 'gir2swift')
SwiftDriverJobDiscovery normal arm64 Compiling CodeBuilder.swift, c2swift.swift, emit-class.swift, emit-signals.swift, gir+swift.swift (in target 'libgir2swift' from project 'gir2swift')
SwiftDriver\ Compilation libgir2swift normal arm64 com.apple.xcode.tools.swift.compiler (in target 'libgir2swift' from project 'gir2swift')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name libgir2swift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/libgir2swift.build/Objects-normal/arm64/libgir2swift.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/libgir2swift.build/Objects-normal/arm64/libgir2swift-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/libgir2swift.build/Objects-normal/arm64/libgir2swift.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/libgir2swift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/libgir2swift.build/Objects-normal/arm64/libgir2swift_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Yams/Sources/CYaml/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/libgir2swift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/libgir2swift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/libgir2swift.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/libgir2swift.build/Objects-normal/arm64/libgir2swift-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/libgir2swift.o normal (in target 'libgir2swift' from project 'gir2swift')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/libgir2swift.build/Objects-normal/arm64/libgir2swift.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/libgir2swift.build/Objects-normal/arm64/libgir2swift_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/libgir2swift.build/Objects-normal/arm64/libgir2swift_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/libgir2swift.build/Objects-normal/arm64/libgir2swift.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/libgir2swift.o
ExtractAppIntentsMetadata (in target 'libgir2swift' from project 'gir2swift')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name libgir2swift --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier spi-builder-workspace.libgir2swift --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/libgir2swift.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/libgir2swift.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/libgir2swift.build/Objects-normal/arm64/libgir2swift_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/libgir2swift.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/libgir2swift.build/Objects-normal/arm64/libgir2swift.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/libgir2swift.build/libgir2swift.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/libgir2swift.build/libgir2swift.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/libgir2swift.build/Objects-normal/arm64/libgir2swift.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-30 14:47:40.603 appintentsmetadataprocessor[946:5099] Starting appintentsmetadataprocessor export
2025-04-30 14:47:40.638 appintentsmetadataprocessor[946:5099] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/libgir2swift.o (in target 'libgir2swift' from project 'gir2swift')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/libgir2swift.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/gir2swift normal (in target 'gir2swift' from project 'gir2swift')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/gir2swift.build/Objects-normal/arm64/gir2swift.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -Xlinker -rpath -Xlinker @executable_path/../lib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/gir2swift.build/Objects-normal/arm64/gir2swift_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/gir2swift.build/Objects-normal/arm64/gir2swift_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/gir2swift.build/Objects-normal/arm64/gir2swift.swiftmodule -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/gir2swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLibXML.build/Debug/SwiftLibXML.build/Objects-normal/arm64/SwiftLibXML.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Yams.build/Debug/Yams.build/Objects-normal/arm64/Yams.swiftmodule -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/gir2swift.build/Debug/libgir2swift.build/Objects-normal/arm64/libgir2swift.swiftmodule
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/gir2swift (in target 'gir2swift' from project 'gir2swift')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/gir2swift
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:bdf1acd0784554cc5386b4ff19632f19982bf8bd, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:bdf1acd0784554cc5386b4ff19632f19982bf8bd, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:bdf1acd0784554cc5386b4ff19632f19982bf8bd, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:bdf1acd0784554cc5386b4ff19632f19982bf8bd, name:My Mac }
Build complete.
{
"dependencies" : [
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.6",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
},
{
"identity" : "swiftlibxml",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/rhx/SwiftLibXML.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "gir2swift",
"name" : "gir2swift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "gir2swift",
"targets" : [
"gir2swift"
],
"type" : {
"executable" : null
}
},
{
"name" : "libgir2swift",
"targets" : [
"libgir2swift"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "gir2swift-plugin",
"targets" : [
"gir2swift-plugin"
],
"type" : {
"plugin" : null
}
}
],
"targets" : [
{
"c99name" : "libgir2swift",
"module_type" : "SwiftTarget",
"name" : "libgir2swift",
"path" : "Sources/libgir2swift",
"product_dependencies" : [
"SwiftLibXML",
"ArgumentParser",
"Yams"
],
"product_memberships" : [
"gir2swift",
"libgir2swift",
"gir2swift-plugin"
],
"sources" : [
"emitting/CodeBuilder.swift",
"emitting/c2swift.swift",
"emitting/emit-class.swift",
"emitting/emit-signals.swift",
"emitting/gir+swift.swift",
"emitting/girtypes+swift.swift",
"emitting/gtk2swiftdoc.swift",
"models/ConversionContext.swift",
"models/Gir+Enums.swift",
"models/Gir+KnowTypeSets.swift",
"models/Gir+KnownTypes.swift",
"models/Gir.swift",
"models/Gir2Swift.swift",
"models/GirType.swift",
"models/TypeConversion.swift",
"models/TypeReference.swift",
"models/gir elements/GirAlias.swift",
"models/gir elements/GirArgument.swift",
"models/gir elements/GirBitfield.swift",
"models/gir elements/GirCType.swift",
"models/gir elements/GirCallback.swift",
"models/gir elements/GirClass.swift",
"models/gir elements/GirConstant.swift",
"models/gir elements/GirDatatype.swift",
"models/gir elements/GirEnumeration.swift",
"models/gir elements/GirField.swift",
"models/gir elements/GirFunction.swift",
"models/gir elements/GirInterface.swift",
"models/gir elements/GirMethod.swift",
"models/gir elements/GirProperty.swift",
"models/gir elements/GirRecord.swift",
"models/gir elements/GirSignal.swift",
"models/gir elements/GirThing.swift",
"models/gir elements/GirUnion.swift",
"models/girtype+xml.swift",
"utilities/Character+Utilities.swift",
"utilities/Collection+Utilities.swift",
"utilities/Streams.swift",
"utilities/String+Substring.swift",
"utilities/String+Utilities.swift",
"utilities/System.swift",
"utilities/XML+Utilities.swift",
"utilities/generation.swift",
"utilities/planning.swift",
"utilities/postprocessing.swift"
],
"type" : "library"
},
{
"c99name" : "gir2swiftTests",
"module_type" : "SwiftTarget",
"name" : "gir2swiftTests",
"path" : "Tests/gir2swiftTests",
"sources" : [
"gir2swiftTests.swift"
],
"target_dependencies" : [
"libgir2swift"
],
"type" : "test"
},
{
"c99name" : "gir2swift_plugin",
"module_type" : "PluginTarget",
"name" : "gir2swift-plugin",
"path" : "Plugins/gir2swift-plugin",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"gir2swift-plugin"
],
"sources" : [
"plugin.swift"
],
"target_dependencies" : [
"gir2swift"
],
"type" : "plugin"
},
{
"c99name" : "gir2swift",
"module_type" : "SwiftTarget",
"name" : "gir2swift",
"path" : "Sources/gir2swift",
"product_memberships" : [
"gir2swift",
"gir2swift-plugin"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"libgir2swift"
],
"type" : "executable"
}
],
"tools_version" : "5.6"
}
Done.