Build Information
Successful build of Remark, reference main (5df579
), with Swift 6.1 for macOS (SPM) on 5 Aug 2025 18:26:35 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
Build Log
========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/1amageek/Remark.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/1amageek/Remark
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5df5796 Add executable product for Mint compatibility
Cloned https://github.com/1amageek/Remark.git
Revision (git rev-parse @):
5df579666f0dacfa7e84265bf339ec3eb1bf66a3
SUCCESS checkout https://github.com/1amageek/Remark.git at main
Fetching https://github.com/scinfu/SwiftSoup.git
[1/4258] Fetching swiftsoup
Fetched https://github.com/scinfu/SwiftSoup.git from cache (1.12s)
Fetching https://github.com/apple/swift-argument-parser.git from cache
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.15s)
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at master (3c2c7e1)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at main (e4009c1)
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "remark",
"name": "Remark",
"url": "https://github.com/1amageek/Remark.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Remark",
"dependencies": [
{
"identity": "swiftsoup",
"name": "SwiftSoup",
"url": "https://github.com/scinfu/SwiftSoup.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftSoup",
"dependencies": [
]
},
{
"identity": "swift-argument-parser",
"name": "swift-argument-parser",
"url": "https://github.com/apple/swift-argument-parser.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/1amageek/Remark.git
[1/284] Fetching remark
Fetched https://github.com/1amageek/Remark.git from cache (0.72s)
Fetching https://github.com/scinfu/SwiftSoup.git from cache
Fetched https://github.com/scinfu/SwiftSoup.git from cache (0.46s)
Fetching https://github.com/apple/swift-argument-parser.git from cache
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.61s)
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at master (a81b1a5)
Creating working copy for https://github.com/1amageek/Remark.git
Working copy of https://github.com/1amageek/Remark.git resolved at main (5df5796)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at main (d075877)
Found 2 product dependencies
- SwiftSoup
- swift-argument-parser
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/1amageek/Remark.git
https://github.com/1amageek/Remark.git
{
"dependencies" : [
{
"identity" : "swiftsoup",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/scinfu/SwiftSoup.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
}
],
"manifest_display_name" : "Remark",
"name" : "Remark",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "Remark",
"targets" : [
"Remark"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "RemarkUI",
"targets" : [
"RemarkUI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "remark",
"targets" : [
"RemarkCLI"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "RemarkUI",
"module_type" : "SwiftTarget",
"name" : "RemarkUI",
"path" : "Sources/RemarkUI",
"product_memberships" : [
"RemarkUI"
],
"sources" : [
"RemarkView.swift"
],
"target_dependencies" : [
"Remark"
],
"type" : "library"
},
{
"c99name" : "RemarkTests",
"module_type" : "SwiftTarget",
"name" : "RemarkTests",
"path" : "Tests/RemarkTests",
"sources" : [
"RemarkTests.swift"
],
"target_dependencies" : [
"Remark"
],
"type" : "test"
},
{
"c99name" : "RemarkCLI",
"module_type" : "SwiftTarget",
"name" : "RemarkCLI",
"path" : "Sources/RemarkCLI",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"remark"
],
"sources" : [
"RemarkCommand.swift"
],
"target_dependencies" : [
"Remark"
],
"type" : "executable"
},
{
"c99name" : "Remark",
"module_type" : "SwiftTarget",
"name" : "Remark",
"path" : "Sources/Remark",
"product_dependencies" : [
"SwiftSoup"
],
"product_memberships" : [
"Remark",
"RemarkUI",
"remark"
],
"sources" : [
"DynamicHTMLFetcher.swift",
"HTMLFetcher.swift",
"HTMLFetching.swift",
"Link.swift",
"Media.swift",
"Remark+Tag.swift",
"Remark.swift",
"Section.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/13] Write sources
[2/13] Write remark-entitlement.plist
[3/13] Write sources
[3/13] Copying PrivacyInfo.xcprivacy
[4/13] Write sources
[9/13] Write swift-version-2F0A5646E1D333AE.txt
[11/70] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/70] Emitting module ArgumentParserToolInfo
[13/110] Emitting module SwiftSoup
[14/115] Compiling ArgumentParser InputOrigin.swift
[15/115] Compiling ArgumentParser Name.swift
[16/115] Compiling ArgumentParser Parsed.swift
[17/115] Compiling ArgumentParser ParsedValues.swift
[18/119] Emitting module ArgumentParser
[19/119] Compiling ArgumentParser ArgumentDiscussion.swift
[20/119] Compiling ArgumentParser ArgumentHelp.swift
[21/119] Compiling ArgumentParser ArgumentVisibility.swift
[22/119] Compiling ArgumentParser CompletionKind.swift
[23/119] Compiling ArgumentParser Errors.swift
[24/119] Compiling ArgumentParser Platform.swift
[25/119] Compiling ArgumentParser SequenceExtensions.swift
[26/119] Compiling ArgumentParser StringExtensions.swift
[27/119] Compiling ArgumentParser Tree.swift
[28/119] Compiling ArgumentParser BashCompletionsGenerator.swift
[29/119] Compiling ArgumentParser CompletionsGenerator.swift
[30/119] Compiling ArgumentParser FishCompletionsGenerator.swift
[31/119] Compiling ArgumentParser ZshCompletionsGenerator.swift
[32/119] Compiling ArgumentParser Argument.swift
[33/119] Compiling ArgumentParser CommandConfiguration.swift
[34/119] Compiling ArgumentParser CommandGroup.swift
[35/119] Compiling ArgumentParser EnumerableFlag.swift
[36/119] Compiling ArgumentParser ExpressibleByArgument.swift
[37/119] Compiling ArgumentParser ArgumentDefinition.swift
[38/119] Compiling ArgumentParser ArgumentSet.swift
[39/119] Compiling ArgumentParser CommandParser.swift
[40/119] Compiling ArgumentParser InputKey.swift
[41/119] Compiling SwiftSoup Validate.swift
[42/119] Compiling SwiftSoup Whitelist.swift
[43/119] Compiling SwiftSoup XmlDeclaration.swift
[44/119] Compiling SwiftSoup XmlTreeBuilder.swift
[45/119] Compiling SwiftSoup resource_bundle_accessor.swift
[46/119] Compiling ArgumentParser SplitArguments.swift
[47/119] Compiling ArgumentParser DumpHelpGenerator.swift
[48/119] Compiling ArgumentParser HelpCommand.swift
[57/119] Compiling ArgumentParser ParserError.swift
[64/119] Compiling ArgumentParser AsyncParsableCommand.swift
[70/119] Compiling ArgumentParser HelpGenerator.swift
[71/119] Compiling ArgumentParser MessageInfo.swift
[72/119] Compiling ArgumentParser UsageGenerator.swift
[73/119] Compiling ArgumentParser CollectionExtensions.swift
[74/119] Compiling ArgumentParser ParsableArguments.swift
[75/119] Compiling ArgumentParser ParsableArgumentsValidation.swift
[76/119] Compiling ArgumentParser ParsableCommand.swift
[77/119] Compiling ArgumentParser ArgumentDecoder.swift
[78/119] Compiling ArgumentParser Flag.swift
[79/119] Compiling ArgumentParser NameSpecification.swift
[80/119] Compiling ArgumentParser Option.swift
[81/119] Compiling ArgumentParser OptionGroup.swift
[83/119] Compiling SwiftSoup SerializationException.swift
[84/119] Compiling SwiftSoup SimpleDictionary.swift
[85/119] Compiling SwiftSoup StreamReader.swift
[86/119] Compiling SwiftSoup String.swift
[87/119] Compiling SwiftSoup StringBuilder.swift
[88/119] Compiling SwiftSoup Elements.swift
[89/119] Compiling SwiftSoup Entities.swift
[90/119] Compiling SwiftSoup Evaluator.swift
[91/119] Compiling SwiftSoup Exception.swift
[92/119] Compiling SwiftSoup FormElement.swift
[93/119] Compiling SwiftSoup HtmlTreeBuilder.swift
[117/128] Compiling Remark Media.swift
[118/128] Compiling Remark Section.swift
[119/128] Compiling Remark Remark+Tag.swift
[120/128] Compiling Remark Link.swift
[121/128] Compiling Remark HTMLFetching.swift
[122/128] Compiling Remark Remark.swift
[123/128] Compiling Remark HTMLFetcher.swift
[124/128] Emitting module Remark
[125/128] Compiling Remark DynamicHTMLFetcher.swift
[126/132] Emitting module RemarkCLI
[127/132] Compiling RemarkCLI RemarkCommand.swift
[127/132] Write Objects.LinkFileList
[128/132] Linking remark
[129/132] Applying remark
[131/132] Emitting module RemarkUI
[132/132] Compiling RemarkUI RemarkView.swift
Build complete! (14.46s)
warning: 'swiftsoup': found 4 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/Info.plist
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/InfoMac.plist
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/InfoWatchOS.plist
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/InfotvOS.plist
Build complete.
{
"dependencies" : [
{
"identity" : "swiftsoup",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/scinfu/SwiftSoup.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
}
],
"manifest_display_name" : "Remark",
"name" : "Remark",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "Remark",
"targets" : [
"Remark"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "RemarkUI",
"targets" : [
"RemarkUI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "remark",
"targets" : [
"RemarkCLI"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "RemarkUI",
"module_type" : "SwiftTarget",
"name" : "RemarkUI",
"path" : "Sources/RemarkUI",
"product_memberships" : [
"RemarkUI"
],
"sources" : [
"RemarkView.swift"
],
"target_dependencies" : [
"Remark"
],
"type" : "library"
},
{
"c99name" : "RemarkTests",
"module_type" : "SwiftTarget",
"name" : "RemarkTests",
"path" : "Tests/RemarkTests",
"sources" : [
"RemarkTests.swift"
],
"target_dependencies" : [
"Remark"
],
"type" : "test"
},
{
"c99name" : "RemarkCLI",
"module_type" : "SwiftTarget",
"name" : "RemarkCLI",
"path" : "Sources/RemarkCLI",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"remark"
],
"sources" : [
"RemarkCommand.swift"
],
"target_dependencies" : [
"Remark"
],
"type" : "executable"
},
{
"c99name" : "Remark",
"module_type" : "SwiftTarget",
"name" : "Remark",
"path" : "Sources/Remark",
"product_dependencies" : [
"SwiftSoup"
],
"product_memberships" : [
"Remark",
"RemarkUI",
"remark"
],
"sources" : [
"DynamicHTMLFetcher.swift",
"HTMLFetcher.swift",
"HTMLFetching.swift",
"Link.swift",
"Media.swift",
"Remark+Tag.swift",
"Remark.swift",
"Section.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.