The Swift Package Index logo.Swift Package Index

Build Information

Successful build of NMEAParser, reference 1.0.5 (4d4ec4), with Swift 6.1 for macOS (SPM) on 31 Oct 2025 09:33:32 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sindreoyen/NMEAParser.git
Reference: 1.0.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sindreoyen/NMEAParser
 * tag               1.0.5      -> FETCH_HEAD
HEAD is now at 4d4ec47 Update GGAFixType+Description.swift
Cloned https://github.com/sindreoyen/NMEAParser.git
Revision (git rev-parse @):
4d4ec4744cd58adc2774c3ecc64770fbe5ac30c5
SUCCESS checkout https://github.com/sindreoyen/NMEAParser.git at 1.0.5
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/sindreoyen/NMEAParser.git
https://github.com/sindreoyen/NMEAParser.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "NMEAParser",
  "name" : "NMEAParser",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "NMEAParser",
      "targets" : [
        "NMEAParser"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NMEAParserTests",
      "module_type" : "SwiftTarget",
      "name" : "NMEAParserTests",
      "path" : "Tests/NMEAParserTests",
      "sources" : [
        "Sentences/GGA/GGAParserTests.swift",
        "Sentences/RMC/RMCParserTests.swift"
      ],
      "target_dependencies" : [
        "NMEAParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NMEAParser",
      "module_type" : "SwiftTarget",
      "name" : "NMEAParser",
      "path" : "Sources/NMEAParser",
      "product_memberships" : [
        "NMEAParser"
      ],
      "sources" : [
        "Error/NMEAParserError.swift",
        "NMEAParserManager+Process.swift",
        "NMEAParserManager.swift",
        "NMEAParserUtilities.swift",
        "Sentences/GGA/FixType/GGAFixType+Description.swift",
        "Sentences/GGA/FixType/GGAFixType.swift",
        "Sentences/GGA/GGAData.swift",
        "Sentences/GGA/GGAParser.swift",
        "Sentences/RMC/RMCData.swift",
        "Sentences/RMC/RMCParser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/12] Compiling NMEAParser GGAFixType.swift
[4/13] Emitting module NMEAParser
[5/13] Compiling NMEAParser RMCData.swift
[6/13] Compiling NMEAParser GGAParser.swift
[7/13] Compiling NMEAParser RMCParser.swift
[8/13] Compiling NMEAParser GGAData.swift
[9/13] Compiling NMEAParser NMEAParserError.swift
[10/13] Compiling NMEAParser NMEAParserManager+Process.swift
[11/13] Compiling NMEAParser NMEAParserUtilities.swift
[12/13] Compiling NMEAParser NMEAParserManager.swift
[13/13] Compiling NMEAParser GGAFixType+Description.swift
Build complete! (8.60s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "NMEAParser",
  "name" : "NMEAParser",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "NMEAParser",
      "targets" : [
        "NMEAParser"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NMEAParserTests",
      "module_type" : "SwiftTarget",
      "name" : "NMEAParserTests",
      "path" : "Tests/NMEAParserTests",
      "sources" : [
        "Sentences/GGA/GGAParserTests.swift",
        "Sentences/RMC/RMCParserTests.swift"
      ],
      "target_dependencies" : [
        "NMEAParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NMEAParser",
      "module_type" : "SwiftTarget",
      "name" : "NMEAParser",
      "path" : "Sources/NMEAParser",
      "product_memberships" : [
        "NMEAParser"
      ],
      "sources" : [
        "Error/NMEAParserError.swift",
        "NMEAParserManager+Process.swift",
        "NMEAParserManager.swift",
        "NMEAParserUtilities.swift",
        "Sentences/GGA/FixType/GGAFixType+Description.swift",
        "Sentences/GGA/FixType/GGAFixType.swift",
        "Sentences/GGA/GGAData.swift",
        "Sentences/GGA/GGAParser.swift",
        "Sentences/RMC/RMCData.swift",
        "Sentences/RMC/RMCParser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.