The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Ink, reference master (bcc9f2), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 11:39:33 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 InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/JohnSundell/Ink.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/JohnSundell/Ink
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at bcc9f21 Merge pull request #60 from jimstudt/crlf
Cloned https://github.com/JohnSundell/Ink.git
Revision (git rev-parse @):
bcc9f219900a62c4210e6db726035d7f03ae757b
SUCCESS checkout https://github.com/JohnSundell/Ink.git at master
========================================
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": "ink",
      "name": "Ink",
      "url": "https://github.com/JohnSundell/Ink.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Ink",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/JohnSundell/Ink.git
[1/1905] Fetching ink
Fetched https://github.com/JohnSundell/Ink.git from cache (0.89s)
Creating working copy for https://github.com/JohnSundell/Ink.git
Working copy of https://github.com/JohnSundell/Ink.git resolved at master (bcc9f21)
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/JohnSundell/Ink.git
https://github.com/JohnSundell/Ink.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Ink",
  "name" : "Ink",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Ink",
      "targets" : [
        "Ink"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ink-cli",
      "targets" : [
        "InkCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "InkTests",
      "module_type" : "SwiftTarget",
      "name" : "InkTests",
      "path" : "Tests/InkTests",
      "sources" : [
        "CodeTests.swift",
        "HTMLTests.swift",
        "HeadingTests.swift",
        "HorizontalLineTests.swift",
        "ImageTests.swift",
        "LinkTests.swift",
        "LinuxCompatibility.swift",
        "ListTests.swift",
        "MarkdownTests.swift",
        "ModifierTests.swift",
        "TableTests.swift",
        "TextFormattingTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Ink"
      ],
      "type" : "test"
    },
    {
      "c99name" : "InkCLI",
      "module_type" : "SwiftTarget",
      "name" : "InkCLI",
      "path" : "Sources/InkCLI",
      "product_memberships" : [
        "ink-cli"
      ],
      "sources" : [
        "Printing.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "Ink"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Ink",
      "module_type" : "SwiftTarget",
      "name" : "Ink",
      "path" : "Sources/Ink",
      "product_memberships" : [
        "Ink",
        "ink-cli"
      ],
      "sources" : [
        "API/Markdown.swift",
        "API/MarkdownParser.swift",
        "API/Modifier.swift",
        "Internal/Blockquote.swift",
        "Internal/Character+Classification.swift",
        "Internal/Character+Escaping.swift",
        "Internal/CodeBlock.swift",
        "Internal/FormattedText.swift",
        "Internal/Fragment.swift",
        "Internal/HTML.swift",
        "Internal/HTMLConvertible.swift",
        "Internal/Hashable+AnyOf.swift",
        "Internal/Heading.swift",
        "Internal/HorizontalLine.swift",
        "Internal/Image.swift",
        "Internal/InlineCode.swift",
        "Internal/KeyPathPatterns.swift",
        "Internal/Link.swift",
        "Internal/List.swift",
        "Internal/Metadata.swift",
        "Internal/Modifiable.swift",
        "Internal/ModifierCollection.swift",
        "Internal/NamedURLCollection.swift",
        "Internal/Paragraph.swift",
        "Internal/PlainTextConvertible.swift",
        "Internal/Readable.swift",
        "Internal/Reader.swift",
        "Internal/Require.swift",
        "Internal/Substring+Trimming.swift",
        "Internal/Table.swift",
        "Internal/TextStyle.swift",
        "Internal/TextStyleMarker.swift",
        "Internal/URL.swift",
        "Internal/URLDeclaration.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
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/7] Write sources
[0/7] Write ink-cli-entitlement.plist
[3/7] Write swift-version-2F0A5646E1D333AE.txt
[5/39] Emitting module Ink
[6/42] Compiling Ink Markdown.swift
[7/42] Compiling Ink MarkdownParser.swift
[8/42] Compiling Ink Modifier.swift
[9/42] Compiling Ink Blockquote.swift
[10/42] Compiling Ink Metadata.swift
[11/42] Compiling Ink Modifiable.swift
[12/42] Compiling Ink ModifierCollection.swift
[13/42] Compiling Ink Heading.swift
[14/42] Compiling Ink HorizontalLine.swift
[15/42] Compiling Ink Image.swift
[16/42] Compiling Ink InlineCode.swift
[17/42] Compiling Ink KeyPathPatterns.swift
[18/42] Compiling Ink Link.swift
[19/42] Compiling Ink List.swift
[20/42] Compiling Ink Fragment.swift
[21/42] Compiling Ink HTML.swift
[22/42] Compiling Ink HTMLConvertible.swift
[23/42] Compiling Ink Hashable+AnyOf.swift
[24/42] Compiling Ink Readable.swift
[25/42] Compiling Ink Reader.swift
[26/42] Compiling Ink Require.swift
[27/42] Compiling Ink Character+Classification.swift
[28/42] Compiling Ink Character+Escaping.swift
[29/42] Compiling Ink CodeBlock.swift
[30/42] Compiling Ink FormattedText.swift
[31/42] Compiling Ink TextStyleMarker.swift
[32/42] Compiling Ink URL.swift
[33/42] Compiling Ink URLDeclaration.swift
[34/42] Compiling Ink NamedURLCollection.swift
[35/42] Compiling Ink Paragraph.swift
[36/42] Compiling Ink PlainTextConvertible.swift
[37/42] Compiling Ink Substring+Trimming.swift
[38/42] Compiling Ink Table.swift
[39/42] Compiling Ink TextStyle.swift
[40/45] Compiling InkCLI main.swift
[41/45] Emitting module InkCLI
[42/45] Compiling InkCLI Printing.swift
[42/45] Write Objects.LinkFileList
[43/45] Linking ink-cli
[44/45] Applying ink-cli
Build complete! (4.90s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Ink",
  "name" : "Ink",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Ink",
      "targets" : [
        "Ink"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ink-cli",
      "targets" : [
        "InkCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "InkTests",
      "module_type" : "SwiftTarget",
      "name" : "InkTests",
      "path" : "Tests/InkTests",
      "sources" : [
        "CodeTests.swift",
        "HTMLTests.swift",
        "HeadingTests.swift",
        "HorizontalLineTests.swift",
        "ImageTests.swift",
        "LinkTests.swift",
        "LinuxCompatibility.swift",
        "ListTests.swift",
        "MarkdownTests.swift",
        "ModifierTests.swift",
        "TableTests.swift",
        "TextFormattingTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Ink"
      ],
      "type" : "test"
    },
    {
      "c99name" : "InkCLI",
      "module_type" : "SwiftTarget",
      "name" : "InkCLI",
      "path" : "Sources/InkCLI",
      "product_memberships" : [
        "ink-cli"
      ],
      "sources" : [
        "Printing.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "Ink"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Ink",
      "module_type" : "SwiftTarget",
      "name" : "Ink",
      "path" : "Sources/Ink",
      "product_memberships" : [
        "Ink",
        "ink-cli"
      ],
      "sources" : [
        "API/Markdown.swift",
        "API/MarkdownParser.swift",
        "API/Modifier.swift",
        "Internal/Blockquote.swift",
        "Internal/Character+Classification.swift",
        "Internal/Character+Escaping.swift",
        "Internal/CodeBlock.swift",
        "Internal/FormattedText.swift",
        "Internal/Fragment.swift",
        "Internal/HTML.swift",
        "Internal/HTMLConvertible.swift",
        "Internal/Hashable+AnyOf.swift",
        "Internal/Heading.swift",
        "Internal/HorizontalLine.swift",
        "Internal/Image.swift",
        "Internal/InlineCode.swift",
        "Internal/KeyPathPatterns.swift",
        "Internal/Link.swift",
        "Internal/List.swift",
        "Internal/Metadata.swift",
        "Internal/Modifiable.swift",
        "Internal/ModifierCollection.swift",
        "Internal/NamedURLCollection.swift",
        "Internal/Paragraph.swift",
        "Internal/PlainTextConvertible.swift",
        "Internal/Readable.swift",
        "Internal/Reader.swift",
        "Internal/Require.swift",
        "Internal/Substring+Trimming.swift",
        "Internal/Table.swift",
        "Internal/TextStyle.swift",
        "Internal/TextStyleMarker.swift",
        "Internal/URL.swift",
        "Internal/URLDeclaration.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.