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 Genesis, reference main (c9102b), with Swift 6.1 for Android on 29 May 2025 20:01:42 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alexito4/Genesis.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/alexito4/Genesis
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c9102bb selectDirectories support binary execution
Cloned https://github.com/alexito4/Genesis.git
Revision (git rev-parse @):
c9102bb5b4c11c7d9be287f8a1343a86300da340
SUCCESS checkout https://github.com/alexito4/Genesis.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/alexito4/Genesis.git
https://github.com/alexito4/Genesis.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-markdown",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-markdown.git"
    }
  ],
  "manifest_display_name" : "Genesis",
  "name" : "Genesis",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Genesis",
      "targets" : [
        "Genesis"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GenesisMarkdown",
      "targets" : [
        "GenesisMarkdown"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GenesisTests",
      "module_type" : "SwiftTarget",
      "name" : "GenesisTests",
      "path" : "Tests/GenesisTests",
      "sources" : [
        "GenesisTests.swift"
      ],
      "target_dependencies" : [
        "Genesis"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GenesisMarkdown",
      "module_type" : "SwiftTarget",
      "name" : "GenesisMarkdown",
      "path" : "Sources/GenesisMarkdown",
      "product_dependencies" : [
        "Markdown"
      ],
      "product_memberships" : [
        "GenesisMarkdown"
      ],
      "sources" : [
        "MarkdownToHTML.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Genesis",
      "module_type" : "SwiftTarget",
      "name" : "Genesis",
      "path" : "Sources/Genesis",
      "product_memberships" : [
        "Genesis"
      ],
      "sources" : [
        "Batteries/ContentBundle.swift",
        "Batteries/EstimatedReadingTime.swift",
        "Core/Content.swift",
        "Core/Context.swift",
        "Core/Page.swift",
        "Core/Site.swift",
        "Extensions/Date-RFC822.swift",
        "Extensions/String-AbsoluteLinks.swift",
        "Extensions/String-Slug.swift",
        "Extensions/String-StrippingTags.swift",
        "Extensions/URL+Date.swift",
        "Extensions/URL-Relative.swift",
        "Extensions/URL-SelectDirectories.swift",
        "SecondaryCore/Language.swift",
        "SecondaryCore/Location.swift",
        "SecondaryCore/PublishingError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-markdown.git
[1/6755] Fetching swift-markdown
Fetched https://github.com/apple/swift-markdown.git from cache (0.67s)
Fetching https://github.com/swiftlang/swift-cmark.git
[1/18065] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark.git from cache (1.08s)
Creating working copy for https://github.com/apple/swift-markdown.git
Working copy of https://github.com/apple/swift-markdown.git resolved at main (5ad49ed)
Creating working copy for https://github.com/swiftlang/swift-cmark.git
Working copy of https://github.com/swiftlang/swift-cmark.git resolved at gfm (b97d094)
Building for debugging...
[0/39] Write sources
[3/39] Compiling cmark-gfm-extensions strikethrough.c
[4/39] Compiling cmark-gfm-extensions ext_scanners.c
[5/39] Compiling cmark-gfm cmark.c
[6/39] Compiling cmark-gfm-extensions tagfilter.c
[7/39] Compiling cmark-gfm-extensions tasklist.c
[8/39] Compiling cmark-gfm-extensions core-extensions.c
[9/39] Compiling cmark-gfm syntax_extension.c
[10/39] Compiling cmark-gfm-extensions autolink.c
[11/39] Compiling cmark-gfm-extensions table.c
[12/39] Compiling cmark-gfm xml.c
[13/39] Compiling cmark-gfm references.c
[14/39] Compiling cmark-gfm plugin.c
[15/39] Compiling cmark-gfm registry.c
[16/39] Compiling cmark-gfm render.c
[17/39] Compiling cmark-gfm plaintext.c
[18/39] Compiling cmark-gfm utf8.c
[19/39] Compiling cmark-gfm man.c
[20/39] Compiling cmark-gfm linked_list.c
[21/39] Compiling cmark-gfm map.c
[22/39] Compiling cmark-gfm node.c
[23/39] Write swift-version-24593BA9C3E375BF.txt
[24/39] Compiling CAtomic CAtomic.c
[25/39] Compiling cmark-gfm iterator.c
[26/39] Compiling cmark-gfm latex.c
[27/39] Compiling cmark-gfm houdini_html_e.c
[28/39] Compiling cmark-gfm html.c
[29/39] Compiling cmark-gfm houdini_html_u.c
[30/39] Compiling cmark-gfm footnotes.c
[31/39] Compiling cmark-gfm houdini_href_e.c
[31/39] Compiling cmark-gfm inlines.c
[33/39] Compiling cmark-gfm cmark_ctype.c
[34/39] Compiling cmark-gfm commonmark.c
[35/39] Compiling cmark-gfm buffer.c
[36/39] Compiling cmark-gfm arena.c
[37/54] Compiling cmark-gfm blocks.c
[38/54] Compiling cmark-gfm scanners.c
[40/117] Compiling Markdown BasicBlockContainer.swift
[41/117] Compiling Markdown BasicInlineContainer.swift
[42/117] Compiling Markdown BlockContainer.swift
[43/117] Compiling Markdown BlockMarkup.swift
[44/117] Compiling Markdown InlineContainer.swift
[45/117] Compiling Markdown InlineMarkup.swift
[46/117] Compiling Markdown ListItemContainer.swift
[47/117] Compiling Markdown AtomicCounter.swift
[48/117] Compiling Markdown OrderedList.swift
[49/117] Compiling Markdown UnorderedList.swift
[50/117] Compiling Markdown Paragraph.swift
[51/117] Compiling Markdown CodeBlock.swift
[52/117] Compiling Markdown HTMLBlock.swift
[53/117] Compiling Markdown Heading.swift
[54/117] Compiling Markdown ThematicBreak.swift
[55/117] Compiling Markdown Table.swift
[56/117] Compiling Markdown TableBody.swift
[57/125] Emitting module Markdown
[58/125] Compiling Markdown TableCellContainer.swift
[59/125] Compiling Markdown TableHead.swift
[60/125] Compiling Markdown ListItem.swift
[61/125] Compiling Markdown TableCell.swift
[62/127] Compiling Markdown BlockDirective.swift
[63/127] Compiling Markdown BlockQuote.swift
[64/127] Compiling Markdown CustomBlock.swift
[65/127] Compiling Markdown DoxygenAbstract.swift
[66/127] Compiling Markdown DoxygenDiscussion.swift
[67/127] Compiling Markdown DoxygenNote.swift
[68/127] Compiling Markdown DoxygenParameter.swift
[69/127] Compiling Markdown DoxygenReturns.swift
[73/127] Compiling Markdown TableRow.swift
[74/127] Compiling Markdown Replacement.swift
[75/127] Emitting module Genesis
[82/127] Compiling Markdown ChildIndexPath.swift
[83/127] Compiling Markdown DirectiveArgument.swift
[84/127] Compiling Markdown Document.swift
[85/127] Compiling Markdown LiteralMarkup.swift
[86/127] Compiling Markdown Markup.swift
[87/127] Compiling Markdown MarkupChildren.swift
[88/127] Compiling Markdown MarkupData.swift
[89/127] Compiling Markdown PlainTextConvertibleMarkup.swift
[90/127] Compiling Markdown RawMarkup.swift
[96/127] Compiling Genesis Location.swift
[97/127] Compiling Genesis PublishingError.swift
[98/127] Compiling Markdown Image.swift
[99/127] Compiling Markdown InlineAttributes.swift
[100/127] Compiling Markdown Link.swift
[101/127] Compiling Markdown Strikethrough.swift
[102/127] Compiling Markdown Strong.swift
[103/127] Compiling Markdown CustomInline.swift
[104/127] Compiling Markdown InlineCode.swift
[105/127] Compiling Markdown InlineHTML.swift
[106/127] Compiling Markdown LineBreak.swift
[107/127] Compiling Markdown SoftBreak.swift
[108/127] Compiling Markdown SymbolLink.swift
[109/127] Compiling Markdown Text.swift
[110/127] Compiling Markdown Aside.swift
[111/127] Compiling Markdown BlockDirectiveParser.swift
[112/127] Compiling Markdown CommonMarkConverter.swift
[113/127] Compiling Markdown LazySplitLines.swift
[114/127] Compiling Markdown ParseOptions.swift
[115/127] Compiling Markdown RangeAdjuster.swift
[116/127] Compiling Markdown RangerTracker.swift
[117/127] Compiling Markdown MarkupRewriter.swift
[120/128] Compiling Markdown CharacterExtensions.swift
[121/128] Compiling Markdown CollectionExtensions.swift
[122/128] Compiling Markdown StringExtensions.swift
[123/128] Compiling Markdown MarkupVisitor.swift
[124/128] Compiling Markdown MarkupWalker.swift
[125/128] Compiling Markdown HTMLFormatter.swift
[126/128] Compiling Markdown MarkupFormatter.swift
[127/128] Compiling Markdown MarkupTreeDumper.swift
[130/131] Emitting module GenesisMarkdown
[131/131] Compiling GenesisMarkdown MarkdownToHTML.swift
/host/spi-builder-workspace/Sources/GenesisMarkdown/MarkdownToHTML.swift:41:28: warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
 39 |         var markdown: String
 40 |         do {
 41 |             markdown = try String(contentsOf: fileURL)
    |                            `- warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
 42 |         } catch {
 43 |             throw .unopenableFile(error.localizedDescription)
Build complete! (22.25s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-markdown",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-markdown.git"
    }
  ],
  "manifest_display_name" : "Genesis",
  "name" : "Genesis",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Genesis",
      "targets" : [
        "Genesis"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GenesisMarkdown",
      "targets" : [
        "GenesisMarkdown"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GenesisTests",
      "module_type" : "SwiftTarget",
      "name" : "GenesisTests",
      "path" : "Tests/GenesisTests",
      "sources" : [
        "GenesisTests.swift"
      ],
      "target_dependencies" : [
        "Genesis"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GenesisMarkdown",
      "module_type" : "SwiftTarget",
      "name" : "GenesisMarkdown",
      "path" : "Sources/GenesisMarkdown",
      "product_dependencies" : [
        "Markdown"
      ],
      "product_memberships" : [
        "GenesisMarkdown"
      ],
      "sources" : [
        "MarkdownToHTML.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Genesis",
      "module_type" : "SwiftTarget",
      "name" : "Genesis",
      "path" : "Sources/Genesis",
      "product_memberships" : [
        "Genesis"
      ],
      "sources" : [
        "Batteries/ContentBundle.swift",
        "Batteries/EstimatedReadingTime.swift",
        "Core/Content.swift",
        "Core/Context.swift",
        "Core/Page.swift",
        "Core/Site.swift",
        "Extensions/Date-RFC822.swift",
        "Extensions/String-AbsoluteLinks.swift",
        "Extensions/String-Slug.swift",
        "Extensions/String-StrippingTags.swift",
        "Extensions/URL+Date.swift",
        "Extensions/URL-Relative.swift",
        "Extensions/URL-SelectDirectories.swift",
        "SecondaryCore/Language.swift",
        "SecondaryCore/Location.swift",
        "SecondaryCore/PublishingError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.