The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SimpleSwiftServer, reference master (7c799e), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 13:14:13 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/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:             6.2
Building package at path:  $PWD
https://github.com/Samasaur1/SimpleSwiftServer.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/10] Write sources
[2/10] Write server-entitlement.plist
[4/10] Write sources
[6/10] Write swift-version-1EA4D86E10B52AF.txt
[8/33] Compiling ArgumentParserToolInfo ToolInfo.swift
[9/33] Emitting module ArgumentParserToolInfo
[10/68] Emitting module ArgumentParser
[11/71] Compiling ArgumentParser SequenceExtensions.swift
[12/71] Compiling ArgumentParser StringExtensions.swift
[13/71] Compiling ArgumentParser Tree.swift
[14/71] Compiling ArgumentParser Parsed.swift
[15/71] Compiling ArgumentParser ParsedValues.swift
[16/71] Compiling ArgumentParser ParserError.swift
[17/71] Compiling ArgumentParser SplitArguments.swift
[18/71] Compiling ArgumentParser Flag.swift
[19/71] Compiling ArgumentParser NameSpecification.swift
[20/71] Compiling ArgumentParser Option.swift
[21/71] Compiling ArgumentParser OptionGroup.swift
[22/71] Compiling ArgumentParser DumpHelpGenerator.swift
[23/71] Compiling ArgumentParser HelpCommand.swift
[24/71] Compiling ArgumentParser Argument.swift
[25/71] Compiling ArgumentParser ArgumentHelp.swift
[26/71] Compiling ArgumentParser CompletionKind.swift
[27/71] Compiling ArgumentParser Errors.swift
[28/73] Compiling SwiftIP SwiftIP.swift
[29/73] Emitting module SwiftIP
[30/73] Compiling ArgumentParser ParsableArgumentsValidation.swift
[31/73] Compiling ArgumentParser ParsableCommand.swift
[32/73] Compiling ArgumentParser ArgumentDecoder.swift
[33/73] Compiling ArgumentParser ArgumentDefinition.swift
[34/73] Compiling ArgumentParser ArgumentSet.swift
[35/73] Compiling ArgumentParser CommandParser.swift
[42/73] Emitting module Swifter
[45/73] Compiling ArgumentParser InputOrigin.swift
[46/73] Compiling ArgumentParser Name.swift
[47/73] Compiling ArgumentParser CommandConfiguration.swift
[48/73] Compiling ArgumentParser EnumerableFlag.swift
[49/73] Compiling ArgumentParser ExpressibleByArgument.swift
[50/73] Compiling ArgumentParser ParsableArguments.swift
[51/73] Compiling ArgumentParser MessageInfo.swift
[52/73] Compiling ArgumentParser UsageGenerator.swift
[53/73] Compiling ArgumentParser CollectionExtensions.swift
[54/73] Compiling Swifter WebSockets.swift
[55/73] Compiling ArgumentParser CompletionsGenerator.swift
[56/73] Compiling ArgumentParser FishCompletionsGenerator.swift
[57/73] Compiling ArgumentParser ZshCompletionsGenerator.swift
[68/73] Compiling Swifter String+SHA1.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! (12.98s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/Samasaur1/SwiftIP
Fetching https://github.com/httpswift/swifter
[6/295] Fetching swiftip
[66/6345] Fetching swiftip, swifter
[1078/21725] Fetching swiftip, swifter, swift-argument-parser
Fetched https://github.com/httpswift/swifter from cache (1.55s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.55s)
Fetched https://github.com/Samasaur1/SwiftIP from cache (1.55s)
Computing version for https://github.com/httpswift/swifter
Computed https://github.com/httpswift/swifter at 1.4.5 (3.50s)
Computing version for https://github.com/Samasaur1/SwiftIP
Computed https://github.com/Samasaur1/SwiftIP at 2.2.2 (0.48s)
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.91s)
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
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/httpswift/swifter
Working copy of https://github.com/httpswift/swifter resolved at 1.4.5
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.