The Swift Package Index logo.Swift Package Index

Build Information

Failed to build PureMVC, reference 1.9.0 (5ec4cf), with Swift 6.3 for Wasm on 16 Apr 2026 23:17:48 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/puremvc/puremvc-swift-multicore-framework.git
Reference: 1.9.0
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/puremvc/puremvc-swift-multicore-framework
 * tag               1.9.0      -> FETCH_HEAD
HEAD is now at 5ec4cfa update
Cloned https://github.com/puremvc/puremvc-swift-multicore-framework.git
Revision (git rev-parse @):
5ec4cfa5f897ad8876b0384bf7ec8ccaa721928b
SUCCESS checkout https://github.com/puremvc/puremvc-swift-multicore-framework.git at 1.9.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/puremvc/puremvc-swift-multicore-framework.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.75s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (2.10s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.74s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.64s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/24] Emitting module PureMVC
/host/spi-builder-workspace/Sources/PureMVC/core/Controller.swift:50:36: error: cannot find 'DispatchQueue' in scope
 48 |     // Concurrent queue for commandMap
 49 |     // for speed and convenience of running concurrently while reading, and thread safety of blocking while mutating
 50 |     internal let commandMapQueue = DispatchQueue(label: "org.puremvc.controller.commandMapQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                    `- error: cannot find 'DispatchQueue' in scope
 51 |
 52 |     /// The Multiton Key for this app
/host/spi-builder-workspace/Sources/PureMVC/core/Controller.swift:50:111: error: cannot find 'DispatchQueue' in scope
 48 |     // Concurrent queue for commandMap
 49 |     // for speed and convenience of running concurrently while reading, and thread safety of blocking while mutating
 50 |     internal let commandMapQueue = DispatchQueue(label: "org.puremvc.controller.commandMapQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                                                                                               `- error: cannot find 'DispatchQueue' in scope
 51 |
 52 |     /// The Multiton Key for this app
/host/spi-builder-workspace/Sources/PureMVC/core/Controller.swift:59:40: error: cannot find 'DispatchQueue' in scope
 57 |
 58 |     // instance Queue for thread safety
 59 |     private static let instanceQueue = DispatchQueue(label: "org.puremvc.controller.instanceQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                        `- error: cannot find 'DispatchQueue' in scope
 60 |
 61 |     /// Message constant
/host/spi-builder-workspace/Sources/PureMVC/core/Controller.swift:59:113: error: cannot find 'DispatchQueue' in scope
 57 |
 58 |     // instance Queue for thread safety
 59 |     private static let instanceQueue = DispatchQueue(label: "org.puremvc.controller.instanceQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                                                                                                 `- error: cannot find 'DispatchQueue' in scope
 60 |
 61 |     /// Message constant
/host/spi-builder-workspace/Sources/PureMVC/core/Model.swift:39:34: error: cannot find 'DispatchQueue' in scope
 37 |     // Concurrent queue for proxyMap
 38 |     // for speed and convenience of running concurrently while reading, and thread safety of blocking while mutating
 39 |     internal let proxyMapQueue = DispatchQueue(label: "org.puremvc.model.proxyMapQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                  `- error: cannot find 'DispatchQueue' in scope
 40 |
 41 |     /// The Multiton Key for this app
/host/spi-builder-workspace/Sources/PureMVC/core/Model.swift:39:102: error: cannot find 'DispatchQueue' in scope
 37 |     // Concurrent queue for proxyMap
 38 |     // for speed and convenience of running concurrently while reading, and thread safety of blocking while mutating
 39 |     internal let proxyMapQueue = DispatchQueue(label: "org.puremvc.model.proxyMapQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                                                                                      `- error: cannot find 'DispatchQueue' in scope
 40 |
 41 |     /// The Multiton Key for this app
/host/spi-builder-workspace/Sources/PureMVC/core/Model.swift:48:40: error: cannot find 'DispatchQueue' in scope
 46 |
 47 |     // instance Queue for thread safety
 48 |     private static let instanceQueue = DispatchQueue(label: "org.puremvc.model.instanceQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                        `- error: cannot find 'DispatchQueue' in scope
 49 |
 50 |     /// Message constant
/host/spi-builder-workspace/Sources/PureMVC/core/Model.swift:48:108: error: cannot find 'DispatchQueue' in scope
 46 |
 47 |     // instance Queue for thread safety
 48 |     private static let instanceQueue = DispatchQueue(label: "org.puremvc.model.instanceQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                                                                                            `- error: cannot find 'DispatchQueue' in scope
 49 |
 50 |     /// Message constant
/host/spi-builder-workspace/Sources/PureMVC/core/View.swift:37:37: error: cannot find 'DispatchQueue' in scope
 35 |     // Concurrent queue for mediatorMap
 36 |    // for speed and convenience of running concurrently while reading, and thread safety of blocking while mutating
 37 |     internal let mediatorMapQueue = DispatchQueue(label: "org.puremvc.view.mediatorMapQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                     `- error: cannot find 'DispatchQueue' in scope
 38 |
 39 |     // Mapping of Notification names to Observer lists
/host/spi-builder-workspace/Sources/PureMVC/core/View.swift:37:107: error: cannot find 'DispatchQueue' in scope
 35 |     // Concurrent queue for mediatorMap
 36 |    // for speed and convenience of running concurrently while reading, and thread safety of blocking while mutating
 37 |     internal let mediatorMapQueue = DispatchQueue(label: "org.puremvc.view.mediatorMapQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                                                                                           `- error: cannot find 'DispatchQueue' in scope
 38 |
 39 |     // Mapping of Notification names to Observer lists
/host/spi-builder-workspace/Sources/PureMVC/core/View.swift:44:37: error: cannot find 'DispatchQueue' in scope
 42 |     // Concurrent queue for observerMap
 43 |     // for speed and convenience of running concurrently while reading, and thread safety of blocking while mutating
 44 |     internal let observerMapQueue = DispatchQueue(label: "org.puremvc.view.observerMapQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                     `- error: cannot find 'DispatchQueue' in scope
 45 |
 46 |     /// The Multiton Key for this app
/host/spi-builder-workspace/Sources/PureMVC/core/View.swift:44:107: error: cannot find 'DispatchQueue' in scope
 42 |     // Concurrent queue for observerMap
 43 |     // for speed and convenience of running concurrently while reading, and thread safety of blocking while mutating
 44 |     internal let observerMapQueue = DispatchQueue(label: "org.puremvc.view.observerMapQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                                                                                           `- error: cannot find 'DispatchQueue' in scope
 45 |
 46 |     /// The Multiton Key for this app
/host/spi-builder-workspace/Sources/PureMVC/core/View.swift:53:40: error: cannot find 'DispatchQueue' in scope
 51 |
 52 |     // instance Queue for thread safety
 53 |     private static let instanceQueue = DispatchQueue(label: "org.puremvc.view.instanceQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                        `- error: cannot find 'DispatchQueue' in scope
 54 |
 55 |     /// Message constant
/host/spi-builder-workspace/Sources/PureMVC/core/View.swift:53:107: error: cannot find 'DispatchQueue' in scope
 51 |
 52 |     // instance Queue for thread safety
 53 |     private static let instanceQueue = DispatchQueue(label: "org.puremvc.view.instanceQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                                                                                           `- error: cannot find 'DispatchQueue' in scope
 54 |
 55 |     /// Message constant
/host/spi-builder-workspace/Sources/PureMVC/patterns/facade/Facade.swift:39:43: error: cannot find 'DispatchQueue' in scope
 37 |     // Concurrent queue for instanceMap
 38 |     // for speed and convenience of running concurrently while reading, and thread safety of blocking while mutating
 39 |     private static let instanceMapQueue = DispatchQueue(label: "org.puremvc.facade.instanceMapQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                           `- error: cannot find 'DispatchQueue' in scope
 40 |
 41 |     /// Message constant
/host/spi-builder-workspace/Sources/PureMVC/patterns/facade/Facade.swift:39:115: error: cannot find 'DispatchQueue' in scope
 37 |     // Concurrent queue for instanceMap
 38 |     // for speed and convenience of running concurrently while reading, and thread safety of blocking while mutating
 39 |     private static let instanceMapQueue = DispatchQueue(label: "org.puremvc.facade.instanceMapQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                                                                                                   `- error: cannot find 'DispatchQueue' in scope
 40 |
 41 |     /// Message constant
[6/26] Compiling PureMVC IView.swift
[7/26] Compiling PureMVC MacroCommand.swift
[8/26] Compiling PureMVC SimpleCommand.swift
[9/26] Compiling PureMVC ICommand.swift
[10/26] Compiling PureMVC IController.swift
[11/26] Compiling PureMVC IFacade.swift
[12/26] Compiling PureMVC IMediator.swift
[13/26] Compiling PureMVC IModel.swift
[14/26] Compiling PureMVC INotification.swift
[15/26] Compiling PureMVC Notification.swift
/host/spi-builder-workspace/Sources/PureMVC/patterns/facade/Facade.swift:39:43: error: cannot find 'DispatchQueue' in scope
 37 |     // Concurrent queue for instanceMap
 38 |     // for speed and convenience of running concurrently while reading, and thread safety of blocking while mutating
 39 |     private static let instanceMapQueue = DispatchQueue(label: "org.puremvc.facade.instanceMapQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                           `- error: cannot find 'DispatchQueue' in scope
 40 |
 41 |     /// Message constant
/host/spi-builder-workspace/Sources/PureMVC/patterns/facade/Facade.swift:39:115: error: cannot find 'DispatchQueue' in scope
 37 |     // Concurrent queue for instanceMap
 38 |     // for speed and convenience of running concurrently while reading, and thread safety of blocking while mutating
 39 |     private static let instanceMapQueue = DispatchQueue(label: "org.puremvc.facade.instanceMapQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                                                                                                   `- error: cannot find 'DispatchQueue' in scope
 40 |
 41 |     /// Message constant
[16/26] Compiling PureMVC Notifier.swift
/host/spi-builder-workspace/Sources/PureMVC/patterns/facade/Facade.swift:39:43: error: cannot find 'DispatchQueue' in scope
 37 |     // Concurrent queue for instanceMap
 38 |     // for speed and convenience of running concurrently while reading, and thread safety of blocking while mutating
 39 |     private static let instanceMapQueue = DispatchQueue(label: "org.puremvc.facade.instanceMapQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                           `- error: cannot find 'DispatchQueue' in scope
 40 |
 41 |     /// Message constant
/host/spi-builder-workspace/Sources/PureMVC/patterns/facade/Facade.swift:39:115: error: cannot find 'DispatchQueue' in scope
 37 |     // Concurrent queue for instanceMap
 38 |     // for speed and convenience of running concurrently while reading, and thread safety of blocking while mutating
 39 |     private static let instanceMapQueue = DispatchQueue(label: "org.puremvc.facade.instanceMapQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                                                                                                   `- error: cannot find 'DispatchQueue' in scope
 40 |
 41 |     /// Message constant
[17/26] Compiling PureMVC Observer.swift
[18/26] Compiling PureMVC Proxy.swift
[19/26] Compiling PureMVC INotifier.swift
[20/26] Compiling PureMVC IObserver.swift
[21/26] Compiling PureMVC IProxy.swift
[22/26] Compiling PureMVC Facade.swift
/host/spi-builder-workspace/Sources/PureMVC/patterns/facade/Facade.swift:39:43: error: cannot find 'DispatchQueue' in scope
 37 |     // Concurrent queue for instanceMap
 38 |     // for speed and convenience of running concurrently while reading, and thread safety of blocking while mutating
 39 |     private static let instanceMapQueue = DispatchQueue(label: "org.puremvc.facade.instanceMapQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                           `- error: cannot find 'DispatchQueue' in scope
 40 |
 41 |     /// Message constant
/host/spi-builder-workspace/Sources/PureMVC/patterns/facade/Facade.swift:39:115: error: cannot find 'DispatchQueue' in scope
 37 |     // Concurrent queue for instanceMap
 38 |     // for speed and convenience of running concurrently while reading, and thread safety of blocking while mutating
 39 |     private static let instanceMapQueue = DispatchQueue(label: "org.puremvc.facade.instanceMapQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                                                                                                   `- error: cannot find 'DispatchQueue' in scope
 40 |
 41 |     /// Message constant
/host/spi-builder-workspace/Sources/PureMVC/patterns/facade/Facade.swift:84:39: error: cannot infer contextual base in reference to member 'barrier'
 82 |     */
 83 |     open class func getInstance(_ key: String, factory: (String) -> IFacade) -> IFacade? {
 84 |         instanceMapQueue.sync(flags: .barrier) {
    |                                       `- error: cannot infer contextual base in reference to member 'barrier'
 85 |             if instanceMap[key] == nil {
 86 |                 instanceMap[key] = factory(key)
/host/spi-builder-workspace/Sources/PureMVC/patterns/facade/Facade.swift:329:39: error: cannot infer contextual base in reference to member 'barrier'
327 |     */
328 |     open class func removeCore(_ key: String) {
329 |         instanceMapQueue.sync(flags: .barrier) {
    |                                       `- error: cannot infer contextual base in reference to member 'barrier'
330 |             Model.removeModel(key)
331 |             View.removeView(key)
[23/26] Compiling PureMVC Mediator.swift
/host/spi-builder-workspace/Sources/PureMVC/patterns/facade/Facade.swift:39:43: error: cannot find 'DispatchQueue' in scope
 37 |     // Concurrent queue for instanceMap
 38 |     // for speed and convenience of running concurrently while reading, and thread safety of blocking while mutating
 39 |     private static let instanceMapQueue = DispatchQueue(label: "org.puremvc.facade.instanceMapQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                           `- error: cannot find 'DispatchQueue' in scope
 40 |
 41 |     /// Message constant
/host/spi-builder-workspace/Sources/PureMVC/patterns/facade/Facade.swift:39:115: error: cannot find 'DispatchQueue' in scope
 37 |     // Concurrent queue for instanceMap
 38 |     // for speed and convenience of running concurrently while reading, and thread safety of blocking while mutating
 39 |     private static let instanceMapQueue = DispatchQueue(label: "org.puremvc.facade.instanceMapQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                                                                                                   `- error: cannot find 'DispatchQueue' in scope
 40 |
 41 |     /// Message constant
/host/spi-builder-workspace/Sources/PureMVC/patterns/facade/Facade.swift:84:39: error: cannot infer contextual base in reference to member 'barrier'
 82 |     */
 83 |     open class func getInstance(_ key: String, factory: (String) -> IFacade) -> IFacade? {
 84 |         instanceMapQueue.sync(flags: .barrier) {
    |                                       `- error: cannot infer contextual base in reference to member 'barrier'
 85 |             if instanceMap[key] == nil {
 86 |                 instanceMap[key] = factory(key)
/host/spi-builder-workspace/Sources/PureMVC/patterns/facade/Facade.swift:329:39: error: cannot infer contextual base in reference to member 'barrier'
327 |     */
328 |     open class func removeCore(_ key: String) {
329 |         instanceMapQueue.sync(flags: .barrier) {
    |                                       `- error: cannot infer contextual base in reference to member 'barrier'
330 |             Model.removeModel(key)
331 |             View.removeView(key)
[24/26] Compiling PureMVC Controller.swift
/host/spi-builder-workspace/Sources/PureMVC/core/Controller.swift:50:36: error: cannot find 'DispatchQueue' in scope
 48 |     // Concurrent queue for commandMap
 49 |     // for speed and convenience of running concurrently while reading, and thread safety of blocking while mutating
 50 |     internal let commandMapQueue = DispatchQueue(label: "org.puremvc.controller.commandMapQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                    `- error: cannot find 'DispatchQueue' in scope
 51 |
 52 |     /// The Multiton Key for this app
/host/spi-builder-workspace/Sources/PureMVC/core/Controller.swift:50:111: error: cannot find 'DispatchQueue' in scope
 48 |     // Concurrent queue for commandMap
 49 |     // for speed and convenience of running concurrently while reading, and thread safety of blocking while mutating
 50 |     internal let commandMapQueue = DispatchQueue(label: "org.puremvc.controller.commandMapQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                                                                                               `- error: cannot find 'DispatchQueue' in scope
 51 |
 52 |     /// The Multiton Key for this app
/host/spi-builder-workspace/Sources/PureMVC/core/Controller.swift:59:40: error: cannot find 'DispatchQueue' in scope
 57 |
 58 |     // instance Queue for thread safety
 59 |     private static let instanceQueue = DispatchQueue(label: "org.puremvc.controller.instanceQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                        `- error: cannot find 'DispatchQueue' in scope
 60 |
 61 |     /// Message constant
/host/spi-builder-workspace/Sources/PureMVC/core/Controller.swift:59:113: error: cannot find 'DispatchQueue' in scope
 57 |
 58 |     // instance Queue for thread safety
 59 |     private static let instanceQueue = DispatchQueue(label: "org.puremvc.controller.instanceQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                                                                                                 `- error: cannot find 'DispatchQueue' in scope
 60 |
 61 |     /// Message constant
/host/spi-builder-workspace/Sources/PureMVC/core/Controller.swift:109:36: error: cannot infer contextual base in reference to member 'barrier'
107 |     */
108 |     open class func getInstance(_ key:String, factory: (String) -> IController) -> IController? {
109 |         instanceQueue.sync(flags: .barrier) {
    |                                    `- error: cannot infer contextual base in reference to member 'barrier'
110 |             if instanceMap[key] == nil {
111 |                 instanceMap[key] = factory(key)
/host/spi-builder-workspace/Sources/PureMVC/core/Controller.swift:132:38: error: cannot infer contextual base in reference to member 'barrier'
130 |     */
131 |     open func registerCommand(_ notificationName: String, factory: @escaping () -> ICommand) {
132 |         commandMapQueue.sync(flags: .barrier) {
    |                                      `- error: cannot infer contextual base in reference to member 'barrier'
133 |             if commandMap[notificationName] == nil { // weak reference to Controller (self) to avoid reference cycle with View and Observer
134 |                 view?.registerObserver(notificationName, observer: Observer(notifyMethod: {[weak self] notification in
/host/spi-builder-workspace/Sources/PureMVC/core/Controller.swift:176:38: error: cannot infer contextual base in reference to member 'barrier'
174 |     */
175 |     open func removeCommand(_ notificationName: String) {
176 |         commandMapQueue.sync(flags: .barrier) {
    |                                      `- error: cannot infer contextual base in reference to member 'barrier'
177 |             guard commandMap[notificationName] != nil else { return }
178 |             view?.removeObserver(notificationName, notifyContext: self)
/host/spi-builder-workspace/Sources/PureMVC/core/Controller.swift:190:36: error: cannot infer contextual base in reference to member 'barrier'
188 |     */
189 |     open class func removeController(_ key: String) {
190 |         instanceQueue.sync(flags: .barrier) {
    |                                    `- error: cannot infer contextual base in reference to member 'barrier'
191 |             _ = instanceMap.removeValue(forKey: key)
192 |         }
/host/spi-builder-workspace/Sources/PureMVC/core/Model.swift:39:34: error: cannot find 'DispatchQueue' in scope
 37 |     // Concurrent queue for proxyMap
 38 |     // for speed and convenience of running concurrently while reading, and thread safety of blocking while mutating
 39 |     internal let proxyMapQueue = DispatchQueue(label: "org.puremvc.model.proxyMapQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                  `- error: cannot find 'DispatchQueue' in scope
 40 |
 41 |     /// The Multiton Key for this app
/host/spi-builder-workspace/Sources/PureMVC/core/Model.swift:39:102: error: cannot find 'DispatchQueue' in scope
 37 |     // Concurrent queue for proxyMap
 38 |     // for speed and convenience of running concurrently while reading, and thread safety of blocking while mutating
 39 |     internal let proxyMapQueue = DispatchQueue(label: "org.puremvc.model.proxyMapQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                                                                                      `- error: cannot find 'DispatchQueue' in scope
 40 |
 41 |     /// The Multiton Key for this app
/host/spi-builder-workspace/Sources/PureMVC/core/Model.swift:48:40: error: cannot find 'DispatchQueue' in scope
 46 |
 47 |     // instance Queue for thread safety
 48 |     private static let instanceQueue = DispatchQueue(label: "org.puremvc.model.instanceQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                        `- error: cannot find 'DispatchQueue' in scope
 49 |
 50 |     /// Message constant
/host/spi-builder-workspace/Sources/PureMVC/core/Model.swift:48:108: error: cannot find 'DispatchQueue' in scope
 46 |
 47 |     // instance Queue for thread safety
 48 |     private static let instanceQueue = DispatchQueue(label: "org.puremvc.model.instanceQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                                                                                            `- error: cannot find 'DispatchQueue' in scope
 49 |
 50 |     /// Message constant
/host/spi-builder-workspace/Sources/PureMVC/core/Model.swift:92:36: error: cannot infer contextual base in reference to member 'barrier'
 90 |     */
 91 |     open class func getInstance(_ key: String, factory: (String) -> IModel) -> IModel? {
 92 |         instanceQueue.sync(flags: .barrier) {
    |                                    `- error: cannot infer contextual base in reference to member 'barrier'
 93 |             if instanceMap[key] == nil {
 94 |                 instanceMap[key] = factory(key)
/host/spi-builder-workspace/Sources/PureMVC/core/Model.swift:107:36: error: cannot infer contextual base in reference to member 'barrier'
105 |     open func registerProxy(_ proxy: IProxy) {
106 |         proxy.initializeNotifier(multitonKey)
107 |         proxyMapQueue.sync(flags: .barrier) {
    |                                    `- error: cannot infer contextual base in reference to member 'barrier'
108 |             proxyMap[proxy.name] = proxy
109 |         }
/host/spi-builder-workspace/Sources/PureMVC/core/Model.swift:145:36: error: cannot infer contextual base in reference to member 'barrier'
143 |     @discardableResult open func removeProxy(_ proxyName: String) -> IProxy? {
144 |         var removed: IProxy?
145 |         proxyMapQueue.sync(flags: .barrier) {
    |                                    `- error: cannot infer contextual base in reference to member 'barrier'
146 |             removed = proxyMap.removeValue(forKey: proxyName)
147 |         }
/host/spi-builder-workspace/Sources/PureMVC/core/Model.swift:159:36: error: cannot infer contextual base in reference to member 'barrier'
157 |     */
158 |     open class func removeModel(_ key: String) {
159 |         instanceQueue.sync(flags: .barrier) {
    |                                    `- error: cannot infer contextual base in reference to member 'barrier'
160 |             _ = instanceMap.removeValue(forKey: key)
161 |         }
/host/spi-builder-workspace/Sources/PureMVC/core/View.swift:37:37: error: cannot find 'DispatchQueue' in scope
 35 |     // Concurrent queue for mediatorMap
 36 |    // for speed and convenience of running concurrently while reading, and thread safety of blocking while mutating
 37 |     internal let mediatorMapQueue = DispatchQueue(label: "org.puremvc.view.mediatorMapQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                     `- error: cannot find 'DispatchQueue' in scope
 38 |
 39 |     // Mapping of Notification names to Observer lists
/host/spi-builder-workspace/Sources/PureMVC/core/View.swift:37:107: error: cannot find 'DispatchQueue' in scope
 35 |     // Concurrent queue for mediatorMap
 36 |    // for speed and convenience of running concurrently while reading, and thread safety of blocking while mutating
 37 |     internal let mediatorMapQueue = DispatchQueue(label: "org.puremvc.view.mediatorMapQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                                                                                           `- error: cannot find 'DispatchQueue' in scope
 38 |
 39 |     // Mapping of Notification names to Observer lists
/host/spi-builder-workspace/Sources/PureMVC/core/View.swift:44:37: error: cannot find 'DispatchQueue' in scope
 42 |     // Concurrent queue for observerMap
 43 |     // for speed and convenience of running concurrently while reading, and thread safety of blocking while mutating
 44 |     internal let observerMapQueue = DispatchQueue(label: "org.puremvc.view.observerMapQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                     `- error: cannot find 'DispatchQueue' in scope
 45 |
 46 |     /// The Multiton Key for this app
/host/spi-builder-workspace/Sources/PureMVC/core/View.swift:44:107: error: cannot find 'DispatchQueue' in scope
 42 |     // Concurrent queue for observerMap
 43 |     // for speed and convenience of running concurrently while reading, and thread safety of blocking while mutating
 44 |     internal let observerMapQueue = DispatchQueue(label: "org.puremvc.view.observerMapQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                                                                                           `- error: cannot find 'DispatchQueue' in scope
 45 |
 46 |     /// The Multiton Key for this app
/host/spi-builder-workspace/Sources/PureMVC/core/View.swift:53:40: error: cannot find 'DispatchQueue' in scope
 51 |
 52 |     // instance Queue for thread safety
 53 |     private static let instanceQueue = DispatchQueue(label: "org.puremvc.view.instanceQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                        `- error: cannot find 'DispatchQueue' in scope
 54 |
 55 |     /// Message constant
/host/spi-builder-workspace/Sources/PureMVC/core/View.swift:53:107: error: cannot find 'DispatchQueue' in scope
 51 |
 52 |     // instance Queue for thread safety
 53 |     private static let instanceQueue = DispatchQueue(label: "org.puremvc.view.instanceQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                                                                                           `- error: cannot find 'DispatchQueue' in scope
 54 |
 55 |     /// Message constant
/host/spi-builder-workspace/Sources/PureMVC/core/View.swift:97:36: error: cannot infer contextual base in reference to member 'barrier'
 95 |     */
 96 |     open class func getInstance(_ key: String, factory: (String) -> IView) -> IView? {
 97 |         instanceQueue.sync(flags: .barrier) {
    |                                    `- error: cannot infer contextual base in reference to member 'barrier'
 98 |             if instanceMap[key] == nil {
 99 |                 instanceMap[key] = factory(key)
/host/spi-builder-workspace/Sources/PureMVC/core/View.swift:113:39: error: cannot infer contextual base in reference to member 'barrier'
111 |     */
112 |     open func registerObserver(_ notificationName: String, observer: IObserver) {
113 |         observerMapQueue.sync(flags: .barrier) {
    |                                       `- error: cannot infer contextual base in reference to member 'barrier'
114 |             if observerMap[notificationName] != nil {
115 |                 observerMap[notificationName]!.append(observer)
/host/spi-builder-workspace/Sources/PureMVC/core/View.swift:150:39: error: cannot infer contextual base in reference to member 'barrier'
148 |     */
149 |     open func removeObserver(_ notificationName: String, notifyContext: AnyObject) {
150 |         observerMapQueue.sync(flags: .barrier) {
    |                                       `- error: cannot infer contextual base in reference to member 'barrier'
151 |             // the observer list for the notification under inspection
152 |             guard var observers = observerMap[notificationName] else { return }
/host/spi-builder-workspace/Sources/PureMVC/core/View.swift:187:52: error: cannot infer contextual base in reference to member 'barrier'
185 |     */
186 |     open func registerMediator(_ mediator: IMediator) {
187 |         let exists = mediatorMapQueue.sync(flags: .barrier) {
    |                                                    `- error: cannot infer contextual base in reference to member 'barrier'
188 |             // do not allow re-registration (you must to removeMediator fist)
189 |             guard mediatorMap[mediator.name] == nil else { return true }
/host/spi-builder-workspace/Sources/PureMVC/core/View.swift:245:53: error: cannot infer contextual base in reference to member 'barrier'
243 |     @discardableResult open func removeMediator(_ mediatorName: String) -> IMediator? {
244 |         // remove the mediator from the map
245 |         let removed = mediatorMapQueue.sync(flags: .barrier) {
    |                                                     `- error: cannot infer contextual base in reference to member 'barrier'
246 |             mediatorMap.removeValue(forKey: mediatorName)
247 |         }
/host/spi-builder-workspace/Sources/PureMVC/core/View.swift:270:36: error: cannot infer contextual base in reference to member 'barrier'
268 |     */
269 |     open class func removeView(_ key: String) {
270 |         instanceQueue.sync(flags: .barrier) {
    |                                    `- error: cannot infer contextual base in reference to member 'barrier'
271 |             _ = instanceMap.removeValue(forKey: key)
272 |         }
[25/26] Compiling PureMVC Model.swift
/host/spi-builder-workspace/Sources/PureMVC/core/Controller.swift:50:36: error: cannot find 'DispatchQueue' in scope
 48 |     // Concurrent queue for commandMap
 49 |     // for speed and convenience of running concurrently while reading, and thread safety of blocking while mutating
 50 |     internal let commandMapQueue = DispatchQueue(label: "org.puremvc.controller.commandMapQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                    `- error: cannot find 'DispatchQueue' in scope
 51 |
 52 |     /// The Multiton Key for this app
/host/spi-builder-workspace/Sources/PureMVC/core/Controller.swift:50:111: error: cannot find 'DispatchQueue' in scope
 48 |     // Concurrent queue for commandMap
 49 |     // for speed and convenience of running concurrently while reading, and thread safety of blocking while mutating
 50 |     internal let commandMapQueue = DispatchQueue(label: "org.puremvc.controller.commandMapQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                                                                                               `- error: cannot find 'DispatchQueue' in scope
 51 |
 52 |     /// The Multiton Key for this app
/host/spi-builder-workspace/Sources/PureMVC/core/Controller.swift:59:40: error: cannot find 'DispatchQueue' in scope
 57 |
 58 |     // instance Queue for thread safety
 59 |     private static let instanceQueue = DispatchQueue(label: "org.puremvc.controller.instanceQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                        `- error: cannot find 'DispatchQueue' in scope
 60 |
 61 |     /// Message constant
/host/spi-builder-workspace/Sources/PureMVC/core/Controller.swift:59:113: error: cannot find 'DispatchQueue' in scope
 57 |
 58 |     // instance Queue for thread safety
 59 |     private static let instanceQueue = DispatchQueue(label: "org.puremvc.controller.instanceQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                                                                                                 `- error: cannot find 'DispatchQueue' in scope
 60 |
 61 |     /// Message constant
/host/spi-builder-workspace/Sources/PureMVC/core/Controller.swift:109:36: error: cannot infer contextual base in reference to member 'barrier'
107 |     */
108 |     open class func getInstance(_ key:String, factory: (String) -> IController) -> IController? {
109 |         instanceQueue.sync(flags: .barrier) {
    |                                    `- error: cannot infer contextual base in reference to member 'barrier'
110 |             if instanceMap[key] == nil {
111 |                 instanceMap[key] = factory(key)
/host/spi-builder-workspace/Sources/PureMVC/core/Controller.swift:132:38: error: cannot infer contextual base in reference to member 'barrier'
130 |     */
131 |     open func registerCommand(_ notificationName: String, factory: @escaping () -> ICommand) {
132 |         commandMapQueue.sync(flags: .barrier) {
    |                                      `- error: cannot infer contextual base in reference to member 'barrier'
133 |             if commandMap[notificationName] == nil { // weak reference to Controller (self) to avoid reference cycle with View and Observer
134 |                 view?.registerObserver(notificationName, observer: Observer(notifyMethod: {[weak self] notification in
/host/spi-builder-workspace/Sources/PureMVC/core/Controller.swift:176:38: error: cannot infer contextual base in reference to member 'barrier'
174 |     */
175 |     open func removeCommand(_ notificationName: String) {
176 |         commandMapQueue.sync(flags: .barrier) {
    |                                      `- error: cannot infer contextual base in reference to member 'barrier'
177 |             guard commandMap[notificationName] != nil else { return }
178 |             view?.removeObserver(notificationName, notifyContext: self)
/host/spi-builder-workspace/Sources/PureMVC/core/Controller.swift:190:36: error: cannot infer contextual base in reference to member 'barrier'
188 |     */
189 |     open class func removeController(_ key: String) {
190 |         instanceQueue.sync(flags: .barrier) {
    |                                    `- error: cannot infer contextual base in reference to member 'barrier'
191 |             _ = instanceMap.removeValue(forKey: key)
192 |         }
/host/spi-builder-workspace/Sources/PureMVC/core/Model.swift:39:34: error: cannot find 'DispatchQueue' in scope
 37 |     // Concurrent queue for proxyMap
 38 |     // for speed and convenience of running concurrently while reading, and thread safety of blocking while mutating
 39 |     internal let proxyMapQueue = DispatchQueue(label: "org.puremvc.model.proxyMapQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                  `- error: cannot find 'DispatchQueue' in scope
 40 |
 41 |     /// The Multiton Key for this app
/host/spi-builder-workspace/Sources/PureMVC/core/Model.swift:39:102: error: cannot find 'DispatchQueue' in scope
 37 |     // Concurrent queue for proxyMap
 38 |     // for speed and convenience of running concurrently while reading, and thread safety of blocking while mutating
 39 |     internal let proxyMapQueue = DispatchQueue(label: "org.puremvc.model.proxyMapQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                                                                                      `- error: cannot find 'DispatchQueue' in scope
 40 |
 41 |     /// The Multiton Key for this app
/host/spi-builder-workspace/Sources/PureMVC/core/Model.swift:48:40: error: cannot find 'DispatchQueue' in scope
 46 |
 47 |     // instance Queue for thread safety
 48 |     private static let instanceQueue = DispatchQueue(label: "org.puremvc.model.instanceQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                        `- error: cannot find 'DispatchQueue' in scope
 49 |
 50 |     /// Message constant
/host/spi-builder-workspace/Sources/PureMVC/core/Model.swift:48:108: error: cannot find 'DispatchQueue' in scope
 46 |
 47 |     // instance Queue for thread safety
 48 |     private static let instanceQueue = DispatchQueue(label: "org.puremvc.model.instanceQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                                                                                            `- error: cannot find 'DispatchQueue' in scope
 49 |
 50 |     /// Message constant
/host/spi-builder-workspace/Sources/PureMVC/core/Model.swift:92:36: error: cannot infer contextual base in reference to member 'barrier'
 90 |     */
 91 |     open class func getInstance(_ key: String, factory: (String) -> IModel) -> IModel? {
 92 |         instanceQueue.sync(flags: .barrier) {
    |                                    `- error: cannot infer contextual base in reference to member 'barrier'
 93 |             if instanceMap[key] == nil {
 94 |                 instanceMap[key] = factory(key)
/host/spi-builder-workspace/Sources/PureMVC/core/Model.swift:107:36: error: cannot infer contextual base in reference to member 'barrier'
105 |     open func registerProxy(_ proxy: IProxy) {
106 |         proxy.initializeNotifier(multitonKey)
107 |         proxyMapQueue.sync(flags: .barrier) {
    |                                    `- error: cannot infer contextual base in reference to member 'barrier'
108 |             proxyMap[proxy.name] = proxy
109 |         }
/host/spi-builder-workspace/Sources/PureMVC/core/Model.swift:145:36: error: cannot infer contextual base in reference to member 'barrier'
143 |     @discardableResult open func removeProxy(_ proxyName: String) -> IProxy? {
144 |         var removed: IProxy?
145 |         proxyMapQueue.sync(flags: .barrier) {
    |                                    `- error: cannot infer contextual base in reference to member 'barrier'
146 |             removed = proxyMap.removeValue(forKey: proxyName)
147 |         }
/host/spi-builder-workspace/Sources/PureMVC/core/Model.swift:159:36: error: cannot infer contextual base in reference to member 'barrier'
157 |     */
158 |     open class func removeModel(_ key: String) {
159 |         instanceQueue.sync(flags: .barrier) {
    |                                    `- error: cannot infer contextual base in reference to member 'barrier'
160 |             _ = instanceMap.removeValue(forKey: key)
161 |         }
/host/spi-builder-workspace/Sources/PureMVC/core/View.swift:37:37: error: cannot find 'DispatchQueue' in scope
 35 |     // Concurrent queue for mediatorMap
 36 |    // for speed and convenience of running concurrently while reading, and thread safety of blocking while mutating
 37 |     internal let mediatorMapQueue = DispatchQueue(label: "org.puremvc.view.mediatorMapQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                     `- error: cannot find 'DispatchQueue' in scope
 38 |
 39 |     // Mapping of Notification names to Observer lists
/host/spi-builder-workspace/Sources/PureMVC/core/View.swift:37:107: error: cannot find 'DispatchQueue' in scope
 35 |     // Concurrent queue for mediatorMap
 36 |    // for speed and convenience of running concurrently while reading, and thread safety of blocking while mutating
 37 |     internal let mediatorMapQueue = DispatchQueue(label: "org.puremvc.view.mediatorMapQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                                                                                           `- error: cannot find 'DispatchQueue' in scope
 38 |
 39 |     // Mapping of Notification names to Observer lists
/host/spi-builder-workspace/Sources/PureMVC/core/View.swift:44:37: error: cannot find 'DispatchQueue' in scope
 42 |     // Concurrent queue for observerMap
 43 |     // for speed and convenience of running concurrently while reading, and thread safety of blocking while mutating
 44 |     internal let observerMapQueue = DispatchQueue(label: "org.puremvc.view.observerMapQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                     `- error: cannot find 'DispatchQueue' in scope
 45 |
 46 |     /// The Multiton Key for this app
/host/spi-builder-workspace/Sources/PureMVC/core/View.swift:44:107: error: cannot find 'DispatchQueue' in scope
 42 |     // Concurrent queue for observerMap
 43 |     // for speed and convenience of running concurrently while reading, and thread safety of blocking while mutating
 44 |     internal let observerMapQueue = DispatchQueue(label: "org.puremvc.view.observerMapQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                                                                                           `- error: cannot find 'DispatchQueue' in scope
 45 |
 46 |     /// The Multiton Key for this app
/host/spi-builder-workspace/Sources/PureMVC/core/View.swift:53:40: error: cannot find 'DispatchQueue' in scope
 51 |
 52 |     // instance Queue for thread safety
 53 |     private static let instanceQueue = DispatchQueue(label: "org.puremvc.view.instanceQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                        `- error: cannot find 'DispatchQueue' in scope
 54 |
 55 |     /// Message constant
/host/spi-builder-workspace/Sources/PureMVC/core/View.swift:53:107: error: cannot find 'DispatchQueue' in scope
 51 |
 52 |     // instance Queue for thread safety
 53 |     private static let instanceQueue = DispatchQueue(label: "org.puremvc.view.instanceQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                                                                                           `- error: cannot find 'DispatchQueue' in scope
 54 |
 55 |     /// Message constant
/host/spi-builder-workspace/Sources/PureMVC/core/View.swift:97:36: error: cannot infer contextual base in reference to member 'barrier'
 95 |     */
 96 |     open class func getInstance(_ key: String, factory: (String) -> IView) -> IView? {
 97 |         instanceQueue.sync(flags: .barrier) {
    |                                    `- error: cannot infer contextual base in reference to member 'barrier'
 98 |             if instanceMap[key] == nil {
 99 |                 instanceMap[key] = factory(key)
/host/spi-builder-workspace/Sources/PureMVC/core/View.swift:113:39: error: cannot infer contextual base in reference to member 'barrier'
111 |     */
112 |     open func registerObserver(_ notificationName: String, observer: IObserver) {
113 |         observerMapQueue.sync(flags: .barrier) {
    |                                       `- error: cannot infer contextual base in reference to member 'barrier'
114 |             if observerMap[notificationName] != nil {
115 |                 observerMap[notificationName]!.append(observer)
/host/spi-builder-workspace/Sources/PureMVC/core/View.swift:150:39: error: cannot infer contextual base in reference to member 'barrier'
148 |     */
149 |     open func removeObserver(_ notificationName: String, notifyContext: AnyObject) {
150 |         observerMapQueue.sync(flags: .barrier) {
    |                                       `- error: cannot infer contextual base in reference to member 'barrier'
151 |             // the observer list for the notification under inspection
152 |             guard var observers = observerMap[notificationName] else { return }
/host/spi-builder-workspace/Sources/PureMVC/core/View.swift:187:52: error: cannot infer contextual base in reference to member 'barrier'
185 |     */
186 |     open func registerMediator(_ mediator: IMediator) {
187 |         let exists = mediatorMapQueue.sync(flags: .barrier) {
    |                                                    `- error: cannot infer contextual base in reference to member 'barrier'
188 |             // do not allow re-registration (you must to removeMediator fist)
189 |             guard mediatorMap[mediator.name] == nil else { return true }
/host/spi-builder-workspace/Sources/PureMVC/core/View.swift:245:53: error: cannot infer contextual base in reference to member 'barrier'
243 |     @discardableResult open func removeMediator(_ mediatorName: String) -> IMediator? {
244 |         // remove the mediator from the map
245 |         let removed = mediatorMapQueue.sync(flags: .barrier) {
    |                                                     `- error: cannot infer contextual base in reference to member 'barrier'
246 |             mediatorMap.removeValue(forKey: mediatorName)
247 |         }
/host/spi-builder-workspace/Sources/PureMVC/core/View.swift:270:36: error: cannot infer contextual base in reference to member 'barrier'
268 |     */
269 |     open class func removeView(_ key: String) {
270 |         instanceQueue.sync(flags: .barrier) {
    |                                    `- error: cannot infer contextual base in reference to member 'barrier'
271 |             _ = instanceMap.removeValue(forKey: key)
272 |         }
[26/26] Compiling PureMVC View.swift
/host/spi-builder-workspace/Sources/PureMVC/core/Controller.swift:50:36: error: cannot find 'DispatchQueue' in scope
 48 |     // Concurrent queue for commandMap
 49 |     // for speed and convenience of running concurrently while reading, and thread safety of blocking while mutating
 50 |     internal let commandMapQueue = DispatchQueue(label: "org.puremvc.controller.commandMapQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                    `- error: cannot find 'DispatchQueue' in scope
 51 |
 52 |     /// The Multiton Key for this app
/host/spi-builder-workspace/Sources/PureMVC/core/Controller.swift:50:111: error: cannot find 'DispatchQueue' in scope
 48 |     // Concurrent queue for commandMap
 49 |     // for speed and convenience of running concurrently while reading, and thread safety of blocking while mutating
 50 |     internal let commandMapQueue = DispatchQueue(label: "org.puremvc.controller.commandMapQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                                                                                               `- error: cannot find 'DispatchQueue' in scope
 51 |
 52 |     /// The Multiton Key for this app
/host/spi-builder-workspace/Sources/PureMVC/core/Controller.swift:59:40: error: cannot find 'DispatchQueue' in scope
 57 |
 58 |     // instance Queue for thread safety
 59 |     private static let instanceQueue = DispatchQueue(label: "org.puremvc.controller.instanceQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                        `- error: cannot find 'DispatchQueue' in scope
 60 |
 61 |     /// Message constant
/host/spi-builder-workspace/Sources/PureMVC/core/Controller.swift:59:113: error: cannot find 'DispatchQueue' in scope
 57 |
 58 |     // instance Queue for thread safety
 59 |     private static let instanceQueue = DispatchQueue(label: "org.puremvc.controller.instanceQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                                                                                                 `- error: cannot find 'DispatchQueue' in scope
 60 |
 61 |     /// Message constant
/host/spi-builder-workspace/Sources/PureMVC/core/Controller.swift:109:36: error: cannot infer contextual base in reference to member 'barrier'
107 |     */
108 |     open class func getInstance(_ key:String, factory: (String) -> IController) -> IController? {
109 |         instanceQueue.sync(flags: .barrier) {
    |                                    `- error: cannot infer contextual base in reference to member 'barrier'
110 |             if instanceMap[key] == nil {
111 |                 instanceMap[key] = factory(key)
/host/spi-builder-workspace/Sources/PureMVC/core/Controller.swift:132:38: error: cannot infer contextual base in reference to member 'barrier'
130 |     */
131 |     open func registerCommand(_ notificationName: String, factory: @escaping () -> ICommand) {
132 |         commandMapQueue.sync(flags: .barrier) {
    |                                      `- error: cannot infer contextual base in reference to member 'barrier'
133 |             if commandMap[notificationName] == nil { // weak reference to Controller (self) to avoid reference cycle with View and Observer
134 |                 view?.registerObserver(notificationName, observer: Observer(notifyMethod: {[weak self] notification in
/host/spi-builder-workspace/Sources/PureMVC/core/Controller.swift:176:38: error: cannot infer contextual base in reference to member 'barrier'
174 |     */
175 |     open func removeCommand(_ notificationName: String) {
176 |         commandMapQueue.sync(flags: .barrier) {
    |                                      `- error: cannot infer contextual base in reference to member 'barrier'
177 |             guard commandMap[notificationName] != nil else { return }
178 |             view?.removeObserver(notificationName, notifyContext: self)
/host/spi-builder-workspace/Sources/PureMVC/core/Controller.swift:190:36: error: cannot infer contextual base in reference to member 'barrier'
188 |     */
189 |     open class func removeController(_ key: String) {
190 |         instanceQueue.sync(flags: .barrier) {
    |                                    `- error: cannot infer contextual base in reference to member 'barrier'
191 |             _ = instanceMap.removeValue(forKey: key)
192 |         }
/host/spi-builder-workspace/Sources/PureMVC/core/Model.swift:39:34: error: cannot find 'DispatchQueue' in scope
 37 |     // Concurrent queue for proxyMap
 38 |     // for speed and convenience of running concurrently while reading, and thread safety of blocking while mutating
 39 |     internal let proxyMapQueue = DispatchQueue(label: "org.puremvc.model.proxyMapQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                  `- error: cannot find 'DispatchQueue' in scope
 40 |
 41 |     /// The Multiton Key for this app
/host/spi-builder-workspace/Sources/PureMVC/core/Model.swift:39:102: error: cannot find 'DispatchQueue' in scope
 37 |     // Concurrent queue for proxyMap
 38 |     // for speed and convenience of running concurrently while reading, and thread safety of blocking while mutating
 39 |     internal let proxyMapQueue = DispatchQueue(label: "org.puremvc.model.proxyMapQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                                                                                      `- error: cannot find 'DispatchQueue' in scope
 40 |
 41 |     /// The Multiton Key for this app
/host/spi-builder-workspace/Sources/PureMVC/core/Model.swift:48:40: error: cannot find 'DispatchQueue' in scope
 46 |
 47 |     // instance Queue for thread safety
 48 |     private static let instanceQueue = DispatchQueue(label: "org.puremvc.model.instanceQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                        `- error: cannot find 'DispatchQueue' in scope
 49 |
 50 |     /// Message constant
/host/spi-builder-workspace/Sources/PureMVC/core/Model.swift:48:108: error: cannot find 'DispatchQueue' in scope
 46 |
 47 |     // instance Queue for thread safety
 48 |     private static let instanceQueue = DispatchQueue(label: "org.puremvc.model.instanceQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                                                                                            `- error: cannot find 'DispatchQueue' in scope
 49 |
 50 |     /// Message constant
/host/spi-builder-workspace/Sources/PureMVC/core/Model.swift:92:36: error: cannot infer contextual base in reference to member 'barrier'
 90 |     */
 91 |     open class func getInstance(_ key: String, factory: (String) -> IModel) -> IModel? {
 92 |         instanceQueue.sync(flags: .barrier) {
    |                                    `- error: cannot infer contextual base in reference to member 'barrier'
 93 |             if instanceMap[key] == nil {
 94 |                 instanceMap[key] = factory(key)
/host/spi-builder-workspace/Sources/PureMVC/core/Model.swift:107:36: error: cannot infer contextual base in reference to member 'barrier'
105 |     open func registerProxy(_ proxy: IProxy) {
106 |         proxy.initializeNotifier(multitonKey)
107 |         proxyMapQueue.sync(flags: .barrier) {
    |                                    `- error: cannot infer contextual base in reference to member 'barrier'
108 |             proxyMap[proxy.name] = proxy
109 |         }
/host/spi-builder-workspace/Sources/PureMVC/core/Model.swift:145:36: error: cannot infer contextual base in reference to member 'barrier'
143 |     @discardableResult open func removeProxy(_ proxyName: String) -> IProxy? {
144 |         var removed: IProxy?
145 |         proxyMapQueue.sync(flags: .barrier) {
    |                                    `- error: cannot infer contextual base in reference to member 'barrier'
146 |             removed = proxyMap.removeValue(forKey: proxyName)
147 |         }
/host/spi-builder-workspace/Sources/PureMVC/core/Model.swift:159:36: error: cannot infer contextual base in reference to member 'barrier'
157 |     */
158 |     open class func removeModel(_ key: String) {
159 |         instanceQueue.sync(flags: .barrier) {
    |                                    `- error: cannot infer contextual base in reference to member 'barrier'
160 |             _ = instanceMap.removeValue(forKey: key)
161 |         }
/host/spi-builder-workspace/Sources/PureMVC/core/View.swift:37:37: error: cannot find 'DispatchQueue' in scope
 35 |     // Concurrent queue for mediatorMap
 36 |    // for speed and convenience of running concurrently while reading, and thread safety of blocking while mutating
 37 |     internal let mediatorMapQueue = DispatchQueue(label: "org.puremvc.view.mediatorMapQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                     `- error: cannot find 'DispatchQueue' in scope
 38 |
 39 |     // Mapping of Notification names to Observer lists
/host/spi-builder-workspace/Sources/PureMVC/core/View.swift:37:107: error: cannot find 'DispatchQueue' in scope
 35 |     // Concurrent queue for mediatorMap
 36 |    // for speed and convenience of running concurrently while reading, and thread safety of blocking while mutating
 37 |     internal let mediatorMapQueue = DispatchQueue(label: "org.puremvc.view.mediatorMapQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                                                                                           `- error: cannot find 'DispatchQueue' in scope
 38 |
 39 |     // Mapping of Notification names to Observer lists
/host/spi-builder-workspace/Sources/PureMVC/core/View.swift:44:37: error: cannot find 'DispatchQueue' in scope
 42 |     // Concurrent queue for observerMap
 43 |     // for speed and convenience of running concurrently while reading, and thread safety of blocking while mutating
 44 |     internal let observerMapQueue = DispatchQueue(label: "org.puremvc.view.observerMapQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                     `- error: cannot find 'DispatchQueue' in scope
 45 |
 46 |     /// The Multiton Key for this app
/host/spi-builder-workspace/Sources/PureMVC/core/View.swift:44:107: error: cannot find 'DispatchQueue' in scope
 42 |     // Concurrent queue for observerMap
 43 |     // for speed and convenience of running concurrently while reading, and thread safety of blocking while mutating
 44 |     internal let observerMapQueue = DispatchQueue(label: "org.puremvc.view.observerMapQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                                                                                           `- error: cannot find 'DispatchQueue' in scope
 45 |
 46 |     /// The Multiton Key for this app
/host/spi-builder-workspace/Sources/PureMVC/core/View.swift:53:40: error: cannot find 'DispatchQueue' in scope
 51 |
 52 |     // instance Queue for thread safety
 53 |     private static let instanceQueue = DispatchQueue(label: "org.puremvc.view.instanceQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                        `- error: cannot find 'DispatchQueue' in scope
 54 |
 55 |     /// Message constant
/host/spi-builder-workspace/Sources/PureMVC/core/View.swift:53:107: error: cannot find 'DispatchQueue' in scope
 51 |
 52 |     // instance Queue for thread safety
 53 |     private static let instanceQueue = DispatchQueue(label: "org.puremvc.view.instanceQueue", attributes: DispatchQueue.Attributes.concurrent)
    |                                                                                                           `- error: cannot find 'DispatchQueue' in scope
 54 |
 55 |     /// Message constant
/host/spi-builder-workspace/Sources/PureMVC/core/View.swift:97:36: error: cannot infer contextual base in reference to member 'barrier'
 95 |     */
 96 |     open class func getInstance(_ key: String, factory: (String) -> IView) -> IView? {
 97 |         instanceQueue.sync(flags: .barrier) {
    |                                    `- error: cannot infer contextual base in reference to member 'barrier'
 98 |             if instanceMap[key] == nil {
 99 |                 instanceMap[key] = factory(key)
/host/spi-builder-workspace/Sources/PureMVC/core/View.swift:113:39: error: cannot infer contextual base in reference to member 'barrier'
111 |     */
112 |     open func registerObserver(_ notificationName: String, observer: IObserver) {
113 |         observerMapQueue.sync(flags: .barrier) {
    |                                       `- error: cannot infer contextual base in reference to member 'barrier'
114 |             if observerMap[notificationName] != nil {
115 |                 observerMap[notificationName]!.append(observer)
/host/spi-builder-workspace/Sources/PureMVC/core/View.swift:150:39: error: cannot infer contextual base in reference to member 'barrier'
148 |     */
149 |     open func removeObserver(_ notificationName: String, notifyContext: AnyObject) {
150 |         observerMapQueue.sync(flags: .barrier) {
    |                                       `- error: cannot infer contextual base in reference to member 'barrier'
151 |             // the observer list for the notification under inspection
152 |             guard var observers = observerMap[notificationName] else { return }
/host/spi-builder-workspace/Sources/PureMVC/core/View.swift:187:52: error: cannot infer contextual base in reference to member 'barrier'
185 |     */
186 |     open func registerMediator(_ mediator: IMediator) {
187 |         let exists = mediatorMapQueue.sync(flags: .barrier) {
    |                                                    `- error: cannot infer contextual base in reference to member 'barrier'
188 |             // do not allow re-registration (you must to removeMediator fist)
189 |             guard mediatorMap[mediator.name] == nil else { return true }
/host/spi-builder-workspace/Sources/PureMVC/core/View.swift:245:53: error: cannot infer contextual base in reference to member 'barrier'
243 |     @discardableResult open func removeMediator(_ mediatorName: String) -> IMediator? {
244 |         // remove the mediator from the map
245 |         let removed = mediatorMapQueue.sync(flags: .barrier) {
    |                                                     `- error: cannot infer contextual base in reference to member 'barrier'
246 |             mediatorMap.removeValue(forKey: mediatorName)
247 |         }
/host/spi-builder-workspace/Sources/PureMVC/core/View.swift:270:36: error: cannot infer contextual base in reference to member 'barrier'
268 |     */
269 |     open class func removeView(_ key: String) {
270 |         instanceQueue.sync(flags: .barrier) {
    |                                    `- error: cannot infer contextual base in reference to member 'barrier'
271 |             _ = instanceMap.removeValue(forKey: key)
272 |         }
BUILD FAILURE 6.3 wasm