The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build SwiftletModel, reference main (1aa89f), with Swift 6.1 for Linux on 30 Apr 2025 19:01:29 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KazaiMazai/SwiftletModel.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/KazaiMazai/SwiftletModel
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1aa89f5 Update README.md (#96)
Cloned https://github.com/KazaiMazai/SwiftletModel.git
Revision (git rev-parse @):
1aa89f5786163ccb49d9635734c2e8164e51aa28
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/KazaiMazai/SwiftletModel.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/KazaiMazai/SwiftletModel.git
https://github.com/KazaiMazai/SwiftletModel.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    },
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.12.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    },
    {
      "identity" : "btree",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/attaswift/BTree"
    }
  ],
  "manifest_display_name" : "SwiftletModel",
  "name" : "SwiftletModel",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftletModel",
      "targets" : [
        "SwiftletModel"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftletModelMacros",
      "targets" : [
        "SwiftletModelMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftletModelTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftletModelTests",
      "path" : "Tests/SwiftletModelTests",
      "product_dependencies" : [
        "SnapshotTesting",
        "SnapshotTestingCustomDump"
      ],
      "sources" : [
        "CodableTests/RelationsEncodingDecodingTests.swift",
        "EntitiesTests/DeleteTests.swift",
        "IndexTests/FilterIndexPerformanceTests.swift",
        "IndexTests/FullTextIndexPerformanceTests.swift",
        "IndexTests/SortIndexPerformanceTests.swift",
        "IndexTests/UniqueIndexTests.swift",
        "ModelTests/MergeStrategyTests.swift",
        "Models/Attachment.swift",
        "Models/Chat.swift",
        "Models/Message.swift",
        "Models/Schema.swift",
        "Models/TestModel.swift",
        "Models/User.swift",
        "ModelsForTesting.swift",
        "QueriesTests/AllNestedModelsQueryTest.swift",
        "QueriesTests/FilterMetadataQueryTests.swift",
        "QueriesTests/FilterQueryTests.swift",
        "QueriesTests/FilterStringQueryTests.swift",
        "QueriesTests/NestedModelsQueryTest.swift",
        "QueriesTests/SortQueryTest.swift",
        "RelationsTests/ManyToManyTests.swift",
        "RelationsTests/ToOneTests.swift"
      ],
      "target_dependencies" : [
        "SwiftletModel"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftletModelMacros",
      "module_type" : "SwiftTarget",
      "name" : "SwiftletModelMacros",
      "path" : "Sources/SwiftletModelMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "SwiftletModel",
        "SwiftletModelMacros"
      ],
      "sources" : [
        "EntityModelMacro/Attributes/AccessAttributes.swift",
        "EntityModelMacro/Attributes/IndexAttributes.swift",
        "EntityModelMacro/Attributes/PropertyAttributes.swift",
        "EntityModelMacro/Attributes/PropertyWrapperAttributes.swift",
        "EntityModelMacro/Attributes/RelationshipAttributes.swift",
        "EntityModelMacro/Attributes/SearchIndexAttributes.swift",
        "EntityModelMacro/Attributes/UniqueAttributes.swift",
        "EntityModelMacro/EntityModelMacro.swift",
        "EntityModelMacro/SwiftSyntaxExtensions/LabeledExprSyntaxExtension.swift",
        "Plugins.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SwiftletModel",
      "module_type" : "SwiftTarget",
      "name" : "SwiftletModel",
      "path" : "Sources/SwiftletModel",
      "product_dependencies" : [
        "Collections",
        "BTree"
      ],
      "product_memberships" : [
        "SwiftletModel"
      ],
      "sources" : [
        "Context/Context.swift",
        "Context/EntitiesRepository.swift",
        "Context/RelationsRepository.swift",
        "Index/ArrayExtensions.swift",
        "Index/CollisionResolver.swift",
        "Index/Comparable+SortOrder.swift",
        "Index/Entity+FullTextIndex.swift",
        "Index/Entity+IndexComparable.swift",
        "Index/Entity+IndexHashable&Comparable.swift",
        "Index/Entity+IndexHashable.swift",
        "Index/Entity+Metadata.swift",
        "Index/Entity+UniqueComparable.swift",
        "Index/Entity+UniqueHashable&Comparable.swift",
        "Index/Entity+UniqueHashable.swift",
        "Index/FullTextIndex+Hashable.swift",
        "Index/FullTextIndex.swift",
        "Index/Index+Comparable.swift",
        "Index/Index+Hashable.swift",
        "Index/Index.swift",
        "Index/String+FuzzyMatch.swift",
        "Index/String+IndexName.swift",
        "Index/String+SearchTokens.swift",
        "Index/Tuples.swift",
        "Index/UniqueIndex+Comparable.swift",
        "Index/UniqueIndex+Hashable.swift",
        "Index/UniqueIndex.swift",
        "Macros.swift",
        "Model/DeletedEntity.swift",
        "Model/EntityModelProtocol.swift",
        "Model/Link.swift",
        "Model/MergeStrategy.swift",
        "Model/Metadata.swift",
        "Model/PrettyPrintable.swift",
        "Query/ContextQuery.swift",
        "Query/Nested.swift",
        "Query/Predicate.swift",
        "Query/Query.swift",
        "Query/QueryAllNested.swift",
        "Query/QueryFilter.swift",
        "Query/QueryGroup.swift",
        "Query/QueryList.swift",
        "Query/QueryListFilter.swift",
        "Query/QueryListNested.swift",
        "Query/QueryLogicalFilters.swift",
        "Query/QueryNested.swift",
        "Query/QueryRelated.swift",
        "Query/QuerySchema.swift",
        "Query/QuerySorted.swift",
        "Relationship/DecodingStrategy.swift",
        "Relationship/EncodingStrategy.swift",
        "Relationship/Relation+Codable.swift",
        "Relationship/Relation+Conveniece.swift",
        "Relationship/Relation.swift",
        "Relationship/RelationDelete.swift",
        "Relationship/RelationSave.swift",
        "Relationship/RelationTypes.swift",
        "Relationship/Relationship.swift"
      ],
      "target_dependencies" : [
        "SwiftletModelMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/attaswift/BTree
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/swiftlang/swift-syntax
[1/3349] Fetching btree
[3350/19618] Fetching btree, swift-collections
[4977/32777] Fetching btree, swift-collections, swift-snapshot-testing
[12940/103068] Fetching btree, swift-collections, swift-snapshot-testing, swift-syntax
Fetched https://github.com/attaswift/BTree from cache (6.66s)
Fetched https://github.com/apple/swift-collections.git from cache (6.71s)
Fetched https://github.com/swiftlang/swift-syntax from cache (6.76s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (6.77s)
Computing version for https://github.com/attaswift/BTree
Computed https://github.com/attaswift/BTree at 4.1.0 (10.79s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (4.43s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (1.36s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.3 (1.04s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.44s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.43s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5388] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (2.79s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (4.09s)
Creating working copy for https://github.com/attaswift/BTree
Working copy of https://github.com/attaswift/BTree resolved at 4.1.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
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.3
Building for debugging...
[0/47] Write sources
[25/47] Compiling _SwiftSyntaxCShims dummy.c
[26/47] Write swift-version-24593BA9C3E375BF.txt
[28/70] Emitting module SwiftSyntax509
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/85] Emitting module SwiftSyntax510
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/85] Compiling SwiftSyntax510 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[31/85] Compiling SwiftSyntax509 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/87] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[33/87] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[34/89] Compiling BTree BTreeIterator.swift
[35/89] Compiling BTree BTreeMerger.swift
[36/89] Emitting module InternalCollectionsUtilities
[37/89] Compiling BTree BTree.swift
[38/89] Compiling BTree BTreeBuilder.swift
[39/89] Compiling BTree BTreeComparisons.swift
[40/89] Compiling BTree Map.swift
[41/89] Compiling BTree SortedBag.swift
[43/89] Compiling BTree BTreeCursor.swift
[44/89] Compiling BTree BTreeIndex.swift
[45/89] Compiling BTree BTreeNode.swift
[46/89] Compiling BTree BTreePath.swift
[47/89] Compiling SwiftSyntax600 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[48/89] Emitting module SwiftSyntax600
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[49/89] Compiling BTree BridgedList.swift
[50/89] Compiling BTree Compatibility.swift
[51/89] Compiling BTree List.swift
[53/90] Wrapping AST for SwiftSyntax510 for debugging
[55/90] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[56/90] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[63/93] Wrapping AST for SwiftSyntax600 for debugging
[64/93] Wrapping AST for SwiftSyntax509 for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[66/93] Emitting module BTree
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:57:78: error: cannot find type 'NSFastEnumerationState' in scope
55 |     }
56 |
57 |     public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
   |                                                                              `- error: cannot find type 'NSFastEnumerationState' in scope
58 |         precondition(MemoryLayout<(EmptyKey, Value)>.size == MemoryLayout<Value>.size)
59 |         precondition(MemoryLayout<(EmptyKey, Value)>.stride == MemoryLayout<Value>.stride)
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:57:119: error: cannot find type 'AutoreleasingUnsafeMutablePointer' in scope
55 |     }
56 |
57 |     public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
   |                                                                                                                       `- error: cannot find type 'AutoreleasingUnsafeMutablePointer' in scope
58 |         precondition(MemoryLayout<(EmptyKey, Value)>.size == MemoryLayout<Value>.size)
59 |         precondition(MemoryLayout<(EmptyKey, Value)>.stride == MemoryLayout<Value>.stride)
[69/199] Compiling OrderedCollections _HashTable+Testing.swift
[70/199] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[71/225] Compiling DequeModule Deque._UnsafeHandle.swift
[72/225] Compiling DequeModule Deque.swift
[73/431] Compiling HashTreeCollections _AncestorHashSlots.swift
[74/431] Compiling HashTreeCollections _Bitmap.swift
[75/433] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[76/433] Compiling HeapModule Heap+Descriptions.swift
[77/433] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[78/433] Compiling HashTreeCollections _HashNode+Storage.swift
[79/433] Compiling HeapModule _HeapNode.swift
[80/433] Compiling HeapModule Heap.swift
[81/433] Compiling HeapModule Heap+UnsafeHandle.swift
[82/433] Compiling HeapModule Heap+Invariants.swift
[83/433] Emitting module HeapModule
[84/434] Compiling DequeModule _DequeSlot.swift
[85/434] Compiling DequeModule _UnsafeWrappedBuffer.swift
[89/434] Compiling HashTreeCollections TreeDictionary+Merge.swift
[90/434] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[91/434] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[92/434] Compiling HashTreeCollections TreeDictionary+Values.swift
[93/434] Compiling HashTreeCollections TreeDictionary.swift
[94/434] Compiling HashTreeCollections TreeSet+Codable.swift
[95/434] Compiling HashTreeCollections TreeSet+Collection.swift
[96/434] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[97/434] Compiling HashTreeCollections TreeSet+Debugging.swift
[98/434] Compiling HashTreeCollections TreeSet+Descriptions.swift
[99/434] Compiling HashTreeCollections TreeSet+Equatable.swift
[100/434] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[101/434] Compiling HashTreeCollections TreeSet+Extras.swift
[102/434] Compiling HashTreeCollections TreeSet+Filter.swift
[103/441] Compiling HashTreeCollections TreeSet+Hashable.swift
[104/441] Compiling HashTreeCollections TreeSet+Sendable.swift
[105/441] Compiling HashTreeCollections TreeSet+Sequence.swift
[106/441] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[107/441] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[108/441] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[109/441] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[110/441] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[111/441] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[112/441] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[113/451] Compiling HashTreeCollections _HashNode+Invariants.swift
[114/451] Compiling HashTreeCollections _HashNode+Lookups.swift
[115/451] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[116/451] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[121/451] Emitting module BitCollections
[122/458] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[123/458] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[124/458] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[125/458] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[126/458] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[127/458] Compiling HashTreeCollections _HashNode+Structural merge.swift
[128/458] Compiling HashTreeCollections _HashTreeIterator.swift
[129/458] Compiling HashTreeCollections _HashTreeStatistics.swift
[130/458] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[131/458] Compiling HashTreeCollections _RawHashNode.swift
[132/458] Compiling HashTreeCollections _UnmanagedHashNode.swift
[133/458] Compiling HashTreeCollections _UnsafePath.swift
[134/458] Compiling HashTreeCollections TreeDictionary+Codable.swift
[135/458] Compiling HashTreeCollections TreeDictionary+Collection.swift
[148/458] Compiling HashTreeCollections _HashLevel.swift
[149/458] Compiling HashTreeCollections _HashNode+Builder.swift
[150/458] Compiling HashTreeCollections _HashNode+Debugging.swift
[151/458] Compiling HashTreeCollections _HashNode+Initializers.swift
[158/458] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[159/458] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[160/458] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[161/458] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[162/458] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[163/458] Compiling HashTreeCollections TreeDictionary+Filter.swift
[164/458] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[165/458] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[166/458] Compiling HashTreeCollections TreeDictionary+Keys.swift
[167/458] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[176/458] Compiling BitCollections BitSet.Index.swift
[177/458] Compiling BitCollections BitSet._UnsafeHandle.swift
[178/458] Compiling HashTreeCollections _Bucket.swift
[179/458] Compiling HashTreeCollections _Hash.swift
[205/458] Emitting module DequeModule
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:57:78: error: cannot find type 'NSFastEnumerationState' in scope
55 |     }
56 |
57 |     public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
   |                                                                              `- error: cannot find type 'NSFastEnumerationState' in scope
58 |         precondition(MemoryLayout<(EmptyKey, Value)>.size == MemoryLayout<Value>.size)
59 |         precondition(MemoryLayout<(EmptyKey, Value)>.stride == MemoryLayout<Value>.stride)
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:57:119: error: cannot find type 'AutoreleasingUnsafeMutablePointer' in scope
55 |     }
56 |
57 |     public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
   |                                                                                                                       `- error: cannot find type 'AutoreleasingUnsafeMutablePointer' in scope
58 |         precondition(MemoryLayout<(EmptyKey, Value)>.size == MemoryLayout<Value>.size)
59 |         precondition(MemoryLayout<(EmptyKey, Value)>.stride == MemoryLayout<Value>.stride)
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:73:30: error: cannot find 'AutoreleasingUnsafeMutablePointer' in scope
71 |             let c = node.elements.count - slot
72 |             node.elements.withUnsafeBufferPointer { p in
73 |                 s.itemsPtr = AutoreleasingUnsafeMutablePointer<AnyObject?>(UnsafeMutablePointer(mutating: p.baseAddress!) + slot)
   |                              `- error: cannot find 'AutoreleasingUnsafeMutablePointer' in scope
74 |                 s.state += UInt(c)
75 |             }
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:73:76: error: generic parameter 'Pointee' could not be inferred
71 |             let c = node.elements.count - slot
72 |             node.elements.withUnsafeBufferPointer { p in
73 |                 s.itemsPtr = AutoreleasingUnsafeMutablePointer<AnyObject?>(UnsafeMutablePointer(mutating: p.baseAddress!) + slot)
   |                                                                            |- error: generic parameter 'Pointee' could not be inferred
   |                                                                            `- note: explicitly specify the generic arguments to fix this issue
74 |                 s.state += UInt(c)
75 |             }
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:57:78: error: cannot find type 'NSFastEnumerationState' in scope
55 |     }
56 |
57 |     public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
   |                                                                              `- error: cannot find type 'NSFastEnumerationState' in scope
58 |         precondition(MemoryLayout<(EmptyKey, Value)>.size == MemoryLayout<Value>.size)
59 |         precondition(MemoryLayout<(EmptyKey, Value)>.stride == MemoryLayout<Value>.stride)
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:57:119: error: cannot find type 'AutoreleasingUnsafeMutablePointer' in scope
55 |     }
56 |
57 |     public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
   |                                                                                                                       `- error: cannot find type 'AutoreleasingUnsafeMutablePointer' in scope
58 |         precondition(MemoryLayout<(EmptyKey, Value)>.size == MemoryLayout<Value>.size)
59 |         precondition(MemoryLayout<(EmptyKey, Value)>.stride == MemoryLayout<Value>.stride)
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:73:30: error: cannot find 'AutoreleasingUnsafeMutablePointer' in scope
71 |             let c = node.elements.count - slot
72 |             node.elements.withUnsafeBufferPointer { p in
73 |                 s.itemsPtr = AutoreleasingUnsafeMutablePointer<AnyObject?>(UnsafeMutablePointer(mutating: p.baseAddress!) + slot)
   |                              `- error: cannot find 'AutoreleasingUnsafeMutablePointer' in scope
74 |                 s.state += UInt(c)
75 |             }
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:73:76: error: generic parameter 'Pointee' could not be inferred
71 |             let c = node.elements.count - slot
72 |             node.elements.withUnsafeBufferPointer { p in
73 |                 s.itemsPtr = AutoreleasingUnsafeMutablePointer<AnyObject?>(UnsafeMutablePointer(mutating: p.baseAddress!) + slot)
   |                                                                            |- error: generic parameter 'Pointee' could not be inferred
   |                                                                            `- note: explicitly specify the generic arguments to fix this issue
74 |                 s.state += UInt(c)
75 |             }
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': found 29 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/SwiftletModelTests/QueriesTests/__Snapshots__/NestedModelsQueryTest/test_WhenQueryWithNestedModelIds_EqualExpectedJSON.1.json
    /host/spi-builder-workspace/Tests/SwiftletModelTests/QueriesTests/__Snapshots__/NestedModelsQueryTest/test_WhenQueryWithNestedModels_EqualExpectedJSON.1.json
    /host/spi-builder-workspace/Tests/SwiftletModelTests/CodableTests/__Snapshots__/RelationsEncodingDecodingTests/test_WhenDefaultCoding_EqualExpectedJSON.2.json
    /host/spi-builder-workspace/Tests/SwiftletModelTests/CodableTests/__Snapshots__/RelationsEncodingDecodingTests/test_WhenExplicitCoding_EqualExpectedJSON.2.json
    /host/spi-builder-workspace/Tests/SwiftletModelTests/CodableTests/__Snapshots__/RelationsEncodingDecodingTests/test_WhenExplicitCoding_EqualExpectedJSON.1.json
    /host/spi-builder-workspace/Tests/SwiftletModelTests/QueriesTests/__Snapshots__/AllNestedModelsQueryTest/test_WhenQuerySchemaOlderRange_IncludesEntitiesUpdatedWithinRange.1.json
    /host/spi-builder-workspace/Tests/SwiftletModelTests/QueriesTests/__Snapshots__/AllNestedModelsQueryTest/test_WhenQueryWithNestedEntities_EqualExpectedJSON.1.json
    /host/spi-builder-workspace/Tests/SwiftletModelTests/CodableTests/__Snapshots__/RelationsEncodingDecodingTests/test_WhenExactCoding_EqualExpectedJSON.2.json
    /host/spi-builder-workspace/Tests/SwiftletModelTests/QueriesTests/__Snapshots__/AllNestedModelsQueryTest/test_WhenQueryWithNestedEntitiesEntitiesAndIds_EqualExpectedJSON.1.json
    /host/spi-builder-workspace/Tests/SwiftletModelTests/CodableTests/__Snapshots__/RelationsEncodingDecodingTests/test_WhenExactEncodingSlice_EqualExpectedJSON.2.json
    /host/spi-builder-workspace/Tests/SwiftletModelTests/QueriesTests/__Snapshots__/AllNestedModelsQueryTest/test_WhenQueryFullSchema_IncludesAllEntities.1.json
    /host/spi-builder-workspace/Tests/SwiftletModelTests/QueriesTests/__Snapshots__/NestedModelsQueryTest/test_WhenQueryWithNestedModelsSlice_EqualExpectedJSON.1.json
    /host/spi-builder-workspace/Tests/SwiftletModelTests/QueriesTests/__Snapshots__/AllNestedModelsQueryTest/test_WhenQuerySchemaLatestRange_IncludesEntitiesUpdatedWithinRange.1.json
    /host/spi-builder-workspace/Tests/SwiftletModelTests/QueriesTests/__Snapshots__/NestedModelsQueryTest/test_WhenQueryWithNestedIdsSlice_EqualExpectedJSON.1.json
    /host/spi-builder-workspace/Tests/SwiftletModelTests/CodableTests/__Snapshots__/RelationsEncodingDecodingTests/test_WhenExplicitEncodingSlice_EqualExpectedJSON.2.json
    /host/spi-builder-workspace/Tests/SwiftletModelTests/QueriesTests/__Snapshots__/AllNestedModelsQueryTest/test_WhenQueryWithNestedFragments_EqualExpectedJSON.1.json
    /host/spi-builder-workspace/Tests/SwiftletModelTests/QueriesTests/__Snapshots__/NestedModelsQueryTest/test_WhenQueryWithNestedModel_EqualExpectedJSON.1.json
    /host/spi-builder-workspace/Tests/SwiftletModelTests/QueriesTests/__Snapshots__/NestedModelsQueryTest/test_WhenQueryWithNestedModelsAndSort_EqualExpectedJSON.1.json
    /host/spi-builder-workspace/Tests/SwiftletModelTests/QueriesTests/__Snapshots__/AllNestedModelsQueryTest/test_WhenQueryWithNestedIds_EqualExpectedJSON.1.json
    /host/spi-builder-workspace/Tests/SwiftletModelTests/QueriesTests/__Snapshots__/NestedModelsQueryTest/test_WhenQueryWithNestedModelsAndFilter_EqualExpectedJSON.1.json
    /host/spi-builder-workspace/Tests/SwiftletModelTests/CodableTests/__Snapshots__/RelationsEncodingDecodingTests/test_WhenDefaultCoding_EqualExpectedJSON.1.json
    /host/spi-builder-workspace/Tests/SwiftletModelTests/CodableTests/__Snapshots__/RelationsEncodingDecodingTests/test_WhenDefaultEncodingSlice_EqualExpectedJSON.1.json
    /host/spi-builder-workspace/Tests/SwiftletModelTests/CodableTests/__Snapshots__/RelationsEncodingDecodingTests/test_WhenExactCoding_EqualExpectedJSON.1.json
    /host/spi-builder-workspace/Tests/SwiftletModelTests/CodableTests/__Snapshots__/RelationsEncodingDecodingTests/test_WhenExactEncodingSlice_EqualExpectedJSON.1.json
    /host/spi-builder-workspace/Tests/SwiftletModelTests/QueriesTests/__Snapshots__/AllNestedModelsQueryTest/test_WhenQueryFullSchemaFragments_IncludesAllEntities.1.json
    /host/spi-builder-workspace/Tests/SwiftletModelTests/QueriesTests/__Snapshots__/AllNestedModelsQueryTest/test_WhenQueryWithNestedEntitiesAndIds_EqualExpectedJSON.1.json
    /host/spi-builder-workspace/Tests/SwiftletModelTests/CodableTests/__Snapshots__/RelationsEncodingDecodingTests/test_WhenExplicitEncodingSlice_EqualExpectedJSON.1.json
    /host/spi-builder-workspace/Tests/SwiftletModelTests/QueriesTests/__Snapshots__/NestedModelsQueryTest/test_WhenQueryWithNestedModelId_EqualExpectedJSON.1.json
    /host/spi-builder-workspace/Tests/SwiftletModelTests/CodableTests/__Snapshots__/RelationsEncodingDecodingTests/test_WhenDefaultEncodingSlice_EqualExpectedJSON.2.json
[0/1] Planning build
Building for debugging...
[0/21] Write swift-version-24593BA9C3E375BF.txt
[2/35] Compiling SwiftSyntax510 Empty.swift
[3/35] Emitting module SwiftSyntax510
[4/52] Emitting module SwiftSyntax509
[5/52] Compiling SwiftSyntax509 Empty.swift
[6/55] Emitting module SwiftSyntax600
[7/55] Compiling SwiftSyntax600 Empty.swift
[8/62] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[9/62] Compiling InternalCollectionsUtilities Specialize.swift
[13/64] Compiling BTree Compatibility.swift
[14/64] Compiling BTree List.swift
[15/64] Compiling BTree Map.swift
[16/64] Compiling BTree SortedBag.swift
[17/61] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[18/61] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/61] Emitting module BTree
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:57:78: error: cannot find type 'NSFastEnumerationState' in scope
55 |     }
56 |
57 |     public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
   |                                                                              `- error: cannot find type 'NSFastEnumerationState' in scope
58 |         precondition(MemoryLayout<(EmptyKey, Value)>.size == MemoryLayout<Value>.size)
59 |         precondition(MemoryLayout<(EmptyKey, Value)>.stride == MemoryLayout<Value>.stride)
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:57:119: error: cannot find type 'AutoreleasingUnsafeMutablePointer' in scope
55 |     }
56 |
57 |     public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
   |                                                                                                                       `- error: cannot find type 'AutoreleasingUnsafeMutablePointer' in scope
58 |         precondition(MemoryLayout<(EmptyKey, Value)>.size == MemoryLayout<Value>.size)
59 |         precondition(MemoryLayout<(EmptyKey, Value)>.stride == MemoryLayout<Value>.stride)
[20/63] Compiling BTree BTreePath.swift
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:57:78: error: cannot find type 'NSFastEnumerationState' in scope
55 |     }
56 |
57 |     public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
   |                                                                              `- error: cannot find type 'NSFastEnumerationState' in scope
58 |         precondition(MemoryLayout<(EmptyKey, Value)>.size == MemoryLayout<Value>.size)
59 |         precondition(MemoryLayout<(EmptyKey, Value)>.stride == MemoryLayout<Value>.stride)
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:57:119: error: cannot find type 'AutoreleasingUnsafeMutablePointer' in scope
55 |     }
56 |
57 |     public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
   |                                                                                                                       `- error: cannot find type 'AutoreleasingUnsafeMutablePointer' in scope
58 |         precondition(MemoryLayout<(EmptyKey, Value)>.size == MemoryLayout<Value>.size)
59 |         precondition(MemoryLayout<(EmptyKey, Value)>.stride == MemoryLayout<Value>.stride)
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:73:30: error: cannot find 'AutoreleasingUnsafeMutablePointer' in scope
71 |             let c = node.elements.count - slot
72 |             node.elements.withUnsafeBufferPointer { p in
73 |                 s.itemsPtr = AutoreleasingUnsafeMutablePointer<AnyObject?>(UnsafeMutablePointer(mutating: p.baseAddress!) + slot)
   |                              `- error: cannot find 'AutoreleasingUnsafeMutablePointer' in scope
74 |                 s.state += UInt(c)
75 |             }
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:73:76: error: generic parameter 'Pointee' could not be inferred
71 |             let c = node.elements.count - slot
72 |             node.elements.withUnsafeBufferPointer { p in
73 |                 s.itemsPtr = AutoreleasingUnsafeMutablePointer<AnyObject?>(UnsafeMutablePointer(mutating: p.baseAddress!) + slot)
   |                                                                            |- error: generic parameter 'Pointee' could not be inferred
   |                                                                            `- note: explicitly specify the generic arguments to fix this issue
74 |                 s.state += UInt(c)
75 |             }
[21/63] Compiling BTree BridgedList.swift
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:57:78: error: cannot find type 'NSFastEnumerationState' in scope
55 |     }
56 |
57 |     public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
   |                                                                              `- error: cannot find type 'NSFastEnumerationState' in scope
58 |         precondition(MemoryLayout<(EmptyKey, Value)>.size == MemoryLayout<Value>.size)
59 |         precondition(MemoryLayout<(EmptyKey, Value)>.stride == MemoryLayout<Value>.stride)
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:57:119: error: cannot find type 'AutoreleasingUnsafeMutablePointer' in scope
55 |     }
56 |
57 |     public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
   |                                                                                                                       `- error: cannot find type 'AutoreleasingUnsafeMutablePointer' in scope
58 |         precondition(MemoryLayout<(EmptyKey, Value)>.size == MemoryLayout<Value>.size)
59 |         precondition(MemoryLayout<(EmptyKey, Value)>.stride == MemoryLayout<Value>.stride)
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:73:30: error: cannot find 'AutoreleasingUnsafeMutablePointer' in scope
71 |             let c = node.elements.count - slot
72 |             node.elements.withUnsafeBufferPointer { p in
73 |                 s.itemsPtr = AutoreleasingUnsafeMutablePointer<AnyObject?>(UnsafeMutablePointer(mutating: p.baseAddress!) + slot)
   |                              `- error: cannot find 'AutoreleasingUnsafeMutablePointer' in scope
74 |                 s.state += UInt(c)
75 |             }
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:73:76: error: generic parameter 'Pointee' could not be inferred
71 |             let c = node.elements.count - slot
72 |             node.elements.withUnsafeBufferPointer { p in
73 |                 s.itemsPtr = AutoreleasingUnsafeMutablePointer<AnyObject?>(UnsafeMutablePointer(mutating: p.baseAddress!) + slot)
   |                                                                            |- error: generic parameter 'Pointee' could not be inferred
   |                                                                            `- note: explicitly specify the generic arguments to fix this issue
74 |                 s.state += UInt(c)
75 |             }
[22/116] Compiling SwiftSyntax AbsolutePosition.swift
[23/116] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[24/127] Emitting module InternalCollectionsUtilities
[25/127] Compiling SwiftSyntax BumpPtrAllocator.swift
[26/127] Compiling SwiftSyntax CommonAncestor.swift
[28/127] Compiling SwiftSyntax Convenience.swift
[29/127] Compiling SwiftSyntax CustomTraits.swift
[30/127] Compiling SwiftSyntax Identifier.swift
[31/127] Compiling SwiftSyntax MemoryLayout.swift
[32/127] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[33/127] Compiling SwiftSyntax Assert.swift
[36/128] Compiling SwiftSyntax MissingNodeInitializers.swift
[37/128] Compiling SwiftSyntax RawSyntax.swift
[38/128] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[39/128] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[40/128] Compiling SwiftSyntax RawSyntaxTokenView.swift
[41/128] Compiling SwiftSyntax SourceEdit.swift
[44/386] Compiling HashTreeCollections _AncestorHashSlots.swift
[45/386] Compiling HashTreeCollections _Bitmap.swift
[46/402] Compiling HashTreeCollections _Bucket.swift
[47/402] Compiling HashTreeCollections _Hash.swift
[48/404] Compiling HeapModule Heap+Descriptions.swift
[49/404] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[50/404] Compiling HashTreeCollections _HashNode+Structural union.swift
[51/404] Compiling HeapModule Heap.swift
[52/404] Compiling HeapModule _HeapNode.swift
[53/404] Compiling HashTreeCollections _HashNode+Debugging.swift
[54/404] Compiling HashTreeCollections _HashNode+Initializers.swift
[55/404] Compiling HeapModule Heap+Invariants.swift
[56/404] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[57/404] Compiling HeapModule Heap+UnsafeHandle.swift
[58/404] Compiling HashTreeCollections _HashLevel.swift
[59/404] Compiling HashTreeCollections _HashNode+Builder.swift
BUILD FAILURE 6.1 linux