The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftSerial, reference main (764bf5), with Swift 6.2 for Linux on 23 Jun 2025 08:35:30 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mredig/SwiftSerial.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/mredig/SwiftSerial
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 764bf55 (nit) readme tweak
Cloned https://github.com/mredig/SwiftSerial.git
Revision (git rev-parse @):
764bf55dc7667f665934ce69d63211471bf55b0f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mredig/SwiftSerial.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mredig/SwiftSerial.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-argument-parser.git
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.93s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.3.1 (1.39s)
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 1.3.1
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/12] Write sources
[5/12] Write swift-version-24593BA9C3E375BF.txt
[7/22] Emitting module ArgumentParserToolInfo
[8/22] Compiling ArgumentParserToolInfo ToolInfo.swift
[9/23] Wrapping AST for ArgumentParserToolInfo for debugging
[11/60] Compiling ArgumentParser ArgumentVisibility.swift
[12/60] Compiling ArgumentParser CompletionKind.swift
[13/60] Compiling ArgumentParser Errors.swift
[14/60] Compiling ArgumentParser Flag.swift
[15/60] Compiling ArgumentParser NameSpecification.swift
[16/65] Compiling SwiftSerial SerialPort.swift
[17/65] Emitting module ArgumentParser
[18/65] Compiling SwiftSerial DataBitsSize.swift
[19/65] Compiling SwiftSerial BaudRate.swift
[20/65] Compiling SwiftSerial SerialPortDeprecated.swift
[21/65] Compiling SwiftSerial PortError.swift
[22/65] Emitting module SwiftSerial
[23/65] Compiling SwiftSerial PortMode.swift
[24/65] Compiling SwiftSerial ParityType.swift
[26/66] Compiling ArgumentParser BashCompletionsGenerator.swift
[27/66] Compiling ArgumentParser CompletionsGenerator.swift
[28/66] Compiling ArgumentParser FishCompletionsGenerator.swift
[29/66] Compiling ArgumentParser ZshCompletionsGenerator.swift
[30/66] Compiling ArgumentParser Argument.swift
[31/66] Compiling ArgumentParser ArgumentHelp.swift
[32/66] Compiling ArgumentParser Option.swift
[33/66] Compiling ArgumentParser OptionGroup.swift
[34/66] Compiling ArgumentParser AsyncParsableCommand.swift
[35/66] Compiling ArgumentParser CommandConfiguration.swift
[36/66] Compiling ArgumentParser EnumerableFlag.swift
[36/66] Wrapping AST for SwiftSerial for debugging
[38/66] Compiling ArgumentParser Name.swift
[39/66] Compiling ArgumentParser Parsed.swift
[40/66] Compiling ArgumentParser ParsedValues.swift
[41/66] Compiling ArgumentParser ParserError.swift
[42/66] Compiling ArgumentParser SplitArguments.swift
[43/66] Compiling ArgumentParser DumpHelpGenerator.swift
[44/66] Compiling ArgumentParser HelpCommand.swift
[45/66] Compiling ArgumentParser HelpGenerator.swift
[46/66] Compiling ArgumentParser MessageInfo.swift
[47/66] Compiling ArgumentParser UsageGenerator.swift
[48/66] Compiling ArgumentParser CollectionExtensions.swift
[49/66] Compiling ArgumentParser Platform.swift
[50/66] Compiling ArgumentParser SequenceExtensions.swift
[51/66] Compiling ArgumentParser StringExtensions.swift
[52/66] Compiling ArgumentParser Tree.swift
[53/66] Compiling ArgumentParser ExpressibleByArgument.swift
[54/66] Compiling ArgumentParser ParsableArguments.swift
[55/66] Compiling ArgumentParser ParsableArgumentsValidation.swift
[56/66] Compiling ArgumentParser ParsableCommand.swift
[57/66] Compiling ArgumentParser ArgumentDecoder.swift
[58/66] Compiling ArgumentParser ArgumentDefinition.swift
[59/66] Compiling ArgumentParser ArgumentSet.swift
[60/66] Compiling ArgumentParser CommandParser.swift
[61/66] Compiling ArgumentParser InputKey.swift
[62/66] Compiling ArgumentParser InputOrigin.swift
[63/67] Wrapping AST for ArgumentParser for debugging
[65/69] Emitting module SerialTerminal
[66/69] Compiling SerialTerminal Terminal.swift
[67/70] Wrapping AST for SerialTerminal for debugging
[68/70] Write Objects.LinkFileList
[69/70] Linking SerialTerminal
Build complete! (29.47s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "1.4.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "SwiftSerial",
  "name" : "SwiftSerial",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "SwiftSerial",
      "targets" : [
        "SwiftSerial"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SerialTerminal",
      "targets" : [
        "SerialTerminal"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftSerial",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSerial",
      "path" : "Sources/SwiftSerial",
      "product_memberships" : [
        "SwiftSerial",
        "SerialTerminal"
      ],
      "sources" : [
        "BaudRate.swift",
        "DataBitsSize.swift",
        "ParityType.swift",
        "PortError.swift",
        "PortMode.swift",
        "SerialPort.swift",
        "SerialPortDeprecated.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SerialTerminal",
      "module_type" : "SwiftTarget",
      "name" : "SerialTerminal",
      "path" : "Sources/SerialTerminal",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "SerialTerminal"
      ],
      "sources" : [
        "Terminal.swift"
      ],
      "target_dependencies" : [
        "SwiftSerial"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.