Build Information
Successful build of source-editor, reference 0.1.1 (72ff6e), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 03:59:37 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/eecollante10/sourceeditor.git
Reference: 0.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/eecollante10/sourceeditor
* tag 0.1.1 -> FETCH_HEAD
HEAD is now at 72ff6e0 Aeeeglar savannakit
Cloned https://github.com/eecollante10/sourceeditor.git
Revision (git rev-parse @):
72ff6e084ce9dc46282aff3c2959e3460303cbbc
SUCCESS checkout https://github.com/eecollante10/sourceeditor.git at 0.1.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/eecollante10/sourceeditor.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/20] Compiling savannakit Paragraph.swift
[5/20] Compiling savannakit RegexLexer.swift
[6/20] Compiling savannakit NSMutableAttributedString+Tokens.swift
[7/20] Compiling savannakit NSTextView+UIKit.swift
[8/20] Emitting module savannakit
[9/21] Compiling savannakit String+Range.swift
[10/21] Compiling savannakit Types.swift
[11/21] Compiling savannakit SyntaxColorTheme.swift
[12/21] Compiling savannakit Token.swift
[13/21] Compiling savannakit ASTVisualizer.swift
[14/21] Compiling savannakit Lexer.swift
[15/21] Compiling savannakit InnerTextView.swift
[16/21] Compiling savannakit LineNumberLayoutManager.swift
[17/21] Compiling savannakit SyntaxTextViewLayoutManager.swift
[18/21] Compiling savannakit Paragraphs.swift
[19/21] Compiling savannakit SyntaxTextView+TextViewDelegate.swift
[20/21] Compiling savannakit SyntaxTextView.swift
[21/21] Compiling savannakit TextViewWrapperView.swift
[22/28] Compiling source_editor SourceCodeTheme.swift
[23/28] Compiling source_editor DefaultSourceCodeTheme.swift
[24/28] Compiling source_editor SourceCodeToken.swift
[25/28] Compiling source_editor SourceCodeRegexLexer.swift
[26/28] Compiling source_editor Python3Lexer.swift
[27/28] Emitting module source_editor
[28/28] Compiling source_editor SwiftLexer.swift
Build complete! (12.02s)
Fetching https://github.com/eecollante10/savannakit.git
[1/1238] Fetching savannakit
Fetched https://github.com/eecollante10/savannakit.git from cache (1.59s)
Computing version for https://github.com/eecollante10/savannakit.git
Computed https://github.com/eecollante10/savannakit.git at 0.10.4 (2.12s)
Creating working copy for https://github.com/eecollante10/savannakit.git
Working copy of https://github.com/eecollante10/savannakit.git resolved at 0.10.4
Build complete.
{
"dependencies" : [
{
"identity" : "savannakit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.10.4",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/eecollante10/savannakit.git"
}
],
"manifest_display_name" : "source-editor",
"name" : "source-editor",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "source-editor",
"targets" : [
"source-editor"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "source_editorTests",
"module_type" : "SwiftTarget",
"name" : "source-editorTests",
"path" : "Tests/source-editorTests",
"sources" : [
"XCTestManifests.swift",
"source_editorTests.swift"
],
"target_dependencies" : [
"source-editor"
],
"type" : "test"
},
{
"c99name" : "source_editor",
"module_type" : "SwiftTarget",
"name" : "source-editor",
"path" : "Sources",
"product_dependencies" : [
"savannakit"
],
"product_memberships" : [
"source-editor"
],
"sources" : [
"Languages/Python3Lexer.swift",
"Languages/SwiftLexer.swift",
"SourceCodeRegexLexer.swift",
"SourceCodeTheme.swift",
"SourceCodeToken.swift",
"Themes/DefaultSourceCodeTheme.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.