Build Information
Successful build of Yaap, reference master (034072
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 04:14:18 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hartbit/Yaap.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hartbit/Yaap
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 034072a Update README.md
Cloned https://github.com/hartbit/Yaap.git
Revision (git rev-parse @):
034072a72efb0ac91bffc955e1acc8c5c8fb790b
SUCCESS checkout https://github.com/hartbit/Yaap.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/hartbit/Yaap.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[2/7] Write YaapExample-entitlement.plist
[3/7] Write swift-version-1EA4D86E10B52AF.txt
[5/17] Compiling Yaap Argument.swift
[6/17] Compiling Yaap CommandProperty.swift
[7/17] Compiling Yaap Help.swift
[8/17] Compiling Yaap ArgumentType.swift
[9/17] Compiling Yaap Command.swift
[10/17] Emitting module Yaap
[11/18] Compiling Yaap Extensions.swift
[12/18] Compiling Yaap FileOutputStream.swift
[13/18] Compiling Yaap Option.swift
[14/18] Compiling Yaap SubCommand.swift
[15/18] Compiling Yaap Version.swift
[16/20] Compiling YaapExample main.swift
[17/20] Emitting module YaapExample
[17/20] Write Objects.LinkFileList
[18/20] Linking YaapExample
[19/20] Applying YaapExample
Build complete! (4.48s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Yaap",
"name" : "Yaap",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "ios",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "Yaap",
"targets" : [
"Yaap"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "YaapExample",
"targets" : [
"YaapExample"
],
"type" : {
"executable" : null
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "YaapTests",
"module_type" : "SwiftTarget",
"name" : "YaapTests",
"path" : "Tests/YaapTests",
"sources" : [
"ArgumentTests.swift",
"ArgumentTypeTests.swift",
"CommandTests.swift",
"ExtensionsTests.swift",
"HelpTests.swift",
"Helpers.swift",
"OptionTests.swift",
"SubCommandTests.swift",
"VersionTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Yaap"
],
"type" : "test"
},
{
"c99name" : "YaapExample",
"module_type" : "SwiftTarget",
"name" : "YaapExample",
"path" : "Sources/YaapExample",
"product_memberships" : [
"YaapExample"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Yaap"
],
"type" : "executable"
},
{
"c99name" : "Yaap",
"module_type" : "SwiftTarget",
"name" : "Yaap",
"path" : "Sources/Yaap",
"product_memberships" : [
"Yaap",
"YaapExample"
],
"sources" : [
"Argument.swift",
"ArgumentType.swift",
"Command.swift",
"CommandProperty.swift",
"Extensions.swift",
"FileOutputStream.swift",
"Help.swift",
"Option.swift",
"SubCommand.swift",
"Version.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.