This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of CQRS with Swift 6.0 (beta) for Linux.

Swift 6 data race errors: 0

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/space-code/cqrs.git
Reference: dev
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/space-code/cqrs
 * branch            dev        -> FETCH_HEAD
 * [new branch]      dev        -> origin/dev
HEAD is now at d1b921f Integrate `visionOS` support (#6)
Cloned https://github.com/space-code/cqrs.git
Revision (git rev-parse @):
d1b921fa1e4d20a192f628121acda0ef8892da10
SUCCESS checkout https://github.com/space-code/cqrs.git at dev
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $workDir
https://github.com/space-code/cqrs.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Fetching https://github.com/AliSoftware/Dip
[1/4684] Fetching dip
Fetched https://github.com/AliSoftware/Dip from cache (0.34s)
Computing version for https://github.com/AliSoftware/Dip
Computed https://github.com/AliSoftware/Dip at 7.1.1 (1.32s)
Creating working copy for https://github.com/AliSoftware/Dip
Working copy of https://github.com/AliSoftware/Dip resolved at 7.1.1
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/16] Compiling Dip Definition.swift
[5/16] Compiling Dip Dip.swift
[6/17] Compiling Dip TypeForwarding.swift
[7/17] Compiling Dip Compatibility.swift
[8/17] Compiling Dip ComponentScope.swift
[9/17] Emitting module Dip
[10/17] Compiling Dip AutoInjection.swift
[11/17] Compiling Dip AutoWiring.swift
[12/17] Compiling Dip DipError.swift
[13/17] Compiling Dip Register.swift
[14/17] Compiling Dip Resolve.swift
[15/17] Compiling Dip RuntimeArguments.swift
[16/17] Compiling Dip StoryboardInstantiatable.swift
[17/17] Compiling Dip Utils.swift
[19/29] Compiling CQRS DependencyContainer.swift
[20/29] Compiling CQRS IDependencyContainer.swift
[21/30] Compiling CQRS ICommandDispatcher.swift
[22/30] Compiling CQRS ICommandHandler.swift
[23/30] Compiling CQRS CQRSError.swift
[24/30] Compiling CQRS IQueryDispatcher.swift
[25/30] Compiling CQRS IQuery.swift
[26/30] Compiling CQRS IQueryHandler.swift
[27/30] Compiling CQRS QueryDispatcher.swift
[28/30] Emitting module CQRS
[29/30] Compiling CQRS CommandDispatcher.swift
[30/30] Compiling CQRS ICommand.swift
Build complete! (14.93s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "dip",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.1.1",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/AliSoftware/Dip"
    }
  ],
  "manifest_display_name" : "CQRS",
  "name" : "CQRS",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "CQRS",
      "targets" : [
        "CQRS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CQRSTests",
      "module_type" : "SwiftTarget",
      "name" : "CQRSTests",
      "path" : "Tests/CQRSTests",
      "sources" : [
        "Classes/Command/CommandDispatcherTests.swift",
        "Classes/Query/QueryDispatcherTests.swift",
        "Helpers/Mocks/Commands/CommandMock.swift",
        "Helpers/Mocks/Commands/SecondCommandMock.swift",
        "Helpers/Mocks/Handlers/CommandHandlerMock.swift",
        "Helpers/Mocks/Handlers/QueryHandlerMock.swift",
        "Helpers/Mocks/Handlers/SecondCommandHandlerMock.swift",
        "Helpers/Mocks/Queries/QueryMock.swift"
      ],
      "target_dependencies" : [
        "CQRS"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CQRS",
      "module_type" : "SwiftTarget",
      "name" : "CQRS",
      "path" : "Sources/CQRS",
      "product_dependencies" : [
        "Dip"
      ],
      "product_memberships" : [
        "CQRS"
      ],
      "sources" : [
        "Classes/Command/CommandDispatcher.swift",
        "Classes/Command/Interfaces/ICommand.swift",
        "Classes/Command/Interfaces/ICommandDispatcher.swift",
        "Classes/Command/Interfaces/ICommandHandler.swift",
        "Classes/Helpers/Container/DependencyContainer.swift",
        "Classes/Helpers/Container/IDependencyContainer.swift",
        "Classes/Models/CQRSError.swift",
        "Classes/Query/Interfaces/IQuery.swift",
        "Classes/Query/Interfaces/IQueryDispatcher.swift",
        "Classes/Query/Interfaces/IQueryHandler.swift",
        "Classes/Query/QueryDispatcher.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.