Build Information
Successful build of GeoJSON, reference main (86fcb9), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 10:09:16 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kiliankoe/GeoJSON.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kiliankoe/GeoJSON
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 86fcb9c add spi manifest
Cloned https://github.com/kiliankoe/GeoJSON.git
Revision (git rev-parse @):
86fcb9c78d4c452a347d8dee64cc5deac35d451e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/kiliankoe/GeoJSON.git at main
Fetching https://github.com/flight-school/AnyCodable.git
[1/782] Fetching anycodable
Fetched https://github.com/flight-school/AnyCodable.git from cache (0.77s)
Computing version for https://github.com/flight-school/AnyCodable.git
Computed https://github.com/flight-school/AnyCodable.git at 0.2.3 (1.46s)
Creating working copy for https://github.com/flight-school/AnyCodable.git
Working copy of https://github.com/flight-school/AnyCodable.git resolved at 0.2.3
========================================
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": "geojson",
"name": "GeoJSON",
"url": "https://github.com/kiliankoe/GeoJSON.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/GeoJSON",
"traits": [
"default"
],
"dependencies": [
{
"identity": "anycodable",
"name": "AnyCodable",
"url": "https://github.com/flight-school/AnyCodable.git",
"version": "0.6.7",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AnyCodable",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/kiliankoe/GeoJSON.git
[1/440] Fetching geojson
Fetched https://github.com/kiliankoe/GeoJSON.git from cache (0.71s)
Fetching https://github.com/flight-school/AnyCodable.git from cache
Fetched https://github.com/flight-school/AnyCodable.git from cache (0.43s)
Computing version for https://github.com/flight-school/AnyCodable.git
Computed https://github.com/flight-school/AnyCodable.git at 0.6.7 (1.08s)
Creating working copy for https://github.com/flight-school/AnyCodable.git
Working copy of https://github.com/flight-school/AnyCodable.git resolved at 0.6.7
Creating working copy for https://github.com/kiliankoe/GeoJSON.git
Working copy of https://github.com/kiliankoe/GeoJSON.git resolved at main (86fcb9c)
warning: '.resolve-product-dependencies': dependency 'geojson' is not used by any target
Found 1 product dependencies
- AnyCodable
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/kiliankoe/GeoJSON.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/7] Compiling AnyCodable AnyDecodable.swift
[5/7] Compiling AnyCodable AnyCodable.swift
[6/7] Emitting module AnyCodable
[7/7] Compiling AnyCodable AnyEncodable.swift
[8/20] Compiling GeoJSON Polygon.swift
[9/20] Compiling GeoJSON MultiPolygon.swift
[10/20] Compiling GeoJSON Point.swift
[11/20] Compiling GeoJSON MultiPoint.swift
[12/20] Compiling GeoJSON MultiLineString.swift
[13/21] Compiling GeoJSON LineString.swift
[14/21] Compiling GeoJSON Geometry.swift
[15/21] Compiling GeoJSON GeometryCollection.swift
[16/21] Emitting module GeoJSON
[17/21] Compiling GeoJSON FeatureCollection.swift
[18/21] Compiling GeoJSON GeoJSONDocument.swift
[19/21] Compiling GeoJSON BoundingBox.swift
[20/21] Compiling GeoJSON Feature.swift
[21/21] Compiling GeoJSON Position.swift
Build complete! (5.18s)
Build complete.
{
"dependencies" : [
{
"identity" : "anycodable",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/flight-school/AnyCodable.git"
}
],
"manifest_display_name" : "GeoJSON",
"name" : "GeoJSON",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "4.0"
},
{
"name" : "tvos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "GeoJSON",
"targets" : [
"GeoJSON"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GeoJSONTests",
"module_type" : "SwiftTarget",
"name" : "GeoJSONTests",
"path" : "Tests/GeoJSONTests",
"sources" : [
"DecodingTests.swift",
"EncodingTests.swift",
"GeometryTests.swift",
"TestHelpers.swift"
],
"target_dependencies" : [
"GeoJSON"
],
"type" : "test"
},
{
"c99name" : "GeoJSON",
"module_type" : "SwiftTarget",
"name" : "GeoJSON",
"path" : "Sources/GeoJSON",
"product_dependencies" : [
"AnyCodable"
],
"product_memberships" : [
"GeoJSON"
],
"sources" : [
"BoundingBox.swift",
"Feature.swift",
"FeatureCollection.swift",
"GeoJSONDocument.swift",
"Geometry/Geometry.swift",
"Geometry/GeometryCollection.swift",
"Geometry/LineString.swift",
"Geometry/MultiLineString.swift",
"Geometry/MultiPoint.swift",
"Geometry/MultiPolygon.swift",
"Geometry/Point.swift",
"Geometry/Polygon.swift",
"Geometry/Position.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/kiliankoe/geojson/main
Repository: kiliankoe/GeoJSON
Swift version used: 6.3
Target: GeoJSON
Extracting symbol information for 'GeoJSON'...
Finished extracting symbol information for 'GeoJSON'. (28.92s)
Building documentation for 'GeoJSON'...
warning: Parameter 'boundingBox' is missing documentation
--> Sources/GeoJSON/Feature.swift:26:94-26:94
24 | /// - geometry: A `Geometry` object or `nil` if the `Feature` is unlocated.
25 | /// - id: If a `Feature` has a commonly used identifier, this should be included.
26 + /// - properties: Any additional properties that should be included with the `Feature`.
| ╰─suggestion: Document 'boundingBox' parameter
27 | public init(geometry: Geometry?,
28 | id: String? = nil,
Finished building documentation for 'GeoJSON' (0.65s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/kiliankoe/geojson/main
Fetching https://github.com/swiftlang/swift-docc-plugin
Updating https://github.com/flight-school/AnyCodable.git
Updated https://github.com/flight-school/AnyCodable.git (0.42s)
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.11s)
Computing version for https://github.com/flight-school/AnyCodable.git
Computed https://github.com/flight-school/AnyCodable.git at 0.2.3 (1.85s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (0.70s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.25s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.99s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write snippet-extract-tool-entitlement.plist
[0/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/53] Compiling SymbolKit Relationship.swift
[12/53] Compiling SymbolKit RelationshipKind.swift
[13/53] Compiling SymbolKit SourceOrigin.swift
[14/53] Compiling SymbolKit GenericConstraints.swift
[15/53] Compiling SymbolKit Swift.swift
[16/53] Emitting module SymbolKit
[17/57] Compiling SymbolKit Names.swift
[18/57] Compiling SymbolKit SPI.swift
[19/57] Compiling SymbolKit Snippet.swift
[20/57] Compiling SymbolKit Extension.swift
[21/57] Compiling SymbolKit DeclarationFragments.swift
[22/57] Compiling SymbolKit Fragment.swift
[23/57] Compiling SymbolKit FragmentKind.swift
[24/57] Compiling SymbolKit FunctionParameter.swift
[25/57] Compiling SymbolKit FunctionSignature.swift
[26/57] Compiling SymbolKit SourceRange.swift
[27/57] Compiling SymbolKit Metadata.swift
[28/57] Compiling SymbolKit Module.swift
[29/57] Compiling SymbolKit OperatingSystem.swift
[30/57] Compiling SymbolKit Platform.swift
[31/57] Compiling SymbolKit SemanticVersion.swift
[32/57] Compiling SymbolKit AccessControl.swift
[33/57] Compiling SymbolKit Availability.swift
[34/57] Compiling SymbolKit AvailabilityItem.swift
[35/57] Compiling SymbolKit Domain.swift
[36/57] Compiling SymbolKit GenericConstraint.swift
[37/57] Compiling SymbolKit GenericParameter.swift
[38/57] Compiling SymbolKit Generics.swift
[39/57] Compiling SymbolKit Namespace.swift
[40/57] Compiling SymbolKit Identifier.swift
[41/57] Compiling SymbolKit KindIdentifier.swift
[42/57] Compiling SymbolKit Location.swift
[43/57] Compiling SymbolKit Mutability.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets Snippet.swift
[53/57] Emitting module Snippets
[54/57] Compiling Snippets SnippetParser.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SnippetBuildCommand.swift
[57/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (5.75s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'GeoJSON' complete! (0.28s)
374
3 /Users/admin/builder/spi-builder-workspace/.docs/kiliankoe/geojson/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/kiliankoe/geojson/main
File count: 374
Doc size: 3.0MB
Preparing doc bundle ...
Uploading prod-kiliankoe-geojson-main-e8ff82ca.zip to s3://spi-docs-inbox/prod-kiliankoe-geojson-main-e8ff82ca.zip
Copying... [19%]
Copying... [28%]
Copying... [37%]
Copying... [46%]
Copying... [56%]
Copying... [65%]
Copying... [74%]
Copying... [83%]
Copying... [93%]
Copying... [100%]
Done.