The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GenSON, reference main (f25d42), with Swift 6.1 for macOS (SPM) on 3 Aug 2025 20:35:22 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ademanuele/GenSON.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ademanuele/GenSON
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f25d425 add enum generation
Cloned https://github.com/ademanuele/GenSON.git
Revision (git rev-parse @):
f25d42522990e43648f145a1782fcfe9259a05a9
SUCCESS checkout https://github.com/ademanuele/GenSON.git at main
========================================
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": "genson",
      "name": "GenSON",
      "url": "https://github.com/ademanuele/GenSON.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/GenSON",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ademanuele/GenSON.git
[1/46] Fetching genson
Fetched https://github.com/ademanuele/GenSON.git from cache (0.67s)
Creating working copy for https://github.com/ademanuele/GenSON.git
Working copy of https://github.com/ademanuele/GenSON.git resolved at main (f25d425)
warning: '.resolve-product-dependencies': dependency 'genson' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ademanuele/GenSON.git
https://github.com/ademanuele/GenSON.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "GenSON",
  "name" : "GenSON",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "GenSON",
      "targets" : [
        "GenSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GenSONTests",
      "module_type" : "SwiftTarget",
      "name" : "GenSONTests",
      "path" : "Tests/GenSONTests",
      "sources" : [
        "GenSONTests.swift"
      ],
      "target_dependencies" : [
        "GenSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GenSON",
      "module_type" : "SwiftTarget",
      "name" : "GenSON",
      "path" : "Sources/GenSON",
      "product_memberships" : [
        "GenSON"
      ],
      "sources" : [
        "API/Decodable+GenSON.swift",
        "API/GenSONError.swift",
        "API/GenSONOptions.swift",
        "Decoder.swift",
        "JSONValueFactory.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/8] Compiling GenSON Decoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[4/8] Compiling GenSON GenSONError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[5/8] Compiling GenSON JSONValueFactory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[6/8] Compiling GenSON Decodable+GenSON.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[7/8] Compiling GenSON GenSONOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[8/8] Emitting module GenSON
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Build complete! (4.94s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "GenSON",
  "name" : "GenSON",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "GenSON",
      "targets" : [
        "GenSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GenSONTests",
      "module_type" : "SwiftTarget",
      "name" : "GenSONTests",
      "path" : "Tests/GenSONTests",
      "sources" : [
        "GenSONTests.swift"
      ],
      "target_dependencies" : [
        "GenSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GenSON",
      "module_type" : "SwiftTarget",
      "name" : "GenSON",
      "path" : "Sources/GenSON",
      "product_memberships" : [
        "GenSON"
      ],
      "sources" : [
        "API/Decodable+GenSON.swift",
        "API/GenSONError.swift",
        "API/GenSONOptions.swift",
        "Decoder.swift",
        "JSONValueFactory.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.