Build Information
Successful build of Genesis with Swift 6.0 for macOS (SPM).
Swift 6 data race errors: 5
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/yonaskolb/Genesis.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yonaskolb/Genesis
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at f096796 Update README.md
Cloned https://github.com/yonaskolb/Genesis.git
Revision (git rev-parse @):
f0967966fafba5a36665778a91c9d1e8245cb7fd
SUCCESS checkout https://github.com/yonaskolb/Genesis.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/yonaskolb/Genesis.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/20] Write sources
[0/20] Write genesis-entitlement.plist
[8/20] Write sources
[10/20] Write swift-version-6F35C1178C84523A.txt
[11/54] Compiling api.c
[12/54] Compiling writer.c
[13/54] Compiling reader.c
[14/54] Compiling parser.c
[15/54] Compiling scanner.c
[16/54] Compiling emitter.c
[18/69] Compiling SwiftCLI Term.swift
[19/69] Compiling SwiftCLI Validation.swift
[20/69] Compiling Yams Tag.swift
[21/69] Compiling Yams String+Yams.swift
[22/69] Compiling Yams Mark.swift
[23/69] Compiling Yams Node.Mapping.swift
[24/69] Compiling Yams Resolver.swift
[25/69] Compiling Rainbow StringGenerator.swift
[26/69] Compiling Rainbow OutputTarget.swift
[27/69] Compiling Rainbow ModesExtractor.swift
[28/69] Compiling Rainbow String+Rainbow.swift
[29/69] Compiling Rainbow Rainbow.swift
[30/73] Compiling Yams Node.swift
[31/73] Compiling Yams Parser.swift
[32/73] Compiling Yams Node.Scalar.swift
[33/73] Compiling Yams Node.Sequence.swift
[35/73] Compiling Yams Constructor.swift
[36/73] Compiling Yams Decoder.swift
[37/73] Emitting module SwiftCLI
[38/73] Compiling Yams Emitter.swift
[39/73] Compiling Yams Encoder.swift
[41/73] Compiling Rainbow ControlCode.swift
[42/73] Emitting module Rainbow
[45/73] Compiling Rainbow Color.swift
[46/73] Compiling Rainbow ColorApproximation.swift
[47/73] Compiling Yams Representer.swift
[52/73] Emitting module PathKit
[53/73] Compiling PathKit PathKit.swift
[54/73] Emitting module Yams
[59/73] Compiling SwiftCLI Parser.swift
[60/73] Compiling SwiftCLI Path.swift
[61/73] Compiling SwiftCLI OptionRegistry.swift
[62/73] Compiling SwiftCLI Parameter.swift
[63/73] Compiling SwiftCLI Option.swift
[64/73] Compiling SwiftCLI OptionGroup.swift
[65/73] Compiling SwiftCLI Stream.swift
[66/73] Compiling SwiftCLI Task.swift
[67/95] Compiling Rainbow Style.swift
[68/95] Compiling Stencil KeyPath.swift
[69/95] Compiling SwiftCLI VersionCommand.swift
[70/95] Compiling Yams YamlError.swift
[71/95] Compiling Stencil Context.swift
[72/95] Compiling Stencil DynamicMemberLookup.swift
[73/95] Compiling Stencil Environment.swift
[74/97] Compiling Stencil Inheritance.swift
[76/97] Compiling Stencil Template.swift
[77/97] Compiling Stencil Tokenizer.swift
[78/97] Compiling Stencil IfTag.swift
[79/97] Compiling Stencil Include.swift
[80/97] Compiling Stencil LazyValueWrapper.swift
[81/97] Compiling Stencil Lexer.swift
[82/97] Compiling Stencil NowTag.swift
[83/97] Compiling Stencil Parser.swift
[84/97] Emitting module Stencil
[85/97] Compiling Stencil Errors.swift
[86/97] Compiling Stencil Expression.swift
[87/97] Compiling Stencil Extension.swift
[88/97] Compiling Stencil Loader.swift
[89/97] Compiling Stencil Node.swift
[90/97] Compiling Stencil FilterTag.swift
[91/97] Compiling Stencil Filters.swift
[92/97] Compiling Stencil ForTag.swift
[93/97] Compiling Stencil TrimBehaviour.swift
[94/97] Compiling Stencil Variable.swift
[95/109] Compiling StencilSwiftKit SetNode.swift
[96/110] Compiling StencilSwiftKit Filters.swift
[97/110] Compiling StencilSwiftKit ImportNode.swift
[98/110] Compiling StencilSwiftKit MapNode.swift
[99/110] Compiling StencilSwiftKit StencilSwiftTemplate.swift
[100/110] Emitting module StencilSwiftKit
[101/110] Compiling StencilSwiftKit Parameters.swift
[102/110] Compiling StencilSwiftKit Environment.swift
[103/110] Compiling StencilSwiftKit Filters+Numbers.swift
[104/110] Compiling StencilSwiftKit CallMacroNodes.swift
[105/110] Compiling StencilSwiftKit Context.swift
[106/110] Compiling StencilSwiftKit Filters+Strings.swift
[107/110] Compiling StencilSwiftKit SwiftIdentifier.swift
[108/116] Compiling GenesisKit Input.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/Stream.swift:61:23: warning: static property 'stderr' is not concurrency-safe because non-'Sendable' type 'any WritableStream' may have shared mutable state; this is an error in the Swift 6 language mode
11 | // MARK: - WritableStream
12 |
13 | public protocol WritableStream: AnyObject {
| `- note: protocol 'WritableStream' does not conform to the 'Sendable' protocol
14 | var writeHandle: FileHandle { get }
15 | var processObject: Any { get }
:
59 |
60 | /// A stream which writes to the current process's standard error
61 | public static let stderr: WritableStream = WriteStream.for(fileHandle: .standardError)
| |- warning: static property 'stderr' is not concurrency-safe because non-'Sendable' type 'any WritableStream' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'stderr' 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
62 |
63 | /// A stream which does nothing upon write
[109/116] Compiling GenesisKit Option.swift
[110/116] Emitting module GenesisKit
/Users/admin/builder/spi-builder-workspace/Sources/GenesisKit/TemplateGenerator.swift:187:10: warning: associated value 'missingOption' of 'Sendable'-conforming enum 'GeneratorError' has non-sendable type 'Option'; this is an error in the Swift 6 language mode
185 | case templateSyntax(TemplateSyntaxError)
186 | case missingTemplate(TemplateDoesNotExist)
187 | case missingOption(Option)
| `- warning: associated value 'missingOption' of 'Sendable'-conforming enum 'GeneratorError' has non-sendable type 'Option'; this is an error in the Swift 6 language mode
188 | }
189 |
/Users/admin/builder/spi-builder-workspace/Sources/GenesisKit/Option.swift:2:15: note: consider making struct 'Option' conform to the 'Sendable' protocol
1 |
2 | public struct Option: Equatable, Decodable {
| `- note: consider making struct 'Option' conform to the 'Sendable' protocol
3 |
4 | public var name: String
[111/116] Compiling GenesisKit GenesisTemplate.swift
[112/116] Compiling GenesisKit TemplateGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/GenesisKit/TemplateGenerator.swift:187:10: warning: associated value 'missingOption' of 'Sendable'-conforming enum 'GeneratorError' has non-sendable type 'Option'; this is an error in the Swift 6 language mode
185 | case templateSyntax(TemplateSyntaxError)
186 | case missingTemplate(TemplateDoesNotExist)
187 | case missingOption(Option)
| `- warning: associated value 'missingOption' of 'Sendable'-conforming enum 'GeneratorError' has non-sendable type 'Option'; this is an error in the Swift 6 language mode
188 | }
189 |
/Users/admin/builder/spi-builder-workspace/Sources/GenesisKit/Option.swift:2:15: note: consider making struct 'Option' conform to the 'Sendable' protocol
1 |
2 | public struct Option: Equatable, Decodable {
| `- note: consider making struct 'Option' conform to the 'Sendable' protocol
3 |
4 | public var name: String
[113/116] Compiling GenesisKit File.swift
[114/120] Compiling GenesisCLI GenesisCLI.swift
/Users/admin/builder/spi-builder-workspace/Sources/GenesisCLI/Streams.swift:6:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Streams' may have shared mutable state; this is an error in the Swift 6 language mode
2 | import SwiftCLI
3 |
4 | public struct Streams {
| `- note: consider making struct 'Streams' conform to the 'Sendable' protocol
5 |
6 | public static let `default` = Streams()
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Streams' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'default' 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
7 |
8 | public let out: WritableStream
[115/120] Compiling GenesisCLI GenerateCommand.swift
[116/120] Compiling GenesisCLI Streams.swift
/Users/admin/builder/spi-builder-workspace/Sources/GenesisCLI/Streams.swift:6:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Streams' may have shared mutable state; this is an error in the Swift 6 language mode
2 | import SwiftCLI
3 |
4 | public struct Streams {
| `- note: consider making struct 'Streams' conform to the 'Sendable' protocol
5 |
6 | public static let `default` = Streams()
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Streams' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'default' 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
7 |
8 | public let out: WritableStream
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/Stream.swift:58:23: warning: static property 'stdout' is not concurrency-safe because non-'Sendable' type 'any WritableStream' may have shared mutable state; this is an error in the Swift 6 language mode
11 | // MARK: - WritableStream
12 |
13 | public protocol WritableStream: AnyObject {
| `- note: protocol 'WritableStream' does not conform to the 'Sendable' protocol
14 | var writeHandle: FileHandle { get }
15 | var processObject: Any { get }
:
56 |
57 | /// A stream which writes to the current process's standard output
58 | public static let stdout: WritableStream = WriteStream.for(fileHandle: .standardOutput)
| |- warning: static property 'stdout' is not concurrency-safe because non-'Sendable' type 'any WritableStream' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'stdout' 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
59 |
60 | /// A stream which writes to the current process's standard error
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/Stream.swift:61:23: warning: static property 'stderr' is not concurrency-safe because non-'Sendable' type 'any WritableStream' may have shared mutable state; this is an error in the Swift 6 language mode
11 | // MARK: - WritableStream
12 |
13 | public protocol WritableStream: AnyObject {
| `- note: protocol 'WritableStream' does not conform to the 'Sendable' protocol
14 | var writeHandle: FileHandle { get }
15 | var processObject: Any { get }
:
59 |
60 | /// A stream which writes to the current process's standard error
61 | public static let stderr: WritableStream = WriteStream.for(fileHandle: .standardError)
| |- warning: static property 'stderr' is not concurrency-safe because non-'Sendable' type 'any WritableStream' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'stderr' 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
62 |
63 | /// A stream which does nothing upon write
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/Stream.swift:296:23: warning: static property 'stdin' is not concurrency-safe because non-'Sendable' type 'any ReadableStream' may have shared mutable state; this is an error in the Swift 6 language mode
185 | // MARK: - Readable
186 |
187 | public protocol ReadableStream: AnyObject {
| `- note: protocol 'ReadableStream' does not conform to the 'Sendable' protocol
188 | var readHandle: FileHandle { get }
189 | var processObject: Any { get }
:
294 | /// A stream which reads from the current process's standard input
295 | /// - Warning: do not call readLine on this stream and also call Swift.readLine() or Input.readLine()
296 | public static let stdin: ReadableStream = FileHandleStream(readHandle: .standardInput)
| |- warning: static property 'stdin' is not concurrency-safe because non-'Sendable' type 'any ReadableStream' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'stdin' 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
297 |
298 | /// Create a new FileStream for the given path
[117/120] Emitting module GenesisCLI
/Users/admin/builder/spi-builder-workspace/Sources/GenesisCLI/Streams.swift:6:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Streams' may have shared mutable state; this is an error in the Swift 6 language mode
2 | import SwiftCLI
3 |
4 | public struct Streams {
| `- note: consider making struct 'Streams' conform to the 'Sendable' protocol
5 |
6 | public static let `default` = Streams()
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Streams' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'default' 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
7 |
8 | public let out: WritableStream
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/Stream.swift:58:23: warning: static property 'stdout' is not concurrency-safe because non-'Sendable' type 'any WritableStream' may have shared mutable state; this is an error in the Swift 6 language mode
11 | // MARK: - WritableStream
12 |
13 | public protocol WritableStream: AnyObject {
| `- note: protocol 'WritableStream' does not conform to the 'Sendable' protocol
14 | var writeHandle: FileHandle { get }
15 | var processObject: Any { get }
:
56 |
57 | /// A stream which writes to the current process's standard output
58 | public static let stdout: WritableStream = WriteStream.for(fileHandle: .standardOutput)
| |- warning: static property 'stdout' is not concurrency-safe because non-'Sendable' type 'any WritableStream' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'stdout' 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
59 |
60 | /// A stream which writes to the current process's standard error
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/Stream.swift:61:23: warning: static property 'stderr' is not concurrency-safe because non-'Sendable' type 'any WritableStream' may have shared mutable state; this is an error in the Swift 6 language mode
11 | // MARK: - WritableStream
12 |
13 | public protocol WritableStream: AnyObject {
| `- note: protocol 'WritableStream' does not conform to the 'Sendable' protocol
14 | var writeHandle: FileHandle { get }
15 | var processObject: Any { get }
:
59 |
60 | /// A stream which writes to the current process's standard error
61 | public static let stderr: WritableStream = WriteStream.for(fileHandle: .standardError)
| |- warning: static property 'stderr' is not concurrency-safe because non-'Sendable' type 'any WritableStream' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'stderr' 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
62 |
63 | /// A stream which does nothing upon write
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/Stream.swift:296:23: warning: static property 'stdin' is not concurrency-safe because non-'Sendable' type 'any ReadableStream' may have shared mutable state; this is an error in the Swift 6 language mode
185 | // MARK: - Readable
186 |
187 | public protocol ReadableStream: AnyObject {
| `- note: protocol 'ReadableStream' does not conform to the 'Sendable' protocol
188 | var readHandle: FileHandle { get }
189 | var processObject: Any { get }
:
294 | /// A stream which reads from the current process's standard input
295 | /// - Warning: do not call readLine on this stream and also call Swift.readLine() or Input.readLine()
296 | public static let stdin: ReadableStream = FileHandleStream(readHandle: .standardInput)
| |- warning: static property 'stdin' is not concurrency-safe because non-'Sendable' type 'any ReadableStream' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'stdin' 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
297 |
298 | /// Create a new FileStream for the given path
[118/122] Compiling Genesis main.swift
[119/122] Emitting module Genesis
[119/122] Write Objects.LinkFileList
[120/122] Linking genesis
[121/122] Applying genesis
Build complete! (63.89s)
Fetching https://github.com/SwiftGen/StencilSwiftKit
Fetching https://github.com/jakeheis/SwiftCLI
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/JohnSundell/ShellOut.git
Fetching https://github.com/stencilproject/Stencil.git
Fetching https://github.com/kylef/PathKit
[1/5074] Fetching swiftcli
[255/6485] Fetching swiftcli, pathkit
[439/7441] Fetching swiftcli, pathkit, shellout
[621/11449] Fetching swiftcli, pathkit, shellout, stencilswiftkit
[702/12567] Fetching swiftcli, pathkit, shellout, stencilswiftkit, rainbow
[1406/17756] Fetching swiftcli, pathkit, shellout, stencilswiftkit, rainbow, stencil
[3257/27093] Fetching swiftcli, pathkit, shellout, stencilswiftkit, rainbow, stencil, yams
Fetched https://github.com/stencilproject/Stencil.git from cache (2.25s)
Fetching https://github.com/shibapm/Komondor.git
Fetched https://github.com/jpsim/Yams from cache (2.26s)
Fetching https://github.com/shibapm/PackageConfig.git
Fetched https://github.com/onevcat/Rainbow from cache (2.26s)
Fetching https://github.com/kylef/Spectre.git
Fetched https://github.com/SwiftGen/StencilSwiftKit from cache (2.26s)
Fetched https://github.com/kylef/PathKit from cache (2.26s)
Fetched https://github.com/jakeheis/SwiftCLI from cache (2.26s)
Fetched https://github.com/JohnSundell/ShellOut.git from cache (2.26s)
Computing version for https://github.com/jakeheis/SwiftCLI
[1/1021] Fetching spectre
[165/1530] Fetching spectre, komondor
[257/2110] Fetching spectre, komondor, packageconfig
Fetched https://github.com/shibapm/PackageConfig.git from cache (0.85s)
[566/1530] Fetching spectre, komondor
Fetched https://github.com/kylef/Spectre.git from cache (1.00s)
Fetched https://github.com/shibapm/Komondor.git from cache (1.01s)
Computed https://github.com/jakeheis/SwiftCLI at 6.0.3 (1.69s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.0.1 (2.73s)
Computing version for https://github.com/kylef/PathKit
Computed https://github.com/kylef/PathKit at 1.0.1 (2.31s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.0.0 (0.69s)
Computing version for https://github.com/SwiftGen/StencilSwiftKit
Computed https://github.com/SwiftGen/StencilSwiftKit at 2.10.0 (0.68s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.68s)
Computing version for https://github.com/stencilproject/Stencil.git
Computed https://github.com/stencilproject/Stencil.git at 0.15.0 (0.67s)
Computing version for https://github.com/shibapm/Komondor.git
Computed https://github.com/shibapm/Komondor.git at 1.1.3 (0.67s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (0.68s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (0.73s)
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.0.0
Creating working copy for https://github.com/kylef/PathKit
Working copy of https://github.com/kylef/PathKit resolved at 1.0.1
Creating working copy for https://github.com/SwiftGen/StencilSwiftKit
Working copy of https://github.com/SwiftGen/StencilSwiftKit resolved at 2.10.0
Creating working copy for https://github.com/jakeheis/SwiftCLI
Working copy of https://github.com/jakeheis/SwiftCLI resolved at 6.0.3
Creating working copy for https://github.com/shibapm/Komondor.git
Working copy of https://github.com/shibapm/Komondor.git resolved at 1.1.3
Creating working copy for https://github.com/stencilproject/Stencil.git
Working copy of https://github.com/stencilproject/Stencil.git resolved at 0.15.0
Creating working copy for https://github.com/shibapm/PackageConfig.git
Working copy of https://github.com/shibapm/PackageConfig.git resolved at 1.1.3
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.0.1
Build complete.
{
"dependencies" : [
{
"identity" : "stencilswiftkit",
"requirement" : {
"range" : [
{
"lower_bound" : "2.10.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftGen/StencilSwiftKit"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams"
},
{
"identity" : "pathkit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/PathKit"
},
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow"
},
{
"identity" : "swiftcli",
"requirement" : {
"range" : [
{
"lower_bound" : "6.0.3",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jakeheis/SwiftCLI"
}
],
"manifest_display_name" : "Genesis",
"name" : "Genesis",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "genesis",
"targets" : [
"Genesis"
],
"type" : {
"executable" : null
}
},
{
"name" : "GenesisKit",
"targets" : [
"GenesisKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GenesisKitTests",
"module_type" : "SwiftTarget",
"name" : "GenesisKitTests",
"path" : "Tests/GenesisKitTests",
"sources" : [
"Fixtures.swift",
"GeneratorTests.swift",
"TemplateTests.swift",
"WritingTests.swift"
],
"target_dependencies" : [
"GenesisKit"
],
"type" : "test"
},
{
"c99name" : "GenesisKit",
"module_type" : "SwiftTarget",
"name" : "GenesisKit",
"path" : "Sources/GenesisKit",
"product_dependencies" : [
"SwiftCLI",
"StencilSwiftKit",
"Yams",
"PathKit",
"Rainbow"
],
"product_memberships" : [
"genesis",
"GenesisKit"
],
"sources" : [
"File.swift",
"GenesisTemplate.swift",
"Input.swift",
"Option.swift",
"TemplateGenerator.swift"
],
"type" : "library"
},
{
"c99name" : "GenesisCLITests",
"module_type" : "SwiftTarget",
"name" : "GenesisCLITests",
"path" : "Tests/GenesisCLITests",
"sources" : [
"CLITests.swift"
],
"target_dependencies" : [
"GenesisCLI"
],
"type" : "test"
},
{
"c99name" : "GenesisCLI",
"module_type" : "SwiftTarget",
"name" : "GenesisCLI",
"path" : "Sources/GenesisCLI",
"product_dependencies" : [
"SwiftCLI"
],
"product_memberships" : [
"genesis"
],
"sources" : [
"GenerateCommand.swift",
"GenesisCLI.swift",
"Streams.swift"
],
"target_dependencies" : [
"GenesisKit"
],
"type" : "library"
},
{
"c99name" : "Genesis",
"module_type" : "SwiftTarget",
"name" : "Genesis",
"path" : "Sources/Genesis",
"product_memberships" : [
"genesis"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"GenesisCLI"
],
"type" : "executable"
}
],
"tools_version" : "5.0"
}
Done.