The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Sourceful, reference main (1ec0ed), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 15:30:50 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/twostraws/Sourceful.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/twostraws/Sourceful
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1ec0ed9 Merge pull request #34 from ffraaz/main
Cloned https://github.com/twostraws/Sourceful.git
Revision (git rev-parse @):
1ec0ed95a84d1638df0a6a6fc1a1d0ab7df7ea08
SUCCESS checkout https://github.com/twostraws/Sourceful.git at main
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "sourceful",
      "name": "Sourceful",
      "url": "https://github.com/twostraws/Sourceful.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Sourceful",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/twostraws/Sourceful.git
[1/326] Fetching sourceful
Fetched https://github.com/twostraws/Sourceful.git from cache (0.87s)
Creating working copy for https://github.com/twostraws/Sourceful.git
Working copy of https://github.com/twostraws/Sourceful.git resolved at main (1ec0ed9)
warning: '.resolve-product-dependencies': dependency 'sourceful' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/twostraws/Sourceful.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/28] Emitting module Sourceful
[4/30] Compiling Sourceful OCamlLexer.swift
[5/30] Compiling Sourceful Python3Lexer.swift
[6/30] Compiling Sourceful SwiftLexer.swift
[7/30] Compiling Sourceful SyntaxColorTheme.swift
[8/30] Compiling Sourceful Token.swift
[9/30] Compiling Sourceful SourceCodeRegexLexer.swift
[10/30] Compiling Sourceful ASTVisualizer.swift
[11/30] Compiling Sourceful JavaLexer.swift
[12/30] Compiling Sourceful JavaScriptLexer.swift
[13/30] Compiling Sourceful Lexer.swift
[14/30] Compiling Sourceful Paragraph.swift
[15/30] Compiling Sourceful RegexLexer.swift
[16/30] Compiling Sourceful SyntaxTextViewLayoutManager.swift
[17/30] Compiling Sourceful TextViewWrapperView.swift
[18/30] Compiling Sourceful LineNumberLayoutManager.swift
[19/30] Compiling Sourceful Paragraphs.swift
[20/30] Compiling Sourceful DefaultSourceCodeTheme.swift
[21/30] Compiling Sourceful NSMutableAttributedString+Tokens.swift
[22/30] Compiling Sourceful NSTextView+UIKit.swift
[23/30] Compiling Sourceful SourceCodeTheme.swift
[24/30] Compiling Sourceful SourceCodeToken.swift
[25/30] Compiling Sourceful SourceCodeTextEditor.swift
[26/30] Compiling Sourceful String+Range.swift
[27/30] Compiling Sourceful Types.swift
[28/30] Compiling Sourceful InnerTextView.swift
[29/30] Compiling Sourceful SyntaxTextView+TextViewDelegate.swift
[30/30] Compiling Sourceful SyntaxTextView.swift
Build complete! (10.42s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Sourceful",
  "name" : "Sourceful",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Sourceful",
      "targets" : [
        "Sourceful"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SourcefulTests",
      "module_type" : "SwiftTarget",
      "name" : "SourcefulTests",
      "path" : "Tests/SourcefulTests",
      "sources" : [
        "SourcefulTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Sourceful"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Sourceful",
      "module_type" : "SwiftTarget",
      "name" : "Sourceful",
      "path" : "Sources/Sourceful",
      "product_memberships" : [
        "Sourceful"
      ],
      "sources" : [
        "ASTVisualizer.swift",
        "Languages/JavaLexer.swift",
        "Languages/JavaScriptLexer.swift",
        "Languages/OCamlLexer.swift",
        "Languages/Python3Lexer.swift",
        "Languages/SwiftLexer.swift",
        "Model/Lexer.swift",
        "Model/Paragraph.swift",
        "Model/RegexLexer.swift",
        "Model/SyntaxColorTheme.swift",
        "Model/Token.swift",
        "SourceCodeRegexLexer.swift",
        "SourceCodeTheme.swift",
        "SourceCodeToken.swift",
        "SwiftUI/SourceCodeTextEditor.swift",
        "Themes/DefaultSourceCodeTheme.swift",
        "Util/NSMutableAttributedString+Tokens.swift",
        "Util/NSTextView+UIKit.swift",
        "Util/String+Range.swift",
        "Util/Types.swift",
        "View/InnerTextView.swift",
        "View/LineNumberLayoutManager.swift",
        "View/Paragraphs.swift",
        "View/SyntaxTextView+TextViewDelegate.swift",
        "View/SyntaxTextView.swift",
        "View/SyntaxTextViewLayoutManager.swift",
        "View/TextViewWrapperView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.