The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Ontology, reference main (3d1d25), with Swift 6.0 for macOS (SPM) on 16 Oct 2025 20:35:29 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattt/Ontology.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mattt/Ontology
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3d1d254 Bump version to 0.8.0
Cloned https://github.com/mattt/Ontology.git
Revision (git rev-parse @):
3d1d2545b826909a3f6499f2ef661429bf9c10d5
SUCCESS checkout https://github.com/mattt/Ontology.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/mattt/Ontology.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/19] Compiling Ontology TimeZone+Extensions.swift
[4/19] Compiling Ontology JSON-LD.swift
[5/19] Compiling Ontology GeoCoordinates.swift
[6/19] Compiling Ontology ItemList.swift
[7/19] Emitting module Ontology
[8/20] Compiling Ontology PostalAddress.swift
[9/20] Compiling Ontology QuantitativeValue.swift
[10/20] Compiling Ontology WeatherConditions.swift
[11/20] Compiling Ontology Place.swift
[12/20] Compiling Ontology PlanAction.swift
[13/20] Compiling Ontology Organization.swift
[14/20] Compiling Ontology Person.swift
[15/20] Compiling Ontology Schema.swift
[16/20] Compiling Ontology ContactPoint.swift
[17/20] Compiling Ontology Trip.swift
[18/20] Compiling Ontology DateTime.swift
[19/20] Compiling Ontology Event.swift
[20/20] Compiling Ontology WeatherForecast.swift
Build complete! (8.05s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Ontology",
  "name" : "Ontology",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Ontology",
      "targets" : [
        "Ontology"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OntologyTests",
      "module_type" : "SwiftTarget",
      "name" : "OntologyTests",
      "path" : "Tests/OntologyTests",
      "sources" : [
        "ContactPointTests.swift",
        "DateTimeTests.swift",
        "EventTests.swift",
        "ItemListTests.swift",
        "PlaceTests.swift",
        "PlanActionTests.swift",
        "QuantitativeValueTests.swift",
        "TimeZoneTests.swift",
        "TripTests.swift",
        "WeatherConditionsTests.swift",
        "WeatherForecastTests.swift"
      ],
      "target_dependencies" : [
        "Ontology"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Ontology",
      "module_type" : "SwiftTarget",
      "name" : "Ontology",
      "path" : "Sources/Ontology",
      "product_memberships" : [
        "Ontology"
      ],
      "sources" : [
        "Extensions/TimeZone+Extensions.swift",
        "JSON-LD.swift",
        "Schema.swift",
        "Types/ContactPoint.swift",
        "Types/DateTime.swift",
        "Types/Event.swift",
        "Types/GeoCoordinates.swift",
        "Types/ItemList.swift",
        "Types/Organization.swift",
        "Types/Person.swift",
        "Types/Place.swift",
        "Types/PlanAction.swift",
        "Types/PostalAddress.swift",
        "Types/QuantitativeValue.swift",
        "Types/Trip.swift",
        "Types/WeatherConditions.swift",
        "Types/WeatherForecast.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.