The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TextMate with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nerdsupremacist/TextMate.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/nerdsupremacist/TextMate
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1d2289f Update README.md
Cloned https://github.com/nerdsupremacist/TextMate.git
Revision (git rev-parse @):
1d2289ff3097bf3f2c54381faf3996204a422c71
SUCCESS checkout https://github.com/nerdsupremacist/TextMate.git at main
Fetching https://github.com/nerdsupremacist/SyntaxTree.git from cache
Fetched https://github.com/nerdsupremacist/SyntaxTree.git (1.91s)
Computing version for https://github.com/nerdsupremacist/SyntaxTree.git
Computed https://github.com/nerdsupremacist/SyntaxTree.git at 0.1.0 (2.12s)
Creating working copy for https://github.com/nerdsupremacist/SyntaxTree.git
Working copy of https://github.com/nerdsupremacist/SyntaxTree.git resolved at 0.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "textmate",
      "name": "TextMate",
      "url": "https://github.com/nerdsupremacist/TextMate.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TextMate",
      "dependencies": [
        {
          "identity": "syntaxtree",
          "name": "SyntaxTree",
          "url": "https://github.com/nerdsupremacist/SyntaxTree.git",
          "version": "0.1.0",
          "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SyntaxTree",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/nerdsupremacist/TextMate.git from cache
Fetched https://github.com/nerdsupremacist/TextMate.git (0.71s)
Fetching https://github.com/nerdsupremacist/SyntaxTree.git from cache
Fetched https://github.com/nerdsupremacist/SyntaxTree.git (0.54s)
Computing version for https://github.com/nerdsupremacist/SyntaxTree.git
Computed https://github.com/nerdsupremacist/SyntaxTree.git at 0.1.0 (0.07s)
Creating working copy for https://github.com/nerdsupremacist/TextMate.git
Working copy of https://github.com/nerdsupremacist/TextMate.git resolved at main
Creating working copy for https://github.com/nerdsupremacist/SyntaxTree.git
Working copy of https://github.com/nerdsupremacist/SyntaxTree.git resolved at 0.1.0
warning: '.resolve-product-dependencies': dependency 'textmate' is not used by any target
Found 1 product dependencies
  - SyntaxTree
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/7] Compiling SyntaxTree SyntaxTreeFactory.swift
[2/7] Compiling SyntaxTree Location.swift
[3/7] Compiling SyntaxTree SyntaxTree.swift
[4/7] Compiling SyntaxTree MutableSyntaxTree.swift
[5/7] Emitting module SyntaxTree
[6/7] Compiling SyntaxTree LineColumnIndex.swift
[7/7] Compiling SyntaxTree Kind.swift
[8/17] Compiling TextMate Pattern.swift
[9/17] Compiling TextMate ParsedPattern.swift
[10/17] Compiling TextMate PatternFunctionality.swift
[11/17] Compiling TextMate ExpressionMatch.swift
[12/17] Compiling TextMate Capture.swift
[13/17] Compiling TextMate LanguageError.swift
[14/18] Compiling TextMate CaptureCollection.swift
[15/18] Compiling TextMate Language.swift
[16/18] Compiling TextMate Name.swift
[17/18] Emitting module TextMate
[18/18] Compiling TextMate Scanner.swift
Build complete! (23.40s)
Build complete.
Done.