Build Information
Successful build of BibTeXKit, reference 1.0.2 (316655), with Swift 6.2 for macOS (SPM) on 1 Jan 2026 00:07:14 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ezefranca/BibTeXKit.git
Reference: 1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ezefranca/BibTeXKit
* tag 1.0.2 -> FETCH_HEAD
HEAD is now at 3166553 Merge pull request #2 from ezefranca/fix/fix_tokenizer_logic
Cloned https://github.com/ezefranca/BibTeXKit.git
Revision (git rev-parse @):
3166553f98c89150c216ff38137ef94f56475181
SUCCESS checkout https://github.com/ezefranca/BibTeXKit.git at 1.0.2
========================================
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": "bibtexkit",
"name": "BibTeXKit",
"url": "https://github.com/ezefranca/BibTeXKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BibTeXKit",
"dependencies": [
]
}
]
}
Fetching https://github.com/ezefranca/BibTeXKit.git
[1/133] Fetching bibtexkit
Fetched https://github.com/ezefranca/BibTeXKit.git from cache (1.18s)
Creating working copy for https://github.com/ezefranca/BibTeXKit.git
Working copy of https://github.com/ezefranca/BibTeXKit.git resolved at 1.0.2 (3166553)
warning: '.resolve-product-dependencies': dependency 'bibtexkit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ezefranca/BibTeXKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/15] Compiling BibTeXKit BibTeXKit.swift
[4/15] Compiling BibTeXKit BibTeXHighlighter.swift
[5/15] Compiling BibTeXKit BibTeXTheme.swift
[6/15] Compiling BibTeXKit BibTeXEntry.swift
[7/15] Emitting module BibTeXKit
[8/15] Compiling BibTeXKit BibTeXView.swift
[9/15] Compiling BibTeXKit LaTeXConverter.swift
[10/15] Compiling BibTeXKit BibTeXEntryType.swift
[11/15] Compiling BibTeXKit BibTeXParser.swift
[12/15] Compiling BibTeXKit BibTeXTokenizer.swift
[13/15] Compiling BibTeXKit BibTeXToken.swift
[14/15] Compiling BibTeXKit DOIDetector.swift
[15/15] Compiling BibTeXKit BibTeXText.swift
[16/16] Compiling BibTeXKit BibTeXViewConfiguration.swift
Build complete! (9.52s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "BibTeXKit",
"name" : "BibTeXKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "BibTeXKit",
"targets" : [
"BibTeXKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "BibTeXKitTests",
"module_type" : "SwiftTarget",
"name" : "BibTeXKitTests",
"path" : "Tests/BibTeXKitTests",
"sources" : [
"BibTeXEntryTests.swift",
"BibTeXEntryTypeTests.swift",
"BibTeXHighlighterTests.swift",
"BibTeXParserTests.swift",
"BibTeXThemeTests.swift",
"BibTeXTokenizerTests.swift",
"BibTeXViewConfigurationTests.swift",
"DOIDetectorTests.swift",
"LaTeXConverterTests.swift"
],
"target_dependencies" : [
"BibTeXKit"
],
"type" : "test"
},
{
"c99name" : "BibTeXKit",
"module_type" : "SwiftTarget",
"name" : "BibTeXKit",
"path" : "Sources/BibTeXKit",
"product_memberships" : [
"BibTeXKit"
],
"sources" : [
"BibTeXKit.swift",
"Highlighting/BibTeXHighlighter.swift",
"Highlighting/BibTeXTheme.swift",
"Models/BibTeXEntry.swift",
"Models/BibTeXEntryType.swift",
"Parsing/BibTeXParser.swift",
"Parsing/BibTeXToken.swift",
"Parsing/BibTeXTokenizer.swift",
"Parsing/DOIDetector.swift",
"Parsing/LaTeXConverter.swift",
"Views/BibTeXText.swift",
"Views/BibTeXView.swift",
"Views/BibTeXViewConfiguration.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.