Build Information
Successful build of SagaParsleyMarkdownReader, reference main (cfec82), with Swift 6.1 for macOS (SPM) on 5 Apr 2026 06:51:38 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/loopwerk/SagaParsleyMarkdownReader.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/loopwerk/SagaParsleyMarkdownReader
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at cfec826 chore: Improve readme
Cloned https://github.com/loopwerk/SagaParsleyMarkdownReader.git
Revision (git rev-parse @):
cfec8263df534979a3525a847d1c61169dfc9f6e
SUCCESS checkout https://github.com/loopwerk/SagaParsleyMarkdownReader.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/loopwerk/SagaParsleyMarkdownReader.git
https://github.com/loopwerk/SagaParsleyMarkdownReader.git
{
"dependencies" : [
{
"identity" : "saga",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.3",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/loopwerk/Saga.git"
},
{
"identity" : "parsley",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/loopwerk/Parsley"
}
],
"manifest_display_name" : "SagaParsleyMarkdownReader",
"name" : "SagaParsleyMarkdownReader",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "SagaParsleyMarkdownReader",
"targets" : [
"SagaParsleyMarkdownReader"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SagaParsleyMarkdownReaderTests",
"module_type" : "SwiftTarget",
"name" : "SagaParsleyMarkdownReaderTests",
"path" : "Tests/SagaParsleyMarkdownReaderTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SagaParsleyMarkdownReaderTests/content-only.md",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SagaParsleyMarkdownReaderTests/frontmatter-only.md",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SagaParsleyMarkdownReaderTests/hard-breaks.md",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SagaParsleyMarkdownReaderTests/smart-quotes.md",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SagaParsleyMarkdownReaderTests/special-chars.md",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SagaParsleyMarkdownReaderTests/test-content.md",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"SagaParsleyMarkdownReaderTests.swift"
],
"target_dependencies" : [
"SagaParsleyMarkdownReader"
],
"type" : "test"
},
{
"c99name" : "SagaParsleyMarkdownReader",
"module_type" : "SwiftTarget",
"name" : "SagaParsleyMarkdownReader",
"path" : "Sources/SagaParsleyMarkdownReader",
"product_dependencies" : [
"Saga",
"Parsley"
],
"product_memberships" : [
"SagaParsleyMarkdownReader"
],
"sources" : [
"SagaParsleyMarkdownReader.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/39] Write sources
[2/39] Write swift-version-2F0A5646E1D333AE.txt
[3/39] Compiling cmark-gfm cmark_ctype.c
[4/41] Compiling cmark-gfm buffer.c
[5/41] Compiling cmark-gfm html.c
[6/41] Compiling cmark-gfm blocks.c
[7/41] Compiling cmark-gfm-extensions tagfilter.c
[8/41] Compiling cmark-gfm-extensions strikethrough.c
[9/41] Compiling cmark-gfm-extensions ext_scanners.c
[10/41] Compiling cmark-gfm arena.c
[11/41] Compiling cmark-gfm registry.c
[12/41] Compiling cmark-gfm-extensions core-extensions.c
[13/41] Compiling cmark-gfm syntax_extension.c
[14/41] Compiling cmark-gfm xml.c
[15/41] Compiling cmark-gfm cmark.c
[16/41] Compiling cmark-gfm render.c
[17/41] Compiling cmark-gfm-extensions tasklist.c
[18/41] Compiling cmark-gfm utf8.c
[19/41] Compiling cmark-gfm plugin.c
[20/41] Compiling cmark-gfm references.c
[21/41] Compiling cmark-gfm plaintext.c
[22/41] Compiling cmark-gfm map.c
[23/41] Compiling cmark-gfm node.c
[24/41] Compiling cmark-gfm-extensions table.c
[25/41] Compiling cmark-gfm man.c
[26/41] Compiling cmark-gfm linked_list.c
[27/41] Compiling cmark-gfm scanners.c
[28/41] Compiling cmark-gfm latex.c
[28/41] Write sources
[31/41] Compiling cmark-gfm iterator.c
[32/41] Compiling cmark-gfm houdini_html_e.c
[33/41] Compiling cmark-gfm houdini_href_e.c
[34/41] Compiling cmark-gfm houdini_html_u.c
[35/41] Compiling cmark-gfm footnotes.c
[36/41] Compiling cmark-gfm inlines.c
[37/41] Compiling cmark-gfm commonmark.c
[38/41] Compiling cmark-gfm-extensions autolink.c
[40/46] Compiling SagaPathKit SagaPathKit.swift
[41/46] Emitting module SagaPathKit
[42/67] Compiling Parsley SyntaxExtension.swift
[43/67] Emitting module Parsley
[44/67] Compiling Parsley Document.swift
[45/67] Compiling Parsley MarkdownOptions.swift
[46/67] Compiling Parsley Parsley.swift
[47/67] Emitting module Saga
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[48/69] Compiling Saga Reader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[49/69] Compiling Saga RenderingContexts.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[50/69] Compiling Saga String+Slugify.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[51/69] Compiling Saga Writer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[52/69] Compiling Saga Saga+I18n.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[53/69] Compiling Saga Saga+Pipeline.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[54/69] Compiling Saga MetadataDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[55/69] Compiling Saga Path+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/69] Compiling Saga Saga+Sitemap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/69] Compiling Saga Saga+Utils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/69] Compiling Saga I18NConfig.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[59/69] Compiling Saga Item.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/69] Compiling Saga ItemWriteMode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[61/69] Compiling Saga Saga+AtomFeed.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[62/69] Compiling Saga Saga+Build.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[63/69] Compiling Saga BuildReason.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[64/69] Compiling Saga FileIO.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[65/69] Compiling Saga FolderMonitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[66/69] Compiling Saga Saga.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[67/69] Compiling Saga StepBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[68/69] Compiling Saga Saga+FetchCache.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[69/69] Compiling Saga Saga+Hashed.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[70/71] Emitting module SagaParsleyMarkdownReader
[71/71] Compiling SagaParsleyMarkdownReader SagaParsleyMarkdownReader.swift
/Users/admin/builder/spi-builder-workspace/Sources/SagaParsleyMarkdownReader/SagaParsleyMarkdownReader.swift:18:18: warning: capture of 'markdownOptions' with non-sendable type 'MarkdownOptions' in a '@Sendable' closure; this is an error in the Swift 6 language mode
16 | let document = try Parsley.parse(
17 | rawContent,
18 | options: markdownOptions,
| `- warning: capture of 'markdownOptions' with non-sendable type 'MarkdownOptions' in a '@Sendable' closure; this is an error in the Swift 6 language mode
19 | syntaxExtensions: syntaxExtensions
20 | )
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Parsley/Sources/Parsley/MarkdownOptions.swift:1:15: note: struct 'MarkdownOptions' does not conform to the 'Sendable' protocol
1 | public struct MarkdownOptions: OptionSet {
| `- note: struct 'MarkdownOptions' does not conform to the 'Sendable' protocol
2 | public let rawValue: Int32
3 |
/Users/admin/builder/spi-builder-workspace/Sources/SagaParsleyMarkdownReader/SagaParsleyMarkdownReader.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Parsley'
1 | import Foundation
2 | import Parsley
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Parsley'
3 | import Saga
4 |
/Users/admin/builder/spi-builder-workspace/Sources/SagaParsleyMarkdownReader/SagaParsleyMarkdownReader.swift:19:27: warning: capture of 'syntaxExtensions' with non-sendable type '[SyntaxExtension]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
17 | rawContent,
18 | options: markdownOptions,
19 | syntaxExtensions: syntaxExtensions
| `- warning: capture of 'syntaxExtensions' with non-sendable type '[SyntaxExtension]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
20 | )
21 | return (document.title, document.body, document.metadata)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Parsley/Sources/Parsley/SyntaxExtension.swift:10:13: note: enum 'SyntaxExtension' does not conform to the 'Sendable' protocol
8 |
9 | /// A cmark-gfm syntax extension.
10 | public enum SyntaxExtension {
| `- note: enum 'SyntaxExtension' does not conform to the 'Sendable' protocol
11 | /// Automatically turns plaintext URLs into links
12 | case autolink
Build complete! (28.60s)
Fetching https://github.com/loopwerk/Saga.git
Fetching https://github.com/loopwerk/Parsley
[1/4728] Fetching saga
[49/5136] Fetching saga, parsley
Fetched https://github.com/loopwerk/Parsley from cache (1.02s)
Fetched https://github.com/loopwerk/Saga.git from cache (1.02s)
Computing version for https://github.com/loopwerk/Parsley
Computed https://github.com/loopwerk/Parsley at 1.2.0 (4.36s)
Fetching https://github.com/swiftlang/swift-cmark.git
[1/18374] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark.git from cache (1.61s)
Computing version for https://github.com/swiftlang/swift-cmark.git
Computed https://github.com/swiftlang/swift-cmark.git at 0.7.1 (2.26s)
Computing version for https://github.com/loopwerk/Saga.git
Computed https://github.com/loopwerk/Saga.git at 3.3.1 (0.51s)
Fetching https://github.com/loopwerk/SagaPathKit
Fetching https://github.com/apple/swift-crypto from cache
[1/829] Fetching sagapathkit
Fetched https://github.com/loopwerk/SagaPathKit from cache (0.82s)
Fetched https://github.com/apple/swift-crypto from cache (1.40s)
Computing version for https://github.com/loopwerk/SagaPathKit
Computed https://github.com/loopwerk/SagaPathKit at 1.6.1 (1.91s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.15.1 (1.08s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.69s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (3.31s)
Creating working copy for https://github.com/loopwerk/SagaPathKit
Working copy of https://github.com/loopwerk/SagaPathKit resolved at 1.6.1
Creating working copy for https://github.com/loopwerk/Saga.git
Working copy of https://github.com/loopwerk/Saga.git resolved at 3.3.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.0
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 3.15.1
Creating working copy for https://github.com/loopwerk/Parsley
Working copy of https://github.com/loopwerk/Parsley resolved at 1.2.0
Creating working copy for https://github.com/swiftlang/swift-cmark.git
Working copy of https://github.com/swiftlang/swift-cmark.git resolved at 0.7.1
Build complete.
{
"dependencies" : [
{
"identity" : "saga",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.3",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/loopwerk/Saga.git"
},
{
"identity" : "parsley",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/loopwerk/Parsley"
}
],
"manifest_display_name" : "SagaParsleyMarkdownReader",
"name" : "SagaParsleyMarkdownReader",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "SagaParsleyMarkdownReader",
"targets" : [
"SagaParsleyMarkdownReader"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SagaParsleyMarkdownReaderTests",
"module_type" : "SwiftTarget",
"name" : "SagaParsleyMarkdownReaderTests",
"path" : "Tests/SagaParsleyMarkdownReaderTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SagaParsleyMarkdownReaderTests/content-only.md",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SagaParsleyMarkdownReaderTests/frontmatter-only.md",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SagaParsleyMarkdownReaderTests/hard-breaks.md",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SagaParsleyMarkdownReaderTests/smart-quotes.md",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SagaParsleyMarkdownReaderTests/special-chars.md",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SagaParsleyMarkdownReaderTests/test-content.md",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"SagaParsleyMarkdownReaderTests.swift"
],
"target_dependencies" : [
"SagaParsleyMarkdownReader"
],
"type" : "test"
},
{
"c99name" : "SagaParsleyMarkdownReader",
"module_type" : "SwiftTarget",
"name" : "SagaParsleyMarkdownReader",
"path" : "Sources/SagaParsleyMarkdownReader",
"product_dependencies" : [
"Saga",
"Parsley"
],
"product_memberships" : [
"SagaParsleyMarkdownReader"
],
"sources" : [
"SagaParsleyMarkdownReader.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.