The Swift Package Index logo.Swift Package Index

Build Information

Successful build of JsonProtection, reference main (bc1af7), with Swift 6.1 for macOS (SPM) on 27 Oct 2025 13:59:47 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Darktt/JsonProtection.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Darktt/JsonProtection
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at bc1af70 更新 README
Cloned https://github.com/Darktt/JsonProtection.git
Revision (git rev-parse @):
bc1af702ce854cef1bb55966c202e2d17e9a6369
SUCCESS checkout https://github.com/Darktt/JsonProtection.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Darktt/JsonProtection.git
https://github.com/Darktt/JsonProtection.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "JsonProtection",
  "name" : "JsonProtection",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "JsonProtection",
      "targets" : [
        "JsonProtection"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JsonProtectionTests",
      "module_type" : "SwiftTarget",
      "name" : "JsonProtectionTests",
      "path" : "Tests/JsonProtectionTests",
      "sources" : [
        "AESDecoderTest.swift",
        "BoolProtectionTest.swift",
        "DateProtectionTest.swift",
        "DecimalTest.swift",
        "MissingKeyProtectionTest.swift",
        "NumberArrayProtectionTest.swift",
        "NumberProtectionTest.swift",
        "NumbersProtectionTest.swift",
        "ObjectProtectionTest.swift",
        "URLProtectionTest.swift"
      ],
      "target_dependencies" : [
        "JsonProtection"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JsonProtection",
      "module_type" : "SwiftTarget",
      "name" : "JsonProtection",
      "path" : "SourceCode",
      "product_memberships" : [
        "JsonProtection"
      ],
      "sources" : [
        "JsonProtection/AESDecoder.swift",
        "JsonProtection/BoolProtection.swift",
        "JsonProtection/DTAES.swift",
        "JsonProtection/DateProtection.swift",
        "JsonProtection/MissingKeyProtection.swift",
        "JsonProtection/MultipleKeyProtection.swift",
        "JsonProtection/NumberArrayProtection.swift",
        "JsonProtection/NumberProtection.swift",
        "JsonProtection/NumbersProtection.swift",
        "JsonProtection/ObjectProtection.swift",
        "JsonProtection/UIImageProtection.swift",
        "JsonProtection/URLProtection.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/14] Compiling JsonProtection NumbersProtection.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/14] Compiling JsonProtection MissingKeyProtection.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/14] Compiling JsonProtection DTAES.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/14] Compiling JsonProtection DateProtection.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/14] Emitting module JsonProtection
<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/14] Compiling JsonProtection UIImageProtection.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
[9/14] Compiling JsonProtection NumberProtection.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
[10/14] Compiling JsonProtection NumberArrayProtection.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
[11/15] Compiling JsonProtection MultipleKeyProtection.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
[12/15] Compiling JsonProtection AESDecoder.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
[13/15] Compiling JsonProtection BoolProtection.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
[14/15] Compiling JsonProtection ObjectProtection.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
[15/15] Compiling JsonProtection URLProtection.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
Build complete! (5.05s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "JsonProtection",
  "name" : "JsonProtection",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "JsonProtection",
      "targets" : [
        "JsonProtection"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JsonProtectionTests",
      "module_type" : "SwiftTarget",
      "name" : "JsonProtectionTests",
      "path" : "Tests/JsonProtectionTests",
      "sources" : [
        "AESDecoderTest.swift",
        "BoolProtectionTest.swift",
        "DateProtectionTest.swift",
        "DecimalTest.swift",
        "MissingKeyProtectionTest.swift",
        "NumberArrayProtectionTest.swift",
        "NumberProtectionTest.swift",
        "NumbersProtectionTest.swift",
        "ObjectProtectionTest.swift",
        "URLProtectionTest.swift"
      ],
      "target_dependencies" : [
        "JsonProtection"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JsonProtection",
      "module_type" : "SwiftTarget",
      "name" : "JsonProtection",
      "path" : "SourceCode",
      "product_memberships" : [
        "JsonProtection"
      ],
      "sources" : [
        "JsonProtection/AESDecoder.swift",
        "JsonProtection/BoolProtection.swift",
        "JsonProtection/DTAES.swift",
        "JsonProtection/DateProtection.swift",
        "JsonProtection/MissingKeyProtection.swift",
        "JsonProtection/MultipleKeyProtection.swift",
        "JsonProtection/NumberArrayProtection.swift",
        "JsonProtection/NumberProtection.swift",
        "JsonProtection/NumbersProtection.swift",
        "JsonProtection/ObjectProtection.swift",
        "JsonProtection/UIImageProtection.swift",
        "JsonProtection/URLProtection.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.