Build Information
Successful build of Vellum with Swift 6.0 for macOS (SPM).
Swift 6 data race errors: 1
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hainayanda/Vellum.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hainayanda/Vellum
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 63092e2 Merge pull request #5 from hainayanda/fixes/update-username
Cloned https://github.com/hainayanda/Vellum.git
Revision (git rev-parse @):
63092e244dc7834bd4ab67505effa6637e7af89e
SUCCESS checkout https://github.com/hainayanda/Vellum.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/hainayanda/Vellum.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.txt
[3/16] Compiling Vellum QueryFinder.swift
[4/16] Compiling Vellum QueryBuilder.swift
[5/16] Compiling Vellum VellumError.swift
[6/16] Compiling Vellum PropertyWrapper.swift
/Users/admin/builder/spi-builder-workspace/Vellum/Classes/Common/ArchivesFactory.swift:11:23: warning: static property 'shared' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
9 |
10 | public class ArchivesFactory {
11 | public static var shared: ArchivesFactory = .init()
| |- warning: static property 'shared' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 | public var defaultMaxMemorySize: DataSize = 1.megaBytes
13 | public var defaultMaxDiskSize: DataSize = 2.megaBytes
[7/16] Compiling Vellum QueryLimiter.swift
[8/16] Compiling Vellum DataSize.swift
[9/16] Compiling Vellum Extensions.swift
[10/16] Compiling Vellum DiskArchives.swift
[11/16] Compiling Vellum MemoryArchives.swift
[12/16] Compiling Vellum ArchiveManager.swift
[13/16] Compiling Vellum Archivist.swift
[14/16] Emitting module Vellum
/Users/admin/builder/spi-builder-workspace/Vellum/Classes/Common/ArchivesFactory.swift:11:23: warning: static property 'shared' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
9 |
10 | public class ArchivesFactory {
11 | public static var shared: ArchivesFactory = .init()
| |- warning: static property 'shared' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 | public var defaultMaxMemorySize: DataSize = 1.megaBytes
13 | public var defaultMaxDiskSize: DataSize = 2.megaBytes
/Users/admin/builder/spi-builder-workspace/Vellum/Classes/Query/QuerySorter.swift:55:27: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
53 | }
54 |
55 | protocol QueryComparator: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
56 | var nextSequence: QueryComparator? { get set }
57 | func isAscending(first: Any, with second: Any) -> Bool
[15/16] Compiling Vellum Archivable.swift
/Users/admin/builder/spi-builder-workspace/Vellum/Classes/Common/ArchivesFactory.swift:11:23: warning: static property 'shared' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
9 |
10 | public class ArchivesFactory {
11 | public static var shared: ArchivesFactory = .init()
| |- warning: static property 'shared' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 | public var defaultMaxMemorySize: DataSize = 1.megaBytes
13 | public var defaultMaxDiskSize: DataSize = 2.megaBytes
[16/16] Compiling Vellum ArchivesFactory.swift
/Users/admin/builder/spi-builder-workspace/Vellum/Classes/Common/ArchivesFactory.swift:11:23: warning: static property 'shared' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
9 |
10 | public class ArchivesFactory {
11 | public static var shared: ArchivesFactory = .init()
| |- warning: static property 'shared' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'shared' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 | public var defaultMaxMemorySize: DataSize = 1.megaBytes
13 | public var defaultMaxDiskSize: DataSize = 2.megaBytes
[17/17] Compiling Vellum QuerySorter.swift
/Users/admin/builder/spi-builder-workspace/Vellum/Classes/Query/QuerySorter.swift:55:27: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
53 | }
54 |
55 | protocol QueryComparator: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
56 | var nextSequence: QueryComparator? { get set }
57 | func isAscending(first: Any, with second: Any) -> Bool
Build complete! (33.57s)
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/mattgallagher/CwlCatchException.git
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[5/439] Fetching cwlcatchexception
[155/1686] Fetching cwlcatchexception, cwlpreconditiontesting
[777/16235] Fetching cwlcatchexception, cwlpreconditiontesting, quick
[16236/34875] Fetching cwlcatchexception, cwlpreconditiontesting, quick, nimble
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (2.87s)
Fetched https://github.com/Quick/Nimble.git from cache (2.87s)
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (2.87s)
Fetched https://github.com/Quick/Quick.git from cache (2.87s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.0.0 (0.69s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 3.1.2 (0.69s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.0.0 (0.69s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.0.0 (0.67s)
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.0.0
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 9.0.0
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.0.0
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 3.1.2
Build complete.
{
"dependencies" : [
{
"identity" : "quick",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Quick.git"
},
{
"identity" : "nimble",
"requirement" : {
"range" : [
{
"lower_bound" : "9.0.0",
"upper_bound" : "10.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble.git"
}
],
"manifest_display_name" : "Vellum",
"name" : "Vellum",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "tvos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "Vellum",
"targets" : [
"Vellum"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "VellumTests",
"module_type" : "SwiftTarget",
"name" : "VellumTests",
"path" : "Example/Tests",
"product_dependencies" : [
"Quick",
"Nimble"
],
"sources" : [
"DataSizeSpec.swift",
"Extensions.swift",
"IntegratedSpec.swift",
"QueryValidatorSpec.swift"
],
"target_dependencies" : [
"Vellum"
],
"type" : "test"
},
{
"c99name" : "Vellum",
"module_type" : "SwiftTarget",
"name" : "Vellum",
"path" : "Vellum/Classes",
"product_memberships" : [
"Vellum"
],
"sources" : [
"Archiver/ArchiveManager.swift",
"Archiver/Archivist.swift",
"Archiver/DiskArchives.swift",
"Archiver/MemoryArchives.swift",
"Common/Archivable.swift",
"Common/ArchivesFactory.swift",
"Common/DataSize.swift",
"Common/Extensions.swift",
"Common/PropertyWrapper.swift",
"Common/VellumError.swift",
"Query/QueryBuilder.swift",
"Query/QueryFinder.swift",
"Query/QueryLimiter.swift",
"Query/QuerySorter.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.