The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of MeshGenerator, reference main (b6b2a5), with Swift 6.0 for macOS (SPM) on 29 Nov 2024 21:33:19 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.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.58.1
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-symbolkit
Fetching https://github.com/apple/swift-docc-plugin
[1/2038] Fetching swift-docc-plugin
[226/5225] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-plugin from cache (1.25s)
Computing version for https://github.com/apple/swift-docc-plugin
Fetched https://github.com/apple/swift-docc-symbolkit from cache (1.26s)
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (3.03s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.63s)
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",
  "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",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/heckj/MeshGenerator.git
[1/1461] Fetching meshgenerator
Fetched https://github.com/heckj/MeshGenerator.git from cache (1.07s)
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.0
Building package at path:  $PWD
https://github.com/heckj/MeshGenerator.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.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
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version--7754E27361AE5C74.txt
[5/18] Compiling MeshGenerator TextureCoordinates.swift
[6/18] Compiling MeshGenerator Vector.swift
[7/18] Compiling MeshGenerator Triangle.swift
[8/18] Compiling MeshGenerator MeshGenerator+SceneKit.swift
[9/18] Compiling MeshGenerator MeshGenerator+UIKit.swift
[10/19] Compiling MeshGenerator Vertex.swift
[11/19] Compiling MeshGenerator Plane.swift
[12/19] Emitting module MeshGenerator
[13/19] Compiling MeshGenerator QuickTestView.swift
[14/19] Compiling MeshGenerator LineSegment.swift
[15/19] Compiling MeshGenerator Mesh.swift
[16/19] Compiling MeshGenerator Bounds.swift
[17/19] Compiling MeshGenerator ColorRepresentation.swift
[18/19] Compiling MeshGenerator MeshGenerator+AppKit.swift
[19/19] Compiling MeshGenerator MeshGenerator+RealityKit.swift
Build complete! (29.45s)
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.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"),
        .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
Target:                   MeshGenerator
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
 * branch            88815688627177b9716a01ca41da19397bd30e47 -> FETCH_HEAD
HEAD is now at 8881568 Update the artifact
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.19s)
Generated DocC archive at '/Users/admin/builder/spi-builder-workspace/.docs/heckj/meshgenerator/main'
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--7754E27361AE5C74.txt
[6/53] Compiling SymbolKit GenericConstraint.swift
[7/53] Compiling SymbolKit GenericParameter.swift
[8/53] Compiling SymbolKit Generics.swift
[9/53] Compiling SymbolKit Namespace.swift
[10/57] Compiling SymbolKit SemanticVersion.swift
[11/57] Compiling SymbolKit AccessControl.swift
[12/57] Compiling SymbolKit Availability.swift
[13/57] Compiling SymbolKit AvailabilityItem.swift
[14/57] Compiling SymbolKit Domain.swift
[15/57] Compiling SymbolKit Relationship.swift
[16/57] Compiling SymbolKit RelationshipKind.swift
[17/57] Compiling SymbolKit SourceOrigin.swift
[18/57] Compiling SymbolKit GenericConstraints.swift
[19/57] Compiling SymbolKit Swift.swift
[20/57] Compiling SymbolKit Mixin+Equals.swift
[21/57] Compiling SymbolKit Mixin+Hash.swift
[22/57] Compiling SymbolKit Mixin.swift
[23/57] Compiling SymbolKit LineList.swift
[24/57] Compiling SymbolKit Position.swift
[25/57] Emitting module Snippets
[26/57] Compiling Snippets SnippetParser.swift
[27/57] Compiling Snippets Snippet.swift
[28/57] Compiling SymbolKit Identifier.swift
[29/57] Compiling SymbolKit KindIdentifier.swift
[30/57] Compiling SymbolKit Location.swift
[31/57] Compiling SymbolKit Mutability.swift
[32/57] Emitting module SymbolKit
[33/57] Compiling SymbolKit DeclarationFragments.swift
[34/57] Compiling SymbolKit Fragment.swift
[35/57] Compiling SymbolKit FragmentKind.swift
[36/57] Compiling SymbolKit FunctionParameter.swift
[37/57] Compiling SymbolKit FunctionSignature.swift
[38/57] Compiling SymbolKit Symbol.swift
[39/57] Compiling SymbolKit SymbolKind.swift
[40/57] Compiling SymbolKit SymbolGraph.swift
[41/57] Compiling SymbolKit GraphCollector.swift
[42/57] Compiling SymbolKit SourceRange.swift
[43/57] Compiling SymbolKit Metadata.swift
[44/57] Compiling SymbolKit Module.swift
[45/57] Compiling SymbolKit OperatingSystem.swift
[46/57] Compiling SymbolKit Platform.swift
[47/57] Compiling SymbolKit Names.swift
[48/57] Compiling SymbolKit SPI.swift
[49/57] Compiling SymbolKit Snippet.swift
[50/57] Compiling SymbolKit Extension.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! (3.91s)
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
[2/15] Compiling MeshGenerator Bounds.swift
[3/15] Compiling MeshGenerator ColorRepresentation.swift
[4/15] Compiling MeshGenerator MeshGenerator+AppKit.swift
[5/15] Compiling MeshGenerator MeshGenerator+RealityKit.swift
[6/15] Compiling MeshGenerator Vector.swift
[7/15] Compiling MeshGenerator MeshGenerator+SceneKit.swift
[8/15] Compiling MeshGenerator MeshGenerator+UIKit.swift
[9/15] Compiling MeshGenerator Plane.swift
[10/15] Compiling MeshGenerator LineSegment.swift
[11/15] Compiling MeshGenerator Mesh.swift
[12/15] Compiling MeshGenerator Triangle.swift
[13/15] Emitting module MeshGenerator
[14/15] Compiling MeshGenerator QuickTestView.swift
[15/15] Compiling MeshGenerator TextureCoordinates.swift
[16/16] Compiling MeshGenerator Vertex.swift
Build of target: 'MeshGenerator' complete! (1.28s)
     466
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: 466
Doc size:   4.0MB
Preparing doc bundle ...
Uploading prod-heckj-meshgenerator-main-1c74c4bf.zip to s3://spi-docs-inbox/prod-heckj-meshgenerator-main-1c74c4bf.zip
Copying... [15%]
Copying... [23%]
Copying... [30%]
Copying... [46%]
Copying... [53%]
Copying... [61%]
Copying... [76%]
Copying... [84%]
Copying... [91%]
Copying... [100%]
Done.