The Swift Package Index logo.Swift Package Index

Build Information

Successful build of JSONLines, reference 1.0.0 (e4d389), with Swift 6.2 for macOS (SPM) on 28 Nov 2025 08:45:54 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattt/PartialJSONDecoder.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mattt/PartialJSONDecoder
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at e4d389e Add CI workflow (#1)
Cloned https://github.com/mattt/PartialJSONDecoder.git
Revision (git rev-parse @):
e4d389e6bcc6771bb988d1a8a17695d8bfa97172
SUCCESS checkout https://github.com/mattt/PartialJSONDecoder.git at 1.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "partialjsondecoder",
      "name": "JSONLines",
      "url": "https://github.com/mattt/PartialJSONDecoder.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PartialJSONDecoder",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/mattt/PartialJSONDecoder.git
[1/39] Fetching partialjsondecoder
Fetched https://github.com/mattt/PartialJSONDecoder.git from cache (0.63s)
Creating working copy for https://github.com/mattt/PartialJSONDecoder.git
Working copy of https://github.com/mattt/PartialJSONDecoder.git resolved at 1.0.0 (e4d389e)
warning: '.resolve-product-dependencies': dependency 'partialjsondecoder' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mattt/PartialJSONDecoder.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/7] Compiling PartialJSONDecoder PartialJSONDecoder.swift
[4/7] Compiling PartialJSONDecoder JSONCompleter.swift
[5/7] Emitting module PartialJSONDecoder
[6/7] Compiling PartialJSONDecoder AsyncPartialJSONSequence.swift
[7/7] Compiling PartialJSONDecoder AsyncSequence+PartialJSON.swift
Build complete! (4.46s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "JSONLines",
  "name" : "JSONLines",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "PartialJSONDecoder",
      "targets" : [
        "PartialJSONDecoder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PartialJSONDecoderTests",
      "module_type" : "SwiftTarget",
      "name" : "PartialJSONDecoderTests",
      "path" : "Tests/PartialJSONDecoderTests",
      "sources" : [
        "AsyncPartialJSONSequenceTests.swift",
        "AsyncSequenceExtensionTests.swift",
        "Helpers/AsyncBytes.swift",
        "Helpers/AsyncThroughSequence.swift",
        "Helpers/ChunkedAsyncBytes.swift",
        "JSONCompleterTests.swift",
        "PartialJSONDecoderTests.swift"
      ],
      "target_dependencies" : [
        "PartialJSONDecoder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PartialJSONDecoder",
      "module_type" : "SwiftTarget",
      "name" : "PartialJSONDecoder",
      "path" : "Sources/PartialJSONDecoder",
      "product_memberships" : [
        "PartialJSONDecoder"
      ],
      "sources" : [
        "AsyncPartialJSONSequence.swift",
        "AsyncSequence+PartialJSON.swift",
        "JSONCompleter.swift",
        "PartialJSONDecoder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.