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

Failed to build Hexaville with Swift 6.0 for macOS (SPM).

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/noppoman/hexaville.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/noppoman/hexaville
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at caaf749 update release scripts
Cloned https://github.com/noppoman/hexaville.git
Revision (git rev-parse @):
caaf7497ea3a009b6093548b296d2fe1e68d8d60
SUCCESS checkout https://github.com/noppoman/hexaville.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/noppoman/hexaville.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/15] Write sources
[3/15] Write hexaville-entitlement.plist
[5/15] Write swift-version-6F35C1178C84523A.txt
[6/36] Compiling reader.c
[7/36] Compiling parser.c
[8/36] Compiling writer.c
[9/36] Compiling api.c
[10/36] Compiling scanner.c
[11/36] Compiling emitter.c
[13/52] Emitting module SwiftCLI
[14/54] Compiling SwiftCLI ValueBox.swift
[15/54] Compiling SwiftCLI VersionCommand.swift
[16/54] Compiling Yams Tag.swift
[17/55] Compiling Yams YamlError.swift
[18/55] Compiling Yams shim.swift
[19/55] Compiling Yams Parser.swift
[20/55] Compiling Yams Emitter.swift
[21/55] Compiling Yams Decoder.swift
[22/55] Compiling Yams Node.swift
[23/55] Compiling Yams Node.Scalar.swift
[24/55] Compiling Yams Node.Sequence.swift
[25/55] Compiling SwiftCLI Term.swift
[26/55] Compiling SwiftCLI Validation.swift
[27/55] Compiling Yams Encoder.swift
[28/55] Compiling Yams Representer.swift
[29/55] Compiling Yams Resolver.swift
[30/55] Compiling Yams Mark.swift
[31/55] Compiling Yams Node.Mapping.swift
[34/55] Compiling Yams Constructor.swift
[37/55] Emitting module Yams
[40/55] Compiling Yams String+Yams.swift
[47/55] Compiling SwiftCLI Option.swift
[48/55] Compiling SwiftCLI OptionGroup.swift
[49/55] Compiling SwiftCLI Stream.swift
[50/55] Compiling SwiftCLI Task.swift
[51/55] Compiling SwiftCLI Parser.swift
[52/55] Compiling SwiftCLI Path.swift
[53/74] Compiling HexavilleCore SwiftBuildEnvironmentProvider.swift
[54/74] Compiling HexavilleCore SwiftBuilder.swift
[55/75] Compiling HexavilleCore Error.swift
[56/75] Compiling HexavilleCore EventEmitter.swift
[57/75] Compiling HexavilleCore SignalHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/HexavilleCore/Signal/SignalHandler.swift:17:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SignalEventEmitter' may have shared mutable state; this is an error in the Swift 6 language mode
14 | import Dispatch
15 |
16 | public class SignalEventEmitter: EventEmitter<SignalHandler.Signal> {
   |              `- note: class 'SignalEventEmitter' does not conform to the 'Sendable' protocol
17 |     public static let shared = SignalEventEmitter()
   |                       |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SignalEventEmitter' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- 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
18 | }
19 |
/Users/admin/builder/spi-builder-workspace/Sources/HexavilleCore/Signal/SignalHandler.swift:32:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SignalHandler' may have shared mutable state; this is an error in the Swift 6 language mode
18 | }
19 |
20 | public class SignalHandler {
   |              `- note: class 'SignalHandler' does not conform to the 'Sendable' protocol
21 |
22 |     public enum Signal: Int32 {
   :
30 |     }
31 |
32 |     public static let shared = SignalHandler()
   |                       |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SignalHandler' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- 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
33 |
34 |     private var handlers: [() -> Void] = []
[58/75] Compiling HexavilleCore DockerBuildEnvironmentProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/HexavilleCore/Signal/SignalHandler.swift:17:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SignalEventEmitter' may have shared mutable state; this is an error in the Swift 6 language mode
14 | import Dispatch
15 |
16 | public class SignalEventEmitter: EventEmitter<SignalHandler.Signal> {
   |              `- note: class 'SignalEventEmitter' does not conform to the 'Sendable' protocol
17 |     public static let shared = SignalEventEmitter()
   |                       |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SignalEventEmitter' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- 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
18 | }
19 |
/Users/admin/builder/spi-builder-workspace/Sources/HexavilleCore/Signal/SignalHandler.swift:32:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SignalHandler' may have shared mutable state; this is an error in the Swift 6 language mode
18 | }
19 |
20 | public class SignalHandler {
   |              `- note: class 'SignalHandler' does not conform to the 'Sendable' protocol
21 |
22 |     public enum Signal: Int32 {
   :
30 |     }
31 |
32 |     public static let shared = SignalHandler()
   |                       |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SignalHandler' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- 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
33 |
34 |     private var handlers: [() -> Void] = []
[59/75] Compiling HexavilleCore Version.swift
/Users/admin/builder/spi-builder-workspace/Sources/HexavilleCore/HexavilleFile/Version.swift:30:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Version' to 'Hashable' by implementing 'hash(into:)' instead
28 |
29 | extension VersionRepresentable {
30 |     public var hashValue: Int {
   |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Version' to 'Hashable' by implementing 'hash(into:)' instead
31 |         return (major << 8) | minor | patch
32 |     }
[60/75] Compiling HexavilleCore Mutex.swift
/Users/admin/builder/spi-builder-workspace/Sources/HexavilleCore/HexavilleFile/Version.swift:30:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Version' to 'Hashable' by implementing 'hash(into:)' instead
28 |
29 | extension VersionRepresentable {
30 |     public var hashValue: Int {
   |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Version' to 'Hashable' by implementing 'hash(into:)' instead
31 |         return (major << 8) | minor | patch
32 |     }
[61/75] Compiling HexavilleCore Docker.swift
[62/75] Compiling HexavilleCore HexavilleFile.swift
[63/75] Compiling HexavilleCore FileManager.swift
[64/75] Compiling HexavilleCore Finder.swift
[65/75] Compiling HexavilleCore Proc.swift
/Users/admin/builder/spi-builder-workspace/Sources/HexavilleCore/Signal/SignalHandler.swift:17:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SignalEventEmitter' may have shared mutable state; this is an error in the Swift 6 language mode
14 | import Dispatch
15 |
16 | public class SignalEventEmitter: EventEmitter<SignalHandler.Signal> {
   |              `- note: class 'SignalEventEmitter' does not conform to the 'Sendable' protocol
17 |     public static let shared = SignalEventEmitter()
   |                       |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SignalEventEmitter' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- 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
18 | }
19 |
/Users/admin/builder/spi-builder-workspace/Sources/HexavilleCore/Process/Spawn.swift:89:45: warning: cannot use inout expression here; argument 'outputPipe' must be a pointer that outlives the call to 'init(outputPipe:output:)'
 87 |
 88 |     func watchStreams() {
 89 |         threadInfo = ThreadInfo(outputPipe: &outputPipe, output: output)
    |                                             |- warning: cannot use inout expression here; argument 'outputPipe' must be a pointer that outlives the call to 'init(outputPipe:output:)'
    |                                             |- note: implicit argument conversion from '[Int32]' to 'UnsafeMutablePointer<Int32>' produces a pointer valid only for the duration of the call to 'init(outputPipe:output:)'
    |                                             `- note: use the 'withUnsafeMutableBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
 90 |         pthread_create(&tid, nil, { x in
 91 |             #if os(Linux)
/Users/admin/builder/spi-builder-workspace/Sources/HexavilleCore/Process/Spawn.swift:111:12: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Optional<Spawn.ThreadInfo>'; this is likely incorrect because 'Optional<Spawn.ThreadInfo>' may contain an object reference.
109 |             dynamicBuffer.deallocate()
110 |             return nil
111 |         }, &threadInfo)
    |            `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Optional<Spawn.ThreadInfo>'; this is likely incorrect because 'Optional<Spawn.ThreadInfo>' may contain an object reference.
112 |     }
113 | }
[66/75] Compiling HexavilleCore Spawn.swift
/Users/admin/builder/spi-builder-workspace/Sources/HexavilleCore/Signal/SignalHandler.swift:17:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SignalEventEmitter' may have shared mutable state; this is an error in the Swift 6 language mode
14 | import Dispatch
15 |
16 | public class SignalEventEmitter: EventEmitter<SignalHandler.Signal> {
   |              `- note: class 'SignalEventEmitter' does not conform to the 'Sendable' protocol
17 |     public static let shared = SignalEventEmitter()
   |                       |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SignalEventEmitter' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- 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
18 | }
19 |
/Users/admin/builder/spi-builder-workspace/Sources/HexavilleCore/Process/Spawn.swift:89:45: warning: cannot use inout expression here; argument 'outputPipe' must be a pointer that outlives the call to 'init(outputPipe:output:)'
 87 |
 88 |     func watchStreams() {
 89 |         threadInfo = ThreadInfo(outputPipe: &outputPipe, output: output)
    |                                             |- warning: cannot use inout expression here; argument 'outputPipe' must be a pointer that outlives the call to 'init(outputPipe:output:)'
    |                                             |- note: implicit argument conversion from '[Int32]' to 'UnsafeMutablePointer<Int32>' produces a pointer valid only for the duration of the call to 'init(outputPipe:output:)'
    |                                             `- note: use the 'withUnsafeMutableBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
 90 |         pthread_create(&tid, nil, { x in
 91 |             #if os(Linux)
/Users/admin/builder/spi-builder-workspace/Sources/HexavilleCore/Process/Spawn.swift:111:12: warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Optional<Spawn.ThreadInfo>'; this is likely incorrect because 'Optional<Spawn.ThreadInfo>' may contain an object reference.
109 |             dynamicBuffer.deallocate()
110 |             return nil
111 |         }, &threadInfo)
    |            `- warning: forming 'UnsafeMutableRawPointer' to a variable of type 'Optional<Spawn.ThreadInfo>'; this is likely incorrect because 'Optional<Spawn.ThreadInfo>' may contain an object reference.
112 |     }
113 | }
[67/75] Emitting module HexavilleCore
/Users/admin/builder/spi-builder-workspace/Sources/HexavilleCore/HexavilleFile/SwiftVersion.swift:157:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SwiftDevelopmentSnapshot' to 'Hashable' by implementing 'hash(into:)' instead
155 |
156 | extension SwiftDevelopmentSnapshot: Hashable {
157 |     public var hashValue: Int {
    |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SwiftDevelopmentSnapshot' to 'Hashable' by implementing 'hash(into:)' instead
158 |         return (major << 8) | minor | patch | Int(date.timeIntervalSince1970)
159 |     }
/Users/admin/builder/spi-builder-workspace/Sources/HexavilleCore/HexavilleFile/Version.swift:30:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Version' to 'Hashable' by implementing 'hash(into:)' instead
28 |
29 | extension VersionRepresentable {
30 |     public var hashValue: Int {
   |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Version' to 'Hashable' by implementing 'hash(into:)' instead
31 |         return (major << 8) | minor | patch
32 |     }
/Users/admin/builder/spi-builder-workspace/Sources/HexavilleCore/Signal/SignalHandler.swift:17:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SignalEventEmitter' may have shared mutable state; this is an error in the Swift 6 language mode
14 | import Dispatch
15 |
16 | public class SignalEventEmitter: EventEmitter<SignalHandler.Signal> {
   |              `- note: class 'SignalEventEmitter' does not conform to the 'Sendable' protocol
17 |     public static let shared = SignalEventEmitter()
   |                       |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SignalEventEmitter' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- 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
18 | }
19 |
/Users/admin/builder/spi-builder-workspace/Sources/HexavilleCore/Signal/SignalHandler.swift:32:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SignalHandler' may have shared mutable state; this is an error in the Swift 6 language mode
18 | }
19 |
20 | public class SignalHandler {
   |              `- note: class 'SignalHandler' does not conform to the 'Sendable' protocol
21 |
22 |     public enum Signal: Int32 {
   :
30 |     }
31 |
32 |     public static let shared = SignalHandler()
   |                       |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'SignalHandler' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- 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
33 |
34 |     private var handlers: [() -> Void] = []
/Users/admin/builder/spi-builder-workspace/Sources/HexavilleCore/Util/Hashids.swift:37:14: warning: static property 'MIN_ALPHABET_LENGTH' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 35 |   static let VERSION = "1.1.0"
 36 |
 37 |   static var MIN_ALPHABET_LENGTH: Int = 16
    |              |- warning: static property 'MIN_ALPHABET_LENGTH' 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 'MIN_ALPHABET_LENGTH' to a 'let' constant to make 'Sendable' shared state immutable
    |              |- note: annotate 'MIN_ALPHABET_LENGTH' 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
 38 |
 39 |   static var SEP_DIV: Double = 3.5
/Users/admin/builder/spi-builder-workspace/Sources/HexavilleCore/Util/Hashids.swift:39:14: warning: static property 'SEP_DIV' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 37 |   static var MIN_ALPHABET_LENGTH: Int = 16
 38 |
 39 |   static var SEP_DIV: Double = 3.5
    |              |- warning: static property 'SEP_DIV' 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 'SEP_DIV' to a 'let' constant to make 'Sendable' shared state immutable
    |              |- note: annotate 'SEP_DIV' 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
 40 |
 41 |   static var GUARD_DIV: Double = 12
/Users/admin/builder/spi-builder-workspace/Sources/HexavilleCore/Util/Hashids.swift:41:14: warning: static property 'GUARD_DIV' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 39 |   static var SEP_DIV: Double = 3.5
 40 |
 41 |   static var GUARD_DIV: Double = 12
    |              |- warning: static property 'GUARD_DIV' 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 'GUARD_DIV' to a 'let' constant to make 'Sendable' shared state immutable
    |              |- note: annotate 'GUARD_DIV' 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
 42 |
 43 |   static var ALPHABET: String = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890"
/Users/admin/builder/spi-builder-workspace/Sources/HexavilleCore/Util/Hashids.swift:43:14: warning: static property 'ALPHABET' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 41 |   static var GUARD_DIV: Double = 12
 42 |
 43 |   static var ALPHABET: String = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890"
    |              |- warning: static property 'ALPHABET' 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 'ALPHABET' to a 'let' constant to make 'Sendable' shared state immutable
    |              |- note: annotate 'ALPHABET' 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
 44 |
 45 |   static var SEPARATORS: String = "cfhistuCFHISTU"
/Users/admin/builder/spi-builder-workspace/Sources/HexavilleCore/Util/Hashids.swift:45:14: warning: static property 'SEPARATORS' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 43 |   static var ALPHABET: String = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890"
 44 |
 45 |   static var SEPARATORS: String = "cfhistuCFHISTU"
    |              |- warning: static property 'SEPARATORS' 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 'SEPARATORS' to a 'let' constant to make 'Sendable' shared state immutable
    |              |- note: annotate 'SEPARATORS' 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
 46 |
 47 | }
[68/75] Compiling HexavilleCore AWSLambdaPackager.swift
[69/75] Compiling HexavilleCore Constant.swift
[70/75] Compiling HexavilleCore Swift.swift
/Users/admin/builder/spi-builder-workspace/Sources/HexavilleCore/HexavilleFile/SwiftVersion.swift:157:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SwiftDevelopmentSnapshot' to 'Hashable' by implementing 'hash(into:)' instead
155 |
156 | extension SwiftDevelopmentSnapshot: Hashable {
157 |     public var hashValue: Int {
    |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SwiftDevelopmentSnapshot' to 'Hashable' by implementing 'hash(into:)' instead
158 |         return (major << 8) | minor | patch | Int(date.timeIntervalSince1970)
159 |     }
[71/75] Compiling HexavilleCore SwiftVersion.swift
/Users/admin/builder/spi-builder-workspace/Sources/HexavilleCore/HexavilleFile/SwiftVersion.swift:157:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SwiftDevelopmentSnapshot' to 'Hashable' by implementing 'hash(into:)' instead
155 |
156 | extension SwiftDevelopmentSnapshot: Hashable {
157 |     public var hashValue: Int {
    |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'SwiftDevelopmentSnapshot' to 'Hashable' by implementing 'hash(into:)' instead
158 |         return (major << 8) | minor | patch | Int(date.timeIntervalSince1970)
159 |     }
[72/75] Compiling HexavilleCore Hashids.swift
/Users/admin/builder/spi-builder-workspace/Sources/HexavilleCore/Util/Hashids.swift:37:14: warning: static property 'MIN_ALPHABET_LENGTH' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 35 |   static let VERSION = "1.1.0"
 36 |
 37 |   static var MIN_ALPHABET_LENGTH: Int = 16
    |              |- warning: static property 'MIN_ALPHABET_LENGTH' 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 'MIN_ALPHABET_LENGTH' to a 'let' constant to make 'Sendable' shared state immutable
    |              |- note: annotate 'MIN_ALPHABET_LENGTH' 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
 38 |
 39 |   static var SEP_DIV: Double = 3.5
/Users/admin/builder/spi-builder-workspace/Sources/HexavilleCore/Util/Hashids.swift:39:14: warning: static property 'SEP_DIV' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 37 |   static var MIN_ALPHABET_LENGTH: Int = 16
 38 |
 39 |   static var SEP_DIV: Double = 3.5
    |              |- warning: static property 'SEP_DIV' 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 'SEP_DIV' to a 'let' constant to make 'Sendable' shared state immutable
    |              |- note: annotate 'SEP_DIV' 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
 40 |
 41 |   static var GUARD_DIV: Double = 12
/Users/admin/builder/spi-builder-workspace/Sources/HexavilleCore/Util/Hashids.swift:41:14: warning: static property 'GUARD_DIV' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 39 |   static var SEP_DIV: Double = 3.5
 40 |
 41 |   static var GUARD_DIV: Double = 12
    |              |- warning: static property 'GUARD_DIV' 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 'GUARD_DIV' to a 'let' constant to make 'Sendable' shared state immutable
    |              |- note: annotate 'GUARD_DIV' 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
 42 |
 43 |   static var ALPHABET: String = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890"
/Users/admin/builder/spi-builder-workspace/Sources/HexavilleCore/Util/Hashids.swift:43:14: warning: static property 'ALPHABET' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 41 |   static var GUARD_DIV: Double = 12
 42 |
 43 |   static var ALPHABET: String = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890"
    |              |- warning: static property 'ALPHABET' 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 'ALPHABET' to a 'let' constant to make 'Sendable' shared state immutable
    |              |- note: annotate 'ALPHABET' 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
 44 |
 45 |   static var SEPARATORS: String = "cfhistuCFHISTU"
/Users/admin/builder/spi-builder-workspace/Sources/HexavilleCore/Util/Hashids.swift:45:14: warning: static property 'SEPARATORS' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
 43 |   static var ALPHABET: String = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890"
 44 |
 45 |   static var SEPARATORS: String = "cfhistuCFHISTU"
    |              |- warning: static property 'SEPARATORS' 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 'SEPARATORS' to a 'let' constant to make 'Sendable' shared state immutable
    |              |- note: annotate 'SEPARATORS' 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
 46 |
 47 | }
/Users/admin/builder/spi-builder-workspace/Sources/HexavilleCore/Util/Hashids.swift:92:9: warning: variable '_alphabet' was never mutated; consider changing to 'let' constant
 90 |
 91 |   public init(salt: String!, minHashLength: UInt = 0, alphabet: String? = nil) {
 92 |     var _alphabet = (alphabet != nil) ? alphabet! : HashidsOptions.ALPHABET
    |         `- warning: variable '_alphabet' was never mutated; consider changing to 'let' constant
 93 |     var _seps = HashidsOptions.SEPARATORS
 94 |
/Users/admin/builder/spi-builder-workspace/Sources/HexavilleCore/Util/Hashids.swift:93:9: warning: variable '_seps' was never mutated; consider changing to 'let' constant
 91 |   public init(salt: String!, minHashLength: UInt = 0, alphabet: String? = nil) {
 92 |     var _alphabet = (alphabet != nil) ? alphabet! : HashidsOptions.ALPHABET
 93 |     var _seps = HashidsOptions.SEPARATORS
    |         `- warning: variable '_seps' was never mutated; consider changing to 'let' constant
 94 |
 95 |     self.minHashLength = minHashLength
/Users/admin/builder/spi-builder-workspace/Sources/HexavilleCore/Util/Hashids.swift:263:9: warning: variable 'hashes' was never mutated; consider changing to 'let' constant
261 |     var alphabet = self.alphabet
262 |
263 |     var hashes = hash.split(maxSplits: hash.count, omittingEmptySubsequences: false) {
    |         `- warning: variable 'hashes' was never mutated; consider changing to 'let' constant
264 |       contains(self.guards, $0)
265 |     }
error: emit-module command failed due to signal 6 (use -v to see invocation)
error: compile command failed due to signal 6 (use -v to see invocation)
Assertion failed: ((SF && SF->Kind == SourceFileKind::Interface || PD->isImplicit()) && "explicit inherited default argument outside of a module interface?"), function checkInheritedDefaultValueRestrictions, file TypeCheckDeclPrimary.cpp, line 1078.
Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the crash backtrace.
Stack dump:
0.	Program arguments: /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/Hexaville/main.swift -target arm64-apple-macosx10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -enable-testing -g -debug-info-format=dwarf -dwarf-version=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/ModuleCache -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -stats-output-dir .stats -strict-concurrency=complete -empty-abi-descriptor -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace -Xcc -fmodule-map-file=/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/CYaml.build/module.modulemap -Xcc -I -Xcc /Users/admin/builder/spi-builder-workspace/.build/checkouts/Yams/Sources/CYaml/include -Xcc -isysroot -Xcc /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -Xcc -F -Xcc /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -Xcc -fPIC -Xcc -g -module-name Hexaville -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Hexaville.build/Hexaville.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Hexaville.build/Hexaville.swiftsourceinfo -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Hexaville.build/Hexaville.emit-module.d -o /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Hexaville.build/Hexaville.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Hexaville.build/Hexaville.abi.json
1.	Apple Swift version 6.0-dev (LLVM 4b0b1f9e1a69523, Swift 91a3abcf816bc36)
2.	Compiling with effective version 5.10
3.	While evaluating request TypeCheckSourceFileRequest(source_file "/Users/admin/builder/spi-builder-workspace/Sources/Hexaville/main.swift")
4.	While type-checking 'GenerateProject' (at /Users/admin/builder/spi-builder-workspace/Sources/Hexaville/main.swift:31:1)
5.	While evaluating request ABIMembersRequest(Hexaville.(file).GenerateProject@/Users/admin/builder/spi-builder-workspace/Sources/Hexaville/main.swift:31:7)
6.	While evaluating request SynthesizeDefaultInitRequest(Hexaville.(file).GenerateProject@/Users/admin/builder/spi-builder-workspace/Sources/Hexaville/main.swift:31:7)
7.	While defining default constructor for 'GenerateProject' (at /Users/admin/builder/spi-builder-workspace/Sources/Hexaville/main.swift:31:1)
8.	While evaluating request DefaultInitializerIsolation(Hexaville.(file).GenerateProject.projectName@/Users/admin/builder/spi-builder-workspace/Sources/Hexaville/main.swift:34:9)
9.	While evaluating request InterfaceTypeRequest(Hexaville.(file).GenerateProject.projectName@/Users/admin/builder/spi-builder-workspace/Sources/Hexaville/main.swift:34:9)
10.	While evaluating request NamingPatternRequest(Hexaville.(file).GenerateProject.projectName@/Users/admin/builder/spi-builder-workspace/Sources/Hexaville/main.swift:34:9)
11.	While evaluating request PatternBindingEntryRequest((unknown decl), 0)
12.	While type-checking expression at [/Users/admin/builder/spi-builder-workspace/Sources/Hexaville/main.swift:34:23 - line:34:33] RangeText="Parameter("
13.	While type-checking-target starting at /Users/admin/builder/spi-builder-workspace/Sources/Hexaville/main.swift:34:23
14.	While evaluating request DefaultArgumentTypeRequest(SwiftCLI.(file).Param.Required.init(completion:validation:).validation)
15.	While evaluating request DefaultArgumentExprRequest(SwiftCLI.(file).Param.Required.init(completion:validation:).validation)
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
0  swift-frontend           0x0000000105853bf0 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56
1  swift-frontend           0x00000001058523bc llvm::sys::RunSignalHandlers() + 112
2  swift-frontend           0x0000000105854238 SignalHandler(int) + 304
3  libsystem_platform.dylib 0x0000000188581a24 _sigtramp + 56
4  libsystem_pthread.dylib  0x0000000188551cc0 pthread_kill + 288
5  libsystem_c.dylib        0x000000018845da40 abort + 180
6  libsystem_c.dylib        0x000000018845cd30 err + 0
7  swift-frontend           0x0000000105ca4dd8 swift::DefaultArgumentExprRequest::evaluate(swift::Evaluator&, swift::ParamDecl*) const (.cold.2) + 0
8  swift-frontend           0x000000010165b8dc swift::DefaultArgumentExprRequest::evaluate(swift::Evaluator&, swift::ParamDecl*) const + 1700
9  swift-frontend           0x0000000101b219f0 swift::DefaultArgumentExprRequest::OutputType swift::Evaluator::getResultUncached<swift::DefaultArgumentExprRequest, swift::DefaultArgumentExprRequest::OutputType swift::evaluateOrDefault<swift::DefaultArgumentExprRequest>(swift::Evaluator&, swift::DefaultArgumentExprRequest, swift::DefaultArgumentExprRequest::OutputType)::'lambda'()>(swift::DefaultArgumentExprRequest const&, swift::DefaultArgumentExprRequest::OutputType swift::evaluateOrDefault<swift::DefaultArgumentExprRequest>(swift::Evaluator&, swift::DefaultArgumentExprRequest, swift::DefaultArgumentExprRequest::OutputType)::'lambda'()) + 228
10 swift-frontend           0x0000000101a967e0 swift::ParamDecl::getTypeCheckedDefaultExpr() const + 300
11 swift-frontend           0x000000010165b914 swift::DefaultArgumentTypeRequest::evaluate(swift::Evaluator&, swift::ParamDecl*) const + 16
12 swift-frontend           0x0000000101b2303c swift::DefaultArgumentTypeRequest::OutputType swift::Evaluator::getResultUncached<swift::DefaultArgumentTypeRequest, swift::DefaultArgumentTypeRequest::OutputType swift::evaluateOrDefault<swift::DefaultArgumentTypeRequest>(swift::Evaluator&, swift::DefaultArgumentTypeRequest, swift::DefaultArgumentTypeRequest::OutputType)::'lambda'()>(swift::DefaultArgumentTypeRequest const&, swift::DefaultArgumentTypeRequest::OutputType swift::evaluateOrDefault<swift::DefaultArgumentTypeRequest>(swift::Evaluator&, swift::DefaultArgumentTypeRequest, swift::DefaultArgumentTypeRequest::OutputType)::'lambda'()) + 228
13 swift-frontend           0x0000000101a9688c swift::ParamDecl::getTypeOfDefaultExpr() const + 144
14 swift-frontend           0x000000010145c128 matchCallArguments(swift::constraints::ConstraintSystem&, swift::FunctionType*, swift::ArgumentList*, llvm::ArrayRef<swift::AnyFunctionType::Param>, llvm::ArrayRef<swift::AnyFunctionType::Param>, swift::constraints::ConstraintKind, swift::constraints::ConstraintLocatorBuilder, std::__1::optional<swift::constraints::TrailingClosureMatching>, llvm::SmallVectorImpl<std::__1::pair<swift::TypeVariableType*, swift::OpenedArchetypeType*>>&) + 2876
15 swift-frontend           0x000000010145abc8 swift::constraints::ConstraintSystem::simplifyApplicableFnConstraint(swift::Type, swift::Type, std::__1::optional<swift::constraints::TrailingClosureMatching>, swift::optionset::OptionSet<swift::constraints::ConstraintSystem::TypeMatchFlags, unsigned int>, swift::constraints::ConstraintLocatorBuilder) + 2352
16 swift-frontend           0x000000010146357c swift::constraints::ConstraintSystem::addConstraintImpl(swift::constraints::ConstraintKind, swift::Type, swift::Type, swift::constraints::ConstraintLocatorBuilder, bool) + 1232
17 swift-frontend           0x000000010143dcb4 swift::constraints::ConstraintSystem::addConstraint(swift::constraints::ConstraintKind, swift::Type, swift::Type, swift::constraints::ConstraintLocatorBuilder, bool) + 92
18 swift-frontend           0x000000010144cc50 swift::constraints::ConstraintSystem::simplifyConstructionConstraint(swift::Type, swift::FunctionType*, swift::optionset::OptionSet<swift::constraints::ConstraintSystem::TypeMatchFlags, unsigned int>, swift::DeclContext*, swift::FunctionRefKind, swift::constraints::ConstraintLocator*) + 892
19 swift-frontend           0x000000010145b160 swift::constraints::ConstraintSystem::simplifyApplicableFnConstraint(swift::Type, swift::Type, std::__1::optional<swift::constraints::TrailingClosureMatching>, swift::optionset::OptionSet<swift::constraints::ConstraintSystem::TypeMatchFlags, unsigned int>, swift::constraints::ConstraintLocatorBuilder) + 3784
20 swift-frontend           0x000000010146357c swift::constraints::ConstraintSystem::addConstraintImpl(swift::constraints::ConstraintKind, swift::Type, swift::Type, swift::constraints::ConstraintLocatorBuilder, bool) + 1232
21 swift-frontend           0x000000010143dcb4 swift::constraints::ConstraintSystem::addConstraint(swift::constraints::ConstraintKind, swift::Type, swift::Type, swift::constraints::ConstraintLocatorBuilder, bool) + 92
22 swift-frontend           0x00000001014284e8 (anonymous namespace)::ConstraintGenerator::visitApplyExpr(swift::ApplyExpr*) + 636
23 swift-frontend           0x000000010141abb4 (anonymous namespace)::ConstraintWalker::walkToExprPost(swift::Expr*) + 512
24 swift-frontend           0x0000000101a215a0 (anonymous namespace)::Traversal::doIt(swift::Expr*) + 988
25 swift-frontend           0x0000000101a211b8 swift::Expr::walk(swift::ASTWalker&) + 32
26 swift-frontend           0x0000000101416948 swift::constraints::ConstraintSystem::generateConstraints(swift::Expr*, swift::DeclContext*) + 204
27 swift-frontend           0x0000000101415bbc swift::constraints::ConstraintSystem::generateConstraints(swift::constraints::SyntacticElementTarget&, swift::FreeTypeVariableBinding) + 448
28 swift-frontend           0x000000010147cb30 swift::constraints::ConstraintSystem::solveImpl(swift::constraints::SyntacticElementTarget&, swift::FreeTypeVariableBinding) + 408
29 swift-frontend           0x000000010147c3c8 swift::constraints::ConstraintSystem::solve(swift::constraints::SyntacticElementTarget&, swift::FreeTypeVariableBinding) + 160
30 swift-frontend           0x0000000101614788 swift::TypeChecker::typeCheckTarget(swift::constraints::SyntacticElementTarget&, swift::optionset::OptionSet<swift::TypeCheckExprFlags, unsigned int>) + 312
31 swift-frontend           0x00000001016145f8 swift::TypeChecker::typeCheckExpression(swift::constraints::SyntacticElementTarget&, swift::optionset::OptionSet<swift::TypeCheckExprFlags, unsigned int>) + 184
32 swift-frontend           0x00000001016158b0 swift::TypeChecker::typeCheckBinding(swift::Pattern*&, swift::Expr*&, swift::DeclContext*, swift::Type, swift::PatternBindingDecl*, unsigned int, swift::optionset::OptionSet<swift::TypeCheckExprFlags, unsigned int>) + 120
33 swift-frontend           0x0000000101615ae4 swift::TypeChecker::typeCheckPatternBinding(swift::PatternBindingDecl*, unsigned int, swift::Type, swift::optionset::OptionSet<swift::TypeCheckExprFlags, unsigned int>) + 248
34 swift-frontend           0x00000001016f0dac swift::PatternBindingEntryRequest::evaluate(swift::Evaluator&, swift::PatternBindingDecl*, unsigned int) const + 2380
35 swift-frontend           0x0000000101ab3b30 swift::PatternBindingEntryRequest::OutputType swift::Evaluator::getResultUncached<swift::PatternBindingEntryRequest, swift::PatternBindingEntryRequest::OutputType swift::evaluateOrDefault<swift::PatternBindingEntryRequest>(swift::Evaluator&, swift::PatternBindingEntryRequest, swift::PatternBindingEntryRequest::OutputType)::'lambda'()>(swift::PatternBindingEntryRequest const&, swift::PatternBindingEntryRequest::OutputType swift::evaluateOrDefault<swift::PatternBindingEntryRequest>(swift::Evaluator&, swift::PatternBindingEntryRequest, swift::PatternBindingEntryRequest::OutputType)::'lambda'()) + 228
36 swift-frontend           0x0000000101a8188c swift::PatternBindingDecl::getCheckedPatternBindingEntry(unsigned int) const + 132
37 swift-frontend           0x0000000101627174 swift::NamingPatternRequest::evaluate(swift::Evaluator&, swift::VarDecl*) const + 192
38 swift-frontend           0x0000000101b12b58 swift::NamingPatternRequest::OutputType swift::Evaluator::getResultUncached<swift::NamingPatternRequest, swift::NamingPatternRequest::OutputType swift::evaluateOrDefault<swift::NamingPatternRequest>(swift::Evaluator&, swift::NamingPatternRequest, swift::NamingPatternRequest::OutputType)::'lambda'()>(swift::NamingPatternRequest const&, swift::NamingPatternRequest::OutputType swift::evaluateOrDefault<swift::NamingPatternRequest>(swift::Evaluator&, swift::NamingPatternRequest, swift::NamingPatternRequest::OutputType)::'lambda'()) + 228
39 swift-frontend           0x0000000101a942c4 swift::VarDecl::getNamingPattern() const + 120
40 swift-frontend           0x0000000101626588 swift::InterfaceTypeRequest::evaluate(swift::Evaluator&, swift::ValueDecl*) const + 1560
41 swift-frontend           0x0000000101a7b160 swift::ValueDecl::getInterfaceType() const + 328
42 swift-frontend           0x0000000101a7afb8 swift::Decl::isInvalid() const + 168
43 swift-frontend           0x00000001015f8d20 swift::DefaultInitializerIsolation::evaluate(swift::Evaluator&, swift::VarDecl*) const + 52
44 swift-frontend           0x0000000101b11338 swift::DefaultInitializerIsolation::OutputType swift::Evaluator::getResultUncached<swift::DefaultInitializerIsolation, swift::DefaultInitializerIsolation::OutputType swift::evaluateOrDefault<swift::DefaultInitializerIsolation>(swift::Evaluator&, swift::DefaultInitializerIsolation, swift::DefaultInitializerIsolation::OutputType)::'lambda'()>(swift::DefaultInitializerIsolation const&, swift::DefaultInitializerIsolation::OutputType swift::evaluateOrDefault<swift::DefaultInitializerIsolation>(swift::Evaluator&, swift::DefaultInitializerIsolation, swift::DefaultInitializerIsolation::OutputType)::'lambda'()) + 236
45 swift-frontend           0x0000000101b11150 swift::DefaultInitializerIsolation::OutputType swift::Evaluator::getResultCached<swift::DefaultInitializerIsolation, swift::DefaultInitializerIsolation::OutputType swift::evaluateOrDefault<swift::DefaultInitializerIsolation>(swift::Evaluator&, swift::DefaultInitializerIsolation, swift::DefaultInitializerIsolation::OutputType)::'lambda'(), (void*)0>(swift::DefaultInitializerIsolation const&, swift::DefaultInitializerIsolation::OutputType swift::evaluateOrDefault<swift::DefaultInitializerIsolation>(swift::Evaluator&, swift::DefaultInitializerIsolation, swift::DefaultInitializerIsolation::OutputType)::'lambda'()) + 360
46 swift-frontend           0x0000000101a81690 swift::VarDecl::getInitializerIsolation() const + 88
47 swift-frontend           0x00000001014eaa3c createImplicitConstructor(swift::NominalTypeDecl*, ImplicitConstructorKind, swift::ASTContext&)::$_9::operator()(llvm::ArrayRef<swift::VarDecl*>) const + 216
48 swift-frontend           0x00000001014e5fa8 createImplicitConstructor(swift::NominalTypeDecl*, ImplicitConstructorKind, swift::ASTContext&) + 2032
49 swift-frontend           0x00000001014e6840 swift::SynthesizeDefaultInitRequest::evaluate(swift::Evaluator&, swift::NominalTypeDecl*) const + 172
50 swift-frontend           0x0000000101ae89a0 swift::SynthesizeDefaultInitRequest::OutputType swift::Evaluator::getResultUncached<swift::SynthesizeDefaultInitRequest, swift::SynthesizeDefaultInitRequest::OutputType swift::evaluateOrDefault<swift::SynthesizeDefaultInitRequest>(swift::Evaluator&, swift::SynthesizeDefaultInitRequest, swift::SynthesizeDefaultInitRequest::OutputType)::'lambda'()>(swift::SynthesizeDefaultInitRequest const&, swift::SynthesizeDefaultInitRequest::OutputType swift::evaluateOrDefault<swift::SynthesizeDefaultInitRequest>(swift::Evaluator&, swift::SynthesizeDefaultInitRequest, swift::SynthesizeDefaultInitRequest::OutputType)::'lambda'()) + 240
51 swift-frontend           0x0000000101ae87c4 swift::SynthesizeDefaultInitRequest::OutputType swift::Evaluator::getResultCached<swift::SynthesizeDefaultInitRequest, swift::SynthesizeDefaultInitRequest::OutputType swift::evaluateOrDefault<swift::SynthesizeDefaultInitRequest>(swift::Evaluator&, swift::SynthesizeDefaultInitRequest, swift::SynthesizeDefaultInitRequest::OutputType)::'lambda'(), (void*)0>(swift::SynthesizeDefaultInitRequest const&, swift::SynthesizeDefaultInitRequest::OutputType swift::evaluateOrDefault<swift::SynthesizeDefaultInitRequest>(swift::Evaluator&, swift::SynthesizeDefaultInitRequest, swift::SynthesizeDefaultInitRequest::OutputType)::'lambda'()) + 364
52 swift-frontend           0x0000000101a8c52c swift::NominalTypeDecl::getDefaultInitializer() const + 100
53 swift-frontend           0x00000001014e504c swift::TypeChecker::addImplicitConstructors(swift::NominalTypeDecl*) + 3628
54 swift-frontend           0x0000000101627564 evaluateMembersRequest(swift::IterableDeclContext*, (anonymous namespace)::MembersRequestKind) + 200
55 swift-frontend           0x0000000101b50054 swift::ABIMembersRequest::OutputType swift::Evaluator::getResultUncached<swift::ABIMembersRequest, swift::ABIMembersRequest::OutputType swift::evaluateOrDefault<swift::ABIMembersRequest>(swift::Evaluator&, swift::ABIMembersRequest, swift::ABIMembersRequest::OutputType)::'lambda'()>(swift::ABIMembersRequest const&, swift::ABIMembersRequest::OutputType swift::evaluateOrDefault<swift::ABIMembersRequest>(swift::Evaluator&, swift::ABIMembersRequest, swift::ABIMembersRequest::OutputType)::'lambda'()) + 232
56 swift-frontend           0x0000000101b4fe70 swift::ABIMembersRequest::OutputType swift::Evaluator::getResultCached<swift::ABIMembersRequest, swift::ABIMembersRequest::OutputType swift::evaluateOrDefault<swift::ABIMembersRequest>(swift::Evaluator&, swift::ABIMembersRequest, swift::ABIMembersRequest::OutputType)::'lambda'(), (void*)0>(swift::ABIMembersRequest const&, swift::ABIMembersRequest::OutputType swift::evaluateOrDefault<swift::ABIMembersRequest>(swift::Evaluator&, swift::ABIMembersRequest, swift::ABIMembersRequest::OutputType)::'lambda'()) + 360
57 swift-frontend           0x0000000101b4af94 swift::IterableDeclContext::getABIMembers() const + 112
58 swift-frontend           0x0000000101665b6c (anonymous namespace)::DeclChecker::visitClassDecl(swift::ClassDecl*) + 908
59 swift-frontend           0x000000010165e13c (anonymous namespace)::DeclChecker::visit(swift::Decl*) + 3284
60 swift-frontend           0x000000010165d454 swift::TypeChecker::typeCheckDecl(swift::Decl*) + 136
61 swift-frontend           0x0000000101726200 swift::TypeCheckSourceFileRequest::evaluate(swift::Evaluator&, swift::SourceFile*) const + 176
62 swift-frontend           0x0000000101727da8 swift::TypeCheckSourceFileRequest::OutputType swift::Evaluator::getResultUncached<swift::TypeCheckSourceFileRequest, swift::TypeCheckSourceFileRequest::OutputType swift::evaluateOrDefault<swift::TypeCheckSourceFileRequest>(swift::Evaluator&, swift::TypeCheckSourceFileRequest, swift::TypeCheckSourceFileRequest::OutputType)::'lambda'()>(swift::TypeCheckSourceFileRequest const&, swift::TypeCheckSourceFileRequest::OutputType swift::evaluateOrDefault<swift::TypeCheckSourceFileRequest>(swift::Evaluator&, swift::TypeCheckSourceFileRequest, swift::TypeCheckSourceFileRequest::OutputType)::'lambda'()) + 232
63 swift-frontend           0x0000000101726128 swift::performTypeChecking(swift::SourceFile&) + 84
64 swift-frontend           0x0000000100611844 bool llvm::function_ref<bool (swift::SourceFile&)>::callback_fn<swift::CompilerInstance::performSema()::$_7>(long, swift::SourceFile&) + 16
65 swift-frontend           0x000000010060b2d4 swift::CompilerInstance::forEachFileToTypeCheck(llvm::function_ref<bool (swift::SourceFile&)>) + 156
66 swift-frontend           0x000000010060b218 swift::CompilerInstance::performSema() + 76
67 swift-frontend           0x00000001003de1e4 withSemanticAnalysis(swift::CompilerInstance&, swift::FrontendObserver*, llvm::function_ref<bool (swift::CompilerInstance&)>, bool) + 60
68 swift-frontend           0x00000001003cf590 performCompile(swift::CompilerInstance&, int&, swift::FrontendObserver*) + 708
69 swift-frontend           0x00000001003ce4fc swift::performFrontend(llvm::ArrayRef<char const*>, char const*, void*, swift::FrontendObserver*) + 2388
70 swift-frontend           0x00000001001e83b0 swift::mainEntry(int, char const**) + 3096
71 dyld                     0x00000001881d10e0 start + 2360
Fetching https://github.com/jakeheis/SwiftCLI.git
Fetching https://github.com/jpsim/Yams.git
[1/5074] Fetching swiftcli
[661/14411] Fetching swiftcli, yams
Fetched https://github.com/jpsim/Yams.git from cache (3.14s)
Fetched https://github.com/jakeheis/SwiftCLI.git from cache (3.14s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 2.0.0 (0.70s)
Computing version for https://github.com/jakeheis/SwiftCLI.git
Computed https://github.com/jakeheis/SwiftCLI.git at 5.3.2 (2.63s)
Creating working copy for https://github.com/jakeheis/SwiftCLI.git
Working copy of https://github.com/jakeheis/SwiftCLI.git resolved at 5.3.2
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 2.0.0
BUILD FAILURE 6.0 macosSpm
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.