The Swift Package Index logo.Swift Package Index

Build Information

Successful build of MeshGenerator, reference 0.6.0 (603ca8), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 20:27:58 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/heckj/MeshGenerator.git
Reference: 0.6.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/heckj/MeshGenerator
 * tag               0.6.0      -> FETCH_HEAD
HEAD is now at 603ca8d updating documentation
Cloned https://github.com/heckj/MeshGenerator.git
Revision (git rev-parse @):
603ca8d7fd02d91df44a80e69192c46ac8396382
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/heckj/MeshGenerator.git at 0.6.0
Fetching https://github.com/apple/swift-docc-plugin
[1/2271] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.15s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.0.0 (1.90s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved 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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "meshgenerator",
      "name": "MeshGenerator",
      "url": "https://github.com/heckj/MeshGenerator.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/MeshGenerator",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/heckj/MeshGenerator.git
[1/1461] Fetching meshgenerator
Fetched https://github.com/heckj/MeshGenerator.git from cache (1.30s)
Creating working copy for https://github.com/heckj/MeshGenerator.git
Working copy of https://github.com/heckj/MeshGenerator.git resolved at 0.6.0 (603ca8d)
warning: '.resolve-product-dependencies': dependency 'meshgenerator' 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/heckj/MeshGenerator.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version--6988338F2F200930.txt
[5/18] Compiling MeshGenerator Triangle.swift
[6/18] Compiling MeshGenerator Vector.swift
[7/19] Compiling MeshGenerator Vertex.swift
[8/19] Compiling MeshGenerator TextureCoordinates.swift
[9/19] Compiling MeshGenerator Plane.swift
[10/19] Compiling MeshGenerator QuickTestView.swift
[11/19] Compiling MeshGenerator MeshGenerator+SceneKit.swift
[12/19] Compiling MeshGenerator MeshGenerator+UIKit.swift
[13/19] Compiling MeshGenerator LineSegment.swift
[14/19] Compiling MeshGenerator Mesh.swift
[15/19] Compiling MeshGenerator Bounds.swift
[16/19] Compiling MeshGenerator ColorRepresentation.swift
[17/19] Emitting module MeshGenerator
[18/19] Compiling MeshGenerator MeshGenerator+AppKit.swift
[19/19] Compiling MeshGenerator MeshGenerator+RealityKit.swift
Build complete! (15.90s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "MeshGenerator",
  "name" : "MeshGenerator",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "MeshGenerator",
      "targets" : [
        "MeshGenerator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MeshGeneratorTests",
      "module_type" : "SwiftTarget",
      "name" : "MeshGeneratorTests",
      "path" : "Tests/MeshGeneratorTests",
      "sources" : [
        "BoundsTests.swift",
        "DocSnippets.swift",
        "ExportContentTests.swift",
        "LineSegmentTests.swift",
        "MeshTests.swift",
        "PlaneTests.swift",
        "RealityKitTests.swift",
        "TriangleTests.swift",
        "VectorTests.swift",
        "VertexTests.swift"
      ],
      "target_dependencies" : [
        "MeshGenerator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MeshGenerator",
      "module_type" : "SwiftTarget",
      "name" : "MeshGenerator",
      "path" : "Sources/MeshGenerator",
      "product_memberships" : [
        "MeshGenerator"
      ],
      "sources" : [
        "Bounds.swift",
        "ColorRepresentation.swift",
        "LineSegment.swift",
        "Mesh.swift",
        "MeshGenerator+AppKit.swift",
        "MeshGenerator+RealityKit.swift",
        "MeshGenerator+SceneKit.swift",
        "MeshGenerator+UIKit.swift",
        "Plane.swift",
        "QuickTestView.swift",
        "TextureCoordinates.swift",
        "Triangle.swift",
        "Vector.swift",
        "Vertex.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/heckj/meshgenerator/0.6.0
Repository:               heckj/MeshGenerator
Swift version used:       6.3
        .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
Target:                   MeshGenerator
Generating documentation for 'MeshGenerator'...
Converting documentation...
warning: Parameter 'vertices' not found in initializer declaration
   --> ../Triangle.swift:114:11-114:66
112 |     /// Vertex normals will be set to match face normal based on the positions being listed in a counter-clockwise direction.
113 |     /// - Parameters:
114 +     ///   - vertices: The points making up the face of a polygon.
    |           ╰─suggestion: Remove 'vertices' parameter documentation
115 |     ///   - material: The material to use for rendering the polygon.
116 |     public init(_ v1: Vector, _ v2: Vector, _ v3: Vector, material: Material? = nil) {
warning: Parameter 'v1' is missing documentation
   --> ../Triangle.swift:115:69-115:69
113 |     /// - Parameters:
114 |     ///   - vertices: The points making up the face of a polygon.
115 +     ///   - material: The material to use for rendering the polygon.
    |           ╰─suggestion: Document 'v1' parameter
116 |     public init(_ v1: Vector, _ v2: Vector, _ v3: Vector, material: Material? = nil) {
117 |         self.init(unchecked: [Vertex(position: v1), Vertex(position: v2), Vertex(position: v3)],
warning: Parameter 'v3' is missing documentation
   --> ../Triangle.swift:115:69-115:69
113 |     /// - Parameters:
114 |     ///   - vertices: The points making up the face of a polygon.
115 +     ///   - material: The material to use for rendering the polygon.
    |           ╰─suggestion: Document 'v3' parameter
116 |     public init(_ v1: Vector, _ v2: Vector, _ v3: Vector, material: Material? = nil) {
117 |         self.init(unchecked: [Vertex(position: v1), Vertex(position: v2), Vertex(position: v3)],
warning: Parameter 'v2' is missing documentation
   --> ../Triangle.swift:115:69-115:69
113 |     /// - Parameters:
114 |     ///   - vertices: The points making up the face of a polygon.
115 +     ///   - material: The material to use for rendering the polygon.
    |           ╰─suggestion: Document 'v2' parameter
116 |     public init(_ v1: Vector, _ v2: Vector, _ v3: Vector, material: Material? = nil) {
117 |         self.init(unchecked: [Vertex(position: v1), Vertex(position: v2), Vertex(position: v3)],
warning: Parameter 'normal' not found in instance method declaration
   --> ../Triangle.swift:129:9-129:63
127 |
128 |     /// Creates a new triangle with material you provide.
129 +     /// - Parameter normal: The normal to apply to the vertex.
    |         ╰─suggestion: Remove 'normal' parameter documentation
130 |     public func with(material: Material?) -> Triangle {
131 |         return Triangle(unchecked: vertices, plane: plane, material: material)
warning: Parameter 'material' is missing documentation
   --> ../Triangle.swift:129:63-129:63
127 |
128 |     /// Creates a new triangle with material you provide.
129 +     /// - Parameter normal: The normal to apply to the vertex.
    |                                                               ╰─suggestion: Document 'material' parameter
130 |     public func with(material: Material?) -> Triangle {
131 |         return Triangle(unchecked: vertices, plane: plane, material: material)
warning: Parameter 'other' not found in instance method declaration
   --> ../Vector.swift:138:21-138:26
136 |
137 |     /// Computes the dot-product of this vector and another you provide.
138 +     /// - Parameter other: The vector against which to compute a dot product.
    |                     ╰─suggestion: Replace 'other' with 'another'
139 |     /// - Returns: A double that indicates the value to which one vector applies to another.
140 |     public func dot(_ another: Vector) -> Double {
warning: Parameter 'another' is missing documentation
   --> ../Vector.swift:138:78-138:78
136 |
137 |     /// Computes the dot-product of this vector and another you provide.
138 +     /// - Parameter other: The vector against which to compute a dot product.
    |                                                                              ╰─suggestion: Document 'another' parameter
139 |     /// - Returns: A double that indicates the value to which one vector applies to another.
140 |     public func dot(_ another: Vector) -> Double {
Conversion complete! (0.67s)
Generated DocC archive at '/Users/admin/builder/spi-builder-workspace/.docs/heckj/meshgenerator/0.6.0'
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'MeshGenerator' complete! (0.17s)
     430
4	/Users/admin/builder/spi-builder-workspace/.docs/heckj/meshgenerator/0.6.0
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/heckj/meshgenerator/0.6.0
File count: 430
Doc size:   4.0MB
Preparing doc bundle ...
Uploading prod-heckj-meshgenerator-0.6.0-7b4d66d3.zip to s3://spi-docs-inbox/prod-heckj-meshgenerator-0.6.0-7b4d66d3.zip
Copying... [16%]
Copying... [24%]
Copying... [32%]
Copying... [48%]
Copying... [56%]
Copying... [64%]
Copying... [72%]
Copying... [88%]
Copying... [96%]
Copying... [100%]
Done.