The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-partial-decodable, reference 0.0.4 (e71994), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 09:19:59 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/horita-yuya/swift-partial-decodable.git
Reference: 0.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/horita-yuya/swift-partial-decodable
 * tag               0.0.4      -> FETCH_HEAD
HEAD is now at e719942 Update
Cloned https://github.com/horita-yuya/swift-partial-decodable.git
Revision (git rev-parse @):
e7199426236faeb069beedc7a3c5c7379060c803
SUCCESS checkout https://github.com/horita-yuya/swift-partial-decodable.git at 0.0.4
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swift-partial-decodable",
      "name": "swift-partial-decodable",
      "url": "https://github.com/horita-yuya/swift-partial-decodable.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-partial-decodable",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/horita-yuya/swift-partial-decodable.git
[1/83] Fetching swift-partial-decodable
Fetched https://github.com/horita-yuya/swift-partial-decodable.git from cache (0.60s)
Creating working copy for https://github.com/horita-yuya/swift-partial-decodable.git
Working copy of https://github.com/horita-yuya/swift-partial-decodable.git resolved at 0.0.4 (e719942)
warning: '.resolve-product-dependencies': dependency 'swift-partial-decodable' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/horita-yuya/swift-partial-decodable.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/5] Compiling PartialDecodable Parser.swift
[4/5] Compiling PartialDecodable Tokenizer.swift
[5/5] Emitting module PartialDecodable
Build complete! (4.89s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-partial-decodable",
  "name" : "swift-partial-decodable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    },
    {
      "name" : "watchos",
      "version" : "11.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "PartialDecodable",
      "targets" : [
        "PartialDecodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PartialDecodableTests",
      "module_type" : "SwiftTarget",
      "name" : "PartialDecodableTests",
      "path" : "Tests/PartialDecodableTests",
      "sources" : [
        "ParserIncrementalTests.swift",
        "TokenizerStreamTests.swift",
        "UsageExampleTests.swift"
      ],
      "target_dependencies" : [
        "PartialDecodable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PartialDecodable",
      "module_type" : "SwiftTarget",
      "name" : "PartialDecodable",
      "path" : "Sources/PartialDecodable",
      "product_memberships" : [
        "PartialDecodable"
      ],
      "sources" : [
        "Parser.swift",
        "Tokenizer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.