Build Information
Failed to build Ifrit, reference main (5cb8ba
), with Swift 6.1 for Wasm on 30 May 2025 21:27:10 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ukushu/Ifrit.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/ukushu/Ifrit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5cb8bad Merge pull request #16 from dfabulich/search-by-closure
Cloned https://github.com/ukushu/Ifrit.git
Revision (git rev-parse @):
5cb8badc28c7a4b7f59a05b8f0da37c363d25b6a
SUCCESS checkout https://github.com/ukushu/Ifrit.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/ukushu/Ifrit.git
https://github.com/ukushu/Ifrit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "Ifrit",
"name" : "Ifrit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "Ifrit",
"targets" : [
"Ifrit"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "IfritStatic",
"targets" : [
"Ifrit"
],
"type" : {
"library" : [
"static"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "IfritTests",
"module_type" : "SwiftTarget",
"name" : "IfritTests",
"path" : "Tests",
"sources" : [
"Ifrit_Documentation/IfritDoxCode_Fuse_Test.swift",
"Ifrit_Documentation/IfritDoxCode_Leve_Test.swift",
"Ifrit_FuseTests/Fuse_TestsBasic.swift",
"Ifrit_FuseTests/Fuse_TestsPerformance.swift",
"Ifrit_FuseTests/Fuse_TestsTokenize.swift",
"Ifrit_FuseTests/TestData.swift",
"Ifrit_Levenstain/Levenstain_Tests.swift",
"Ifrit_Levenstain/Levenstain_TestsCore.swift"
],
"target_dependencies" : [
"Ifrit"
],
"type" : "test"
},
{
"c99name" : "Ifrit",
"module_type" : "SwiftTarget",
"name" : "Ifrit",
"path" : "Sources/Ifrit",
"product_memberships" : [
"Ifrit",
"IfritStatic"
],
"sources" : [
"Classes/Fuse+/Fuse+ArrObjects.swift",
"Classes/Fuse+/Fuse+ArrStrings.swift",
"Classes/Fuse+/Fuse+FuseProps.swift",
"Classes/Fuse+/Fuse+String.swift",
"Classes/Fuse.swift",
"Classes/FuseProp.swift",
"Classes/FuseUtilities.swift",
"Classes/Searchable.swift",
"Exts/Array+.swift",
"Exts/String+Fuse.swift",
"Levenstain/FuzzyFind/Alignment.swift",
"Levenstain/FuzzyFind/Fuzzy.swift",
"Levenstain/FuzzyFind/FuzzyResult.swift",
"Levenstain/FuzzyFind/FuzzyResultSegment.swift",
"Levenstain/FuzzyFind/Score.swift",
"Levenstain/Levenstain.swift",
"Levenstain/String+.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse_LICENSE
Building for debugging...
[0/7] Write sources
[1/7] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/23] Emitting module Ifrit
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse.swift:12:23: error: cannot find type 'DispatchQoS' in scope
10 | internal let objSortStrategy: ObjectsSortStrategy
11 | internal let tokenize: Bool
12 | internal let qos: DispatchQoS
| `- error: cannot find type 'DispatchQoS' in scope
13 | internal let searchQueue: DispatchQueue
14 |
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse.swift:13:31: error: cannot find type 'DispatchQueue' in scope
11 | internal let tokenize: Bool
12 | internal let qos: DispatchQoS
13 | internal let searchQueue: DispatchQueue
| `- error: cannot find type 'DispatchQueue' in scope
14 |
15 | /// Creates a new instance of `Fuse`
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse.swift:25:197: error: cannot find type 'DispatchQoS' in scope
23 | /// `objSortStrategy:` if you search in object by property with array - you can choose your sorting strategy. By default is `.minimalScore`.
24 | /// - qos: quality-of-service, use this to set search task priority. Better never use `.user-interactive`. By default is `.userInitiated`.
25 | public init (location: Int = 0, distance: Int = 100, threshold: Double = 0.6, isCaseSensitive: Bool = false, tokenize: Bool = false, objSortStrategy: ObjectsSortStrategy = .minimalScore, qos: DispatchQoS = .userInitiated) {
| `- error: cannot find type 'DispatchQoS' in scope
26 | self.location = location
27 | self.distance = distance
[4/25] Compiling Ifrit Levenstain.swift
[5/25] Compiling Ifrit String+.swift
[6/25] Compiling Ifrit FuseProp.swift
[7/25] Compiling Ifrit FuseUtilities.swift
[8/25] Compiling Ifrit String+Fuse.swift
[9/25] Compiling Ifrit Alignment.swift
[10/25] Compiling Ifrit Searchable.swift
[11/25] Compiling Ifrit Array+.swift
[12/25] Compiling Ifrit FuzzyResultSegment.swift
[13/25] Compiling Ifrit Score.swift
[14/25] Compiling Ifrit Fuzzy.swift
[15/25] Compiling Ifrit FuzzyResult.swift
[16/25] Compiling Ifrit Fuse+String.swift
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse.swift:12:23: error: cannot find type 'DispatchQoS' in scope
10 | internal let objSortStrategy: ObjectsSortStrategy
11 | internal let tokenize: Bool
12 | internal let qos: DispatchQoS
| `- error: cannot find type 'DispatchQoS' in scope
13 | internal let searchQueue: DispatchQueue
14 |
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse.swift:13:31: error: cannot find type 'DispatchQueue' in scope
11 | internal let tokenize: Bool
12 | internal let qos: DispatchQoS
13 | internal let searchQueue: DispatchQueue
| `- error: cannot find type 'DispatchQueue' in scope
14 |
15 | /// Creates a new instance of `Fuse`
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse.swift:25:197: error: cannot find type 'DispatchQoS' in scope
23 | /// `objSortStrategy:` if you search in object by property with array - you can choose your sorting strategy. By default is `.minimalScore`.
24 | /// - qos: quality-of-service, use this to set search task priority. Better never use `.user-interactive`. By default is `.userInitiated`.
25 | public init (location: Int = 0, distance: Int = 100, threshold: Double = 0.6, isCaseSensitive: Bool = false, tokenize: Bool = false, objSortStrategy: ObjectsSortStrategy = .minimalScore, qos: DispatchQoS = .userInitiated) {
| `- error: cannot find type 'DispatchQoS' in scope
26 | self.location = location
27 | self.distance = distance
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse.swift:33:28: error: cannot find 'DispatchQueue' in scope
31 | self.objSortStrategy = objSortStrategy
32 | self.qos = qos
33 | self.searchQueue = DispatchQueue(label: "ifrit.search.queue", qos: qos, attributes: .concurrent)
| `- error: cannot find 'DispatchQueue' in scope
34 | }
35 |
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse.swift:33:94: error: cannot infer contextual base in reference to member 'concurrent'
31 | self.objSortStrategy = objSortStrategy
32 | self.qos = qos
33 | self.searchQueue = DispatchQueue(label: "ifrit.search.queue", qos: qos, attributes: .concurrent)
| `- error: cannot infer contextual base in reference to member 'concurrent'
34 | }
35 |
[17/25] Compiling Ifrit Fuse.swift
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse.swift:12:23: error: cannot find type 'DispatchQoS' in scope
10 | internal let objSortStrategy: ObjectsSortStrategy
11 | internal let tokenize: Bool
12 | internal let qos: DispatchQoS
| `- error: cannot find type 'DispatchQoS' in scope
13 | internal let searchQueue: DispatchQueue
14 |
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse.swift:13:31: error: cannot find type 'DispatchQueue' in scope
11 | internal let tokenize: Bool
12 | internal let qos: DispatchQoS
13 | internal let searchQueue: DispatchQueue
| `- error: cannot find type 'DispatchQueue' in scope
14 |
15 | /// Creates a new instance of `Fuse`
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse.swift:25:197: error: cannot find type 'DispatchQoS' in scope
23 | /// `objSortStrategy:` if you search in object by property with array - you can choose your sorting strategy. By default is `.minimalScore`.
24 | /// - qos: quality-of-service, use this to set search task priority. Better never use `.user-interactive`. By default is `.userInitiated`.
25 | public init (location: Int = 0, distance: Int = 100, threshold: Double = 0.6, isCaseSensitive: Bool = false, tokenize: Bool = false, objSortStrategy: ObjectsSortStrategy = .minimalScore, qos: DispatchQoS = .userInitiated) {
| `- error: cannot find type 'DispatchQoS' in scope
26 | self.location = location
27 | self.distance = distance
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse.swift:33:28: error: cannot find 'DispatchQueue' in scope
31 | self.objSortStrategy = objSortStrategy
32 | self.qos = qos
33 | self.searchQueue = DispatchQueue(label: "ifrit.search.queue", qos: qos, attributes: .concurrent)
| `- error: cannot find 'DispatchQueue' in scope
34 | }
35 |
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse.swift:33:94: error: cannot infer contextual base in reference to member 'concurrent'
31 | self.objSortStrategy = objSortStrategy
32 | self.qos = qos
33 | self.searchQueue = DispatchQueue(label: "ifrit.search.queue", qos: qos, attributes: .concurrent)
| `- error: cannot infer contextual base in reference to member 'concurrent'
34 | }
35 |
[18/25] Compiling Ifrit Fuse+ArrObjects.swift
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse+/Fuse+ArrStrings.swift:54:21: error: cannot find 'DispatchGroup' in scope
52 | let itemsLock = NSLock()
53 |
54 | let group = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
55 |
56 | aList.splitBy(chunkSize).enumerated().forEach { (chunkIndex, chunk) in
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse+/Fuse+ArrStrings.swift:74:13: error: cannot find 'DispatchQueue' in scope
72 | group.notify(queue: self.searchQueue) {
73 | let sorted = items.sorted { $0.diffScore < $1.diffScore }
74 | DispatchQueue.main.async {
| `- error: cannot find 'DispatchQueue' in scope
75 | completion(sorted)
76 | }
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse.swift:13:31: error: cannot find type 'DispatchQueue' in scope
11 | internal let tokenize: Bool
12 | internal let qos: DispatchQoS
13 | internal let searchQueue: DispatchQueue
| `- error: cannot find type 'DispatchQueue' in scope
14 |
15 | /// Creates a new instance of `Fuse`
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse+/Fuse+FuseProps.swift:88:21: error: cannot find 'DispatchGroup' in scope
86 | let pattern = self.createPattern(from: text )
87 |
88 | let group = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
89 |
90 | var collectionResult = [FuzzySrchResult]()
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse+/Fuse+FuseProps.swift:138:13: error: cannot find 'DispatchQueue' in scope
136 | group.notify(queue: self.searchQueue) {
137 | let sorted = collectionResult.sorted { $0.diffScore < $1.diffScore }
138 | DispatchQueue.main.async {
| `- error: cannot find 'DispatchQueue' in scope
139 | completion(sorted)
140 | }
[19/25] Compiling Ifrit Fuse+ArrStrings.swift
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse+/Fuse+ArrStrings.swift:54:21: error: cannot find 'DispatchGroup' in scope
52 | let itemsLock = NSLock()
53 |
54 | let group = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
55 |
56 | aList.splitBy(chunkSize).enumerated().forEach { (chunkIndex, chunk) in
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse+/Fuse+ArrStrings.swift:74:13: error: cannot find 'DispatchQueue' in scope
72 | group.notify(queue: self.searchQueue) {
73 | let sorted = items.sorted { $0.diffScore < $1.diffScore }
74 | DispatchQueue.main.async {
| `- error: cannot find 'DispatchQueue' in scope
75 | completion(sorted)
76 | }
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse.swift:13:31: error: cannot find type 'DispatchQueue' in scope
11 | internal let tokenize: Bool
12 | internal let qos: DispatchQoS
13 | internal let searchQueue: DispatchQueue
| `- error: cannot find type 'DispatchQueue' in scope
14 |
15 | /// Creates a new instance of `Fuse`
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse+/Fuse+FuseProps.swift:88:21: error: cannot find 'DispatchGroup' in scope
86 | let pattern = self.createPattern(from: text )
87 |
88 | let group = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
89 |
90 | var collectionResult = [FuzzySrchResult]()
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse+/Fuse+FuseProps.swift:138:13: error: cannot find 'DispatchQueue' in scope
136 | group.notify(queue: self.searchQueue) {
137 | let sorted = collectionResult.sorted { $0.diffScore < $1.diffScore }
138 | DispatchQueue.main.async {
| `- error: cannot find 'DispatchQueue' in scope
139 | completion(sorted)
140 | }
[20/25] Compiling Ifrit Fuse+FuseProps.swift
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse+/Fuse+ArrStrings.swift:54:21: error: cannot find 'DispatchGroup' in scope
52 | let itemsLock = NSLock()
53 |
54 | let group = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
55 |
56 | aList.splitBy(chunkSize).enumerated().forEach { (chunkIndex, chunk) in
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse+/Fuse+ArrStrings.swift:74:13: error: cannot find 'DispatchQueue' in scope
72 | group.notify(queue: self.searchQueue) {
73 | let sorted = items.sorted { $0.diffScore < $1.diffScore }
74 | DispatchQueue.main.async {
| `- error: cannot find 'DispatchQueue' in scope
75 | completion(sorted)
76 | }
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse.swift:13:31: error: cannot find type 'DispatchQueue' in scope
11 | internal let tokenize: Bool
12 | internal let qos: DispatchQoS
13 | internal let searchQueue: DispatchQueue
| `- error: cannot find type 'DispatchQueue' in scope
14 |
15 | /// Creates a new instance of `Fuse`
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse+/Fuse+FuseProps.swift:88:21: error: cannot find 'DispatchGroup' in scope
86 | let pattern = self.createPattern(from: text )
87 |
88 | let group = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
89 |
90 | var collectionResult = [FuzzySrchResult]()
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse+/Fuse+FuseProps.swift:138:13: error: cannot find 'DispatchQueue' in scope
136 | group.notify(queue: self.searchQueue) {
137 | let sorted = collectionResult.sorted { $0.diffScore < $1.diffScore }
138 | DispatchQueue.main.async {
| `- error: cannot find 'DispatchQueue' in scope
139 | completion(sorted)
140 | }
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse_LICENSE
[0/1] Planning build
Building for debugging...
[0/6] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/22] Emitting module Ifrit
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse.swift:12:23: error: cannot find type 'DispatchQoS' in scope
10 | internal let objSortStrategy: ObjectsSortStrategy
11 | internal let tokenize: Bool
12 | internal let qos: DispatchQoS
| `- error: cannot find type 'DispatchQoS' in scope
13 | internal let searchQueue: DispatchQueue
14 |
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse.swift:13:31: error: cannot find type 'DispatchQueue' in scope
11 | internal let tokenize: Bool
12 | internal let qos: DispatchQoS
13 | internal let searchQueue: DispatchQueue
| `- error: cannot find type 'DispatchQueue' in scope
14 |
15 | /// Creates a new instance of `Fuse`
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse.swift:25:197: error: cannot find type 'DispatchQoS' in scope
23 | /// `objSortStrategy:` if you search in object by property with array - you can choose your sorting strategy. By default is `.minimalScore`.
24 | /// - qos: quality-of-service, use this to set search task priority. Better never use `.user-interactive`. By default is `.userInitiated`.
25 | public init (location: Int = 0, distance: Int = 100, threshold: Double = 0.6, isCaseSensitive: Bool = false, tokenize: Bool = false, objSortStrategy: ObjectsSortStrategy = .minimalScore, qos: DispatchQoS = .userInitiated) {
| `- error: cannot find type 'DispatchQoS' in scope
26 | self.location = location
27 | self.distance = distance
[3/24] Compiling Ifrit Fuse+String.swift
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse.swift:12:23: error: cannot find type 'DispatchQoS' in scope
10 | internal let objSortStrategy: ObjectsSortStrategy
11 | internal let tokenize: Bool
12 | internal let qos: DispatchQoS
| `- error: cannot find type 'DispatchQoS' in scope
13 | internal let searchQueue: DispatchQueue
14 |
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse.swift:13:31: error: cannot find type 'DispatchQueue' in scope
11 | internal let tokenize: Bool
12 | internal let qos: DispatchQoS
13 | internal let searchQueue: DispatchQueue
| `- error: cannot find type 'DispatchQueue' in scope
14 |
15 | /// Creates a new instance of `Fuse`
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse.swift:25:197: error: cannot find type 'DispatchQoS' in scope
23 | /// `objSortStrategy:` if you search in object by property with array - you can choose your sorting strategy. By default is `.minimalScore`.
24 | /// - qos: quality-of-service, use this to set search task priority. Better never use `.user-interactive`. By default is `.userInitiated`.
25 | public init (location: Int = 0, distance: Int = 100, threshold: Double = 0.6, isCaseSensitive: Bool = false, tokenize: Bool = false, objSortStrategy: ObjectsSortStrategy = .minimalScore, qos: DispatchQoS = .userInitiated) {
| `- error: cannot find type 'DispatchQoS' in scope
26 | self.location = location
27 | self.distance = distance
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse.swift:33:28: error: cannot find 'DispatchQueue' in scope
31 | self.objSortStrategy = objSortStrategy
32 | self.qos = qos
33 | self.searchQueue = DispatchQueue(label: "ifrit.search.queue", qos: qos, attributes: .concurrent)
| `- error: cannot find 'DispatchQueue' in scope
34 | }
35 |
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse.swift:33:94: error: cannot infer contextual base in reference to member 'concurrent'
31 | self.objSortStrategy = objSortStrategy
32 | self.qos = qos
33 | self.searchQueue = DispatchQueue(label: "ifrit.search.queue", qos: qos, attributes: .concurrent)
| `- error: cannot infer contextual base in reference to member 'concurrent'
34 | }
35 |
[4/24] Compiling Ifrit Fuse.swift
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse.swift:12:23: error: cannot find type 'DispatchQoS' in scope
10 | internal let objSortStrategy: ObjectsSortStrategy
11 | internal let tokenize: Bool
12 | internal let qos: DispatchQoS
| `- error: cannot find type 'DispatchQoS' in scope
13 | internal let searchQueue: DispatchQueue
14 |
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse.swift:13:31: error: cannot find type 'DispatchQueue' in scope
11 | internal let tokenize: Bool
12 | internal let qos: DispatchQoS
13 | internal let searchQueue: DispatchQueue
| `- error: cannot find type 'DispatchQueue' in scope
14 |
15 | /// Creates a new instance of `Fuse`
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse.swift:25:197: error: cannot find type 'DispatchQoS' in scope
23 | /// `objSortStrategy:` if you search in object by property with array - you can choose your sorting strategy. By default is `.minimalScore`.
24 | /// - qos: quality-of-service, use this to set search task priority. Better never use `.user-interactive`. By default is `.userInitiated`.
25 | public init (location: Int = 0, distance: Int = 100, threshold: Double = 0.6, isCaseSensitive: Bool = false, tokenize: Bool = false, objSortStrategy: ObjectsSortStrategy = .minimalScore, qos: DispatchQoS = .userInitiated) {
| `- error: cannot find type 'DispatchQoS' in scope
26 | self.location = location
27 | self.distance = distance
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse.swift:33:28: error: cannot find 'DispatchQueue' in scope
31 | self.objSortStrategy = objSortStrategy
32 | self.qos = qos
33 | self.searchQueue = DispatchQueue(label: "ifrit.search.queue", qos: qos, attributes: .concurrent)
| `- error: cannot find 'DispatchQueue' in scope
34 | }
35 |
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse.swift:33:94: error: cannot infer contextual base in reference to member 'concurrent'
31 | self.objSortStrategy = objSortStrategy
32 | self.qos = qos
33 | self.searchQueue = DispatchQueue(label: "ifrit.search.queue", qos: qos, attributes: .concurrent)
| `- error: cannot infer contextual base in reference to member 'concurrent'
34 | }
35 |
[5/24] Compiling Ifrit Searchable.swift
[6/24] Compiling Ifrit Array+.swift
[7/24] Compiling Ifrit Levenstain.swift
[8/24] Compiling Ifrit String+.swift
[9/24] Compiling Ifrit FuseProp.swift
[10/24] Compiling Ifrit FuseUtilities.swift
[11/24] Compiling Ifrit Fuzzy.swift
[12/24] Compiling Ifrit FuzzyResult.swift
[13/24] Compiling Ifrit FuzzyResultSegment.swift
[14/24] Compiling Ifrit Score.swift
[15/24] Compiling Ifrit String+Fuse.swift
[16/24] Compiling Ifrit Alignment.swift
[17/24] Compiling Ifrit Fuse+ArrObjects.swift
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse+/Fuse+ArrStrings.swift:54:21: error: cannot find 'DispatchGroup' in scope
52 | let itemsLock = NSLock()
53 |
54 | let group = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
55 |
56 | aList.splitBy(chunkSize).enumerated().forEach { (chunkIndex, chunk) in
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse+/Fuse+ArrStrings.swift:74:13: error: cannot find 'DispatchQueue' in scope
72 | group.notify(queue: self.searchQueue) {
73 | let sorted = items.sorted { $0.diffScore < $1.diffScore }
74 | DispatchQueue.main.async {
| `- error: cannot find 'DispatchQueue' in scope
75 | completion(sorted)
76 | }
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse.swift:13:31: error: cannot find type 'DispatchQueue' in scope
11 | internal let tokenize: Bool
12 | internal let qos: DispatchQoS
13 | internal let searchQueue: DispatchQueue
| `- error: cannot find type 'DispatchQueue' in scope
14 |
15 | /// Creates a new instance of `Fuse`
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse+/Fuse+FuseProps.swift:88:21: error: cannot find 'DispatchGroup' in scope
86 | let pattern = self.createPattern(from: text )
87 |
88 | let group = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
89 |
90 | var collectionResult = [FuzzySrchResult]()
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse+/Fuse+FuseProps.swift:138:13: error: cannot find 'DispatchQueue' in scope
136 | group.notify(queue: self.searchQueue) {
137 | let sorted = collectionResult.sorted { $0.diffScore < $1.diffScore }
138 | DispatchQueue.main.async {
| `- error: cannot find 'DispatchQueue' in scope
139 | completion(sorted)
140 | }
[18/24] Compiling Ifrit Fuse+ArrStrings.swift
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse+/Fuse+ArrStrings.swift:54:21: error: cannot find 'DispatchGroup' in scope
52 | let itemsLock = NSLock()
53 |
54 | let group = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
55 |
56 | aList.splitBy(chunkSize).enumerated().forEach { (chunkIndex, chunk) in
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse+/Fuse+ArrStrings.swift:74:13: error: cannot find 'DispatchQueue' in scope
72 | group.notify(queue: self.searchQueue) {
73 | let sorted = items.sorted { $0.diffScore < $1.diffScore }
74 | DispatchQueue.main.async {
| `- error: cannot find 'DispatchQueue' in scope
75 | completion(sorted)
76 | }
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse.swift:13:31: error: cannot find type 'DispatchQueue' in scope
11 | internal let tokenize: Bool
12 | internal let qos: DispatchQoS
13 | internal let searchQueue: DispatchQueue
| `- error: cannot find type 'DispatchQueue' in scope
14 |
15 | /// Creates a new instance of `Fuse`
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse+/Fuse+FuseProps.swift:88:21: error: cannot find 'DispatchGroup' in scope
86 | let pattern = self.createPattern(from: text )
87 |
88 | let group = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
89 |
90 | var collectionResult = [FuzzySrchResult]()
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse+/Fuse+FuseProps.swift:138:13: error: cannot find 'DispatchQueue' in scope
136 | group.notify(queue: self.searchQueue) {
137 | let sorted = collectionResult.sorted { $0.diffScore < $1.diffScore }
138 | DispatchQueue.main.async {
| `- error: cannot find 'DispatchQueue' in scope
139 | completion(sorted)
140 | }
[19/24] Compiling Ifrit Fuse+FuseProps.swift
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse+/Fuse+ArrStrings.swift:54:21: error: cannot find 'DispatchGroup' in scope
52 | let itemsLock = NSLock()
53 |
54 | let group = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
55 |
56 | aList.splitBy(chunkSize).enumerated().forEach { (chunkIndex, chunk) in
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse+/Fuse+ArrStrings.swift:74:13: error: cannot find 'DispatchQueue' in scope
72 | group.notify(queue: self.searchQueue) {
73 | let sorted = items.sorted { $0.diffScore < $1.diffScore }
74 | DispatchQueue.main.async {
| `- error: cannot find 'DispatchQueue' in scope
75 | completion(sorted)
76 | }
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse.swift:13:31: error: cannot find type 'DispatchQueue' in scope
11 | internal let tokenize: Bool
12 | internal let qos: DispatchQoS
13 | internal let searchQueue: DispatchQueue
| `- error: cannot find type 'DispatchQueue' in scope
14 |
15 | /// Creates a new instance of `Fuse`
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse+/Fuse+FuseProps.swift:88:21: error: cannot find 'DispatchGroup' in scope
86 | let pattern = self.createPattern(from: text )
87 |
88 | let group = DispatchGroup()
| `- error: cannot find 'DispatchGroup' in scope
89 |
90 | var collectionResult = [FuzzySrchResult]()
/host/spi-builder-workspace/Sources/Ifrit/Classes/Fuse+/Fuse+FuseProps.swift:138:13: error: cannot find 'DispatchQueue' in scope
136 | group.notify(queue: self.searchQueue) {
137 | let sorted = collectionResult.sorted { $0.diffScore < $1.diffScore }
138 | DispatchQueue.main.async {
| `- error: cannot find 'DispatchQueue' in scope
139 | completion(sorted)
140 | }
BUILD FAILURE 6.1 wasm