The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Remark, reference main (d3c44b), with Swift 6.1 for macOS (SPM) on 1 Apr 2026 06:04:25 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.69.2
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 d3c44bb Fix Swift 6.3 sending data race errors in contentCheckStream
Cloned https://github.com/1amageek/Remark.git
Revision (git rev-parse @):
d3c44bb613742b302b311bb65beded482f17c529
SUCCESS checkout https://github.com/1amageek/Remark.git at main
========================================
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" : {
        "range" : [
          {
            "lower_bound" : "2.11.3",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/scinfu/SwiftSoup.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "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" : "RemarkKit",
      "targets" : [
        "RemarkKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "remark",
      "targets" : [
        "RemarkCLI"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "RemarkUI",
      "targets" : [
        "RemarkUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RemarkUI",
      "module_type" : "SwiftTarget",
      "name" : "RemarkUI",
      "path" : "Sources/RemarkUI",
      "product_memberships" : [
        "RemarkUI"
      ],
      "sources" : [
        "RemarkView.swift"
      ],
      "target_dependencies" : [
        "RemarkKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RemarkTests",
      "module_type" : "SwiftTarget",
      "name" : "RemarkTests",
      "path" : "Tests/RemarkTests",
      "sources" : [
        "RemarkTests.swift"
      ],
      "target_dependencies" : [
        "RemarkKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RemarkKit",
      "module_type" : "SwiftTarget",
      "name" : "RemarkKit",
      "path" : "Sources/RemarkKit",
      "product_dependencies" : [
        "SwiftSoup"
      ],
      "product_memberships" : [
        "RemarkKit",
        "remark",
        "RemarkUI"
      ],
      "sources" : [
        "BlockedResourceType.swift",
        "ChromiumFetcher.swift",
        "DynamicHTMLFetcher.swift",
        "FetcherError.swift",
        "HTMLFetcher.swift",
        "HTMLFetching.swift",
        "Link.swift",
        "Media.swift",
        "Remark+Tag.swift",
        "Remark.swift",
        "Section.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RemarkCLI",
      "module_type" : "SwiftTarget",
      "name" : "RemarkCLI",
      "path" : "Sources/RemarkCLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "remark"
      ],
      "sources" : [
        "RemarkCommand.swift"
      ],
      "target_dependencies" : [
        "RemarkKit"
      ],
      "type" : "executable"
    }
  ],
  "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
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/13] Write sources
[7/13] Write remark-entitlement.plist
[8/13] Write sources
[9/13] Write swift-version-2F0A5646E1D333AE.txt
[11/70] Emitting module ArgumentParserToolInfo
[12/70] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/117] Emitting module ArgumentParser
[14/122] Emitting module SwiftSoup
[15/128] Compiling ArgumentParser CodingKeyValidator.swift
[16/128] Compiling ArgumentParser NonsenseFlagsValidator.swift
[17/128] Compiling ArgumentParser ParsableArgumentsValidation.swift
[18/128] Compiling ArgumentParser PositionalArgumentsValidator.swift
[19/128] Compiling ArgumentParser UniqueNamesValidator.swift
[20/128] Compiling ArgumentParser CommandConfiguration.swift
[21/128] Compiling ArgumentParser CommandGroup.swift
[22/128] Compiling ArgumentParser EnumerableFlag.swift
[23/128] Compiling ArgumentParser ExpressibleByArgument.swift
[24/128] Compiling ArgumentParser ParsableArguments.swift
[25/128] Compiling ArgumentParser BashCompletionsGenerator.swift
[26/128] Compiling ArgumentParser CompletionsGenerator.swift
[27/128] Compiling ArgumentParser FishCompletionsGenerator.swift
[28/128] Compiling ArgumentParser ZshCompletionsGenerator.swift
[29/128] Compiling ArgumentParser Argument.swift
[30/128] Compiling ArgumentParser ArgumentDiscussion.swift
[31/128] Compiling ArgumentParser ParserError.swift
[32/128] Compiling ArgumentParser SplitArguments.swift
[33/128] Compiling ArgumentParser DumpHelpGenerator.swift
[34/128] Compiling ArgumentParser HelpCommand.swift
[35/128] Compiling ArgumentParser HelpGenerator.swift
[36/128] Compiling ArgumentParser ParsableCommand.swift
[37/128] Compiling ArgumentParser ArgumentDecoder.swift
[38/128] Compiling ArgumentParser ArgumentDefinition.swift
[39/128] Compiling ArgumentParser ArgumentSet.swift
[40/128] Compiling ArgumentParser CommandParser.swift
[41/128] Compiling ArgumentParser NameSpecification.swift
[42/128] Compiling ArgumentParser Option.swift
[43/128] Compiling ArgumentParser OptionGroup.swift
[44/128] Compiling ArgumentParser ParentCommand.swift
[45/128] Compiling ArgumentParser AsyncParsableCommand.swift
[49/128] Compiling SwiftSoup QueryParserCache.swift
[50/128] Compiling SwiftSoup SourceRange.swift
[51/128] Compiling SwiftSoup StreamReader.swift
[52/128] Compiling ArgumentParser Platform.swift
[53/128] Compiling ArgumentParser SequenceExtensions.swift
[54/128] Compiling ArgumentParser StringExtensions.swift
[55/128] Compiling ArgumentParser SwiftExtensions.swift
[56/128] Compiling ArgumentParser Tree.swift
[57/128] Compiling ArgumentParser InputKey.swift
[58/128] Compiling ArgumentParser InputOrigin.swift
[59/128] Compiling ArgumentParser Name.swift
[60/128] Compiling ArgumentParser Parsed.swift
[61/128] Compiling ArgumentParser ParsedValues.swift
[62/128] Compiling ArgumentParser ArgumentHelp.swift
[63/128] Compiling ArgumentParser ArgumentVisibility.swift
[64/128] Compiling ArgumentParser CompletionKind.swift
[65/128] Compiling ArgumentParser Errors.swift
[66/128] Compiling ArgumentParser Flag.swift
[67/128] Compiling ArgumentParser MessageInfo.swift
[68/128] Compiling ArgumentParser UsageGenerator.swift
[69/128] Compiling ArgumentParser CollectionExtensions.swift
[70/128] Compiling ArgumentParser Foundation.swift
[71/128] Compiling ArgumentParser Mutex.swift
[120/128] Compiling SwiftSoup UTF8Arrays.swift
[121/128] Compiling SwiftSoup UnicodeScalar.swift
[122/128] Compiling SwiftSoup Validate.swift
[123/128] Compiling SwiftSoup Whitelist.swift
[124/128] Compiling SwiftSoup XmlDeclaration.swift
[125/128] Compiling SwiftSoup XmlTreeBuilder.swift
[126/139] Compiling RemarkKit Remark+Tag.swift
[127/139] Compiling RemarkKit Media.swift
[128/139] Compiling RemarkKit HTMLFetching.swift
[129/139] Compiling RemarkKit FetcherError.swift
[130/139] Compiling RemarkKit HTMLFetcher.swift
[131/139] Compiling RemarkKit Link.swift
[132/139] Compiling RemarkKit Remark.swift
[133/140] Compiling RemarkKit Section.swift
[134/140] Compiling RemarkKit DynamicHTMLFetcher.swift
[135/140] Compiling RemarkKit BlockedResourceType.swift
[136/140] Compiling RemarkKit ChromiumFetcher.swift
[137/140] Emitting module RemarkKit
[138/144] Emitting module RemarkCLI
[139/144] Compiling RemarkCLI RemarkCommand.swift
[139/144] Write Objects.LinkFileList
[140/144] Linking remark
[141/144] Applying remark
[143/144] Compiling RemarkUI RemarkView.swift
[144/144] Emitting module RemarkUI
Build complete! (22.77s)
Fetching https://github.com/scinfu/SwiftSoup.git
Fetching https://github.com/apple/swift-argument-parser.git from cache
[1/5929] Fetching swiftsoup
Fetched https://github.com/scinfu/SwiftSoup.git from cache (1.15s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.44s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (2.01s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.13.4 (0.46s)
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.13.4
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 1.7.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftsoup",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.11.3",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/scinfu/SwiftSoup.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "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" : "RemarkKit",
      "targets" : [
        "RemarkKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "remark",
      "targets" : [
        "RemarkCLI"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "RemarkUI",
      "targets" : [
        "RemarkUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RemarkUI",
      "module_type" : "SwiftTarget",
      "name" : "RemarkUI",
      "path" : "Sources/RemarkUI",
      "product_memberships" : [
        "RemarkUI"
      ],
      "sources" : [
        "RemarkView.swift"
      ],
      "target_dependencies" : [
        "RemarkKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RemarkTests",
      "module_type" : "SwiftTarget",
      "name" : "RemarkTests",
      "path" : "Tests/RemarkTests",
      "sources" : [
        "RemarkTests.swift"
      ],
      "target_dependencies" : [
        "RemarkKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RemarkKit",
      "module_type" : "SwiftTarget",
      "name" : "RemarkKit",
      "path" : "Sources/RemarkKit",
      "product_dependencies" : [
        "SwiftSoup"
      ],
      "product_memberships" : [
        "RemarkKit",
        "remark",
        "RemarkUI"
      ],
      "sources" : [
        "BlockedResourceType.swift",
        "ChromiumFetcher.swift",
        "DynamicHTMLFetcher.swift",
        "FetcherError.swift",
        "HTMLFetcher.swift",
        "HTMLFetching.swift",
        "Link.swift",
        "Media.swift",
        "Remark+Tag.swift",
        "Remark.swift",
        "Section.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RemarkCLI",
      "module_type" : "SwiftTarget",
      "name" : "RemarkCLI",
      "path" : "Sources/RemarkCLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "remark"
      ],
      "sources" : [
        "RemarkCommand.swift"
      ],
      "target_dependencies" : [
        "RemarkKit"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Done.