The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SimpleSwiftServer, reference v4.4.0 (3a5533), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 13:11:28 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: v4.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Samasaur1/SimpleSwiftServer
 * tag               v4.4.0     -> FETCH_HEAD
HEAD is now at 3a55333 Package with Nix; bump to v4.4.0
Cloned https://github.com/Samasaur1/SimpleSwiftServer.git
Revision (git rev-parse @):
3a55333070975105774e4d766f68dafae66d5423
SUCCESS checkout https://github.com/Samasaur1/SimpleSwiftServer.git at v4.4.0
========================================
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
[2/10] Write sources
[6/10] Write swift-version-1EA4D86E10B52AF.txt
[8/33] Emitting module ArgumentParserToolInfo
[9/33] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/68] Compiling ArgumentParser Argument.swift
[11/68] Compiling ArgumentParser ArgumentHelp.swift
[12/68] Compiling ArgumentParser CompletionKind.swift
[13/68] Compiling ArgumentParser Errors.swift
[14/71] Compiling ArgumentParser CommandConfiguration.swift
[15/71] Compiling ArgumentParser EnumerableFlag.swift
[16/71] Compiling ArgumentParser ExpressibleByArgument.swift
[17/71] Compiling ArgumentParser ParsableArguments.swift
[18/71] Compiling ArgumentParser Parsed.swift
[19/71] Compiling ArgumentParser ParsedValues.swift
[20/71] Compiling ArgumentParser ParserError.swift
[21/71] Compiling ArgumentParser SplitArguments.swift
[22/71] Compiling ArgumentParser Flag.swift
[23/71] Compiling ArgumentParser NameSpecification.swift
[24/71] Compiling ArgumentParser Option.swift
[25/71] Compiling ArgumentParser OptionGroup.swift
[26/71] Compiling ArgumentParser SequenceExtensions.swift
[27/71] Compiling ArgumentParser StringExtensions.swift
[28/71] Compiling ArgumentParser Tree.swift
[35/73] Emitting module Swifter
[36/73] Emitting module SwiftIP
[40/73] Compiling SwiftIP SwiftIP.swift
[42/73] Compiling ArgumentParser ParsableArgumentsValidation.swift
[43/73] Compiling ArgumentParser ParsableCommand.swift
[44/73] Compiling ArgumentParser MessageInfo.swift
[45/73] Compiling ArgumentParser UsageGenerator.swift
[46/73] Compiling ArgumentParser ArgumentDecoder.swift
[47/73] Compiling ArgumentParser ArgumentDefinition.swift
[48/73] Compiling ArgumentParser CollectionExtensions.swift
[50/73] Emitting module ArgumentParser
[58/73] Compiling ArgumentParser BashCompletionsGenerator.swift
[59/73] Compiling ArgumentParser CompletionsGenerator.swift
[60/73] Compiling ArgumentParser FishCompletionsGenerator.swift
[61/73] Compiling ArgumentParser ZshCompletionsGenerator.swift
[62/73] Compiling Swifter WebSockets.swift
[63/73] Compiling ArgumentParser CommandParser.swift
[64/73] Compiling ArgumentParser InputOrigin.swift
[65/73] Compiling ArgumentParser Name.swift
[66/73] Compiling ArgumentParser DumpHelpGenerator.swift
[67/73] Compiling ArgumentParser HelpCommand.swift
[68/73] Compiling ArgumentParser HelpGenerator.swift
[69/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.92s)
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
[60/6345] Fetching swiftip, swifter
[1864/21725] Fetching swiftip, swifter, swift-argument-parser
Fetched https://github.com/httpswift/swifter from cache (1.53s)
Fetched https://github.com/Samasaur1/SwiftIP from cache (1.53s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.53s)
Computing version for https://github.com/httpswift/swifter
Computed https://github.com/httpswift/swifter at 1.4.5 (3.48s)
Computing version for https://github.com/Samasaur1/SwiftIP
Computed https://github.com/Samasaur1/SwiftIP at 2.2.2 (0.51s)
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.93s)
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/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
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.