Build Information
Successful build of Linkify, reference main (b49f62
), with Swift 6.0 for macOS (SPM) on 28 Aug 2025 09:06:06 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/zeynep-yildiz/Linkify.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/zeynep-yildiz/Linkify
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b49f62a v1.0.0 - First Release
Cloned https://github.com/zeynep-yildiz/Linkify.git
Revision (git rev-parse @):
b49f62a897103501140e3fc13f428f699371e942
SUCCESS checkout https://github.com/zeynep-yildiz/Linkify.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/zeynep-yildiz/Linkify.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/4] Compiling Linkify URLCleaner.swift
[4/4] Emitting module Linkify
Build complete! (4.36s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Linkify",
"name" : "Linkify",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Linkify",
"targets" : [
"Linkify"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LinkifyTests",
"module_type" : "SwiftTarget",
"name" : "LinkifyTests",
"path" : "Tests/LinkifyTests",
"sources" : [
"URLCleanerTests.swift"
],
"target_dependencies" : [
"Linkify"
],
"type" : "test"
},
{
"c99name" : "Linkify",
"module_type" : "SwiftTarget",
"name" : "Linkify",
"path" : "Sources/Linkify",
"product_memberships" : [
"Linkify"
],
"sources" : [
"URLCleaner.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.