The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Remark, reference 1.1.0 (5df579), with Swift 6.1 for macOS (SPM) on 5 Aug 2025 18:25:53 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: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/1amageek/Remark
 * tag               1.1.0      -> FETCH_HEAD
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 1.1.0
Fetching https://github.com/scinfu/SwiftSoup.git
[1/4258] Fetching swiftsoup
Fetched https://github.com/scinfu/SwiftSoup.git from cache (1.11s)
Fetching https://github.com/apple/swift-argument-parser.git from cache
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.66s)
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.73s)
Fetching https://github.com/scinfu/SwiftSoup.git from cache
Fetched https://github.com/scinfu/SwiftSoup.git from cache (0.56s)
Fetching https://github.com/apple/swift-argument-parser.git from cache
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.52s)
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)
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 1.1.0 (5df5796)
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
[5/13] Copying PrivacyInfo.xcprivacy
[6/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 BashCompletionsGenerator.swift
[15/115] Compiling ArgumentParser CompletionsGenerator.swift
[16/115] Compiling ArgumentParser FishCompletionsGenerator.swift
[17/115] Compiling ArgumentParser ZshCompletionsGenerator.swift
[18/115] Compiling ArgumentParser Argument.swift
[19/115] Compiling ArgumentParser Flag.swift
[20/115] Compiling ArgumentParser NameSpecification.swift
[21/115] Compiling ArgumentParser Option.swift
[22/115] Compiling ArgumentParser OptionGroup.swift
[23/115] Compiling ArgumentParser AsyncParsableCommand.swift
[24/115] Compiling ArgumentParser CommandConfiguration.swift
[25/115] Compiling ArgumentParser CommandGroup.swift
[26/115] Compiling ArgumentParser EnumerableFlag.swift
[27/115] Compiling ArgumentParser ExpressibleByArgument.swift
[28/115] Compiling ArgumentParser ArgumentDefinition.swift
[29/115] Compiling ArgumentParser ArgumentSet.swift
[30/115] Compiling ArgumentParser CommandParser.swift
[31/115] Compiling ArgumentParser InputKey.swift
[32/119] Compiling SwiftSoup Validate.swift
[33/119] Compiling SwiftSoup Whitelist.swift
[34/119] Compiling SwiftSoup XmlDeclaration.swift
[35/119] Compiling SwiftSoup XmlTreeBuilder.swift
[36/119] Compiling SwiftSoup resource_bundle_accessor.swift
[41/119] Compiling ArgumentParser ParserError.swift
[42/119] Compiling ArgumentParser SplitArguments.swift
[49/119] Compiling SwiftSoup QueryParser.swift
[50/119] Compiling SwiftSoup SerializationException.swift
[51/119] Compiling SwiftSoup SimpleDictionary.swift
[52/119] Compiling SwiftSoup StreamReader.swift
[53/119] Compiling SwiftSoup String.swift
[54/119] Compiling SwiftSoup StringBuilder.swift
[55/119] Compiling ArgumentParser DumpHelpGenerator.swift
[56/119] Compiling ArgumentParser HelpCommand.swift
[61/119] Compiling ArgumentParser Tree.swift
[62/119] Compiling SwiftSoup HttpStatusException.swift
[63/119] Compiling SwiftSoup Mutex.swift
[64/119] Compiling SwiftSoup Node.swift
[65/119] Compiling SwiftSoup NodeTraversor.swift
[66/119] Compiling SwiftSoup NodeVisitor.swift
[67/119] Compiling ArgumentParser Platform.swift
[68/119] Compiling ArgumentParser SequenceExtensions.swift
[69/119] Compiling ArgumentParser StringExtensions.swift
[71/119] Compiling ArgumentParser MessageInfo.swift
[72/119] Compiling ArgumentParser UsageGenerator.swift
[73/119] Compiling ArgumentParser CollectionExtensions.swift
[77/119] Compiling ArgumentParser ArgumentDiscussion.swift
[78/119] Compiling ArgumentParser ArgumentHelp.swift
[79/119] Compiling ArgumentParser ArgumentVisibility.swift
[80/119] Compiling ArgumentParser CompletionKind.swift
[81/119] Compiling ArgumentParser Errors.swift
[82/119] Compiling ArgumentParser HelpGenerator.swift
[85/119] Compiling ArgumentParser ParsableArguments.swift
[86/119] Compiling ArgumentParser ParsableArgumentsValidation.swift
[87/119] Compiling ArgumentParser ParsableCommand.swift
[88/119] Compiling ArgumentParser ArgumentDecoder.swift
[89/119] Compiling ArgumentParser InputOrigin.swift
[90/119] Compiling ArgumentParser Name.swift
[91/119] Compiling ArgumentParser Parsed.swift
[92/119] Compiling ArgumentParser ParsedValues.swift
[99/119] Emitting module ArgumentParser
[117/128] Compiling Remark Media.swift
[118/128] Compiling Remark HTMLFetching.swift
[119/128] Compiling Remark HTMLFetcher.swift
[120/128] Compiling Remark Link.swift
[121/128] Compiling Remark Section.swift
[122/128] Compiling Remark Remark.swift
[123/128] Compiling Remark Remark+Tag.swift
[124/128] Compiling Remark DynamicHTMLFetcher.swift
[125/128] Emitting module Remark
[126/132] Compiling RemarkCLI RemarkCommand.swift
[127/132] Emitting module RemarkCLI
[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! (15.75s)
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/InfoWatchOS.plist
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftSoup/Sources/InfoMac.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.