Build Information
Successful build of SimpleSwiftServer, reference master (7c799e
), with Swift 5.10 for macOS (SPM) on 5 Jan 2025 03:39:23 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Samasaur1/SimpleSwiftServer.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Samasaur1/SimpleSwiftServer
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 7c799e6 Bump flake inputs
Cloned https://github.com/Samasaur1/SimpleSwiftServer.git
Revision (git rev-parse @):
7c799e654425d64b304a8fa11bac4d5fb05b76ed
SUCCESS checkout https://github.com/Samasaur1/SimpleSwiftServer.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/Samasaur1/SimpleSwiftServer.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/10] Write sources
[1/10] Write server-entitlement.plist
[4/10] Write sources
[6/10] Write swift-version-33747A42983211AE.txt
[8/33] Emitting module ArgumentParserToolInfo
[9/33] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/68] Emitting module ArgumentParser
[11/71] Compiling ArgumentParser CommandConfiguration.swift
[12/71] Compiling ArgumentParser EnumerableFlag.swift
[13/71] Compiling ArgumentParser ExpressibleByArgument.swift
[14/71] Compiling ArgumentParser ParsableArguments.swift
[15/71] Compiling ArgumentParser BashCompletionsGenerator.swift
[16/71] Compiling ArgumentParser CompletionsGenerator.swift
[17/71] Compiling ArgumentParser FishCompletionsGenerator.swift
[18/71] Compiling ArgumentParser ZshCompletionsGenerator.swift
[21/71] Compiling ArgumentParser InputOrigin.swift
[22/71] Compiling ArgumentParser Name.swift
[23/71] Compiling ArgumentParser Parsed.swift
[24/71] Compiling ArgumentParser ParsedValues.swift
[25/73] Compiling ArgumentParser ParsableArgumentsValidation.swift
[26/73] Compiling ArgumentParser ParsableCommand.swift
[27/73] Compiling ArgumentParser ParserError.swift
[28/73] Compiling ArgumentParser SplitArguments.swift
[29/73] Compiling ArgumentParser CompletionKind.swift
[30/73] Compiling ArgumentParser Errors.swift
[31/73] Compiling ArgumentParser Argument.swift
[32/73] Compiling ArgumentParser ArgumentHelp.swift
[33/73] Compiling ArgumentParser ArgumentSet.swift
[34/73] Compiling ArgumentParser CommandParser.swift
[35/73] Compiling ArgumentParser ArgumentDecoder.swift
[36/73] Compiling ArgumentParser ArgumentDefinition.swift
[37/73] Emitting module Swifter
[38/73] Compiling SwiftIP SwiftIP.swift
[39/73] Emitting module SwiftIP
[48/73] Compiling ArgumentParser DumpHelpGenerator.swift
[49/73] Compiling ArgumentParser HelpCommand.swift
[50/73] Compiling ArgumentParser HelpGenerator.swift
[51/73] Compiling ArgumentParser Flag.swift
[52/73] Compiling ArgumentParser NameSpecification.swift
[53/73] Compiling ArgumentParser Option.swift
[54/73] Compiling ArgumentParser OptionGroup.swift
[55/73] Compiling ArgumentParser MessageInfo.swift
[56/73] Compiling ArgumentParser UsageGenerator.swift
[57/73] Compiling ArgumentParser CollectionExtensions.swift
[66/73] Compiling ArgumentParser SequenceExtensions.swift
[67/73] Compiling ArgumentParser StringExtensions.swift
[68/73] Compiling ArgumentParser Tree.swift
[69/73] Compiling Swifter String+SHA1.swift
[70/73] Compiling Swifter WebSockets.swift
[71/75] Compiling SimpleSwiftServer main.swift
[72/75] Emitting module SimpleSwiftServer
[72/75] Write Objects.LinkFileList
[73/75] Linking server
[74/75] Applying server
Build complete! (15.76s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/httpswift/swifter
Fetching https://github.com/Samasaur1/SwiftIP
[1/295] Fetching swiftip
[66/6331] Fetching swiftip, swifter
[349/18732] Fetching swiftip, swifter, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.32s)
Fetched https://github.com/httpswift/swifter from cache (2.32s)
Fetched https://github.com/Samasaur1/SwiftIP from cache (2.32s)
Computing version for https://github.com/httpswift/swifter
Computed https://github.com/httpswift/swifter at 1.4.5 (1.79s)
Computing version for https://github.com/Samasaur1/SwiftIP
Computed https://github.com/Samasaur1/SwiftIP at 2.2.2 (0.49s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 0.5.0 (1.80s)
Creating working copy for https://github.com/httpswift/swifter
Working copy of https://github.com/httpswift/swifter resolved at 1.4.5
Creating working copy for https://github.com/Samasaur1/SwiftIP
Working copy of https://github.com/Samasaur1/SwiftIP resolved at 2.2.2
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 0.5.0
Build complete.
{
"dependencies" : [
{
"identity" : "swiftip",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Samasaur1/SwiftIP"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swifter",
"requirement" : {
"exact" : [
"1.4.5"
]
},
"type" : "sourceControl",
"url" : "https://github.com/httpswift/swifter"
}
],
"manifest_display_name" : "SimpleSwiftServer",
"name" : "SimpleSwiftServer",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "server",
"targets" : [
"SimpleSwiftServer"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "SimpleSwiftServer",
"module_type" : "SwiftTarget",
"name" : "SimpleSwiftServer",
"path" : "Sources/SimpleSwiftServer",
"product_dependencies" : [
"ArgumentParser",
"SwiftIP",
"Swifter"
],
"product_memberships" : [
"server"
],
"sources" : [
"main.swift"
],
"type" : "executable"
}
],
"tools_version" : "4.2"
}
Done.