The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build sharing-grdb, reference main (b8bbdc), with Swift 6.1 for Linux on 9 Sep 2025 01:07:15 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/sharing-grdb.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/pointfreeco/sharing-grdb
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b8bbdc5 StructuredQueries Bool binding support (#171)
Cloned https://github.com/pointfreeco/sharing-grdb.git
Revision (git rev-parse @):
b8bbdc5762d6ae30fb1e45a780e134ae1953d284
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/sharing-grdb.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pointfreeco/sharing-grdb.git
https://github.com/pointfreeco/sharing-grdb.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump"
    },
    {
      "identity" : "grdb.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.4.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/groue/GRDB.swift"
    },
    {
      "identity" : "swift-dependencies",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-dependencies"
    },
    {
      "identity" : "xctest-dynamic-overlay",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
    },
    {
      "identity" : "swift-sharing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-sharing"
    },
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.18.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    },
    {
      "identity" : "swift-structured-queries",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.19.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-structured-queries"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "sharing-grdb",
  "name" : "sharing-grdb",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "SharingGRDB",
      "targets" : [
        "SharingGRDB"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SharingGRDBCore",
      "targets" : [
        "SharingGRDBCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SharingGRDBTestSupport",
      "targets" : [
        "SharingGRDBTestSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StructuredQueriesGRDB",
      "targets" : [
        "StructuredQueriesGRDB"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StructuredQueriesGRDBCore",
      "targets" : [
        "StructuredQueriesGRDBCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "StructuredQueriesGRDBTests",
      "module_type" : "SwiftTarget",
      "name" : "StructuredQueriesGRDBTests",
      "path" : "Tests/StructuredQueriesGRDBTests",
      "product_dependencies" : [
        "DependenciesTestSupport",
        "StructuredQueries"
      ],
      "sources" : [
        "CustomFunctionTests.swift",
        "MigrationTests.swift",
        "QueryCursorTests.swift"
      ],
      "target_dependencies" : [
        "StructuredQueriesGRDB"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StructuredQueriesGRDBCore",
      "module_type" : "SwiftTarget",
      "name" : "StructuredQueriesGRDBCore",
      "path" : "Sources/StructuredQueriesGRDBCore",
      "product_dependencies" : [
        "GRDB",
        "Dependencies",
        "IssueReporting",
        "StructuredQueriesCore",
        "StructuredQueriesSQLiteCore"
      ],
      "product_memberships" : [
        "SharingGRDB",
        "SharingGRDBCore",
        "SharingGRDBTestSupport",
        "StructuredQueriesGRDB",
        "StructuredQueriesGRDBCore"
      ],
      "sources" : [
        "CustomFunctions.swift",
        "DefaultDatabase.swift",
        "Internal/Exports.swift",
        "Internal/ISO8601.swift",
        "QueryCursor.swift",
        "SQLiteQueryDecoder.swift",
        "Seed.swift",
        "Statement+GRDB.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StructuredQueriesGRDB",
      "module_type" : "SwiftTarget",
      "name" : "StructuredQueriesGRDB",
      "path" : "Sources/StructuredQueriesGRDB",
      "product_dependencies" : [
        "StructuredQueries",
        "StructuredQueriesSQLite"
      ],
      "product_memberships" : [
        "SharingGRDB",
        "SharingGRDBTestSupport",
        "StructuredQueriesGRDB"
      ],
      "sources" : [
        "StructuredQueriesGRDB.swift"
      ],
      "target_dependencies" : [
        "StructuredQueriesGRDBCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SharingGRDBTests",
      "module_type" : "SwiftTarget",
      "name" : "SharingGRDBTests",
      "path" : "Tests/SharingGRDBTests",
      "product_dependencies" : [
        "DependenciesTestSupport",
        "StructuredQueries"
      ],
      "sources" : [
        "AssertQueryTests.swift",
        "FetchAllTests.swift",
        "FetchOneTests.swift",
        "FetchTests.swift",
        "IntegrationTests.swift",
        "SharingGRDBTests.swift"
      ],
      "target_dependencies" : [
        "SharingGRDB",
        "SharingGRDBTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SharingGRDBTestSupport",
      "module_type" : "SwiftTarget",
      "name" : "SharingGRDBTestSupport",
      "path" : "Sources/SharingGRDBTestSupport",
      "product_dependencies" : [
        "CustomDump",
        "InlineSnapshotTesting",
        "StructuredQueriesTestSupport"
      ],
      "product_memberships" : [
        "SharingGRDBTestSupport"
      ],
      "sources" : [
        "AssertQuery.swift"
      ],
      "target_dependencies" : [
        "SharingGRDB"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SharingGRDBCore",
      "module_type" : "SwiftTarget",
      "name" : "SharingGRDBCore",
      "path" : "Sources/SharingGRDBCore",
      "product_dependencies" : [
        "GRDB",
        "Sharing"
      ],
      "product_memberships" : [
        "SharingGRDB",
        "SharingGRDBCore",
        "SharingGRDBTestSupport"
      ],
      "sources" : [
        "Fetch.swift",
        "FetchAll.swift",
        "FetchKey+SwiftUI.swift",
        "FetchKey.swift",
        "FetchKeyRequest.swift",
        "FetchOne.swift",
        "Internal/Deprecations.swift",
        "Internal/Exports.swift",
        "Internal/StatementKey.swift"
      ],
      "target_dependencies" : [
        "StructuredQueriesGRDBCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SharingGRDB",
      "module_type" : "SwiftTarget",
      "name" : "SharingGRDB",
      "path" : "Sources/SharingGRDB",
      "product_memberships" : [
        "SharingGRDB",
        "SharingGRDBTestSupport"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "target_dependencies" : [
        "SharingGRDBCore",
        "StructuredQueriesGRDB"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/pointfreeco/swift-sharing
Fetching https://github.com/pointfreeco/swift-structured-queries
[1/6334] Fetching swift-dependencies
[2218/9803] Fetching swift-dependencies, swift-sharing
[6228/11897] Fetching swift-dependencies, swift-sharing, swift-docc-plugin
[10056/17396] Fetching swift-dependencies, swift-sharing, swift-docc-plugin, xctest-dynamic-overlay
[13248/22128] Fetching swift-dependencies, swift-sharing, swift-docc-plugin, xctest-dynamic-overlay, swift-structured-queries
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.46s)
[13870/15794] Fetching swift-sharing, swift-docc-plugin, xctest-dynamic-overlay, swift-structured-queries
Fetching https://github.com/groue/GRDB.swift
Fetched https://github.com/pointfreeco/swift-structured-queries from cache (0.56s)
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetched https://github.com/apple/swift-docc-plugin from cache (0.57s)
[1/15372] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.80s)
[463/19970] Fetching swift-snapshot-testing, swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.40s)
[770/127327] Fetching swift-snapshot-testing, grdb.swift
Fetched https://github.com/pointfreeco/swift-sharing from cache (3.02s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.11s)
[35826/111955] Fetching grdb.swift
Fetched https://github.com/groue/GRDB.swift from cache (15.07s)
Computing version for https://github.com/pointfreeco/swift-structured-queries
Computed https://github.com/pointfreeco/swift-structured-queries at 0.19.0 (16.09s)
Fetching https://github.com/pointfreeco/swift-tagged
Fetching https://github.com/swiftlang/swift-syntax
[1/1194] Fetching swift-tagged
[1195/73067] Fetching swift-tagged, swift-syntax
Fetched https://github.com/pointfreeco/swift-tagged from cache (5.30s)
Fetched https://github.com/swiftlang/swift-syntax from cache (5.38s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (5.84s)
Computing version for https://github.com/pointfreeco/swift-tagged
Computed https://github.com/pointfreeco/swift-tagged at 0.10.0 (2.25s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.6 (0.47s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.1 (0.51s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.65s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.4 (0.52s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/2417] Fetching combine-schedulers
[944/3295] Fetching combine-schedulers, swift-concurrency-extras
[3296/4587] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.33s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.33s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.33s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.78s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.47s)
Computing version for https://github.com/groue/GRDB.swift
Computed https://github.com/groue/GRDB.swift at 7.6.1 (2.17s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.49s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (0.82s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3507] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.61s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.63s)
Computing version for https://github.com/pointfreeco/swift-sharing
Computed https://github.com/pointfreeco/swift-sharing at 2.7.3 (0.90s)
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/pointfreeco/swift-identified-collections
[1/1838] Fetching swift-perception
[1839/3372] Fetching swift-perception, swift-identified-collections
Fetched https://github.com/pointfreeco/swift-perception from cache (0.52s)
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (0.52s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (1.89s)
Fetching https://github.com/apple/swift-collections
[1/17410] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (3.00s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 2.0.6 (3.86s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.1 (1.15s)
Creating working copy for https://github.com/pointfreeco/swift-structured-queries
Working copy of https://github.com/pointfreeco/swift-structured-queries resolved at 0.19.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.6.1
Creating working copy for https://github.com/pointfreeco/swift-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 2.0.6
Creating working copy for https://github.com/pointfreeco/swift-sharing
Working copy of https://github.com/pointfreeco/swift-sharing resolved at 2.7.3
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/groue/GRDB.swift
Working copy of https://github.com/groue/GRDB.swift resolved at 7.6.1
Creating working copy for https://github.com/pointfreeco/swift-identified-collections
Working copy of https://github.com/pointfreeco/swift-identified-collections resolved at 1.1.1
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.1
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.6
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/swift-tagged
Working copy of https://github.com/pointfreeco/swift-tagged resolved at 0.10.0
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.4
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/90] Write sources
[11/90] Copying PrivacyInfo.xcprivacy
[11/90] Write sources
[11/90] Copying PrivacyInfo.xcprivacy
[11/90] Copying Info.plist
[11/90] Write sources
[62/90] Compiling _SwiftSyntaxCShims dummy.c
[64/90] Write swift-version-24593BA9C3E375BF.txt
[66/118] Emitting module SwiftSyntax600
[67/118] Emitting module InternalCollectionsUtilities
[68/119] Emitting module SwiftSyntax510
[69/119] Compiling SwiftSyntax510 Empty.swift
[70/120] Emitting module SwiftSyntax601
[71/120] Compiling SwiftSyntax601 Empty.swift
[72/121] Emitting module SwiftSyntax600
[73/121] Compiling SwiftSyntax600 Empty.swift
[74/122] Emitting module SwiftSyntax601
[75/122] Compiling SwiftSyntax601 Empty.swift
[76/123] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[77/123] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[78/123] Emitting module SwiftSyntax510
[79/123] Compiling SwiftSyntax510 Empty.swift
[80/123] Compiling SwiftSyntax509 Empty.swift
[81/123] Compiling InternalCollectionsUtilities Descriptions.swift
[82/123] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[83/123] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[84/124] Emitting module SwiftSyntax509
[85/125] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[86/125] Compiling InternalCollectionsUtilities _SortedCollection.swift
[87/125] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[88/125] Compiling InternalCollectionsUtilities Debugging.swift
[89/125] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[90/125] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[91/125] Compiling InternalCollectionsUtilities Integer rank.swift
[92/125] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[93/125] Compiling InternalCollectionsUtilities UInt+reversed.swift
[96/126] Compiling SwiftSyntax600 Empty.swift
[103/166] Compiling SwiftSyntax509 Empty.swift
[104/169] Emitting module SwiftSyntax509
[105/296] Compiling Sharing2 Empty.swift
[107/317] Emitting module Sharing2
[108/329] Emitting module Sharing1
[109/343] Compiling Sharing1 Empty.swift
[110/353] Emitting module IssueReportingPackageSupport
[111/353] Compiling IssueReportingPackageSupport _Test.swift
[114/383] Wrapping AST for SwiftSyntax601 for debugging
[116/514] Compiling SwiftSyntax SyntaxProtocol.swift
[117/514] Compiling SwiftSyntax SyntaxText.swift
[118/514] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[119/514] Compiling SwiftSyntax TokenDiagnostic.swift
[120/514] Compiling SwiftSyntax TokenSequence.swift
[121/514] Compiling SwiftSyntax TokenSyntax.swift
[122/514] Compiling SwiftSyntax RawSyntaxNodesC.swift
[123/514] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[124/514] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[125/514] Compiling SwiftSyntax SyntaxBaseNodes.swift
[126/514] Compiling SwiftSyntax SyntaxCollections.swift
[127/514] Compiling SwiftSyntax SyntaxIdentifier.swift
[128/514] Compiling SwiftSyntax SyntaxNodeFactory.swift
[129/514] Compiling SwiftSyntax SyntaxNodeStructure.swift
[130/540] Compiling SwiftSyntax RawSyntaxNodesD.swift
[131/540] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[132/540] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[133/540] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[134/540] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[135/540] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[136/540] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[137/540] Compiling SwiftSyntax RawSyntaxValidation.swift
[138/540] Compiling SwiftSyntax SyntaxChildren.swift
[139/540] Compiling SwiftSyntax SyntaxCollection.swift
[140/540] Compiling SwiftSyntax SyntaxHashable.swift
[141/540] Compiling SwiftSyntax Trivia.swift
[142/540] Compiling SwiftSyntax Utils.swift
[143/540] Compiling SwiftSyntax ChildNameForKeyPath.swift
[144/540] Compiling SwiftSyntax Keyword.swift
[145/540] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[146/540] Compiling IssueReporting TestContext.swift
[147/540] Compiling IssueReporting Unimplemented.swift
[148/540] Compiling SwiftSyntax SourceLocation.swift
[149/540] Compiling SwiftSyntax SourcePresence.swift
[150/540] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[151/540] Compiling SwiftSyntax Syntax.swift
[152/540] Compiling SwiftSyntax SyntaxArena.swift
[153/540] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[154/540] Compiling IssueReporting FailureObserver.swift
[155/540] Compiling IssueReporting LockIsolated.swift
[156/540] Compiling IssueReporting Rethrows.swift
[157/540] Compiling IssueReporting ErrorReporting.swift
[158/540] Compiling IssueReporting AppHostWarning.swift
[159/540] Compiling IssueReporting Deprecations.swift
[160/540] Compiling IssueReporting SwiftTesting.swift
[161/540] Compiling IssueReporting UncheckedSendable.swift
[162/540] Compiling IssueReporting Warn.swift
[163/540] Compiling IssueReporting XCTest.swift
[164/540] Compiling IssueReporting IsTesting.swift
[165/540] Compiling IssueReporting IssueReporter.swift
[166/540] Compiling IssueReporting BreakpointReporter.swift
[167/540] Compiling IssueReporting FatalErrorReporter.swift
[168/540] Compiling IssueReporting RuntimeWarningReporter.swift
[169/540] Compiling IssueReporting ReportIssue.swift
[170/540] Emitting module OrderedCollections
[171/540] Compiling OrderedCollections OrderedSet+Sendable.swift
[172/540] Compiling OrderedCollections OrderedSet+SubSequence.swift
[173/540] Compiling OrderedCollections OrderedSet+Testing.swift
[174/540] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[175/540] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[176/540] Compiling OrderedCollections OrderedSet.swift
[177/540] Compiling OrderedCollections _UnsafeBitset.swift
[178/541] Wrapping AST for SwiftSyntax600 for debugging
[180/559] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[181/559] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[182/561] Emitting module IssueReportingTestSupport
[183/561] Emitting module ConcurrencyExtras
[184/561] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
[185/561] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[186/562] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[189/562] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[190/562] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[192/564] Emitting module IssueReporting
[193/564] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[194/564] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
[195/564] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[197/564] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[198/564] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[199/564] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[200/564] Compiling ConcurrencyExtras UncheckedSendable.swift
[201/564] Compiling IdentifiedCollections IdentifiedArray.swift
[202/564] Compiling IdentifiedCollections IdentifiedCollection.swift
[203/564] Emitting module IdentifiedCollections
[205/564] Compiling IssueReporting WithIssueContext.swift
[206/564] Emitting module SnapshotTesting
[216/577] Compiling ConcurrencyExtras LockIsolated.swift
[217/577] Compiling IdentifiedCollections Identified.swift
[218/577] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
[219/577] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
[222/577] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[223/577] Compiling IssueReportingTestSupport SwiftTesting.swift
[224/577] Compiling IssueReportingTestSupport XCTest.swift
[245/579] Compiling SnapshotTesting UIImage.swift
[246/579] Compiling SnapshotTesting UIView.swift
[247/579] Compiling SnapshotTesting UIViewController.swift
[248/579] Compiling SnapshotTesting URLRequest.swift
[249/579] Compiling ConcurrencyExtras Result.swift
[250/579] Compiling ConcurrencyExtras Task.swift
[255/579] Compiling ConcurrencyExtras MainSerialExecutor.swift
[271/580] Wrapping AST for SwiftSyntax510 for debugging
[272/580] Wrapping AST for SwiftSyntax509 for debugging
[279/581] Wrapping AST for IssueReportingTestSupport for debugging
[280/581] Wrapping AST for IssueReportingPackageSupport for debugging
[281/581] Write Objects.LinkFileList
[319/651] Linking libIssueReportingTestSupport.so
[321/651] Compiling XCTestDynamicOverlay Exports.swift
[322/651] Compiling StructuredQueriesCore Date+ISO8601.swift
[323/651] Compiling StructuredQueriesCore Deprecations.swift
[324/651] Compiling StructuredQueriesCore Ordering.swift
[325/651] Compiling StructuredQueriesCore PrimaryKeyed.swift
[326/652] Compiling StructuredQueriesCore PrettyPrinting.swift
[327/652] Compiling StructuredQueriesCore RangeReplaceableCollection+Queries.swift
[328/652] Compiling StructuredQueriesCore Scope.swift
[329/652] Compiling StructuredQueriesCore Never.swift
[330/652] Compiling StructuredQueriesCore Operators.swift
[331/652] Compiling StructuredQueriesCore Optional.swift
[332/652] Emitting module PerceptionCore
[333/664] Compiling CombineSchedulers ImmediateScheduler.swift
[334/664] Compiling CombineSchedulers Deprecations.swift
[335/665] Compiling CombineSchedulers AnyScheduler.swift
[336/665] Compiling CombineSchedulers Concurrency.swift
[337/665] Emitting module CombineSchedulers
[338/665] Compiling CombineSchedulers Lock.swift
[339/665] Compiling CombineSchedulers NSRecursiveLock.swift
[340/665] Compiling CombineSchedulers UIKit.swift
[341/665] Compiling CombineSchedulers SwiftUI.swift
[342/665] Compiling CombineSchedulers TestScheduler.swift
[343/665] Compiling CombineSchedulers Timer.swift
[344/665] Compiling CombineSchedulers UIScheduler.swift
[345/665] Emitting module XCTestDynamicOverlay
[346/665] Compiling XCTestDynamicOverlay Deprecations.swift
[347/666] Compiling CombineSchedulers UnimplementedScheduler.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[349/667] Emitting module GRDB
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift:25:17: error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
23 | private final class DispatchQueueExecutor: SerialExecutor {
24 |     private let queue: DispatchQueue
25 |     private let flags: DispatchWorkItemFlags
   |                 `- error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
26 |
27 |     init(queue: DispatchQueue, flags: DispatchWorkItemFlags) {
Dispatch.DispatchWorkItemFlags:1:15: note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 1 | public struct DispatchWorkItemFlags : OptionSet, RawRepresentable {
   |               `- note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 2 |     public let rawValue: UInt
 3 |     public init(rawValue: UInt)
[350/667] Compiling PerceptionCore _PerceptionRegistrar.swift
[354/687] Compiling StructuredQueriesCore CaseExpression.swift
[355/687] Compiling StructuredQueriesCore Collation.swift
[357/723] Compiling CustomDump CustomDumpReflectable.swift
[358/723] Compiling CustomDump CustomDumpRepresentable.swift
[359/723] Compiling CustomDump ExpectNoDifference.swift
[360/723] Compiling CustomDump AnyType.swift
[361/723] Compiling CustomDump CollectionDifference.swift
[362/723] Compiling CustomDump Identifiable.swift
[363/723] Compiling CustomDump Mirror.swift
[364/723] Compiling CustomDump String.swift
[365/723] Compiling StructuredQueriesCore QueryFragment.swift
[366/723] Compiling StructuredQueriesCore QueryFragmentBuilder.swift
[367/723] Compiling StructuredQueriesCore QueryRepresentable.swift
[368/723] Compiling StructuredQueriesCore Codable+JSON.swift
[369/729] Compiling Clocks Timer.swift
[370/730] Compiling Clocks AnyClock.swift
[371/730] Emitting module Clocks
[372/730] Compiling Clocks ImmediateClock.swift
[373/730] Compiling CustomDump CoreImage.swift
[374/730] Compiling CustomDump CoreLocation.swift
[375/730] Compiling CustomDump CoreMotion.swift
[376/730] Compiling CustomDump Foundation.swift
[377/730] Compiling CustomDump GameKit.swift
[378/731] Compiling Clocks Lock.swift
[379/731] Compiling Clocks _AsyncTimerSequence.swift
[391/734] Compiling Clocks UnimplementedClock.swift
[392/734] Compiling Clocks TestClock.swift
[393/734] Compiling Clocks SwiftUI.swift
[394/735] Compiling StructuredQueriesCore Update.swift
[395/735] Compiling StructuredQueriesCore Values.swift
[396/735] Compiling StructuredQueriesCore Where.swift
[397/735] Compiling StructuredQueriesCore Inflection.swift
[398/735] Compiling StructuredQueriesCore Quoting.swift
[399/735] Compiling StructuredQueriesCore Table.swift
[401/735] Compiling CustomDump Unordered.swift
[402/735] Compiling CustomDump XCTAssertDifference.swift
[403/735] Compiling CustomDump XCTAssertNoDifference.swift
[404/735] Emitting module CustomDump
[405/758] Emitting module StructuredQueriesCore
[406/758] Compiling Dependencies Dependency.swift
[407/758] Compiling Dependencies DependencyContext.swift
[408/758] Compiling Dependencies DependencyKey.swift
[409/758] Compiling Dependencies DependencyValues.swift
[410/758] Compiling Dependencies Context.swift
[411/758] Compiling Dependencies Date.swift
[412/758] Compiling Dependencies FireAndForget.swift
[413/758] Compiling Dependencies Assert.swift
[414/758] Compiling Dependencies Calendar.swift
[415/758] Compiling Dependencies Clocks.swift
[416/758] Compiling Dependencies Locale.swift
[417/758] Compiling Dependencies MainQueue.swift
[418/758] Compiling Dependencies MainRunLoop.swift
[419/758] Compiling Dependencies OpenURL.swift
[420/758] Compiling Dependencies TimeZone.swift
[421/758] Compiling Dependencies URLSession.swift
[422/758] Compiling Dependencies Deprecations.swift
[423/758] Compiling Dependencies Exports.swift
[429/761] Compiling Dependencies TypeName.swift
[433/761] Compiling StructuredQueriesCore TableAlias.swift
[434/761] Compiling StructuredQueriesCore TableColumn.swift
[435/761] Compiling StructuredQueriesCore TableDefinition.swift
[436/761] Compiling StructuredQueriesCore Tagged.swift
[437/761] Compiling StructuredQueriesCore Updates.swift
[438/761] Compiling StructuredQueriesCore _Selection.swift
[442/761] Compiling Dependencies UUID.swift
[443/761] Compiling Dependencies WithRandomNumberGenerator.swift
[444/761] Compiling Dependencies AppEntryPoint.swift
[448/761] Compiling Dependencies PreviewTrait.swift
[449/761] Compiling Dependencies TestTrait.swift
[450/761] Compiling Dependencies WithDependencies.swift
[451/761] Emitting module Dependencies
[474/787] Emitting module SnapshotTestingCustomDump
[475/787] Compiling SnapshotTestingCustomDump CustomDump.swift
[477/788] Compiling GRDB EncodableRecord.swift
[478/788] Compiling GRDB FetchableRecord+Decodable.swift
[479/788] Compiling GRDB FetchableRecord+TableRecord.swift
[480/788] Compiling GRDB FetchableRecord.swift
[481/788] Compiling GRDB MutablePersistableRecord+DAO.swift
[482/788] Compiling GRDB MutablePersistableRecord+Delete.swift
[483/788] Compiling GRDB MutablePersistableRecord+Insert.swift
[484/788] Compiling GRDB MutablePersistableRecord+Save.swift
[485/788] Compiling GRDB MutablePersistableRecord+Update.swift
[486/788] Compiling GRDB MutablePersistableRecord+Upsert.swift
[487/788] Compiling GRDB MutablePersistableRecord.swift
[488/788] Compiling GRDB PersistableRecord+Insert.swift
[489/788] Compiling GRDB PersistableRecord+Save.swift
[490/788] Compiling GRDB PersistableRecord+Upsert.swift
[491/788] Compiling GRDB PersistableRecord.swift
[492/788] Compiling GRDB Record.swift
[493/788] Compiling GRDB TableRecord.swift
[494/788] Compiling GRDB CaseInsensitiveIdentifier.swift
[495/788] Compiling GRDB Inflections+English.swift
[496/788] Compiling GRDB Inflections.swift
[497/788] Emitting module Sharing
[498/790] Compiling Sharing SharedContinuations.swift
[499/790] Compiling Sharing SharedKey.swift
[500/790] Compiling Sharing AppStorageKey.swift
[501/790] Compiling Sharing Shared.swift
[502/790] Compiling Sharing SharedBinding.swift
[503/790] Compiling Sharing SharedCollection.swift
[504/790] Compiling Sharing SharedPublisher.swift
[505/790] Compiling Sharing SharedReader.swift
[506/790] Compiling Sharing SharedReaderKey.swift
[507/790] Compiling Sharing DefaultKey.swift
[508/790] Compiling Sharing FileStorageKey.swift
[509/790] Compiling Sharing InMemoryKey.swift
[510/790] Compiling Sharing SwiftUIStateSharing.swift
[511/790] Compiling Sharing resource_bundle_accessor.swift
[512/790] Compiling GRDB Mutex.swift
[513/790] Compiling GRDB OnDemandFuture.swift
[514/790] Compiling GRDB OrderedDictionary.swift
[515/790] Compiling GRDB Pool.swift
[516/790] Compiling GRDB ReadWriteLock.swift
[517/790] Compiling GRDB ReceiveValuesOn.swift
[518/790] Compiling GRDB Refinable.swift
[519/790] Compiling GRDB Utils.swift
[520/790] Compiling GRDB DatabaseCancellable.swift
[521/790] Compiling GRDB ValueConcurrentObserver.swift
[522/790] Compiling GRDB ValueWriteOnlyObserver.swift
[523/790] Compiling GRDB Fetch.swift
[524/790] Compiling GRDB Map.swift
[525/790] Compiling GRDB RemoveDuplicates.swift
[526/790] Compiling GRDB Trace.swift
[527/790] Compiling GRDB ValueReducer.swift
[528/790] Compiling GRDB SharedValueObservation.swift
[529/790] Compiling GRDB ValueObservation.swift
[530/790] Compiling GRDB ValueObservationScheduler.swift
[531/790] Compiling GRDB resource_bundle_accessor.swift
[532/790] Compiling GRDB SQLSelection.swift
[533/790] Compiling GRDB SQLSubquery.swift
[534/790] Compiling GRDB Table.swift
[535/790] Compiling GRDB SQLColumnGenerator.swift
[536/790] Compiling GRDB SQLGenerationContext.swift
[537/790] Compiling GRDB SQLIndexGenerator.swift
[538/790] Compiling GRDB SQLQueryGenerator.swift
[539/790] Compiling GRDB SQLTableAlterationGenerator.swift
[540/790] Compiling GRDB SQLTableGenerator.swift
[541/790] Compiling GRDB TableAlias.swift
[542/790] Compiling GRDB SQLInterpolation+QueryInterface.swift
[543/790] Compiling GRDB ColumnDefinition.swift
[544/790] Compiling GRDB Database+SchemaDefinition.swift
[545/790] Compiling GRDB ForeignKeyDefinition.swift
[546/790] Compiling GRDB IndexDefinition.swift
[547/790] Compiling GRDB TableAlteration.swift
[548/790] Compiling GRDB TableDefinition.swift
[549/790] Compiling GRDB VirtualTableModule.swift
[550/790] Compiling GRDB TableRecord+Association.swift
[551/790] Compiling GRDB TableRecord+QueryInterfaceRequest.swift
[552/790] Compiling GRDB EncodableRecord+Encodable.swift
[553/790] Compiling Sharing Deprecations.swift
[554/790] Compiling Sharing KeyPath+Sendable.swift
[555/790] Compiling Sharing MutexBackport.swift
[556/790] Compiling Sharing NSRecursiveLock+WithLock.swift
[557/790] Compiling Sharing PassthroughRelay.swift
[558/790] Compiling Sharing PersistentReferences.swift
[559/790] Compiling Sharing Reference.swift
[560/790] Compiling Sharing SharedChangeTracker.swift
[561/790] Compiling Sharing TypeName.swift
[562/791] Compiling StructuredQueriesCore CompoundSelect.swift
[563/791] Compiling StructuredQueriesCore Delete.swift
[564/791] Compiling StructuredQueriesCore Insert.swift
[565/791] Compiling StructuredQueriesCore Select+DynamicMemberLookup.swift
[566/791] Compiling StructuredQueriesCore Select.swift
[567/791] Compiling StructuredQueriesCore SelectStatement.swift
[589/807] Compiling SwiftSyntax TriviaPieces.swift
[590/807] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[591/807] Compiling GRDB Association.swift
[592/807] Compiling GRDB AssociationAggregate.swift
[593/807] Compiling GRDB BelongsToAssociation.swift
[594/807] Compiling GRDB HasManyAssociation.swift
[595/807] Compiling GRDB HasManyThroughAssociation.swift
[596/807] Compiling GRDB HasOneAssociation.swift
[597/807] Compiling GRDB HasOneThroughAssociation.swift
[598/807] Compiling GRDB JoinAssociation.swift
[599/807] Compiling GRDB CommonTableExpression.swift
[600/807] Compiling GRDB QueryInterfaceRequest.swift
[601/807] Compiling GRDB RequestProtocols.swift
[602/807] Compiling GRDB Column.swift
[603/807] Compiling GRDB DatabasePromise.swift
[604/807] Compiling GRDB SQLAssociation.swift
[605/807] Compiling GRDB SQLCollection.swift
[606/807] Compiling GRDB SQLExpression.swift
[607/807] Compiling GRDB SQLForeignKeyRequest.swift
[608/807] Compiling GRDB SQLFunctions.swift
[609/807] Compiling GRDB SQLOperators.swift
[610/807] Compiling GRDB SQLOrdering.swift
[611/807] Compiling GRDB SQLRelation.swift
[612/807] Compiling StructuredQueriesSQLiteCore RowID.swift
[613/807] Compiling StructuredQueriesSQLiteCore ScalarFunctions.swift
[614/809] Compiling StructuredQueriesSQLiteCore Date+JulianDay.swift
[615/809] Compiling StructuredQueriesSQLiteCore Date+UnixTime.swift
[616/809] Compiling StructuredQueriesSQLiteCore UUID+Bytes.swift
[617/809] Compiling StructuredQueriesSQLiteCore UUID+Uppercased.swift
[618/809] Compiling StructuredQueriesSQLiteCore Deprecations.swift
[619/809] Compiling StructuredQueriesSQLiteCore JSONFunctions.swift
[620/809] Compiling StructuredQueriesSQLiteCore DatabaseFunction.swift
[621/809] Compiling StructuredQueriesSQLiteCore Exports.swift
[622/809] Compiling StructuredQueriesSQLiteCore Cast.swift
[623/809] Compiling StructuredQueriesSQLiteCore Collation+SQLite.swift
[624/809] Emitting module StructuredQueriesSQLiteCore
[625/809] Compiling StructuredQueriesSQLiteCore FTS5.swift
[626/809] Compiling StructuredQueriesSQLiteCore Insert.swift
[627/809] Compiling StructuredQueriesSQLiteCore Triggers.swift
[628/809] Compiling StructuredQueriesSQLiteCore Update.swift
[630/810] Emitting module SwiftSyntax
[673/810] Compiling SwiftSyntax SyntaxNodesAB.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift:25:17: error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
23 | private final class DispatchQueueExecutor: SerialExecutor {
24 |     private let queue: DispatchQueue
25 |     private let flags: DispatchWorkItemFlags
   |                 `- error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
26 |
27 |     init(queue: DispatchQueue, flags: DispatchWorkItemFlags) {
Dispatch.DispatchWorkItemFlags:1:15: note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 1 | public struct DispatchWorkItemFlags : OptionSet, RawRepresentable {
   |               `- note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 2 |     public let rawValue: UInt
 3 |     public init(rawValue: UInt)
[674/810] Compiling SwiftSyntax SyntaxNodesC.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift:25:17: error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
23 | private final class DispatchQueueExecutor: SerialExecutor {
24 |     private let queue: DispatchQueue
25 |     private let flags: DispatchWorkItemFlags
   |                 `- error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
26 |
27 |     init(queue: DispatchQueue, flags: DispatchWorkItemFlags) {
Dispatch.DispatchWorkItemFlags:1:15: note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 1 | public struct DispatchWorkItemFlags : OptionSet, RawRepresentable {
   |               `- note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 2 |     public let rawValue: UInt
 3 |     public init(rawValue: UInt)
[675/810] Compiling SwiftSyntax SyntaxNodesD.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift:25:17: error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
23 | private final class DispatchQueueExecutor: SerialExecutor {
24 |     private let queue: DispatchQueue
25 |     private let flags: DispatchWorkItemFlags
   |                 `- error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
26 |
27 |     init(queue: DispatchQueue, flags: DispatchWorkItemFlags) {
Dispatch.DispatchWorkItemFlags:1:15: note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 1 | public struct DispatchWorkItemFlags : OptionSet, RawRepresentable {
   |               `- note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 2 |     public let rawValue: UInt
 3 |     public init(rawValue: UInt)
[676/810] Compiling SwiftSyntax SyntaxNodesEF.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift:25:17: error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
23 | private final class DispatchQueueExecutor: SerialExecutor {
24 |     private let queue: DispatchQueue
25 |     private let flags: DispatchWorkItemFlags
   |                 `- error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
26 |
27 |     init(queue: DispatchQueue, flags: DispatchWorkItemFlags) {
Dispatch.DispatchWorkItemFlags:1:15: note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 1 | public struct DispatchWorkItemFlags : OptionSet, RawRepresentable {
   |               `- note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 2 |     public let rawValue: UInt
 3 |     public init(rawValue: UInt)
[677/810] Compiling SwiftSyntax SyntaxNodesGHI.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift:25:17: error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
23 | private final class DispatchQueueExecutor: SerialExecutor {
24 |     private let queue: DispatchQueue
25 |     private let flags: DispatchWorkItemFlags
   |                 `- error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
26 |
27 |     init(queue: DispatchQueue, flags: DispatchWorkItemFlags) {
Dispatch.DispatchWorkItemFlags:1:15: note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 1 | public struct DispatchWorkItemFlags : OptionSet, RawRepresentable {
   |               `- note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 2 |     public let rawValue: UInt
 3 |     public init(rawValue: UInt)
[678/810] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift:25:17: error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
23 | private final class DispatchQueueExecutor: SerialExecutor {
24 |     private let queue: DispatchQueue
25 |     private let flags: DispatchWorkItemFlags
   |                 `- error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
26 |
27 |     init(queue: DispatchQueue, flags: DispatchWorkItemFlags) {
Dispatch.DispatchWorkItemFlags:1:15: note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 1 | public struct DispatchWorkItemFlags : OptionSet, RawRepresentable {
   |               `- note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 2 |     public let rawValue: UInt
 3 |     public init(rawValue: UInt)
[679/810] Compiling SwiftSyntax SyntaxNodesOP.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift:25:17: error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
23 | private final class DispatchQueueExecutor: SerialExecutor {
24 |     private let queue: DispatchQueue
25 |     private let flags: DispatchWorkItemFlags
   |                 `- error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
26 |
27 |     init(queue: DispatchQueue, flags: DispatchWorkItemFlags) {
Dispatch.DispatchWorkItemFlags:1:15: note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 1 | public struct DispatchWorkItemFlags : OptionSet, RawRepresentable {
   |               `- note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 2 |     public let rawValue: UInt
 3 |     public init(rawValue: UInt)
[680/810] Compiling SwiftSyntax SyntaxNodesQRS.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift:25:17: error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
23 | private final class DispatchQueueExecutor: SerialExecutor {
24 |     private let queue: DispatchQueue
25 |     private let flags: DispatchWorkItemFlags
   |                 `- error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
26 |
27 |     init(queue: DispatchQueue, flags: DispatchWorkItemFlags) {
Dispatch.DispatchWorkItemFlags:1:15: note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 1 | public struct DispatchWorkItemFlags : OptionSet, RawRepresentable {
   |               `- note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 2 |     public let rawValue: UInt
 3 |     public init(rawValue: UInt)
[681/810] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift:25:17: error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
23 | private final class DispatchQueueExecutor: SerialExecutor {
24 |     private let queue: DispatchQueue
25 |     private let flags: DispatchWorkItemFlags
   |                 `- error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
26 |
27 |     init(queue: DispatchQueue, flags: DispatchWorkItemFlags) {
Dispatch.DispatchWorkItemFlags:1:15: note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 1 | public struct DispatchWorkItemFlags : OptionSet, RawRepresentable {
   |               `- note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 2 |     public let rawValue: UInt
 3 |     public init(rawValue: UInt)
[682/810] Compiling GRDB SerializedDatabase.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift:25:17: error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
23 | private final class DispatchQueueExecutor: SerialExecutor {
24 |     private let queue: DispatchQueue
25 |     private let flags: DispatchWorkItemFlags
   |                 `- error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
26 |
27 |     init(queue: DispatchQueue, flags: DispatchWorkItemFlags) {
Dispatch.DispatchWorkItemFlags:1:15: note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 1 | public struct DispatchWorkItemFlags : OptionSet, RawRepresentable {
   |               `- note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 2 |     public let rawValue: UInt
 3 |     public init(rawValue: UInt)
[683/810] Compiling GRDB Statement.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift:25:17: error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
23 | private final class DispatchQueueExecutor: SerialExecutor {
24 |     private let queue: DispatchQueue
25 |     private let flags: DispatchWorkItemFlags
   |                 `- error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
26 |
27 |     init(queue: DispatchQueue, flags: DispatchWorkItemFlags) {
Dispatch.DispatchWorkItemFlags:1:15: note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 1 | public struct DispatchWorkItemFlags : OptionSet, RawRepresentable {
   |               `- note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 2 |     public let rawValue: UInt
 3 |     public init(rawValue: UInt)
[684/810] Compiling GRDB StatementAuthorizer.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift:25:17: error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
23 | private final class DispatchQueueExecutor: SerialExecutor {
24 |     private let queue: DispatchQueue
25 |     private let flags: DispatchWorkItemFlags
   |                 `- error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
26 |
27 |     init(queue: DispatchQueue, flags: DispatchWorkItemFlags) {
Dispatch.DispatchWorkItemFlags:1:15: note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 1 | public struct DispatchWorkItemFlags : OptionSet, RawRepresentable {
   |               `- note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 2 |     public let rawValue: UInt
 3 |     public init(rawValue: UInt)
[685/810] Compiling GRDB StatementColumnConvertible.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift:25:17: error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
23 | private final class DispatchQueueExecutor: SerialExecutor {
24 |     private let queue: DispatchQueue
25 |     private let flags: DispatchWorkItemFlags
   |                 `- error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
26 |
27 |     init(queue: DispatchQueue, flags: DispatchWorkItemFlags) {
Dispatch.DispatchWorkItemFlags:1:15: note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 1 | public struct DispatchWorkItemFlags : OptionSet, RawRepresentable {
   |               `- note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 2 |     public let rawValue: UInt
 3 |     public init(rawValue: UInt)
[686/810] Compiling GRDB CGFloat.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift:25:17: error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
23 | private final class DispatchQueueExecutor: SerialExecutor {
24 |     private let queue: DispatchQueue
25 |     private let flags: DispatchWorkItemFlags
   |                 `- error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
26 |
27 |     init(queue: DispatchQueue, flags: DispatchWorkItemFlags) {
Dispatch.DispatchWorkItemFlags:1:15: note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 1 | public struct DispatchWorkItemFlags : OptionSet, RawRepresentable {
   |               `- note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 2 |     public let rawValue: UInt
 3 |     public init(rawValue: UInt)
[687/810] Compiling GRDB Data.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift:25:17: error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
23 | private final class DispatchQueueExecutor: SerialExecutor {
24 |     private let queue: DispatchQueue
25 |     private let flags: DispatchWorkItemFlags
   |                 `- error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
26 |
27 |     init(queue: DispatchQueue, flags: DispatchWorkItemFlags) {
Dispatch.DispatchWorkItemFlags:1:15: note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 1 | public struct DispatchWorkItemFlags : OptionSet, RawRepresentable {
   |               `- note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 2 |     public let rawValue: UInt
 3 |     public init(rawValue: UInt)
[688/810] Compiling GRDB DatabaseDateComponents.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift:25:17: error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
23 | private final class DispatchQueueExecutor: SerialExecutor {
24 |     private let queue: DispatchQueue
25 |     private let flags: DispatchWorkItemFlags
   |                 `- error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
26 |
27 |     init(queue: DispatchQueue, flags: DispatchWorkItemFlags) {
Dispatch.DispatchWorkItemFlags:1:15: note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 1 | public struct DispatchWorkItemFlags : OptionSet, RawRepresentable {
   |               `- note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 2 |     public let rawValue: UInt
 3 |     public init(rawValue: UInt)
[689/810] Compiling GRDB DatabaseValueConvertible+ReferenceConvertible.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift:25:17: error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
23 | private final class DispatchQueueExecutor: SerialExecutor {
24 |     private let queue: DispatchQueue
25 |     private let flags: DispatchWorkItemFlags
   |                 `- error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
26 |
27 |     init(queue: DispatchQueue, flags: DispatchWorkItemFlags) {
Dispatch.DispatchWorkItemFlags:1:15: note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 1 | public struct DispatchWorkItemFlags : OptionSet, RawRepresentable {
   |               `- note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 2 |     public let rawValue: UInt
 3 |     public init(rawValue: UInt)
[690/810] Compiling GRDB Date.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift:25:17: error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
23 | private final class DispatchQueueExecutor: SerialExecutor {
24 |     private let queue: DispatchQueue
25 |     private let flags: DispatchWorkItemFlags
   |                 `- error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
26 |
27 |     init(queue: DispatchQueue, flags: DispatchWorkItemFlags) {
Dispatch.DispatchWorkItemFlags:1:15: note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 1 | public struct DispatchWorkItemFlags : OptionSet, RawRepresentable {
   |               `- note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 2 |     public let rawValue: UInt
 3 |     public init(rawValue: UInt)
[691/810] Compiling GRDB Decimal.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift:25:17: error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
23 | private final class DispatchQueueExecutor: SerialExecutor {
24 |     private let queue: DispatchQueue
25 |     private let flags: DispatchWorkItemFlags
   |                 `- error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
26 |
27 |     init(queue: DispatchQueue, flags: DispatchWorkItemFlags) {
Dispatch.DispatchWorkItemFlags:1:15: note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 1 | public struct DispatchWorkItemFlags : OptionSet, RawRepresentable {
   |               `- note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 2 |     public let rawValue: UInt
 3 |     public init(rawValue: UInt)
[692/810] Compiling GRDB NSData.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift:25:17: error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
23 | private final class DispatchQueueExecutor: SerialExecutor {
24 |     private let queue: DispatchQueue
25 |     private let flags: DispatchWorkItemFlags
   |                 `- error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
26 |
27 |     init(queue: DispatchQueue, flags: DispatchWorkItemFlags) {
Dispatch.DispatchWorkItemFlags:1:15: note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 1 | public struct DispatchWorkItemFlags : OptionSet, RawRepresentable {
   |               `- note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 2 |     public let rawValue: UInt
 3 |     public init(rawValue: UInt)
[693/810] Compiling GRDB NSNull.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift:25:17: error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
23 | private final class DispatchQueueExecutor: SerialExecutor {
24 |     private let queue: DispatchQueue
25 |     private let flags: DispatchWorkItemFlags
   |                 `- error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
26 |
27 |     init(queue: DispatchQueue, flags: DispatchWorkItemFlags) {
Dispatch.DispatchWorkItemFlags:1:15: note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 1 | public struct DispatchWorkItemFlags : OptionSet, RawRepresentable {
   |               `- note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 2 |     public let rawValue: UInt
 3 |     public init(rawValue: UInt)
[694/810] Emitting module SwiftSyntax
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/28] Write swift-version-24593BA9C3E375BF.txt
[4/65] Emitting module SwiftSyntax510
[5/65] Compiling SwiftSyntax510 Empty.swift
[6/66] Emitting module Sharing2
[7/66] Compiling Sharing2 Empty.swift
[8/66] Compiling IssueReportingPackageSupport _Test.swift
[9/66] Emitting module IssueReportingPackageSupport
[10/67] Compiling SwiftSyntax601 Empty.swift
[11/67] Emitting module SwiftSyntax601
[13/69] Compiling SwiftSyntax601 Empty.swift
[14/70] Emitting module Sharing1
[15/70] Compiling Sharing1 Empty.swift
[17/71] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[18/71] Compiling InternalCollectionsUtilities _SortedCollection.swift
[20/72] Compiling InternalCollectionsUtilities Descriptions.swift
[21/72] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[22/72] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[23/72] Compiling InternalCollectionsUtilities Debugging.swift
[25/73] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[27/73] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[28/73] Compiling InternalCollectionsUtilities UInt+reversed.swift
[30/73] Compiling ConcurrencyExtras ActorIsolated.swift
[31/73] Compiling InternalCollectionsUtilities Integer rank.swift
[33/72] Compiling ConcurrencyExtras Task.swift
[34/72] Compiling ConcurrencyExtras Result.swift
[35/71] Compiling ConcurrencyExtras UncheckedSendable.swift
[36/71] Compiling ConcurrencyExtras LockIsolated.swift
[37/71] Compiling ConcurrencyExtras MainSerialExecutor.swift
[40/71] Emitting module ConcurrencyExtras
[41/74] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[43/80] Emitting module SwiftSyntax600
[44/88] Compiling SwiftSyntax600 Empty.swift
[45/114] Emitting module SwiftSyntax600
[46/114] Compiling SwiftSyntax600 Empty.swift
[47/114] Compiling SnapshotTesting String+SpecialCharacters.swift
[48/114] Compiling SnapshotTesting View.swift
[49/115] Emitting module SwiftSyntax510
[50/115] Compiling SwiftSyntax510 Empty.swift
[51/116] Compiling SwiftSyntax509 Empty.swift
[53/116] Emitting module SwiftSyntax509
[54/117] Emitting module InternalCollectionsUtilities
[57/119] Emitting module SwiftSyntax509
[59/119] Compiling SnapshotTesting Internal.swift
[60/119] Compiling SnapshotTesting PlistEncoder.swift
[61/119] Compiling SnapshotTesting XCTAttachment.swift
[62/119] Compiling SnapshotTesting Diff.swift
[65/119] Compiling SnapshotTesting NSImage.swift
[66/119] Compiling SnapshotTesting NSView.swift
[67/119] Compiling SnapshotTesting NSViewController.swift
[68/119] Compiling SnapshotTesting SceneKit.swift
[69/119] Compiling SnapshotTesting SpriteKit.swift
[70/119] Compiling SnapshotTesting String.swift
[71/119] Compiling SnapshotTesting SwiftUIView.swift
[72/119] Compiling SnapshotTesting UIBezierPath.swift
[74/123] Compiling IssueReportingTestSupport XCTest.swift
[75/123] Emitting module IssueReportingTestSupport
[76/123] Compiling IssueReportingTestSupport SwiftTesting.swift
[78/206] Compiling SwiftSyntax SourceLocation.swift
[79/206] Compiling SwiftSyntax SourcePresence.swift
[80/206] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[81/206] Compiling SwiftSyntax Syntax.swift
[82/441] Compiling GRDB SQL.swift
[83/441] Compiling GRDB SQLInterpolation.swift
[84/441] Compiling GRDB SQLRequest.swift
[85/441] Compiling GRDB SchedulingWatchdog.swift
[86/441] Compiling GRDB SerializedDatabase.swift
[87/441] Compiling GRDB Statement.swift
[88/441] Compiling GRDB StatementAuthorizer.swift
[89/441] Compiling GRDB StatementColumnConvertible.swift
[90/441] Compiling GRDB CGFloat.swift
[91/468] Compiling GRDB DatabasePool.swift
[92/468] Compiling GRDB DatabasePublishers.swift
[93/468] Compiling GRDB DatabaseQueue.swift
[94/468] Compiling GRDB DatabaseReader.swift
[95/471] Compiling GRDB Data.swift
[96/471] Compiling GRDB DatabaseDateComponents.swift
[97/471] Compiling GRDB DatabaseValueConvertible+ReferenceConvertible.swift
[98/471] Compiling GRDB Date.swift
[99/471] Compiling GRDB RowAdapter.swift
[100/471] Compiling GRDB RowDecodingError.swift
[101/473] Linking libIssueReportingTestSupport.so
[103/473] Compiling GRDB DispatchQueueActor.swift
[104/473] Compiling GRDB FetchRequest.swift
[105/473] Compiling GRDB Row.swift
[115/473] Compiling GRDB DatabaseValueConvertible.swift
[116/473] Compiling GRDB DatabaseWriter.swift
[117/473] Compiling GRDB NSNumber.swift
[118/473] Compiling GRDB NSString.swift
[119/473] Compiling GRDB SQLiteDateParser.swift
[120/473] Compiling GRDB URL.swift
[121/473] Compiling GRDB UUID.swift
[122/480] Compiling GRDB DatabaseValueConvertible+Decodable.swift
[123/480] Compiling GRDB DatabaseValueConvertible+Encodable.swift
[124/480] Compiling GRDB DatabaseValueConvertible+RawRepresentable.swift
[125/480] Compiling GRDB JSONRequiredEncoder.swift
[126/480] Compiling GRDB Optional.swift
[127/480] Compiling GRDB StandardLibrary.swift
[128/480] Compiling GRDB TransactionClock.swift
[129/480] Emitting module IssueReporting
[132/480] Compiling IssueReporting WithExpectedIssue.swift
[133/480] Compiling IssueReporting WithIssueContext.swift
[134/480] Compiling GRDB NSNull.swift
[135/480] Compiling GRDB Configuration.swift
[136/480] Compiling GRDB Cursor.swift
[137/480] Compiling GRDB Database+Schema.swift
[146/480] Compiling GRDB Database+Statements.swift
[147/480] Compiling GRDB Database.swift
[148/480] Compiling GRDB DatabaseBackupProgress.swift
[149/480] Compiling GRDB DatabaseCollation.swift
[150/480] Compiling GRDB DatabaseError.swift
[151/480] Compiling GRDB DatabaseFunction.swift
[156/480] Compiling GRDB DatabaseRegion.swift
[157/480] Compiling GRDB DatabaseRegionObservation.swift
[158/480] Compiling GRDB DatabaseSchemaCache.swift
[159/480] Compiling GRDB DatabaseSnapshot.swift
[160/480] Compiling GRDB DatabaseSnapshotPool.swift
[161/480] Compiling GRDB DatabaseValue.swift
[176/484] Compiling OrderedCollections OrderedSet+Sendable.swift
[177/484] Compiling OrderedCollections OrderedSet+SubSequence.swift
[178/484] Compiling OrderedCollections OrderedSet+Testing.swift
[179/484] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[180/484] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[181/484] Compiling OrderedCollections OrderedSet.swift
[182/484] Compiling OrderedCollections _UnsafeBitset.swift
[183/542] Compiling XCTestDynamicOverlay Exports.swift
[184/542] Compiling StructuredQueriesCore Date+ISO8601.swift
[185/542] Compiling StructuredQueriesCore Deprecations.swift
[186/543] Compiling StructuredQueriesCore PrettyPrinting.swift
[187/543] Compiling StructuredQueriesCore RangeReplaceableCollection+Queries.swift
[188/543] Compiling StructuredQueriesCore Scope.swift
[189/543] Compiling StructuredQueriesCore Never.swift
[190/543] Emitting module XCTestDynamicOverlay
[191/543] Compiling StructuredQueriesCore Ordering.swift
[192/543] Compiling StructuredQueriesCore PrimaryKeyed.swift
[193/543] Emitting module PerceptionCore
[194/543] Compiling StructuredQueriesCore Operators.swift
[195/543] Compiling StructuredQueriesCore Optional.swift
[196/543] Compiling XCTestDynamicOverlay Deprecations.swift
[197/544] Emitting module SnapshotTesting
[204/545] Compiling PerceptionCore _PerceptionRegistrar.swift
[206/545] Emitting module OrderedCollections
[207/546] Compiling StructuredQueriesCore CaseExpression.swift
[208/546] Compiling StructuredQueriesCore Collation.swift
[209/546] Compiling StructuredQueriesCore AggregateFunctions.swift
[210/546] Compiling StructuredQueriesCore Bind.swift
[213/559] Compiling StructuredQueriesCore QueryDecoder.swift
[214/559] Compiling StructuredQueriesCore QueryExpression.swift
[215/559] Compiling StructuredQueriesCore QueryFragment.swift
[216/559] Compiling StructuredQueriesCore QueryFragmentBuilder.swift
[217/559] Compiling StructuredQueriesCore QueryRepresentable.swift
[218/559] Compiling StructuredQueriesCore Codable+JSON.swift
[219/586] Compiling CustomDump CoreImage.swift
[220/586] Compiling CustomDump CoreLocation.swift
[221/586] Compiling CustomDump CoreMotion.swift
[222/586] Compiling CustomDump Foundation.swift
[223/586] Compiling CustomDump GameKit.swift
[224/586] Compiling CustomDump KeyPath.swift
[225/587] Compiling CustomDump Photos.swift
[226/587] Compiling CustomDump Speech.swift
[227/587] Compiling CustomDump StoreKit.swift
[230/601] Emitting module CombineSchedulers
[237/602] Compiling CombineSchedulers UIScheduler.swift
[238/602] Compiling CombineSchedulers UIKit.swift
[239/602] Compiling CombineSchedulers Timer.swift
[243/611] Compiling CustomDump Swift.swift
[244/611] Compiling CustomDump SwiftUI.swift
[245/611] Compiling CustomDump UIKit.swift
[246/614] Compiling IdentifiedCollections Identified.swift
[247/614] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
[248/614] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
[252/624] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[253/624] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[254/624] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[255/624] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[256/631] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[257/631] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[258/631] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[259/631] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[260/631] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[261/631] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[262/631] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
[263/631] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[264/631] Compiling CombineSchedulers UnimplementedScheduler.swift
[265/632] Compiling Clocks Lock.swift
[266/633] Compiling CustomDump ExpectNoDifference.swift
[267/633] Compiling CustomDump AnyType.swift
[268/633] Compiling CustomDump CollectionDifference.swift
[269/633] Compiling Clocks Timer.swift
[270/633] Emitting module Clocks
[272/633] Compiling CustomDump Identifiable.swift
[273/633] Compiling CustomDump Mirror.swift
[274/633] Compiling CustomDump String.swift
[278/633] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
[279/633] Compiling Clocks ImmediateClock.swift
[280/633] Compiling Clocks AnyClock.swift
[281/633] Compiling StructuredQueriesCore Update.swift
[282/633] Compiling StructuredQueriesCore Values.swift
[283/633] Compiling StructuredQueriesCore Where.swift
[284/633] Compiling StructuredQueriesCore Inflection.swift
[285/633] Compiling StructuredQueriesCore Quoting.swift
[286/633] Compiling StructuredQueriesCore Table.swift
[287/633] Compiling Clocks _AsyncTimerSequence.swift
[289/633] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[295/635] Compiling CustomDump Unordered.swift
[296/635] Compiling CustomDump XCTAssertDifference.swift
[297/635] Compiling CustomDump XCTAssertNoDifference.swift
[302/635] Compiling Clocks SwiftUI.swift
[303/635] Compiling Clocks TestClock.swift
[310/635] Compiling Clocks UnimplementedClock.swift
[311/636] Emitting module CustomDump
[312/636] Compiling IdentifiedCollections IdentifiedArray.swift
[313/636] Compiling IdentifiedCollections IdentifiedCollection.swift
[315/636] Emitting module IdentifiedCollections
[323/637] Compiling StructuredQueriesCore TableAlias.swift
[324/637] Compiling StructuredQueriesCore TableColumn.swift
[325/637] Compiling StructuredQueriesCore TableDefinition.swift
[326/637] Compiling StructuredQueriesCore Tagged.swift
[327/637] Compiling StructuredQueriesCore Updates.swift
[328/637] Compiling StructuredQueriesCore _Selection.swift
[330/637] Compiling CustomDump ExpectDifference.swift
[347/637] Emitting module StructuredQueriesCore
[375/669] Compiling Dependencies OpenURL.swift
[376/669] Compiling Dependencies TimeZone.swift
[377/669] Compiling Dependencies URLSession.swift
[378/669] Compiling Dependencies Deprecations.swift
[379/670] Compiling SwiftSyntax SyntaxNodesAB.swift
[380/670] Compiling SwiftSyntax SyntaxNodesC.swift
[381/670] Compiling SwiftSyntax SyntaxNodesD.swift
[382/670] Compiling SwiftSyntax SyntaxNodesEF.swift
[383/670] Compiling SwiftSyntax SyntaxNodesGHI.swift
[384/670] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[385/670] Compiling SwiftSyntax SyntaxNodesOP.swift
[386/670] Compiling SwiftSyntax SyntaxNodesQRS.swift
[387/670] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[388/670] Compiling GRDB FTS5Tokenizer.swift
[389/670] Compiling GRDB FTS5TokenizerDescriptor.swift
[390/670] Compiling GRDB FTS5WrapperTokenizer.swift
[391/670] Compiling GRDB Fixits.swift
[392/670] Compiling GRDB JSONColumn.swift
[393/670] Compiling GRDB SQLJSONExpressible.swift
[394/670] Compiling GRDB SQLJSONFunctions.swift
[395/670] Compiling GRDB DatabaseMigrator.swift
[396/670] Compiling GRDB Migration.swift
[397/670] Compiling GRDB FTS3+QueryInterface.swift
[398/670] Compiling GRDB FTS5+QueryInterface.swift
[399/670] Compiling GRDB ForeignKey.swift
[401/690] Compiling Dependencies Assert.swift
[402/690] Compiling Dependencies Calendar.swift
[403/690] Compiling Dependencies Clocks.swift
[404/693] Compiling Dependencies Context.swift
[405/693] Compiling Dependencies Date.swift
[406/693] Compiling Dependencies FireAndForget.swift
[408/693] Compiling Dependencies Exports.swift
[409/693] Compiling Dependencies TypeName.swift
[410/693] Compiling Dependencies Locale.swift
[411/693] Compiling Dependencies MainQueue.swift
[412/693] Compiling Dependencies MainRunLoop.swift
[416/693] Compiling Dependencies UUID.swift
[417/693] Compiling Dependencies WithRandomNumberGenerator.swift
[418/693] Compiling Dependencies AppEntryPoint.swift
[419/693] Emitting module Dependencies
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift:25:17: error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
23 | private final class DispatchQueueExecutor: SerialExecutor {
24 |     private let queue: DispatchQueue
25 |     private let flags: DispatchWorkItemFlags
   |                 `- error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
26 |
27 |     init(queue: DispatchQueue, flags: DispatchWorkItemFlags) {
Dispatch.DispatchWorkItemFlags:1:15: note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 1 | public struct DispatchWorkItemFlags : OptionSet, RawRepresentable {
   |               `- note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 2 |     public let rawValue: UInt
 3 |     public init(rawValue: UInt)
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift:25:17: error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
23 | private final class DispatchQueueExecutor: SerialExecutor {
24 |     private let queue: DispatchQueue
25 |     private let flags: DispatchWorkItemFlags
   |                 `- error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
26 |
27 |     init(queue: DispatchQueue, flags: DispatchWorkItemFlags) {
Dispatch.DispatchWorkItemFlags:1:15: note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 1 | public struct DispatchWorkItemFlags : OptionSet, RawRepresentable {
   |               `- note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 2 |     public let rawValue: UInt
 3 |     public init(rawValue: UInt)
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift:25:17: error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
23 | private final class DispatchQueueExecutor: SerialExecutor {
24 |     private let queue: DispatchQueue
25 |     private let flags: DispatchWorkItemFlags
   |                 `- error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
26 |
27 |     init(queue: DispatchQueue, flags: DispatchWorkItemFlags) {
Dispatch.DispatchWorkItemFlags:1:15: note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 1 | public struct DispatchWorkItemFlags : OptionSet, RawRepresentable {
   |               `- note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 2 |     public let rawValue: UInt
 3 |     public init(rawValue: UInt)
[423/695] Compiling Dependencies Dependency.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift:25:17: error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
23 | private final class DispatchQueueExecutor: SerialExecutor {
24 |     private let queue: DispatchQueue
25 |     private let flags: DispatchWorkItemFlags
   |                 `- error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
26 |
27 |     init(queue: DispatchQueue, flags: DispatchWorkItemFlags) {
Dispatch.DispatchWorkItemFlags:1:15: note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 1 | public struct DispatchWorkItemFlags : OptionSet, RawRepresentable {
   |               `- note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 2 |     public let rawValue: UInt
 3 |     public init(rawValue: UInt)
[424/695] Compiling Dependencies DependencyContext.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift:25:17: error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
23 | private final class DispatchQueueExecutor: SerialExecutor {
24 |     private let queue: DispatchQueue
25 |     private let flags: DispatchWorkItemFlags
   |                 `- error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
26 |
27 |     init(queue: DispatchQueue, flags: DispatchWorkItemFlags) {
Dispatch.DispatchWorkItemFlags:1:15: note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 1 | public struct DispatchWorkItemFlags : OptionSet, RawRepresentable {
   |               `- note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 2 |     public let rawValue: UInt
 3 |     public init(rawValue: UInt)
[425/695] Compiling Dependencies DependencyKey.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift:25:17: error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
23 | private final class DispatchQueueExecutor: SerialExecutor {
24 |     private let queue: DispatchQueue
25 |     private let flags: DispatchWorkItemFlags
   |                 `- error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
26 |
27 |     init(queue: DispatchQueue, flags: DispatchWorkItemFlags) {
Dispatch.DispatchWorkItemFlags:1:15: note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 1 | public struct DispatchWorkItemFlags : OptionSet, RawRepresentable {
   |               `- note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 2 |     public let rawValue: UInt
 3 |     public init(rawValue: UInt)
[426/695] Compiling Dependencies DependencyValues.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift:25:17: error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
23 | private final class DispatchQueueExecutor: SerialExecutor {
24 |     private let queue: DispatchQueue
25 |     private let flags: DispatchWorkItemFlags
   |                 `- error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
26 |
27 |     init(queue: DispatchQueue, flags: DispatchWorkItemFlags) {
Dispatch.DispatchWorkItemFlags:1:15: note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 1 | public struct DispatchWorkItemFlags : OptionSet, RawRepresentable {
   |               `- note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 2 |     public let rawValue: UInt
 3 |     public init(rawValue: UInt)
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift:25:17: error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
23 | private final class DispatchQueueExecutor: SerialExecutor {
24 |     private let queue: DispatchQueue
25 |     private let flags: DispatchWorkItemFlags
   |                 `- error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
26 |
27 |     init(queue: DispatchQueue, flags: DispatchWorkItemFlags) {
Dispatch.DispatchWorkItemFlags:1:15: note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 1 | public struct DispatchWorkItemFlags : OptionSet, RawRepresentable {
   |               `- note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 2 |     public let rawValue: UInt
 3 |     public init(rawValue: UInt)
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift:25:17: error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
23 | private final class DispatchQueueExecutor: SerialExecutor {
24 |     private let queue: DispatchQueue
25 |     private let flags: DispatchWorkItemFlags
   |                 `- error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
26 |
27 |     init(queue: DispatchQueue, flags: DispatchWorkItemFlags) {
Dispatch.DispatchWorkItemFlags:1:15: note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 1 | public struct DispatchWorkItemFlags : OptionSet, RawRepresentable {
   |               `- note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 2 |     public let rawValue: UInt
 3 |     public init(rawValue: UInt)
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift:25:17: error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
23 | private final class DispatchQueueExecutor: SerialExecutor {
24 |     private let queue: DispatchQueue
25 |     private let flags: DispatchWorkItemFlags
   |                 `- error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
26 |
27 |     init(queue: DispatchQueue, flags: DispatchWorkItemFlags) {
Dispatch.DispatchWorkItemFlags:1:15: note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 1 | public struct DispatchWorkItemFlags : OptionSet, RawRepresentable {
   |               `- note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 2 |     public let rawValue: UInt
 3 |     public init(rawValue: UInt)
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift:25:17: error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
23 | private final class DispatchQueueExecutor: SerialExecutor {
24 |     private let queue: DispatchQueue
25 |     private let flags: DispatchWorkItemFlags
   |                 `- error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
26 |
27 |     init(queue: DispatchQueue, flags: DispatchWorkItemFlags) {
Dispatch.DispatchWorkItemFlags:1:15: note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 1 | public struct DispatchWorkItemFlags : OptionSet, RawRepresentable {
   |               `- note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 2 |     public let rawValue: UInt
 3 |     public init(rawValue: UInt)
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift:25:17: error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
23 | private final class DispatchQueueExecutor: SerialExecutor {
24 |     private let queue: DispatchQueue
25 |     private let flags: DispatchWorkItemFlags
   |                 `- error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
26 |
27 |     init(queue: DispatchQueue, flags: DispatchWorkItemFlags) {
Dispatch.DispatchWorkItemFlags:1:15: note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 1 | public struct DispatchWorkItemFlags : OptionSet, RawRepresentable {
   |               `- note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 2 |     public let rawValue: UInt
 3 |     public init(rawValue: UInt)
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift:25:17: error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
23 | private final class DispatchQueueExecutor: SerialExecutor {
24 |     private let queue: DispatchQueue
25 |     private let flags: DispatchWorkItemFlags
   |                 `- error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
26 |
27 |     init(queue: DispatchQueue, flags: DispatchWorkItemFlags) {
Dispatch.DispatchWorkItemFlags:1:15: note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 1 | public struct DispatchWorkItemFlags : OptionSet, RawRepresentable {
   |               `- note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 2 |     public let rawValue: UInt
 3 |     public init(rawValue: UInt)
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift:25:17: error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
23 | private final class DispatchQueueExecutor: SerialExecutor {
24 |     private let queue: DispatchQueue
25 |     private let flags: DispatchWorkItemFlags
   |                 `- error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
26 |
27 |     init(queue: DispatchQueue, flags: DispatchWorkItemFlags) {
Dispatch.DispatchWorkItemFlags:1:15: note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 1 | public struct DispatchWorkItemFlags : OptionSet, RawRepresentable {
   |               `- note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 2 |     public let rawValue: UInt
 3 |     public init(rawValue: UInt)
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift:25:17: error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
23 | private final class DispatchQueueExecutor: SerialExecutor {
24 |     private let queue: DispatchQueue
25 |     private let flags: DispatchWorkItemFlags
   |                 `- error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
26 |
27 |     init(queue: DispatchQueue, flags: DispatchWorkItemFlags) {
Dispatch.DispatchWorkItemFlags:1:15: note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 1 | public struct DispatchWorkItemFlags : OptionSet, RawRepresentable {
   |               `- note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 2 |     public let rawValue: UInt
 3 |     public init(rawValue: UInt)
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift:25:17: error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
23 | private final class DispatchQueueExecutor: SerialExecutor {
24 |     private let queue: DispatchQueue
25 |     private let flags: DispatchWorkItemFlags
   |                 `- error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
26 |
27 |     init(queue: DispatchQueue, flags: DispatchWorkItemFlags) {
Dispatch.DispatchWorkItemFlags:1:15: note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 1 | public struct DispatchWorkItemFlags : OptionSet, RawRepresentable {
   |               `- note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 2 |     public let rawValue: UInt
 3 |     public init(rawValue: UInt)
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift:25:17: error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
23 | private final class DispatchQueueExecutor: SerialExecutor {
24 |     private let queue: DispatchQueue
25 |     private let flags: DispatchWorkItemFlags
   |                 `- error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
26 |
27 |     init(queue: DispatchQueue, flags: DispatchWorkItemFlags) {
Dispatch.DispatchWorkItemFlags:1:15: note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 1 | public struct DispatchWorkItemFlags : OptionSet, RawRepresentable {
   |               `- note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 2 |     public let rawValue: UInt
 3 |     public init(rawValue: UInt)
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift:25:17: error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
23 | private final class DispatchQueueExecutor: SerialExecutor {
24 |     private let queue: DispatchQueue
25 |     private let flags: DispatchWorkItemFlags
   |                 `- error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
26 |
27 |     init(queue: DispatchQueue, flags: DispatchWorkItemFlags) {
Dispatch.DispatchWorkItemFlags:1:15: note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 1 | public struct DispatchWorkItemFlags : OptionSet, RawRepresentable {
   |               `- note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 2 |     public let rawValue: UInt
 3 |     public init(rawValue: UInt)
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift:25:17: error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
23 | private final class DispatchQueueExecutor: SerialExecutor {
24 |     private let queue: DispatchQueue
25 |     private let flags: DispatchWorkItemFlags
   |                 `- error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
26 |
27 |     init(queue: DispatchQueue, flags: DispatchWorkItemFlags) {
Dispatch.DispatchWorkItemFlags:1:15: note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 1 | public struct DispatchWorkItemFlags : OptionSet, RawRepresentable {
   |               `- note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 2 |     public let rawValue: UInt
 3 |     public init(rawValue: UInt)
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift:25:17: error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
23 | private final class DispatchQueueExecutor: SerialExecutor {
24 |     private let queue: DispatchQueue
25 |     private let flags: DispatchWorkItemFlags
   |                 `- error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
26 |
27 |     init(queue: DispatchQueue, flags: DispatchWorkItemFlags) {
Dispatch.DispatchWorkItemFlags:1:15: note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 1 | public struct DispatchWorkItemFlags : OptionSet, RawRepresentable {
   |               `- note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 2 |     public let rawValue: UInt
 3 |     public init(rawValue: UInt)
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift:25:17: error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
23 | private final class DispatchQueueExecutor: SerialExecutor {
24 |     private let queue: DispatchQueue
25 |     private let flags: DispatchWorkItemFlags
   |                 `- error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
26 |
27 |     init(queue: DispatchQueue, flags: DispatchWorkItemFlags) {
Dispatch.DispatchWorkItemFlags:1:15: note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 1 | public struct DispatchWorkItemFlags : OptionSet, RawRepresentable {
   |               `- note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 2 |     public let rawValue: UInt
 3 |     public init(rawValue: UInt)
[460/695] Compiling GRDB JSONDumpFormat.swift
[461/695] Compiling GRDB LineDumpFormat.swift
[462/695] Emitting module SnapshotTestingCustomDump
[463/695] Compiling SnapshotTestingCustomDump CustomDump.swift
[465/696] Compiling Dependencies PreviewTrait.swift
[466/696] Compiling Dependencies TestTrait.swift
[467/696] Compiling Dependencies WithDependencies.swift
[473/719] Compiling Sharing SharedContinuations.swift
[474/719] Compiling Sharing SharedKey.swift
[475/719] Compiling Sharing AppStorageKey.swift
[476/721] Emitting module Sharing
[477/721] Compiling Sharing DefaultKey.swift
[478/721] Compiling Sharing FileStorageKey.swift
[479/721] Compiling Sharing InMemoryKey.swift
[480/721] Compiling Sharing Shared.swift
[481/721] Compiling Sharing SharedBinding.swift
[482/721] Compiling Sharing SharedCollection.swift
[483/721] Compiling Sharing SharedPublisher.swift
[484/721] Compiling Sharing SharedReader.swift
[485/721] Compiling Sharing SharedReaderKey.swift
[486/721] Compiling Sharing SwiftUIStateSharing.swift
[487/721] Compiling Sharing resource_bundle_accessor.swift
[493/721] Compiling StructuredQueriesCore CommonTableExpression.swift
[494/721] Compiling StructuredQueriesCore CompoundSelect.swift
[495/721] Compiling StructuredQueriesCore Delete.swift
[496/721] Compiling StructuredQueriesCore Insert.swift
[497/721] Compiling StructuredQueriesCore Select+DynamicMemberLookup.swift
[498/721] Compiling StructuredQueriesCore Select.swift
[499/721] Compiling StructuredQueriesCore SelectStatement.swift
[501/722] Compiling Sharing Deprecations.swift
[502/722] Compiling Sharing KeyPath+Sendable.swift
[503/722] Compiling Sharing MutexBackport.swift
[504/722] Compiling Sharing NSRecursiveLock+WithLock.swift
[505/722] Compiling Sharing PassthroughRelay.swift
[506/722] Compiling Sharing PersistentReferences.swift
[507/722] Compiling Sharing Reference.swift
[508/722] Compiling Sharing SharedChangeTracker.swift
[509/722] Compiling Sharing TypeName.swift
[510/722] Compiling GRDB EncodableRecord.swift
[511/722] Compiling GRDB FetchableRecord+Decodable.swift
[512/722] Compiling GRDB FetchableRecord+TableRecord.swift
[513/722] Compiling GRDB FetchableRecord.swift
[514/722] Compiling GRDB MutablePersistableRecord+DAO.swift
[515/722] Compiling GRDB MutablePersistableRecord+Delete.swift
[516/722] Compiling GRDB MutablePersistableRecord+Insert.swift
[517/722] Compiling GRDB MutablePersistableRecord+Save.swift
[518/722] Compiling GRDB MutablePersistableRecord+Update.swift
[519/722] Compiling GRDB MutablePersistableRecord+Upsert.swift
[520/722] Compiling GRDB MutablePersistableRecord.swift
[521/722] Compiling GRDB PersistableRecord+Insert.swift
[522/722] Compiling GRDB PersistableRecord+Save.swift
[523/722] Compiling GRDB PersistableRecord+Upsert.swift
[524/722] Compiling GRDB PersistableRecord.swift
[525/722] Compiling GRDB Record.swift
[526/722] Compiling GRDB TableRecord.swift
[527/722] Compiling GRDB CaseInsensitiveIdentifier.swift
[528/722] Compiling GRDB Inflections+English.swift
[529/722] Compiling GRDB Inflections.swift
[531/723] Compiling GRDB Mutex.swift
[532/723] Compiling GRDB OnDemandFuture.swift
[533/723] Compiling GRDB OrderedDictionary.swift
[534/723] Compiling GRDB Pool.swift
[535/723] Compiling GRDB ReadWriteLock.swift
[536/723] Compiling GRDB ReceiveValuesOn.swift
[537/723] Compiling GRDB Refinable.swift
[538/723] Compiling GRDB Utils.swift
[539/723] Compiling GRDB DatabaseCancellable.swift
[540/723] Compiling GRDB ValueConcurrentObserver.swift
[541/723] Compiling GRDB ValueWriteOnlyObserver.swift
[542/723] Compiling GRDB Fetch.swift
[543/723] Compiling GRDB Map.swift
[544/723] Compiling GRDB RemoveDuplicates.swift
[545/723] Compiling GRDB Trace.swift
[546/723] Compiling GRDB ValueReducer.swift
[547/723] Compiling GRDB SharedValueObservation.swift
[548/723] Compiling GRDB ValueObservation.swift
[549/723] Compiling GRDB ValueObservationScheduler.swift
[550/723] Compiling GRDB resource_bundle_accessor.swift
[551/738] Compiling GRDB SQLSelection.swift
[552/738] Compiling GRDB SQLSubquery.swift
[553/738] Compiling GRDB Table.swift
[554/738] Compiling GRDB SQLColumnGenerator.swift
[555/738] Compiling GRDB SQLGenerationContext.swift
[556/738] Compiling GRDB SQLIndexGenerator.swift
[557/738] Compiling GRDB SQLQueryGenerator.swift
[558/738] Compiling GRDB SQLTableAlterationGenerator.swift
[559/738] Compiling GRDB SQLTableGenerator.swift
[560/738] Compiling GRDB TableAlias.swift
[561/738] Compiling GRDB SQLInterpolation+QueryInterface.swift
[562/738] Compiling GRDB ColumnDefinition.swift
[563/738] Compiling GRDB Database+SchemaDefinition.swift
[564/738] Compiling GRDB ForeignKeyDefinition.swift
[565/738] Compiling GRDB IndexDefinition.swift
[566/738] Compiling GRDB TableAlteration.swift
[567/738] Compiling GRDB TableDefinition.swift
[568/738] Compiling GRDB VirtualTableModule.swift
[569/738] Compiling GRDB TableRecord+Association.swift
[570/738] Compiling GRDB TableRecord+QueryInterfaceRequest.swift
[571/738] Compiling GRDB EncodableRecord+Encodable.swift
[572/738] Compiling StructuredQueriesSQLiteCore DatabaseFunction.swift
[573/738] Compiling StructuredQueriesSQLiteCore Exports.swift
[574/740] Compiling StructuredQueriesSQLiteCore RowID.swift
[575/740] Compiling StructuredQueriesSQLiteCore ScalarFunctions.swift
[576/740] Compiling StructuredQueriesSQLiteCore Cast.swift
[577/740] Compiling StructuredQueriesSQLiteCore Collation+SQLite.swift
[578/740] Compiling StructuredQueriesSQLiteCore UUID+Bytes.swift
[579/740] Compiling StructuredQueriesSQLiteCore UUID+Uppercased.swift
[580/740] Compiling StructuredQueriesSQLiteCore Date+JulianDay.swift
[581/740] Compiling StructuredQueriesSQLiteCore Date+UnixTime.swift
[582/740] Emitting module StructuredQueriesSQLiteCore
[583/740] Compiling StructuredQueriesSQLiteCore Deprecations.swift
[584/740] Compiling StructuredQueriesSQLiteCore JSONFunctions.swift
[585/740] Compiling StructuredQueriesSQLiteCore FTS5.swift
[586/740] Compiling StructuredQueriesSQLiteCore Insert.swift
[587/740] Compiling StructuredQueriesSQLiteCore Triggers.swift
[588/740] Compiling StructuredQueriesSQLiteCore Update.swift
[590/741] Compiling GRDB Association.swift
[591/741] Compiling GRDB AssociationAggregate.swift
[592/741] Compiling GRDB BelongsToAssociation.swift
[593/741] Compiling GRDB HasManyAssociation.swift
[594/741] Compiling GRDB HasManyThroughAssociation.swift
[595/741] Compiling GRDB HasOneAssociation.swift
[596/741] Compiling GRDB HasOneThroughAssociation.swift
[597/741] Compiling GRDB JoinAssociation.swift
[598/741] Compiling GRDB CommonTableExpression.swift
[599/741] Compiling GRDB QueryInterfaceRequest.swift
[600/741] Compiling GRDB RequestProtocols.swift
[601/741] Compiling GRDB Column.swift
[602/741] Compiling GRDB DatabasePromise.swift
[603/741] Compiling GRDB SQLAssociation.swift
[604/741] Compiling GRDB SQLCollection.swift
[605/741] Compiling GRDB SQLExpression.swift
[606/741] Compiling GRDB SQLForeignKeyRequest.swift
[607/741] Compiling GRDB SQLFunctions.swift
[608/741] Compiling GRDB SQLOperators.swift
[609/741] Compiling GRDB SQLOrdering.swift
[610/741] Compiling GRDB SQLRelation.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[611/741] Emitting module GRDB
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/DispatchQueueActor.swift:25:17: error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
23 | private final class DispatchQueueExecutor: SerialExecutor {
24 |     private let queue: DispatchQueue
25 |     private let flags: DispatchWorkItemFlags
   |                 `- error: stored property 'flags' of 'Sendable'-conforming class 'DispatchQueueExecutor' has non-sendable type 'DispatchWorkItemFlags'
26 |
27 |     init(queue: DispatchQueue, flags: DispatchWorkItemFlags) {
Dispatch.DispatchWorkItemFlags:1:15: note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 1 | public struct DispatchWorkItemFlags : OptionSet, RawRepresentable {
   |               `- note: struct 'DispatchWorkItemFlags' does not conform to the 'Sendable' protocol
 2 |     public let rawValue: UInt
 3 |     public init(rawValue: UInt)
BUILD FAILURE 6.1 linux