fruity 0.3.0

Rusty bindings for Apple libraries
Documentation

Build #3352138 2026-05-22 11:17:26

# rustc version rustc 1.97.0-nightly (e96c36b6f 2026-05-21)

# docs.rs version docsrs 0.0.0 (e50152ed411bb913753b1dfd203f22cb8711f097 2026-05-17 )

# build log [INFO] adding target x86_64-apple-darwin for toolchain nightly [INFO] running `Command { std: CARGO_HOME="/home/cratesfyi/workspace-builder3/cargo-home" RUSTUP_HOME="/home/cratesfyi/workspace-builder3/rustup-home" "/home/cratesfyi/workspace-builder3/cargo-home/bin/rustup" "target" "add" "--toolchain" "nightly" "x86_64-apple-darwin", kill_on_drop: false }` [INFO] [stderr] info: component rust-std for target x86_64-apple-darwin is up to date [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "dd454fab0b1aaabc300050cf48a20bed963d74b3b4a9dcbb5da3badc0349ec46" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260521-1.97.0-nightly-e96c36b6f\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-apple-darwin\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-apple-darwin", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting fruity v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unexpected `cfg` condition name: `mac_catalyst` [INFO] [stderr] --> src/app_kit/mod.rs:9:58 [INFO] [stderr] | [INFO] [stderr] 9 | #![cfg(all(feature = "app_kit", any(target_os = "macos", mac_catalyst)))] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 32 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(mac_catalyst)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mac_catalyst)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `mac_catalyst` [INFO] [stderr] --> src/objc/bool.rs:25:38 [INFO] [stderr] | [INFO] [stderr] 25 | all(any(target_os = "macos", mac_catalyst), target_arch = "x86_64"), [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(mac_catalyst)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mac_catalyst)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `mac_catalyst` [INFO] [stderr] --> src/objc/bool.rs:31:38 [INFO] [stderr] | [INFO] [stderr] 31 | all(any(target_os = "macos", mac_catalyst), target_arch = "x86_64"), [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(mac_catalyst)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mac_catalyst)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `1,1` [INFO] [stderr] --> src/core_graphics/geometry/cg_affine_transform.rs:10:32 [INFO] [stderr] | [INFO] [stderr] 10 | /// The entry at position [1,1] in the matrix. [INFO] [stderr] | ^^^ no item named `1,1` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `1,2` [INFO] [stderr] --> src/core_graphics/geometry/cg_affine_transform.rs:12:32 [INFO] [stderr] | [INFO] [stderr] 12 | /// The entry at position [1,2] in the matrix. [INFO] [stderr] | ^^^ no item named `1,2` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `2,1` [INFO] [stderr] --> src/core_graphics/geometry/cg_affine_transform.rs:14:32 [INFO] [stderr] | [INFO] [stderr] 14 | /// The entry at position [2,1] in the matrix. [INFO] [stderr] | ^^^ no item named `2,1` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `2,2` [INFO] [stderr] --> src/core_graphics/geometry/cg_affine_transform.rs:16:32 [INFO] [stderr] | [INFO] [stderr] 16 | /// The entry at position [2,2] in the matrix. [INFO] [stderr] | ^^^ no item named `2,2` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `3,1` [INFO] [stderr] --> src/core_graphics/geometry/cg_affine_transform.rs:18:32 [INFO] [stderr] | [INFO] [stderr] 18 | /// The entry at position [3,1] in the matrix. [INFO] [stderr] | ^^^ no item named `3,1` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `3,2` [INFO] [stderr] --> src/core_graphics/geometry/cg_affine_transform.rs:20:32 [INFO] [stderr] | [INFO] [stderr] 20 | /// The entry at position [3,2] in the matrix. [INFO] [stderr] | ^^^ no item named `3,2` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `super::AEDesc` [INFO] [stderr] --> src/core_services/apple_events/data_storage.rs:4:16 [INFO] [stderr] | [INFO] [stderr] 4 | /// [`AEDesc`](super::AEDesc) descriptor. [INFO] [stderr] | ^^^^^^^^^^^^^ no item named `AEDesc` in module `apple_events` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `super::AEDesc` [INFO] [stderr] --> src/core_services/apple_events/desc/type_.rs:4:60 [INFO] [stderr] | [INFO] [stderr] 4 | /// Specifies the type of the data stored in an [`AEDesc`](super::AEDesc) [INFO] [stderr] | ^^^^^^^^^^^^^ no item named `AEDesc` in module `desc` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `AEAddressDesc` [INFO] [stderr] --> src/core_services/apple_events/desc/type_.rs:307:45 [INFO] [stderr] | [INFO] [stderr] 307 | /// A process serial number. See also [`AEAddressDesc`]. [INFO] [stderr] | ^^^^^^^^^^^^^ no item named `AEAddressDesc` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `crate::foundation::NSNetService` [INFO] [stderr] --> src/foundation/ns_error/domain.rs:61:30 [INFO] [stderr] | [INFO] [stderr] 61 | /// [`NSNetService`](crate::foundation::NSNetService) or the mach [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `NSNetService` in module `foundation` [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `NSURL` [INFO] [stderr] --> src/foundation/ns_error/user_info_key.rs:35:45 [INFO] [stderr] | [INFO] [stderr] 35 | /// The corresponding value is an [`NSURL`]. [INFO] [stderr] | ^^^^^ no item named `NSURL` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `key` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `NSArray` [INFO] [stderr] --> src/foundation/ns_error/user_info_key.rs:99:45 [INFO] [stderr] | [INFO] [stderr] 99 | /// The corresponding value is an [`NSArray`]`<`[`NSString`]`>` [INFO] [stderr] | ^^^^^^^ no item named `NSArray` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: this warning originates in the macro `key` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `NSError::localized_recovery_options` [INFO] [stderr] --> src/foundation/ns_error/user_info_key.rs:104:15 [INFO] [stderr] | [INFO] [stderr] 104 | /// [`NSError::localized_recovery_options`]. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `NSError` has no field or associated item named `localized_recovery_options` [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `key` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:101:43 [INFO] [stderr] | [INFO] [stderr] 101 | //! Fruity instead returns a [`Result`](Result), which is the canonical way to [INFO] [stderr] | -------- ^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 101 - //! Fruity instead returns a [`Result`](Result), which is the canonical way to [INFO] [stderr] 101 + //! Fruity instead returns a [`Result`], which is the canonical way to [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `fruity` (lib doc) generated 17 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-apple-darwin/doc/fruity/index.html [INFO] running `Command { std: "docker" "inspect" "dd454fab0b1aaabc300050cf48a20bed963d74b3b4a9dcbb5da3badc0349ec46", kill_on_drop: false }`