The Swift Package Index logo.Swift Package Index

Build Information

Successful build of MeshGenerator, reference main (b6b2a5), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 20:27:49 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/heckj/MeshGenerator
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b6b2a52 swift6 ready - sendable conformances for public structs mostly
Cloned https://github.com/heckj/MeshGenerator.git
Revision (git rev-parse @):
b6b2a52303a58e7a5ca331e9334ce8c3c44407ac
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/heckj/MeshGenerator.git at main
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-docc-symbolkit
[1/2271] Fetching swift-docc-plugin
[229/5943] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-plugin from cache (1.21s)
Computing version for https://github.com/apple/swift-docc-plugin
Fetched https://github.com/apple/swift-docc-symbolkit from cache (1.21s)
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (4.21s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.74s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit 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 (0.99s)
Creating working copy for https://github.com/heckj/MeshGenerator.git
Working copy of https://github.com/heckj/MeshGenerator.git resolved at main (b6b2a52)
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 TextureCoordinates.swift
[7/18] Compiling MeshGenerator Vector.swift
[8/19] Compiling MeshGenerator Vertex.swift
[9/19] Compiling MeshGenerator Plane.swift
[10/19] Compiling MeshGenerator MeshGenerator+SceneKit.swift
[11/19] Compiling MeshGenerator MeshGenerator+UIKit.swift
[12/19] Compiling MeshGenerator QuickTestView.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! (18.24s)
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"
    },
    {
      "name" : "visionos",
      "version" : "1.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.9"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/heckj/meshgenerator/main
Repository:               heckj/MeshGenerator
Swift version used:       6.3
        .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
        .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
        .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
        .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 '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 '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 '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.60s)
Generated DocC archive at '/Users/admin/builder/spi-builder-workspace/.docs/heckj/meshgenerator/main'
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[2/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling SymbolKit Mixin+Equals.swift
[7/53] Compiling SymbolKit Mixin+Hash.swift
[8/53] Compiling SymbolKit Mixin.swift
[9/53] Compiling SymbolKit LineList.swift
[10/53] Compiling SymbolKit Position.swift
[11/57] Compiling SymbolKit GenericConstraint.swift
[12/57] Compiling SymbolKit GenericParameter.swift
[13/57] Compiling SymbolKit Generics.swift
[14/57] Compiling SymbolKit Namespace.swift
[15/57] Compiling SymbolKit DeclarationFragments.swift
[16/57] Compiling SymbolKit Fragment.swift
[17/57] Compiling SymbolKit FragmentKind.swift
[18/57] Compiling SymbolKit FunctionParameter.swift
[19/57] Compiling SymbolKit FunctionSignature.swift
[20/57] Compiling Snippets SnippetParser.swift
[21/57] Emitting module Snippets
[22/57] Compiling Snippets Snippet.swift
[23/57] Compiling SymbolKit SemanticVersion.swift
[24/57] Compiling SymbolKit AccessControl.swift
[25/57] Compiling SymbolKit Availability.swift
[26/57] Compiling SymbolKit AvailabilityItem.swift
[27/57] Compiling SymbolKit Domain.swift
[28/57] Compiling SymbolKit Relationship.swift
[29/57] Compiling SymbolKit RelationshipKind.swift
[30/57] Compiling SymbolKit SourceOrigin.swift
[31/57] Compiling SymbolKit GenericConstraints.swift
[32/57] Compiling SymbolKit Swift.swift
[33/57] Compiling SymbolKit Names.swift
[34/57] Compiling SymbolKit SPI.swift
[35/57] Compiling SymbolKit Snippet.swift
[36/57] Compiling SymbolKit Extension.swift
[37/57] Compiling SymbolKit SourceRange.swift
[38/57] Compiling SymbolKit Metadata.swift
[39/57] Compiling SymbolKit Module.swift
[40/57] Compiling SymbolKit OperatingSystem.swift
[41/57] Compiling SymbolKit Platform.swift
[42/57] Compiling SymbolKit Identifier.swift
[43/57] Compiling SymbolKit KindIdentifier.swift
[44/57] Compiling SymbolKit Location.swift
[45/57] Compiling SymbolKit Mutability.swift
[46/57] Emitting module SymbolKit
[47/57] Compiling SymbolKit Symbol.swift
[48/57] Compiling SymbolKit SymbolKind.swift
[49/57] Compiling SymbolKit SymbolGraph.swift
[50/57] Compiling SymbolKit GraphCollector.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.15s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'MeshGenerator' complete! (0.19s)
     468
4	/Users/admin/builder/spi-builder-workspace/.docs/heckj/meshgenerator/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/heckj/meshgenerator/main
File count: 468
Doc size:   4.0MB
Preparing doc bundle ...
Uploading prod-heckj-meshgenerator-main-dc62f91c.zip to s3://spi-docs-inbox/prod-heckj-meshgenerator-main-dc62f91c.zip
Copying... [15%]
Copying... [23%]
Copying... [30%]
Copying... [45%]
Copying... [53%]
Copying... [61%]
Copying... [76%]
Copying... [83%]
Copying... [91%]
Copying... [100%]
Done.